/* ======================================
農園レポート
====================================== */
main{
    margin-top: 69px;
}
/* 既存上書き */
.wrapper {
	overflow-x: inherit;
}

.footer_wrapper {
	padding-top: 1.924285714285714%;
	overflow-x: hidden;
	
}

.main_wrapper {
	overflow-x: hidden;
	max-height: 500px;
}

/* メイン */
.main {
	position: relative;
	height: 0;
	padding-top: 133.3334%;
	overflow: hidden;
	background: url(../img/report/main_sp.jpg) no-repeat 0 0 / cover;
	max-height: 500px;
	background-size: cover;
}

.main_inner {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-height: 500px;
}

.tl {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.tl .large {
	display: block;
	font-size: 30px;
}

@media (min-width: 768px) {
	.main {
		padding-top: 42.8571%;
		background-image: url(../img/report/main_pc.jpg);
	}

	.tl {
		font-size: 40px;
	}

	.tl .large {
		font-size: 60px;
	}
}

/* 履歴 */
.archives_section {
	padding: 13.3334% 8% 15.2%;
	background-color: #f7f5f0;
}

.archives_tl {
	color: #2c1b1e;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

.archives {
	margin-top: 7.9366%;
	border-top: 1px solid #e7e7e7;
}

.archive-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2.91% 0;
	border-bottom: 1px solid #e7e7e7;
}

.archive-wrap::after {
	position: relative;
	right: 0;
	width: 28px;
	height: 3px;
	margin-left: 10px;
	background: url(../img/info_index/info_item_bg.png) no-repeat center center / cover;
	transition: all 0.5s ease-in-out;
	content: '';
}

.archive-wrap:hover {
	background-color: #fdfcfb;
	transition: all 0.3s ease-in-out;
}

.archive-wrap:hover::after {
	right: -10px;
	transition: all 0.3s ease-in-out;
}

.archive_img {
	flex-basis: 35px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.archive_inner {
	flex: 1;
}

.archive_date {
	color: #6b2800;
	font-size: 10px;
	line-height: 1;
}

.archive_title {
	margin-top: 0.25em;
	color: #2c1b1e;
	font-size: 12px;
	line-height: 1.5;
}

.archive_btn {
	width: 150px;
	margin: 6.1334% auto 0;
}

.archive_btn > a {
	display: block;
	padding: 5px;
	color: #2c1b1e;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #2c1b1e;
	border-radius: 15px;
}

.archive_btn > a:hover {
	color: #fff;
	background-color: #2c1b1e;
	transition: background-color 0.5s;
}

@media (min-width: 768px) {
	.archives_section {
		padding: 110px 0;
	}

	.archives_tl {
		font-size: 20px;
	}

	.archives {
		width: 900px;
		margin: 50px auto 0;
	}

	.archive-wrap {
		padding: 10px 5px 10px 30px;
	}

	.archive-wrap::after {
		width: 56px;
		height: 6px;
		margin-left: 20px;
	}

	.archive-wrap:hover::after {
		right: -25px;
	}

	.archive_img {
		flex-basis: 50px;
		margin-right: 30px;
		border-radius: 10px;
	}

	.archive_inner {
		display: flex;
		align-items: center;
	}

	.archive_date {
		margin-right: 30px;
		font-size: 14px;
	}

	.archive_title {
		margin: 0 auto 0 0;
		font-size: 14px;
	}

	.archive_btn {
		width: 180px;
		margin: 60px auto 0;
	}

	.archive_btn > a {
		padding: 10px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 25px;
	}
}

/* 大見出し */
.farms_tl {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 53px;
	z-index: 2;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	background-color: #6b2800;
}

@media (min-width: 768px) {
	.farms_tl {
		top: 0;
		padding: 20px;
		font-size: 24px;
	}
}

/* 農園一覧 */
.farms {
	padding-bottom: 13.3334%;
}

.farms::before {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 65.8667%;
	background: url(../img/report/farms_bg_sp.png) no-repeat center bottom / 100% auto;
	content: '';
}

.farm_selector {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 100px;
}

.farm_selector_inner {
	position: relative;
	width: 92%;
	height: 35px;
	margin: 15px auto 0;
	cursor: pointer;
}

.farm_selector_inner > select {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
	cursor: pointer;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* IE10以上で矢印を消す */
.farm_selector_inner > select::-ms-expand {
	display: none;
}

/* フォーカス時 */
.farm_selector_inner > select:focus {
	z-index: -1;
	opacity: 1;
}

.farm_selector_inner > .label {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 5px 30px 5px 10px;
	color: #6b2800;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	background: #fff url(../img/report/farm_selector.png) no-repeat right center / 35px auto;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.farm_btns {
	display: none;
}

.farm:not(:first-of-type) {
	margin-top: 22.4%;
}

.farm:first-of-type {
	margin-top: 6.1334%;
}

.tm {
	padding-top: 45px;
	color: #2b2b2b;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.25;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50px auto;
}

.tm .large {
	display: block;
	font-size: 17px;
}

.tm.brazil {
	background-image: url(../img/report/brazil_sp.png);
}

.tm.elsalvador {
	background-image: url(../img/report/elsalvador_sp.png);
}

.tm.nicaragua {
	background-image: url(../img/report/nicaragua_sp.png);
}

.tm.honduras {
	background-image: url(../img/report/honduras_sp.png);
}

.tm.ethiopia {
	background-image: url(../img/report/ethiopia_sp.png);
}

.tm.panama {
	background-image: url(../img/report/panama_sp.png);
}

.tm.kenya {
	background-image: url(../img/report/kenya_sp.png);
}

@media (min-width: 768px) {
	.farms {
		padding: 60px 0 120px;
	}

	.farms::before {
		height: 100vh;
		background-image: url(../img/report/farms_bg_pc.png);
		background-size: cover;
	}

	/* Safari用のハックは、Chromeに適用されないようにする */
	@supports (-webkit-touch-callout: none) {
		.farms::before {
			/* Safari用のハック */
			height: -webkit-fill-available;
		}
	}

	.farm_selector {
		display: none;
	}

	.farm_btns {
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -o-sticky;
		position: -ms-sticky;
		position: sticky;
		top: 100px;
		z-index: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 1000px;
		margin: -10px auto;
	}

	.farm_btns li {
		margin: 10px;
	}

	.farm_btns li a {
		display: block;
		padding: 0 30px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		background-color: #6b2800;
		border-radius: 25px;
		transition: background-color 0.5s;
	}

	.farm_btns li a:hover {
		background-color: #2c1b1e;
		transition: background-color 0.5s;
	}

	.farm:not(:first-of-type) {
		margin-top: 80px;
	}

	.farm:first-of-type {
		margin-top: 40px;
	}

	.tm {
		padding-top: 110px;
		font-size: 16px;
		background-position: center 20px;
		background-size: 100px auto;
	}

	.tm .large {
		font-size: 34px;
	}

	.tm.brazil {
		background-image: url(../img/report/brazil_pc.png);
	}

	.tm.elsalvador {
		background-image: url(../img/report/elsalvador_pc.png);
	}

	.tm.nicaragua {
		background-image: url(../img/report/nicaragua_pc.png);
	}

	.tm.honduras {
		background-image: url(../img/report/honduras_pc.png);
	}

	.tm.ethiopia {
		background-image: url(../img/report/ethiopia_pc.png);
	}

	.tm.panama {
		background-image: url(../img/report/panama_pc.png);
	}

	.tm.kenya {
		background-image: url(../img/report/kenya_pc.png);
	}
}

/* 各アイテム */
.topics {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 5.3333% 6.66667% 0;
}

.topics_item {
	flex-basis: 46.154%;
	margin-top: 7.6925%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.topics_item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	transform: scale(1.05, 1.05);
	transition: all 0.3s ease-in-out;
}

.topics_inner {
	padding: 6.66667% 6.66667% 13.33334%;
}

.topics_name,
.topics_title,
.topics_date {
	color: #2b2b2b;
	font-size: 10px;
	line-height: 1.4;
}

.topics_name {
	font-weight: bold;
}

.topics_title,
.topics_date {
	margin-top: 0.5em;
}

@media (min-width: 768px) {
	.topics {
		justify-content: flex-start;
		width: 846px;
		margin: 0 auto;
		padding: 0;
	}

	.topics_item {
		flex-basis: 250px;
		margin-top: 50px;
		border-radius: 10px;
	}

	.topics_item:not(:nth-child(3n)) {
		margin-right: 48px;
	}

	.topics_item:hover {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	}

	.topics_inner {
		padding: 20px 20px 34px;
	}

	.topics_name,
	.topics_title,
	.topics_date {
		font-size: 14px;
		line-height: 1.4;
		
	}
	
}

.topics_title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}