@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', 'Hiragino Gothic Pro', 'メイリオ', Meiryo, 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
/* iPad背景切れ対策 */
@media screen and (min-width:668px){
	body {
		min-width: 1200px;
		font-size: 1.4rem;
	}
}
*,*::before,*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
header, footer, section, aside, nav, article, main {
	display: block;
}
h1, h2, h3, h4, h5, h6,
figure, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6,a {
	line-height: 1.3;
}
p {
	font-size: 100%;
	line-height: 1.6;
}
li {
	line-height: 1.5;
}
img {
	width: 100%;
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (max-width:668px){
	img{
		width: 100%;
	}
}
ul li, ol li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s, opacity 0.2s;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.7;
	text-decoration: none;
}

/* テキストリンク */
a.txtLink{
	text-decoration:underline;
	transition:color 0.2s;
}
a.txtLink:hover{
	color:#000;
	text-decoration:none;
	opacity: 1.0;
}

/* 表示切替 */
.switch {
	visibility: hidden;
}
.sp{
	display:none;
}
@media screen and (max-width:668px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	br.sp{
		display:inline-block;
	}
}


/* フォント */
.ftMaru{
	font-family: 'M PLUS Rounded 1c', 'Hiragino Maru Gothic Pro', 'HGMaruGothicMPRO', sans-serif;
}
.ftBd{
	font-weight: 700;
}
.ftRed{
	color: #F00;
}

/* 背景 */
.bgCream{
	background-color: #fcf9f0;
}
.bgBr{
	background-color: #4e281e;
}



/*
	header
-----------------------------------------------------------------------------------------------*/
#header{
	padding: 20px 30px;
	background-color: #fff;
}
#header__logoNissei a{
	display: block;
	width: 180px;
}
#header__logoLand a{
	display: block;
	width: 220px;
}
@media screen and (max-width:668px){
	#header{
		padding: 15px 20px;
	}
	#header__logoNissei a{
		width: 110px;
	}
	#header__logoLand a{
		width: 150px;
	}
}


/*
	ページタイトル
-----------------------------------------------------------------------------------------------*/
#pageTit__top{
	padding: 20px 0;
	background-color: #fcf9f0;
	position: relative;
}
#pageTit__top::before{
	content: "";
    width: 986px;
    height: 168px;
    background: url("../images/deco_product_pc.png") center center no-repeat;
    background-size: cover;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}
#pageTit__logo{
	display: block;
	width: 200px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#pageTit__tit{
	padding: 20px 0;
	font-size: 3.0rem;
	color: #fff;
	text-align: center;
	background-color: #4e281e;
}
#pageTit__tit.cone{
	background-color: #f8834c;
}
#pageTit__tit.sauce{
	background-color: #f8696b;
}
#pageTit__tit.butter{
	background-color: #b7c52b;
}
@media screen and (max-width:668px){
	#pageTit__top{
		padding: 15px 0;
	}
#pageTit__top::before{
	content: "";
    width: 357px;
    height: 68px;
    background: url("../images/deco_product_sp.png") center center no-repeat;
    background-size: cover;
	top: 20px;
}
	#pageTit__logo{
		width: 120px;
	}
	#pageTit__tit{
		padding: 15px 20px;
		font-size: 2.2rem;
	}
}


/*
	コンテンツ
-----------------------------------------------------------------------------------------------*/
#wrapper{
	position: relative;
	overflow: hidden;
}
#wrapper::before,
#wrapper::after{
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
#wrapper::before{
    width: 252px;
    background: url("../images/bg_deco_l.png") top left repeat-y;
    background-size: contain;
	left: 0;
}
#wrapper::after{
    width: 315px;
    background: url("../images/bg_deco_r.png") top right repeat-y;
    background-size: contain;
	right: 0;
}
.ctsArea{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 30px;
}
@media screen and (max-width:668px){
#wrapper::before{
    width: 145px;
    background: url("../images/bg_deco_l.png") top center repeat-y;
    background-size: contain;
	left: 0;
}
#wrapper::after{
    width: 180px;
    background: url("../images/bg_deco_r.png") top center repeat-y;
    background-size: contain;
	right: 0;
}
	.ctsArea{
		width: 100%;
		padding: 30px 20px;
	}
}


/*
	flexBox
-----------------------------------------------------------------------------------------------*/
.flexBox{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexBox__jstCtt_btwn{
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flexBox__jstCtt_cntr{
	-ms-justify-content: center;
	justify-content: center;
}
.flexBox__jstCtt_end{
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.flexBox__alinItm_cntr{
	-ms-align-items: center;
	align-items: center;
}
.flexBox__alinItm_end{
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.flexBox__direction_rore{
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


/*
	リスト
-----------------------------------------------------------------------------------------------*/
/* basic */
.listBase{
	margin: 0 0 -10px;
	position:relative;
}
.listBase li{
	padding:0 0 10px 15px;
	position: relative;
}
.listBase li::before {
	content:'●';
	font-size: 1.2rem;
	color:#4e281e;
	position:absolute;
	top: 2px;
	left:0;
}

/* number */
.olistBase{
	margin: 0 0 -10px;
	counter-reset: number 0;
}
.olistBase li{
	padding: 0 0 10px 20px;
	position: relative;
}
.olistBase li:before {
	content: "";
	font-weight: 700;
	color: #4e281e;
	counter-increment: number 1;
	content: counter(number) ".";
	position: absolute;
	top: 0;
	left: 0;
}

/* レシピ */
#listRecipeTop figure{
	border: 5px solid #fff;
}
.listRecipe{
	margin: 0 0 -40px;
	position: relative;
	z-index: 1;
}
.listRecipe__item{
	width: calc((100% - 120px)/4);
	margin: 0 40px 40px 0;
}
.listRecipe__item:nth-of-type(4n){
	margin: 0 0 40px 0;
}
.listRecipe__item a {
	display: inline-block;
}
.listRecipe__tit{
	margin: 15px 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.listRecipe__tag{
	margin: 10px 0 0;
	line-height: 0;
}
.listRecipe__tag span{
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 12px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.0;
	border-radius: 10px;
}
.listRecipe__tag_cone{
	background-color: #f8834c;
}
.listRecipe__tag_sauce{
	background-color: #f8696b;
}
.listRecipe__tag_butter{
	background-color: #b7c52b;
}
span.listRecipe__tag_noml{
	padding: 5px 0;
	font-weight: bold;
	color: #4e281e;
}
@media screen and (max-width:668px){
	#listRecipeTop figure{
		border: 4px solid #fff;
	}
	.listRecipe{
		margin: 0 0 -20px;
	}
	.listRecipe__item{
		width: calc((100% - 15px)/2);
		margin: 0 15px 20px 0;
	}
	.listRecipe__item:nth-of-type(2n),
	.listRecipe__item:nth-of-type(4n){
		margin: 0 0 20px 0;
	}
	.listRecipe__tit{
		margin: 10px 0 0;
		font-size: 1.6rem;
	}
	.listRecipe__tag{
		margin: 5px 0 0;
	}
	.listRecipe__tag span{
		font-size: 1.0rem;
	}
}

/* NEWマーク */
.ico__new{
	position: relative;
}
.ico__new::before{
	content: "NEW";
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 85px;
	height: 85px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #e82214;
	background-color: rgba(255,255,255,0.85);
	border: 2px solid #e82214;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: -20px;
	z-index: 10;
}
@media screen and (max-width:668px){
	.ico__new::before{
		width: 50px;
		height: 50px;
		font-size: 1.3rem;
		top: -10px;
		left: -10px;
	}
}

/* 投稿マーク */
.ico__post{
	position: relative;
}
.ico__post:after{
	padding: 8px 12px;
	color: #fff;
	line-height: 1.0;
	background-color: #0cacd7;
	border-radius: 3px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.ico__post_syain:after{
	content: "社員投稿";
}
.ico__post_dokusya:after{
	content: "読者投稿";
}
@media screen and (max-width:668px){
	.ico__post:after{
		padding: 6px 8px;
		font-size: 1.1rem;
		border-radius: 2px;
		right: 8px;
		bottom: 8px;
	}
}

/*
	ボタン
-----------------------------------------------------------------------------------------------*/
.btnArea{
	padding: 40px 0 0;
}
.btnBase{
	display: inline-block;
	width: 350px;
	padding: 15px 10px;
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-color: #4e281e;
	border-radius: 26px;
}
.btnBase:nth-of-type(2){
	margin: 0 0 0 10px;
}
.btnBase::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:17px;
	margin:-2px 0 0 0;
	transition: right 0.3s;
}
@media screen and (max-width:668px){
	.btnArea{
		padding: 25px 0 0;
	}
	.btnBase:nth-of-type(2){
		margin: 10px 0 0 0;
	}
}

/* 商品情報はこちら */
.topKv__link{
	position: absolute;
	top: 20px;
	right: 30px;
}
.topKv__link_item{
	display: inline-block;
	padding: 15px 35px 15px 25px;
	color: #fff !important;
	font-weight: 600;
	background-color: #FF801E;
	border-radius: 6px;
	position: relative;
}
.topKv__link_item::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:12px;
	margin:-2px 0 0 0;
	transition: right 0.3s;
}
@media screen and (max-width:668px){
	.topKv__link{
		top: 10px;
		right: 10px;
	}
	.topKv__link_item{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-ms-justify-content: center;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		width: 60px;
		height: 60px;
		padding: 0;
		font-size: 1.0rem;
		border-radius: 50%;
	}
	.topKv__link_item::after{
		display:none;
	}
}

/* cotta */
.btnBnrArea{
	padding: 0 0 80px;
}
.btnBnrArea__link{
	margin: 0 20px 0 0;
	padding: 15px 35px 15px 25px;
	font-weight: 600;
	border-radius: 6px;
	position: relative;
}
.btnBnrArea__link:last-of-type{
	margin: 0;
}
.btnBnrArea__link_cotta{
	color: #663716 !important;
	background-color: #eae4e2;
}
.btnBnrArea__link_yodobashi{
	color: #004098 !important;
	background-color: #fff;
	border: 1px solid #ddd;
}
.btnBnrArea__link::after{
	content:' ';
	width:8px;
	height:8px;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:12px;
	margin:-2px 0 0 0;
	transition: right 0.3s;
}
.btnBnrArea__link_cotta::after{
	border-top:2px solid #663716;
	border-right:2px solid #663716;
}
.btnBnrArea__link_yodobashi::after{
	border-top:2px solid #004098;
	border-right:2px solid #004098;
}
.btnBnrArea__img{
	width: 120px;
	padding: 0 10px 0 0;
}
.btnBnrArea__notes{
	width: 100%;
	padding: 10px 0 0;
	text-align: center;
}
@media screen and (max-width:668px){
	.btnBnrArea{
		padding: 0 0 40px;
	}
	.btnBnrArea__link{
		width: 100%;
		margin: 0 0 10px;
		border-radius: 5px;
	}
	.btnBnrArea__img{
		width: 110px;
	}
	.btnBnrArea__notes{
		padding: 5px 0 0;
	}
}


/*
	タイトル
-----------------------------------------------------------------------------------------------*/
/* 3色ライン */
.tit3Line{
	margin: 0 0 40px;
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.0;
	position: relative;
}
.tit3Line::after{
	content:' ';
	display:block;
	width:60px;
	height:4px;
	margin: 20px auto 0;
	background:linear-gradient(to right, #f8834c 33%, #b7c52b 33%, #b7c52b 67%, #f8696b 67%);
}
@media screen and (max-width:667px){
	.tit3Line{
		margin: 0 0 20px;
		font-size: 2.2rem;
	}
	.tit3Line::after{
		width:50px;
		margin: 15px auto 0;
	}
}

/* ボーダー */
.titBorder{
	margin: 0 0 20px;
	padding:0 0 0 10px;
	font-size: 2.4rem;
	border-left: 5px solid #4e281e;
}
@media screen and (max-width:667px){
	.titBorder{
		margin: 0 0 15px;
		padding:0 0 0 6px;
		font-size: 2.0rem;
	}
}



/*
	アンカーリンク
-----------------------------------------------------------------------------------------------*/
.listAnkerLink{
	margin: 0 0 60px;
}
.listAnkerLink li{
	width: calc((100% - 15px)/2);
	/* width: calc((100% - 30px)/3); 3カラム用 */
	text-align: center;
}
.listAnkerLink li a{
	display: block;
	padding: 15px 30px 15px 15px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.0;
	border-radius: 5px;
	background-color: #4e281e;
	position: relative;
}
.listAnkerLink li a::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	position:absolute;
	top: 18px;
	right:15px;
	transform: rotate(135deg);
}
@media screen and (max-width:667px){
	.listAnkerLink{
		display: block;
		margin: 0 0 30px;
	}
	.listAnkerLink li{
		width: 100%;
		margin: 0 0 10px;
	}
	.listAnkerLink li:last-of-type{
		margin: 0;
	}
	.listAnkerLink li a{
		padding: 12px 30px 12px 15px;
		font-size: 1.4rem;
		border-radius: 3px;
	}
	.listAnkerLink li a::after{
		top: 13px;
	}
}


/*
	table
-----------------------------------------------------------------------------------------------*/
.tblBase{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #bec6c6;
	border-bottom:1px solid #bec6c6;
}
.tblBase th,
.tblBase td{
	padding:15px;
	line-height:160%;
	border-bottom:1px dotted #bec6c6;
}
.tblBase th{
	min-width:180px;
	font-weight:bold;
	text-align: center;
	background-color:#fcf9f0;
}
@media screen and (max-width:668px){
	.tblBase{
		width:100%;
		border-top:none;
	}
	.tblBase tr,.tblBase th,.tblBase td{
		display:block;
	}
	.tblBase th,
	.tblBase td{
		width:100%;
	}
	.tblBase th{
		min-width:auto;
		padding:10px;
		border-top:1px solid #bec6c6;
		border-bottom:none;
	}
	.tblBase td{
		padding:10px 0 25px 0;
		border-bottom:none;
	}
}


/*
	飾り
-----------------------------------------------------------------------------------------------*/
.deco__shape{
	position: relative;
}
.deco__shape::before,
.deco__shape::after{
	content: "";
    position: absolute;
	z-index: -1;
}
.deco__shape_or::before{
	width: 483px;
    height: 270px;
    background: url("../images/deco_orange.png") center center no-repeat;
    background-size: cover;
    top: -150px;
    right: -100px;
}
.deco__shape_gr::after{
	width: 290px;
    height: 290px;
    background: url("../images/deco_green.png") center center no-repeat;
    background-size: cover;
    left: -100px;
	bottom: -200px;
}
@media screen and (max-width:667px){
	.deco__shape_or::before{
		width: 278px;
		height: 155px;
		top: -80px;
		right: -110px;
	}
	.deco__shape_gr::after{
		width: 170px;
		height: 170px;
		left: -30px;
		bottom: -90px;
	}
}


/*
	バナー
-----------------------------------------------------------------------------------------------*/
.bnrPresent.ctsArea{
	padding: 0 30px;
}
.bnrPresent__item{
	display: block;
	width: 600px;
	margin: 0 auto;
}
@media screen and (max-width:668px){
	.bnrPresent.ctsArea{
		padding: 0 20px;
	}
	.bnrPresent__item{
		width: 100%;
	}
}
#bnrPresentTop.ctsArea{
	padding: 0 30px;
}
#bnrPresentTop .bnrPresent__item{
	margin: 0 30px 0 0;
	width:calc((100% - 60px)/3);
}
#bnrPresentTop .bnrPresent__item:last-of-type{
	margin: 0;
}
@media screen and (max-width:668px){
	#bnrPresentTop.ctsArea{
		padding: 0 20px;
	}
	#bnrPresentTop .bnrPresent__item{
		margin: 0 0 15px 0;
		width:100%;
	}
}


/*
	pageTop
-----------------------------------------------------------------------------------------------*/
a#pageTop{
	width:80px;
	height:60px;
	margin: 0 0 30px 0;
	background-color: rgba(68,68,68,0.95);
	position: absolute;
	right: 30px;
	z-index: 9999;
}
a#pageTop::before{
	content: "";
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 20px solid rgba(68,68,68,0.95);
	position: absolute;
	top: -20px;
	left: 0;
}
a#pageTop::after{
	content:' ';
	display:block;
	width:12px;
	height:12px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform:rotate(45deg);
}
@media screen and (max-width:668px){
	a#pageTop{
		width:50px;
		height:40px;
		margin: 0 0 15px 0;
		right: 15px;
	}
	a#pageTop::before{
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-bottom: 10px solid rgba(68,68,68,0.95);
		top: -10px;
	}
	a#pageTop::after{
		width:10px;
		height:10px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
	}
}


/*
	footer
-----------------------------------------------------------------------------------------------*/
#footer{
	padding: 30px;
	color: #fff;
	background-color: #444;
}
.footer__top{
	margin: 0 0 15px;
}
@media screen and (max-width:668px){
	#footer{
		display: block;
		padding: 15px 20px;
		text-align: center;
	}
	.footer__top{
		display: block;
	}
	.footer__btm{
		display: block;
	}
	#footer_copyright{
		margin: 10px 0 0;
	}
}

a.footer__txtLink{
	padding: 0 0 0 20px;
	color: #fff;
	position: relative;
}
.footer__txtLink::before{
	content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
}
.footer__txtLink::after{
	content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
    left: 5px;
}
@media screen and (max-width:668px){
	a.footer__txtLink{
		display: inline-block;
		margin: 10px 0 0;
	}
}

#footer__list li{
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	font-size: 1.3rem;
	position: relative;
}
#footer__list li:last-of-type{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footer__list li::after{
	content:'|';
	position: absolute;
	right: 0;
}
#footer__list li a{
	color: #fff;
	text-decoration: underline;
}
#footer__list li a:hover{
	opacity: 1.0;
	text-decoration: none;
}
#footer__list li:last-of-type::after{
	content:none;
}
@media screen and (max-width:668px){
	#footer__list{
		-ms-justify-content: center;
		justify-content: center;
		margin: 0 0 -5px;
	}
	#footer__list li{
		margin: 0 15px 5px 0;
	}
	#footer__list li:last-of-type{
		margin: 0 0 5px 0;
	}
}