@charset "utf-8";

/* ---------------------------------

	Main
	
--------------------------------- */

.main_fp {
	height: calc(100vh - 19.6rem);
	overflow: hidden;
}

.main_fp p {
	position: relative;
}

.main_fp p::after {
	background: rgba(34,34,34,.25);
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.main_fp p img {
	height: calc(100vh - 19.6rem);
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.main-item_fp {
	position: absolute;
	bottom: 10rem;
	right: 10rem;
	width: 50rem;
}

.main-item_fp {
	position: absolute;
	bottom: 10rem;
	right: 10rem;
	width: 50rem;
}

.main-item_fp h2 {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

.main-item_fp .update_fp {
	color: #fff;
}

@media not all and (min-width: 1100px) {
	.main_fp {
		height: calc(80vh - 19.6rem);
	}
	
	.main_fp p img {
		height: calc(80vh - 19.6rem);
	}
}

@media not all and (min-width: 768px) {
	.main_fp {
		height: calc(100vh - 10rem);
	}
	
	.main_fp p img {
		height: calc(100vh - 10rem);
	}
	
	.main-item_fp {
		margin: auto;
		bottom: 7.6rem;
		left: 0;
		right: 0;
		width: 33.2rem;
}

	.main-item_fp h2 {
		font-size: 1.8rem;
	}
}

/* ---------------------------------

	Keyword
	
--------------------------------- */

.keyword_fp {
	margin: auto;
	padding: 10rem 2rem;
	text-align: center;
	/*width: calc(136rem + 4rem);*/
	width: 136rem;
}

.keyword_fp h2 {
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 5rem;
}

.keyword_fp h2 span {
	font-size: 1.6rem;
	font-weight: 400;
	display: block;
	margin-bottom: 1.5rem;
}

.keyword_fp ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.keyword_fp a {
	border-radius: 1.8rem;
	border: 1px solid #e5e5e5;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 3.5rem;
	margin: 0.5rem 0.7rem;
	padding: 0 2rem;
}

.keyword_fp a:hover {
	background: #e5e5e5;
}

@media not all and (min-width: 768px) {
	.keyword_fp {
		padding: 5rem 2rem;
		width: 100%;
	}

	.keyword_fp h2 {
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}

	.keyword_fp h2 span {
		font-size: 1.4rem;
		margin-bottom: 1.2rem;
	}

	.keyword_fp a {
		font-size: 1.2rem;
	}
}

/* ---------------------------------

	Ranking
	
--------------------------------- */

.ranking_fp {
	margin: 10rem auto 2rem;
	width: 136rem;
}

.ranking_fp ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	width: 89rem;
}
.ranking_fp li {
	margin-top: 5rem;
	position: relative;
	width: 89rem;
}

.ranking_fp li:nth-child(n+2) {
	width: 42rem;
}

.ranking_fp li::after {
	content: "";
	position: absolute;
	left: -2rem;
	top: -2rem;
}

.ranking_fp li:nth-child(1)::after {
	background: url(/partners_cone/story/wp-content/themes/partners/assets/images/top/icon_rank_1.svg) no-repeat;
	background-size: 100%;
	height: 8.7rem;
	width: 8.7rem;
}

.ranking_fp li:nth-child(2)::after {
	background: url(/partners_cone/story/wp-content/themes/partners/assets/images/top/icon_rank_2.svg) no-repeat;
	background-size: 100%;
	height: 6rem;
	width: 6rem;
}

.ranking_fp li:nth-child(3)::after {
	background: url(/partners_cone/story/wp-content/themes/partners/assets/images/top/icon_rank_3.svg) no-repeat;
	background-size: 100%;
	height: 6rem;
	width: 6rem;
}

.ranking_fp p {
	border-radius: 0.5rem;
	overflow: hidden;
}

.ranking_fp p img {
	height: 60.3rem;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

.ranking_fp li:nth-child(n+2) p img {
	height: 28.5rem;
}

@media not all and (min-width: 768px) {
	.ranking_fp {
		margin: 5rem 0 0;
		width: 100%;
	}

	.ranking_fp ul {
		width: 33.4rem;
	}

	.ranking_fp li {
		margin-top: 3rem;
		width: 100%;
	}

	.ranking_fp li:nth-child(n+2) {
		width: 15.7rem;
	}
	
	.ranking_fp li::after {
		left: -1rem;
		top: -1rem;
	}

	.ranking_fp li:nth-child(1)::after {
		height: 5rem;
		width: 5rem;
	}

	.ranking_fp li:nth-child(2)::after {
		height: 4rem;
		width: 4rem;
	}

	.ranking_fp li:nth-child(3)::after {
		height: 4rem;
		width: 4rem;
	}

	.ranking_fp p img {
		height: 22.7rem;
	}
	
	.ranking_fp li:nth-child(n+2) p img {
		height: 10.8rem;
	}
}

/* ---------------------------------

	最新記事
	
--------------------------------- */

.new_fp {
	background: url(/partners_cone/story/wp-content/themes/partners/assets/images/common/new_bg.png) repeat;
	background-size: 100%;
	padding: 10rem 0;
}

@media not all and (min-width: 768px) {
	.new_fp {
	padding: 5rem 0;
	}
}

/* ---------------------------------

	SLICK
	
--------------------------------- */

.slick-prev,
.slick-next {
	border: none;
	background: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	bottom: 5rem;
	width: 0;
	height: 0;
	cursor: pointer;
	color: transparent;
	outline: none;
	margin-left: 2rem;
	z-index: 1;
}

.slick-prev {
	right: 60rem;
}

.slick-next {
	right: 54rem;
}

.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after {
	content: "";
	height: 1.5rem;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 1.5rem;
}

.slick-prev::before {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-next::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media not all and (min-width: 768px) {
	.slick-prev,
	.slick-next {
		bottom: 3rem;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		left: 6rem;
	}
	
	.slick-prev::before,
	.slick-prev::after,
	.slick-next::before,
	.slick-next::after {
		height: 1rem;
		width: 1rem;
	}
}