@charset "utf-8";




/* layout common setting
=========================================*/
/* container */

body{
 font-family: 'Noto Sans JP', sans-serif;
 color:#333333;
 font-size:16px;
 line-height:1.9;
}


/* link */
a:link    { color: #003366; text-decoration: underline; }
a:visited { color: #003366; text-decoration: underline; }
a:hover   { color: #6699cc; opacity:0.8; }
a:active  { color: #6699cc; }


/* header
=========================================*/

#globalHeader{
	position:relative;
}
#haloLogo{
	position:absolute;
	left:20px;
	top:0px;
	z-index:9999;
}
.haloSNS{
	position:absolute;
	right:20px;
	top:20px;
	z-index:9999;
}
.haloSNS li{
	float:left;
	margin-left:9px;
	cursor:pointer;
}


/* footer
=========================================*/

#pageTop{
	position:fixed;
	right:50px;
	bottom:50px;
	z-index: 9999;
} 
#pageTop a {
	display: block;
}
#pageTop a:hover {
	-webkit-animation: buru2 0.3s ease-in-out;
	animation: buru2 0.3s ease-in-out;
}
#globalFooter{
	text-align:center;
	min-width:1280px;
	color:#FFF;
	font-size:15px;
	padding:10px 0 12px;
	background:#428403;
}

/* main
=========================================*/

main{
	display: block;
	min-width: 1280px;
	margin: 0 auto;
}

/* haloHead */
.haloHead{
	display: block;
	background: url(/syohin/sweets/parfait/yukinashi-parfait/images/yukinashi_parfait_bg01.jpg) no-repeat 50% 0;
	text-align: center;
}
.haloHead > span{
	display: block;
	width: 1280px;
	margin: 0 auto;
}

/* topSection01 */
.topSection01 {
	height: 1678px;
	background: url(/syohin/sweets/parfait/yukinashi-parfait/images/yukinashi_parfait_bg02.jpg) no-repeat 50% 0;
}
.topSection01 .inner {
	position: relative;
	display: block;
	width: 1280px;
	margin: 0 auto;
}
.topSection01 .inner .linkBtn01 {
	position: absolute;
	bottom: 310px;
	right: 130px;
}
/* topSection02 */
.topSection02 {
	height: 1290px;
	background: url(/syohin/sweets/parfait/yukinashi-parfait/images/yukinashi_parfait_bg03.jpg) no-repeat 50% 0;
}
.topSection02 .inner {
	position: relative;
	display: block;
	width: 1280px;
	margin: 0 auto;
}
.topSection02 .inner .linkBtn01 {
	position: absolute;
	bottom: 134px;
	right: 344px;
}
.topSection02 .inner .linkBtn02 {
	position: absolute;
	bottom: 72px;
	left: 442px;
}

/* recommendList */
.recommendList  ul li {
	float: left;
	width: 33.33333333%;
}
.recommendList  ul li img {
	max-width: 100%;
}
.recommendList dt {
	background: url(/syohin/sweets/parfait/yukinashi-parfait/images/yukinashi_parfait_bg04.jpg) no-repeat 50% 0;
	text-align: center;
}
.recommendList dt img {
	margin: 0 auto;
}

/*=================================

	clearfix

=================================*/
.recommendList  ul:after {
	content: "";
	display: block;
	clear: both;
}



