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

こだわり商品カテゴリーTOP

********************/
.aeContents_feature .mainvisual.cy__top{
	min-height: 330px !important;
}
.ct__top--area{
	padding: 70px 0 65px;
	margin-bottom: 90px;
	border-top: 18px solid #075333;
	background-color: #fff;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.ct__top--wrap{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}
.ct__top--wrap h2{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 105px;
}
.ct__top--wrap h2 span{
	position: relative;
}
.ct__top--wrap h2 span::after,
.ct__top--wrap h2 span::before{
	content: "";
    display: block;
    position: absolute;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 25px solid #075333;
}
.ct__top--wrap h2 span::after{
    left: -40px;
}
.ct__top--wrap h2 span::before{
    right: -40px;
}
.ct__top--wrap ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 42px;
}
.ct__top--wrap ul li{
	width: 33%;
	border-radius: 10px;
	background-color: #d5d5d5;
	position: relative;
}
.ct__top--wrap ul li h3{
	width: 108px;
	height: 108px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
  	display: -webkit-box;
 	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ct__top--wrap ul li h3.daily__title--box{
	background-color: #f58383;
}
.ct__top--wrap ul li h3.delica__title--box{
	background-color: #83c9f5;
    left: 35%;
}
.ct__top--wrap ul li h3.meet__title--box{
	background-color: #f3a950;
	left: 65%;
}
.ct__top--wrap ul li h3.grocery__title--box{
	background-color: #afe871;
}
.ct__top--wrap ul li h3 span{
    display: block;
    margin: 0px 0 5px;
    font-size: 16px;
    color: #fff;
}
.ct__top--wrap ul li a{
	padding: 70px 10px 15px;
	display: block;
	opacity: 1;
	transition: 0.3s;
}
.ct__top--wrap ul li a:hover{
	opacity: 0.6;
}
.ct__top--wrap ul li img{

}
.ct__top--wrap ul li:nth-child(2){
	margin: 0 20px;
}
.ct__top--wrap p{
	margin: 0;
	text-align: center;
}
.ct__product--flex{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	width: 288px;
	height: 284px;
	border-radius: 10px;
	margin: 0 auto;
}
.ct__product--flex img{
	max-width: 142px;
	width: 100%;
	padding: 5px;
	border-radius: 0;
}
@media screen and (max-width: 767px){
	.aeContents_feature .mainvisual.cy__top{
		min-height: 300px !important;
		padding-top: 75px !important;
	}
	.ct__top--area{
		padding: 50px 0 65px;
	}
	.ct__top--wrap{
		max-width: 80%;
	}
	.ct__top--wrap h2{
		font-size: 20px;
		margin-bottom: 75px;
	}
	.ct__top--wrap h2 span::after, 
	.ct__top--wrap h2 span::before{
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 19px solid #075333;
	}
	.ct__top--wrap h2 span::after{
		left: -22px;
	}
	.ct__top--wrap h2 span::before{
		right: -22px;
	}
	.ct__top--wrap ul{
		flex-wrap: wrap;
	}
	.ct__top--wrap ul li{
		margin-bottom: 80px;
	}
	.ct__top--wrap ul li:nth-child(2){
		margin: 0 0 80px;
	}
	.ct__top--wrap ul li:last-child{
		margin-bottom: 0;
	}
}
/********************

こだわり商品カテゴリー下層固定メニュー

********************/
.nav__fixd--area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	padding: 10px 0 5px;
	background-color: #075333;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	z-index: 1;
	margin-top: -110px;
	transition: 0.5s;
}
.slide-in{
	margin-top: 0 !important;
}
.nav__fixd--wrap{
	
}
.nav__fixd--wrap ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.nav__fixd--wrap ul li{
	width: 65px;
	height: 65px;
	background-color: #fff;
    border-radius: 50%;
	margin: 0 7px;
	text-align: center;
	opacity: 1;
	transition: 0.3s;
}
.nav__fixd--wrap ul li:hover{
	opacity: 0.6;
}
.nav__fixd--wrap ul li a{
	display: block;
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.nav__fixd--wrap ul li img{
    width: 65%;
    height: auto;
    margin: 0 auto -15px;
}
.nav__fixd--wrap ul li span{
	font-size: 10px;
    font-weight: bold;
}
.nav__fixd--wrap p{
	color: #fff;
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 890px){
	.ct__product--flex{
		width: 100%;
		height: auto;
	}
	.ct__product--flex img{
		max-width: 50%;
	}
}
@media screen and (max-width: 767px){
	.nav__fixd--area{
		margin-top: -150px;
	}
	.ct__top--wrap ul li{
		width: 100%;
	}
	.ct__product--flex{
		width: 85%;
		height: auto;
	}
	.ct__top--wrap ul li a{
		padding: 11% 2% 5%;
	}
	.ct__product--flex img{
		max-width: 50%;
	}
	.nav__fixd--wrap p{
		margin: 5px 0 0;
		font-size: 13px;
		line-height: 1.4;
	}
}
@media screen and (max-width: 620px){
	.ct__top--wrap ul li h3{
		width: 89px;
    	height: 89px;
	}
	.ct__top--wrap ul li h3 img{
	    width: 60%;
	}
	.ct__top--wrap ul li h3 span{
		margin: -5px 0 5px;
    	font-size: 13px;
	}
	.ct__top--wrap ul li h3.delica__title--box{
		left: 42%;
	}
	.ct__top--wrap ul li h3.meet__title--box{
		left: 58%;
	}
}
@media screen and (max-width: 414px){
	.ct__top--wrap ul li h3{
		width: 80px;
		height: 80px;
		top: -50px;
	}
	.ct__top--wrap ul li h3.delica__title--box{
		left: 39%;
	}
	.ct__top--wrap ul li h3.meet__title--box{
		left: 61%;
	}
	.ct__top--wrap ul li h3 span{
		margin: -9px 0 5px;
		font-size: 11px;
	}
}
@media screen and (max-width: 375px){
	.ct__top--wrap ul li h3.delica__title--box{
		left: 38%;
	}
	.ct__top--wrap ul li h3.meet__title--box{
		left: 62%;
	}
}



