 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
home
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	font-family: "Noto Sans JP", sans-serif;
}
.list {
	position: relative;
	margin-bottom: 95px;
}
.block.g {
	background: #f5f5f0;
}

@media screen and (min-width:751px), print{
	.articleList {
		margin-top: 30px;
	}

	.block {
		padding: 70px 0;
	}
}
@media screen and (max-width:750px){
	.block {
		padding: 50px 0 13px;
	}
	.inner .articleList {
		margin: 0 -20px;
	}
	.list li {
		/*width: 50%;
		margin-left: 0 !important;
		margin-bottom: 0;*/
	}
}

#mainVis .mainVis {
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#mainVis .mainVis .mvInner {
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
}
@media screen and (min-width:751px), print{
	#mainVis .mainVis {
		height: 360px;
	}
	#mainVis .mainVis .mvInner {
		width: 1000px;
		margin: 0 auto;
		font-size: 15px;
		line-height: 30px;
	}
	#mainVis .mainVis .mvInner h2 {
		font-size: 26px;
		margin-bottom: 1em;
	}
}
@media screen and (max-width:750px) {
	#mainVis .mainVis {
		height: 348px
	}
	#mainVis .mainVis .mvInner {
		padding: 0 16px;
		font-size: 14px;
		line-height: 28px;
	}
	#mainVis .mainVis .mvInner h2 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 1em;
	}
	#mainVis .mainVis .mvInner p {
		letter-spacing: -0.05em;
	}
}

#banner {
	color: #006933;
	position: relative;
}
@media screen and (min-width:751px), print{
	#banner {
		font-size: 14px;
		line-height: 24px;
		margin-top: -50px;
	}
	#banner ul {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	#banner li {
		width: 312px;
		margin-right: 32px;
	}
	#banner li:nth-child(3n) {
		margin-right: 0;
	}
	#banner figure {
		margin-bottom: 0.7em;
	}
}
@media screen and (max-width:750px) {
	#banner {
		margin: -40px 0 -20px;
	}
	#banner .slick-slide {
		padding-left: 25px;
		width: calc(100vw - 100px);
	}
	#banner .slick-slide p {
		color: #000;
		font-size: 12px;
		line-height: 22px;
		margin-top: 10px;
	}
	#banner .slick-dots {
		display: flex;
		padding-top: 7px;
		justify-content: center;
	}
	#banner .slick-dots button {
		height: 0;
		width: 10px;
		border: none;
		display: block;
		overflow: hidden;
		padding: 10px 0 0;
		margin: 0 7.5px;
		background: #e1e1dc;
		border-radius: 50%;
	}
	#banner .slick-dots .slick-active button {
		background: #00a33e;
	}
}

#news .list {
	overflow: hidden;
}
#news .toggle {
	cursor: pointer;
}
#news .toggle:hover {
	opacity: .3;
}
#news .toggle span {
	height: 0;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	border-right: solid #006933;
	border-bottom: solid #006933;
	transform: rotate(45deg);
}
#news .open + .toggle span {
	transform: rotate(225deg);
}
@media screen and (min-width:751px), print{
	#news {
		padding: 45px 0;
	}
	#news .list {
		margin-bottom: 0;
	}
	#news .list:not(.open) > li:nth-child(8) ~ li {
		display: none;
	}
	#news .toggle span {
		width: 38px;
		padding-top: 38px;
		border-width: 2px;
	}
	#news .open + .toggle span {
		margin-top: 30px;
		margin-bottom: -30px;
	}
}
@media screen and (max-width:750px) {
	#news .list {
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
	#news .list > li:nth-child(8) ~ li {
		display: none;
	}
	#news .list:not(.open) > li:nth-child(4) ~ li {
		display: none;
	}
	#news .toggle {
		padding: 10px 0 20px;
	}
	#news .open + .toggle {
		padding: 30px 0 0;
	}
	#news .toggle span {
		width: 32px;
		padding-top: 32px;
		border-width: 1.5px;
	}
}

.ranking {}
@media screen and (min-width:751px), print{
	.ranking .list {
		margin-bottom: 0;
	}
	.ranking .recipe + .recipe {
		margin-top: 50px;
	}
}
@media screen and (max-width:750px){}

#notice li header,
#notice .tag {
	display: flex;
	font-weight: 500;
	align-items: center;
}
#notice .tag li {
	color: #fff;
	text-align: center;
}
#notice .tag .new {
	background: #00a33e;
}
#notice .tag .end {
	background: #000;
}
#notice .title {
	font-weight: 500;
}
@media screen and (min-width:751px), print{
	#notice li header {
		font-size: 14px;
		line-height: 25px;
	}
	#notice .posts > ul {
		display: flex;
		margin-top: 45px;
		justify-content: space-between;
	}
	#notice .posts > ul > li {
		width: calc(50% - 25px);
	}
	#notice .tag {
		margin-right: 10px;
	}
	#notice .tag li {
		width: 40px;
	}
	#notice .tag li + li {
		margin-left: 10px;
	}
	#notice .title {
		font-size: 18px;
		line-height: 25px;
	}
	#notice .text {
		font-size: 14px;
		line-height: 24px;
	}
}
@media screen and (max-width:750px) {
	#notice {
		padding-bottom: 45px;
	}
	#notice .title {
		margin-right: 1em;
		letter-spacing: -0.08em;
	}
	#notice .posts > ul {
		padding-top: 30px;
	}
	#notice .posts > ul > li + li {
		margin-top: 37px;
	}
	#notice .tag {
		line-height: 25px;
		margin-right: 10px;
	}
	#notice .tag li {
		width: 46px;
	}
	#notice .tag li + li {
		margin-left: 5px;
	}
	#notice .title {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	#notice .text {
		line-height: 24px;
	}
}


#pickup .thumbnail {
	border: 3px solid;
	border-bottom: none;
	box-sizing: border-box;
}
#pickup .recipes_season .thumbnail,
#pickup .recipes_secret .thumbnail {
	border-color: #ab2222;
}
#pickup .recipes_booklet .thumbnail,
#pickup .recipes_season_book .thumbnail {
	border-color: #ff7142;
}
#pickup .season_booklet_menu .thumbnail {
	border-color: #736B53;
}
#pickup .season_vegetables .thumbnail {
	border-color: #cfc100;
}
#pickup .season_booklet .thumbnail {
	padding-right: 15px;
	border-color: #877d50;
}
#pickup .producer_farm_clock .thumbnail {
	border-color: #006837;
}
#pickup .producer_booklet .thumbnail {
	border-color: #21db56;
}
#pickup .student_reason .thumbnail {
	border-color: #64b5d9;
}
#pickup .cheese_mariage .thumbnail {
	border-color: #d4862c;
}
#pickup .distribution_table .thumbnail {
	border-color: #92b330;
}
#pickup .experience_kururu .thumbnail,
#pickup .experience_report .thumbnail {
	border-color: #26ae95;
}
#pickup .studies .thumbnail {
	border-color: #4f5c9c;
}
#pickup .photo .thumbnail {
	border-color: #e391ba;
}
#pickup .movie .thumbnail {
	border-color: #724c80;
}
#pickup .notice .thumbnail {
	border-color: #58595b;
}
#pickup .morisaki .thumbnail {
	border-color: #003399;
}
@media screen and (min-width:751px), print{
	#pickup .text {
		margin-top: 15px;
	}
	#pickup .list {
		margin-bottom: 0;
	}
}
@media screen and (max-width:750px) {
	#pickup .text {
		margin-bottom: 25px;
	}
}

#fanclub {
	box-sizing: border-box;
	border: 1px solid #c8c8c8;
}
#fanclub .info dt {
	color: #006933;
}
#fanclub .info dd {
	color: #505050;
}
#fanclub .link::before {
	content: "";
	display: block;
	background: no-repeat center center;
	background-size: cover;
}
#fanclub .link ul li a {
	color: #fff;
	display: block;
	font-weight: 600;
	text-align: center;
	background: #006933;
	transition-property: background;
}
#fanclub .link ul li a:hover {
	opacity: 1;
	background: #000;
}
@media screen and (min-width:751px), print{
	#fanclub {
		border-radius: 20px;
		padding: 30px 40px 40px;
	}
	#fanclub .info {
		display: flex;
		align-items: center;
	}
	#fanclub .info h2 {
		width: 220px;
		min-width: 220px;
		margin-right: 40px;
	}
	#fanclub .info dt {
		font-size: 18px;
		font-weight: 600;
	}
	#fanclub .info dd {
		line-height: 24px;
		margin-top: 15px;
	}
	#fanclub .link::before {
		height: 155px;
		margin: 35px 0 40px;
		background-image: url(../images/home/img_fanclub_pc.jpg);
	}
	#fanclub .link ul {
		display: flex;
		justify-content: space-between;
	}
	#fanclub .link ul li {
		width: calc(50% - 10px);
	}
	#fanclub .link ul li a {
		font-size: 18px;
		line-height: 70px;
		border-radius: 10px;
	}
}
@media screen and (max-width:750px) {
	#fanclub {
		margin: 0 15px;
		border-radius: 10px;
		padding: 25px 20px 20px;
	}
	#fanclub .info h2,
	#fanclub .info dt {
		text-align: center;
	}
	#fanclub .info h2 img {
		width: 192px;
	}
	#fanclub .info dt {
		color: #006933;
		font-size: 18px;
		font-weight: 600;
		line-height: 28px;
		margin: 15px 0;
	}
	#fanclub .info dd {
		line-height: 24px;
	}
	#fanclub .link::before {
		padding-top: 67.4%;
		margin-top: 20px;
		background-image: url(../images/home/img_fanclub_sp.jpg);
	}
	#fanclub .link ul li {
		margin-top: 20px;
	}
	#fanclub .link ul li a {
		font-size: 18px;
		line-height: 60px;
		border-radius: 5px;
	}
}

#site {
	color: #505050;
	text-align: center;
}
#site > ul > li figure img {
	height: 100px;
}
#site figure ul {
	display: flex;
	justify-content: center;
}
#site > ul > li figure ul img {
	height: 40px;
	margin: 0 7.5px;
}
#site > ul > li p {
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -0.05em;
}
@media screen and (min-width:751px), print{
	#site {
		margin-top: 100px;
		line-height: 24px;
	}
	#site > ul {
		display: flex;
		justify-content: center;
	}
	#site > ul > li {
		width: 350px;
		margin: 0 25px;
	}
	#site > ul > li figure {
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:750px) {
	#site {
		padding-bottom: 80px;
	}
	#site > ul > li figure {
		padding: 35px 0 15px;
	}
}