@charset "utf-8";
/*---------------------------------------------------------
  共通レイアウト
-------------------------------------------------------- */
body {
	min-width: 1200px;
}
img{max-width: 100%;}
.contain{background: url(/shopping/img/genre/garlic-saffron/lp/contents_bg.jpg) center bottom fixed no-repeat; padding-bottom: 50px;}
#wrap{width: 986px; margin: 0 auto; font-size: 14px; background: #fff;}
#analyzeId{display: none;}

/* 見出し */
h1{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(/shopping/img/genre/garlic-saffron/lp/title_bg.jpg) 0 0 repeat-x;
	line-height: 0;
	height: 138px;
}

.pankuzu {
    width: 996px;
    padding: 0 0 10px 5px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/* スクロール表示アニメ */
.fadein {opacity: 0; visibility: hidden; transform: translateY(30px); transition: opacity 1s,visibility 1s, transform 1s;}
.fadein.active {opacity: 1; visibility: visible; transform: translateY(0px);}

/* フッターカートリンク */
#footerLink{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    background: rgb(0 0 0/ 50%);
    box-shadow: 0 -2px 3px #616161;
	opacity: 0;
	display: none;
}

#footerLink a{
	display: block;
	text-align: center;
}
#footerLink a:hover{filter: brightness(1.1);}

/*---------------------------------------------------------
  00.追従関連
-------------------------------------------------------- */
#navigation_right{
	position: fixed;
	right: 0;
	/*top: 45%;*/
    bottom:0;
	z-index: 50;
	transform: translate(0, -50%);
	display: none;
}

.sidenavi{
	position: relative;
    border-radius: 10px 0 0 10px;
    background: url(/shopping/img/genre/common/bg_anc_navi.gif);
    width: 162px;
    padding-bottom: 10px;
    text-align: center;
	margin-bottom: 20px;
}
.sidenavi li{margin-top: 8px; display: inline-block;}

.sidenavi li a{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
	letter-spacing: -0.05em;
    font-weight: bold;
    color: #1B1B1B;
    text-decoration: none;
    width: 136px;
    height: 60px;
	padding: 0 5px;
    background: linear-gradient(#ffffff, #e5e5e5);
    border-radius: 5px;
}
.sidenavi li a:hover{
	background: linear-gradient(#ff0a0a, #84100c);
    color: #ffffff;
}

/*---------------------------------------------------------
  01.メインイメージ
-------------------------------------------------------- */
#mainArea{line-height: 0;}

/*---------------------------------------------------------
  02.導入
-------------------------------------------------------- */
#dounyuArea{background: #fff; padding-bottom: 50px;}

#dounyuArea > dl{background: url(/shopping/img/genre/garlic-saffron/lp/dounyu_bg.jpg) top center no-repeat;}
#dounyuArea > dl dt, #dounyuArea > dl dd{text-align: center;}
#dounyuArea > dl dt{margin: 30px 0 50px 0;}

#dounyuArea .dounyuBox{
	margin: 380px 0 40px 0;
}

#dounyuArea .dounyuBox ul{
	display: flex;
	width: 780px;
	margin: 0 auto;
	justify-content: space-around;
}

/* 届出表示 */
#Notification{width: 90%; margin: 0 auto 20px auto;}
#Notification > div{
	background: #fff9d1;
	border: 5px ridge #fffdfd;
	box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
    padding: 10px;
	margin: 0 0 10px 0;
}
#Notification h3{font-size: 18px;}
.annotation01{color: #6a6060; padding-left: 1em; text-indent: -1em;}

/* こだわり */
#obsession{margin: 0 0 50px 0;}
.obsessionBox{display: flex; justify-content: space-between; padding: 20px;}
.obsessionBox dl{
	border: 1px solid #e5e5e5;
	box-shadow: 5px 7px 4px rgba(172, 122, 2, 0.4);
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.obsessionBox dt{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.obsessionBox dd{padding: 5px;}
.obsessionBox dd span{color: #ff0000;}


/*---------------------------------------------------------
  03.カート
-------------------------------------------------------- */
#cartArea{padding: 15px 0 50px 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 251, 221, 1) 3%, rgba(255, 251, 221, 1));}
#cartArea > h2{margin: 0 0 10px 0; text-align: center;}

#cartArea dl{
	width: 800px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px #BBB;
}
#cartArea dl:first-of-type{
	margin-bottom: 50px; 
}

#cartArea dt{
	box-shadow: 0 4px 5px #333;
    line-height: 0;
    margin: 0 0 10px 0;
}

#cartArea dd{text-align: center; position: relative;}

#cartArea dd.attention{
	text-align: left!important;
    font-size: 16px;
    padding: 10px 30px 30px 50px;
    letter-spacing: -0.05em;
    text-indent: -1em;
}

/* カートリンク */
.CartBtn{display: inline-block;	margin: 20px 0;}
.singleCartBtn{
	position: absolute;
	right: 5%;
	bottom: 30%;
	display: inline-block;
}
.CartBtn:hover, .singleCartBtn:hover{filter: brightness(1.1);}

#cartArea .obsession h3{margin-bottom: 30px;}
#cartArea .obsession ul{padding-bottom: 50px;}

/*---------------------------------------------------------
  04.お客様の声
-------------------------------------------------------- */
#voiceArea{
	padding: 15px 0 50px 0;
	background: url(/shopping/img/genre/garlic-saffron/lp/04_voice_bg.jpg) center top no-repeat;
	text-align: center;
}
#voiceArea h2{text-align: center; padding-bottom: 50px;}

#voiceArea p{
	width: 500px;
	margin: 0 auto;
	text-align: right;
}

/*---------------------------------------------------------
  EX.アンカーエリア
-------------------------------------------------------- */
#anchorArea{width: 90%; margin: 0 auto; padding: 50px 0;}
#anchorArea h2{margin-bottom: 15px;}
#anchorArea h2 img{width: 100%;}

#anchorArea ul{display: flex; flex-wrap: wrap; justify-content: center;}

#anchorArea ul li{width: 45%; margin: 10px;}
#anchorArea ul li img{width: 100%;}

#anchorArea a{display: inline-block;}
#anchorArea a:hover{filter: brightness(1.1);}

/*---------------------------------------------------------
  05.にんにく
-------------------------------------------------------- */
.conponentBox01{padding: 50px 25px; background: url(/shopping/img/genre/garlic-saffron/lp/05_garlic_bg.jpg) top center no-repeat;}
.conponentBox01 h3{margin-bottom: 40px;}

.conponentBox01 ul{padding: 10px 0;}
.conponentBox01 ul li{margin: 30px 0;}

.conponentBox01 dl{
	padding: 0 30px;
	margin: 0 0 50px 0;
	position: relative;
	z-index: 0;
	background: #fff;
	box-shadow: 5px 6px 8px #999;
}

.conponentBox01 dl dt, .conponentBox01 dl dd{line-height: 0;}
.conponentBox01 dl dt{padding-top: 70px;}
.conponentBox01 dl dt:first-child{padding-top: 30px;}
.conponentBox01 p{text-align: center;}

/*---------------------------------------------------------
  06.サフラン
-------------------------------------------------------- */
.conponentBox02{padding: 50px 25px; background: url(/shopping/img/genre/garlic-saffron/lp/06_saffron_bg.jpg) top center no-repeat;}
.conponentBox02 h3{margin-bottom: 40px;}

.conponentBox02 ul{padding: 10px 0; margin: 0 0 50px 0;}
.conponentBox02 ul li{margin: 30px 0;}

.conponentBox02 dl{
	padding: 0 30px;
	margin: 0 0 50px 0;
	background: #fff;
	box-shadow: 5px 6px 8px #999;
}

.conponentBox02 dl dt, .conponentBox02 dl dd{line-height: 0;}
.conponentBox02 dl dt{padding-top: 50px; margin-bottom: 50px;}
.conponentBox02 dl dt:first-child{padding-top: 30px; margin-bottom: 20px;}

.conponentBox02 dl dd img:first-child{margin-bottom: 40px;}

.conponentBox02 dl dd:last-child img{margin-bottom: 40px;}

.conponentBox02 p{text-align: center; margin-bottom: 70px;}

.componentbottom{background: url(/shopping/img/genre/garlic-saffron/lp/06_saffron_subbg.jpg) 0 0 repeat-x; text-align: center; margin-bottom: 30px;}
.componentbottom img{margin-bottom: 20px;}



/*---------------------------------------------------------
  07.定期サービス
-------------------------------------------------------- */
#serviceContents{padding: 30px 0; text-align: center;}
#serviceContents dt, #serviceContents dd{line-height: 0;}

/*---------------------------------------------------------
  08.品質
-------------------------------------------------------- */

