@charset "utf-8";

/*///// index /////*/

/*pickup*/
#index #pickup_index {
	margin-bottom: 50px;
}
#index #pickup_index .item {
	display: none;
}
#index #pickup_index .item:first-child {
	display: block;
}
#index #pickup_index .item.black * {
	color: #000!important;
	border-color:#000!important;
}
#index #pickup_index .item > * {
	display: block;
	position: relative;
}
#index #pickup_index .item > * img {
	width: 100%;
}
#index #pickup_index .item .inner_wrap {
	width: calc( 100% - 65px );
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#index #pickup_index .item .category {
	font-size: 161%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#index #pickup_index .item .category .main strong {
	display: block;
	font-weight: normal;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 0.082em;
}
#index #pickup_index .item .category .sub {
	margin-top:2em;
}
#index #pickup_index .item .category .sub span {
	display: block;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.045em;
}
#index #pickup_index .item .category .sub span:before {
	content:'-';
}
#index #pickup_index .item .post {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	color: #fff;
	padding-bottom: 4em;
	min-width: 25%;
}
#index #pickup_index .item .post > span {
	font-size: 223%;
	font-weight: 300;
	display: block;
	line-height: 1.2;
	letter-spacing: 0.045em;
	margin-bottom: 0.5em;
}
#index #pickup_index .item .post > strong {
	font-size: 592%;
	font-weight: normal;
	display: block;
	line-height: 1;
}
#index #pickup_index .item .post > .tags {
	margin-top: 2em;
	position: absolute;
}
#index #pickup_index .item .post > .tags li {
	display: inline-block;
	margin: 0 0.5em 0.8em 0;
}
#index #pickup_index .item .post > .tags li span {
	display: block;
	font-size: 151%;
	color: #fff;
	border: 1px solid #fff;
	line-height: 1.4;
	letter-spacing: 0.048em;
	padding: 0 0.6em;
	border-radius: 1.4em;
}
#index #pickup_index .item .post > .tags li span:before {
	content:'#';
}

/*category menu*/
/*#index .category_menu {
	text-align: center;
}
#index .category_menu ul li {
	display: inline-block;
	margin: 0 100px;
}
#index .category_menu ul li:first-child {
	margin-left: 0;
}
#index .category_menu ul li:last-child {
	margin-right: 0;
}*/
#index .category_menu ul {
	display: flex;
	justify-content: space-around;
}
#index .category_menu ul li {
	margin: 1em 0;
}
#index .category_menu ul li a {
	font-size: 242%;
	color: #354443;
	position: relative;
	display: block;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.062em;
}
#index .category_menu ul li a:after {
	content:'';
	display: block;
	width: 2em;
	height: 1px;
	background-color: #354443;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: width 0.3s ease-in;
}

/*all topics*/
#index .topics_all {
	text-align: center;
	margin-top: 80px;
}
#index .topics_all a {
	font-size: 138%;
	color: #354443;
	position: relative;
	line-height: 1.6;
	display: inline-block;
	padding-right: 80px;
	letter-spacing: 0.04em;
}
#index .topics_all a:after {
	content:'';
	display: inline-block;
	width: 62px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("../images/arrow01.svg") right center no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
	transition: width 0.3s ease-in, right 0.3s ease-in;
}
#index .topics_all a span {
	font-weight: 300;
	margin-left: 0.5em;
}
	
/* contents */
#index .contents {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
}
#index .contents .cell {
	width: 50%;
	height: 33.33vw;
	display: flex;
	flex-wrap: wrap;
}
#index .contents .cell.high {
	height: 66.66vw;
}
#index .contents .cell > a,
#index .contents .cell > span,
#index .contents .incell > a,
#index .contents .incell > span {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	height: 100%;
	padding: 30px;
	position: relative;
}
#index .contents .cell.column .incell {
	width: 50%;
	height: 100%;
	display: flex;
}
#index .contents .cell.step .incell {
	width: 100%;
	height: 50%;
	display: flex;
}
/*store*/
#index .contents .store a {
	background: #354443;
	color: #fff;
}
#index .contents .store .ttl {
	width: 100%;
}
#index .contents .store .ttl img {
	width: 159px;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#index .contents .store .ttl span {
	font-size: 215%;
	font-weight: 300;
    letter-spacing: 0.04em;
	white-space: nowrap;
	display: block;
}
#index .contents .store .list li {
	display: inline-block;
	letter-spacing: 0.024em;
	font-weight: 300;
	/*word-break: break-all;*/
}
#index .contents .store .list li:after {
	content:'/';
}
#index .contents .store .list li:last-child:after {
	display: none;
}
#index .contents .e_store a {
	background: #EAEAEA;
	color: #000;
	padding-top: 20px;
}
#index .contents .e_store .ttl img {
	width: 37px;
	margin-bottom: 0;
}
#index .contents .e_store .ttl strong {
	font-size: 161%;
	font-weight: 300;
	letter-spacing: 0.028em;
	line-height: 1;
	margin-left: 0.5em;
}
/*pickup*/
#index .contents .pickup > * {
	color: #fff;
}
#index .contents .pickup.black > * {
	color: #000;
}
#index .contents .pickup a:hover .ttl {
	opacity: 1;
}
#index .contents .pickup img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 1!important;
}
#index .contents .pickup .ttl {
	position: relative;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}
#index .contents .pickup .ttl strong {
	font-size: 161%;
	font-weight: 400;
	display: block;
	letter-spacing: 0.04em;
	margin-bottom: 0.5em;
}
#index .contents .pickup .ttl .name {
	font-size: 459%;
	font-weight: 300;
	line-height: 1;
}
#index .contents .pickup .info {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
}
#index .contents .pickup .info .tags {
	flex: 1;
}
#index .contents .pickup .info .tags li {
	display: inline-block;
	margin-right: 0.5em;
}
#index .contents .pickup .info .tags li span {
	display: inline-block;
	font-size: 143%;
	font-weight: 300;
	letter-spacing: 0.04em;
	/*border-bottom: 1px solid #fff;*/
	line-height: 1;
}
#index .contents .pickup .info .tags li span:before {
	content:'#';
}
#index .contents .pickup .info .category {
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	padding-bottom: 0.3em;
}
#index .contents .pickup .info .category .main strong {
	display: block;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.048em;
}
#index .contents .pickup .info .category .sub {
	margin-left: 1.5em;
}
#index .contents .pickup .info .category .sub span {
	display: block;
	font-size: 107%;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.048em;
}
#index .contents .pickup .info .category .sub span:before {
	content:'-';
}
/*e_biotop*/
#index .contents .e_biotop.black * {
	color:#000!important;
}
#index .contents .e_biotop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#index .contents .e_biotop a {
	align-items: flex-end;
	align-content: flex-end;
}
#index .contents .e_biotop .logo {
	display: block;
    position: absolute;
    top: 60px;
    left: 40px;
    width: 6.7em;
    height: 10.7em;
	background-image: url("../images/logo_e_w_text.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#index .contents .e_biotop.black .logo {
	background-image: url("../images/logo_e_b_text.svg");
}
#index .contents .e_biotop .ttl {
	position: relative;
	width: 100%;
	font-size: 592%;
	font-weight: 200;
	color: #fff;
	line-height: 1;
}
#index .contents .e_biotop .name {
	position: relative;
	font-size: 184%;
	font-weight: 300;
	color: #fff;
	white-space: nowrap;
	line-height: 1.2;
	margin-top: 0.3em;
}
/*people*/
#index .contents .people .image {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#index .contents .people .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .contents .people a {
	background: #354443;
	color: #fff; 
}
#index .contents .people .post {
	height: 100%;
	margin-right: 50%;
	padding-right: 30px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#index .contents .people .post .ttl {
	width: 100%;
}
#index .contents .people .post .ttl .name {
	font-size: 553%;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.045em;
}
#index .contents .people .post .ttl .date {
	font-size: 140%;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.065em;
}
#index .contents .people .post .info .num {
	font-size: 169%;
	font-weight: 300;
	display: block;
	line-height: 1.2;
}
#index .contents .people .post .info .name {
	font-size: 223%;
	font-weight: 300;
	display: block;
	line-height: 1.2;
	letter-spacing: 0.065em;
}
/*side-b*/
#index .contents .side_b .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#index .contents .side_b .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .contents .side_b .post {
	position: relative;
	z-index: 1;
	color: #fff;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
#index .contents .side_b .post .ttl {
	width: 100%;
}
#index .contents .side_b .post .ttl .name {
	font-size: 553%;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.045em;
}
#index .contents .side_b .post .ttl .date {
	font-size: 140%;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.065em;
}
#index .contents .side_b .post .info .num {
	font-size: 169%;
	font-weight: 300;
	display: block;
	line-height: 1.2;
}
#index .contents .side_b .post .info .name {
	font-size: 223%;
	font-weight: 300;
	display: block;
	line-height: 1.2;
	letter-spacing: 0.065em;
}

/*pc*/
@media screen and (min-width: 769px) {
	#index .category_menu ul li a:hover:after {
		width: 1em;
	}
	#index .topics_all a:hover:after {
		width: 55px;
		right: -0.2em;
	}
}
@media screen and (min-width: 1921px) {
	#index {
		font-size: 20px;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
	#index {
		font-size: 15px;
	}
}
@media screen and (min-width: 1101px) and (max-width: 1280px) {
	#index {
		font-size: 11px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
	#index {
		font-size: 10px;
	}
	/*#index .category_menu ul li {
		margin: 0 3em;
	}*/
	#index .contents .cell > a,
	#index .contents .cell > span,
	#index .contents .incell > a,
	#index .contents .incell > span {
		padding: 1.5em;
	}
	#index .contents .store .ttl img {
		width: 13em;
		margin-bottom: 0.7em;
	}
	#index .contents .e_store a {
		padding-top:1em!important;
	}
	#index .contents .e_store .ttl img {
		width: 3em;
		margin: 0;
	}
	#index .contents .pickup .ttl .name {
		font-size: 300%;
	}
	#index .contents .e_biotop .logo {
		top: 2.5em;
		left: 1.5em;
	}
	#index .contents .e_biotop .ttl {
		font-size: 400%;
	}
	#index .contents .people .post {
		padding-left: 1.5em;
	}
	#index .contents .people .post .ttl .name {
		font-size: 300%;
	}
	#index .contents .people .post .info .num {
		font-size: 128%;
	}
	#index .contents .people .post .info .name {
		font-size: 128%;
	}
	#index .contents .side_b .post {
		padding-left: 1.5em;
	}
	#index .contents .side_b .post .ttl .name {
		font-size: 300%;
	}
	#index .contents .side_b .post .info .num {
		font-size: 128%;
	}
	#index .contents .side_b .post .info .name {
		font-size: 128%;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	#index #pickup_index {
		margin-bottom: 2em;
	}
	#index #pickup_index .item .inner_wrap {
		width: 86%;
	}
	#index #pickup_index .item .category {
		font-size: 143%;
		top: auto;
		left: 0;
		bottom: 20%;
		transform: none;
		width: 100%;
	}
	#index #pickup_index .item .category .main {
		float: left;
	}
	#index #pickup_index .item .category .sub {
		float: right;
		margin: 0;
	}
	#index #pickup_index .item .post {
		top: 40%;
		right: auto;
		padding-bottom: 0;
		left: 0;
		width: 100%;
	}
	#index #pickup_index .item .post > span {
		font-size: 126%;
	}
	#index #pickup_index .item .post > strong {
		font-size: 334%;
	}
	#index #pickup_index .item .post > .tags {
		margin-top: 1em;
		position: relative;
	}
	#index #pickup_index .item .post > .tags li {
		margin: 0 0.3em 0.5em 0;
	}
	#index #pickup_index .item .post > .tags li span {
		font-size: 143%;
		padding: 0 0.4em;
	}
	
	#index #pickup_index .slick-dots {
		text-align: right;
		width: 97%;
		position: absolute;
		bottom: 1.5em;
		right: 3%;
		line-height: 1;
	}
	#index #pickup_index .slick-dots li {
		display: inline-block;
		margin: 0 0.4em;
	}
	#index #pickup_index .slick-dots li button {
		text-indent: 200%;
		white-space: nowrap;
		overflow: hidden;
    width: 0.4em;
    height: 0.5em;
		border: 1px solid #fff;
		border-radius: 100%;
	}
	#index #pickup_index .slick-dots li.slick-active button {
		background: #fff;
	}
	
	/*category menu*/
	/*#index .category_menu ul li {
		display: inline-block;
		margin: 0 1.5em;
	}*/
	#index .category_menu ul li a {
		font-size: 143%;
	}
	#index .category_menu ul li a:after {
		width: 100%;
	}
	
	/*topics all*/
	#index .topics_all {
		margin-top: 2.5em;
	}
	#index .topics_all a {
		font-size: 78%;
		padding-right: 5em;
	}
	#index .topics_all a:after {
		width: 4em;
		height: 1.5em;
	}
	
	/*contents*/
	#index .contents {
		display: block;
		margin-top: 1em;
	}
	#index .contents .cell {
		width: 100%;
		height: 71.5vw;
	}
	#index .contents .cell.column {
		height: 56.5vw;
	}
	#index .contents .cell a,
	#index .contents .incell a {
		padding: 1em;
	}
	/*store*/
	#index .contents .store .ttl {
		margin-top: 1.3em;
	}
	#index .contents .store .ttl img {
		width: 45%;
		margin-bottom: 0.3em;
	}
	#index .contents .e_store .ttl {
		margin-top: 0;
	}
	#index .contents .e_store .ttl img {
		width: 13%;
		margin-bottom: 0.3em;
	}
	#index .contents .e_store .ttl strong {
		font-size: 91%;
	}
	#index .contents .store .ttl span {
		font-size: 121%;
	}
	#index .contents .store .list {
		font-size: 91%;
    line-height: 1.5;
	}
	/*e_biotop*/
	#index .contents .e_biotop .logo {
		width: 12vw;
		height: 19vw;
		top: 2em;
		left: 1em;
	}
	#index .contents .e_biotop .ttl {
		font-size: 347%;
	}
	#index .contents .e_biotop .name {
		font-size: 108%;
	}
	/*people*/
	#index .contents .people .image {
		right: auto;
		left: 0;
	}
	#index .contents .people .post {
		padding-left: 1em;
		padding-right: 0;
		margin-right: 0;
		margin-left: 50%;
	}
	#index .contents .people .post .ttl .name {
		font-size: 334%;
	}
	#index .contents .people .post .ttl .date {
		font-size: 104%;
	}
	#index .contents .people .post .info .num,
	#index .contents .people .post .info .name {
		font-size: 91%;
	}
	#index .contents .people .post .info .num{
		line-height: 1.8;
	}

	#index .contents .side_b .image {
		right: auto;
		left: 0;
	}
	/*side-b*/
	#index .contents .side_b .post .ttl .name {
		font-size: 334%;
	}
	#index .contents .side_b .post .ttl .date {
		font-size: 104%;
	}
	#index .contents .side_b .post .info .num,
	#index .contents .side_b .post .info .name {
		font-size: 91%;
	}
	#index .contents .side_b .post .info .num{
	line-height: 1.8;
	}
}

