@charset "utf-8";

/* ========================================================
	index.css
======================================================== */

@media screen and (min-width: 768px), print {
	#header {
		transform: translateY(-110%);
	}
	#header nav .gnav {
		height: 90px;
	}
	#header::after {
		opacity: 1;
	}
	#header .logo a {
		transform: scale(.8);
	}
	body.init #header {
		transition: transform 0.5s ease-in-out;
	}
	.iheader-show #header {
		transform: translateY(0);
	}
	#container {
		padding-top: 0;
	}
}

/* index_header
============================================================================================================ */
@media screen and (min-width: 768px), print {
	.index_header {
		position: relative;
		max-width: 1400px;
		height: 140px;
		margin: 0 auto;
		padding: 40px 30px 0;
		z-index: 30;
	}
	.index_header .logo {
		position: absolute;
		left: 60px;
		top: 90px;
	}
	.index_header .gnav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-left: calc(50% - 280px);
		margin-left: 360px;
		margin-right: -10px;
	}
	.index_header .gnav a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 80px;
		text-align: center;
		text-decoration: none;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.3;
		color: #000;
	}
	.index_header .gnav a .ja {
		transform: rotate(0.05deg);
	}
	.index_header .gnav a .ff_en {
		position: relative;
		margin-top: 5px;
		padding: 3px 10px;
		font-size: 1.4rem;
		z-index: 2;
	}
	.index_header .gnav a .ff_en::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #3fc6ea;
		transform: scale(.8);
		opacity: 0;
		z-index: -1;
	}
	body.init .index_header .gnav a .ff_en  {
		transition: color .2s ease-in-out;
	}
	body.init .index_header .gnav a .ff_en::after  {
		transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	}
	.index_header .gnav a:hover .ff_en,
	.index_header .gnav a.current .ff_en {
		color: #fff;
	}
	.index_header .gnav a:hover .ff_en::after,
	.index_header .gnav a.current .ff_en::after {
		transform: scale(1);
		opacity: 1;
	}
}


/* index_main
============================================================================================================ */
.index_main {
	overflow: hidden;
	margin-bottom: 80px;
}
.index_main .slide article {
	width: 100%;
	background-color: #fff;
}
.index_main .slide a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 3rem;
	line-height: 1.5;
}
.index_main .slide a .pickup {
	position: relative;
	font-size: 4.8rem;
	color: #3FC6EA;
}
.index_main .slide a .pickup::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 200px;
	height: 8px;
	margin-top: -4px;
	background-color: #3FC6EA;
	border-radius: 4px;
}
.index_main .slide a .time {
	display: flex;
	align-items: center;
	padding: 15px 0;
	font-size: 2rem;
}
.index_main .slide a .category {
	margin-left: 20px;
	display: flex;
}
.index_main .slide a .category li {
	margin-right: 10px;
	padding: 4px 18px;
	background-color: #3FC6EA;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 700;
	border-radius: 100px;
}
.index_main .slide a.post .pickup {
	color: #3AAF40;
}
.index_main .slide a.post .pickup::after {
	background-color: #3AAF40;
}
.index_main .slide a.post .category li {
	background-color: #3AAF40;
}
.index_main .slide a .more {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding-right: 20px;
	color: #3F2003;
	font-size: 2rem;
	font-weight: 700;
}
.index_main .slide a .more svg {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	fill: #3F2003;
}
.index_main .slide a .ph {
	background-color: #fff;
	z-index: 3;
}
.index_main .slide a .ph img {
	border-radius: 20px 0 0 20px;
}
.index_main .slide a .ph .no-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3f3f3;
	border-radius: 20px 0 0 20px;
}
.index_main .slide a .ph .no-img img {
	width: 50%;
	opacity: 0.3;
	border-radius: 0;
}
@media screen and (min-width: 768px), print {
	.index_main .slide {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.index_main .swiper-container {
		overflow: visible;
	}
	.index_main .slide a {
		height: 640px;
	}
	.index_main .slide a .text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 430px;
		z-index: 3;
	}
	.index_main .slide a .title {
		position: relative;
		min-height: calc(4.5em + 30px);
		padding-bottom: 30px;
	}
	.index_main .slide a .title::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 8px;
		background-color: #3FC6EA;
		border-radius: 4px;
	}
	.index_main .slide a.post .title::after {
		background-color: #3AAF40;
	}
	.index_main .slide a .ph {
		position: absolute;
		left: 360px;
		top: 0;
		width: calc(50vw + (50% - 360px));
		min-width: 860px;
		height: 100%;
		z-index: 2;
	}
}
@media screen and (max-width: 767px) {
	.index_main {
		margin-bottom: 50px;
		padding-top: 10px;
	}
	.index_main .slide a {
		font-size: 1.8rem;
	}
	.index_main .slide a .pickup {
		font-size: 2.4rem;
	}
	.index_main .slide a .pickup::after {
		width: calc(100% - 120px);
		height: 4px;
		margin-top: -2px;
	}
	.index_main .slide a .text::after {
		content: "";
		display: block;
		height: 4px;
		margin-top: 15px;
		background-color: #3FC6EA;
		border-radius: 4px;
	}
	.index_main .slide a.post .text::after {
		background-color: #3AAF40;
	}
	.index_main .slide a .time {
		padding: 6px 0;
		font-size: 1.4rem;
	}
	.index_main .slide a .category li {
		padding: 4px 12px;
		font-size: 1.2rem;
	}
	.index_main .slide a .title {
		min-height: 3em;
	}
	.index_main .slide a .more {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.index_main .slide a .ph {
		position: relative;
		margin-top: 30px;
		padding-top: 78%;
		margin-right: -5vw;
	}
}
.index_main .main_bottom  {
	position: relative;
}
.index_main .main_bottom .nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_main .main_bottom .swiper-pagination {
	display: block;
	position: relative;
	line-height: 1;
}
.index_main .main_bottom .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin-left: 25px;
	background-color: #eaeaea;
	opacity: 1 !important;
}
.index_main .main_bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3f2003;
}
.index_main .main_bottom .number {
	font-size: 6rem;
	color: #442407;
	margin-right: 20px;
	line-height: 1;
}
.index_main .main_bottom .number .now {
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
.index_main .main_bottom .number .now::after {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	bottom: 5px;
	border-right: 6px solid;
	transform: rotate(30deg);
}
.index_main .main_bottom .number .total {
	font-size: 2.4rem;
}
.index_main .main_bottom .sns {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}
.index_main .main_bottom .sns ul {
	display: flex;
	margin-left: 40px;
}
.index_main .main_bottom .sns ul li + li {
	margin-left: 20px;
}
@media screen and (min-width: 768px), print {
	.index_main .main_bottom {
		max-width: 1400px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		height: 100px;
		margin: 10px auto 0;
		padding: 0 30px;
	}
	.index_main .main_bottom .sns {
		margin-left: 360px;
	}
}
@media screen and (max-width: 767px) {
	.index_main .main_bottom  {
		z-index: 3;
	}
	.index_main .main_bottom .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin-left: 10px;
	}
	.index_main .main_bottom .number {
		position: relative;
		top: -15px;
	}
	.index_main .main_bottom .sns {
		margin-top: 40px;
	}
}



/* index_new
============================================================================================================ */
.index_new {
	margin-bottom: 80px;
	padding: 30px 0;
	border: 5px solid #000;
	border-radius: 120px;
}
.index_new h2 {
	font-size: 2rem;
	line-height: 1.5;
}
.index_new ul li + li {
	margin-top: 10px;
}
.index_new ul a {
	position: relative;
	display: block;
	padding-right: 40px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
}
.index_new ul a svg {
	display: none;
}
.index_new ul a[href] svg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
}
@media screen and (min-width: 768px), print {
	.index_new {
		display: flex;
		align-items: center;
	}
	.index_new h2 {
		width: 240px;
		text-align: center;
	}
	.index_new ul {
		width: 680px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.index_new {
		margin: 0 5vw 60px;
		padding: 20px 30px;
		border-radius: 20px;
	}
	.index_new ul li {
		margin-top: 10px;
	}
}


/* index_ad_bnr
============================================================================================================ */
.index_ad_bnr img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 768px), print {
	.index_ad_bnr {
		display: flex;
		justify-content: space-between;
	}
	.index_ad_bnr > * {
		width: 500px;
	}
}
@media screen and (max-width: 767px) {
	.index_ad_bnr > * + * {
		margin-top: 40px;
	}
}


/* index_title
============================================================================================================ */
.index_title {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	font-size: 4rem;
	line-height: 1.3;
	text-align: center;
}
.index_title h2 {
	position: relative;
	z-index: 2;
}
.index_title .ff_en {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 16rem;
	opacity: 0.15;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
	.index_title {
		height: 60px;
		font-size: 3rem;
	}
	.index_title .ff_en {
		font-size: 8rem;
	}
}



/* index_activity
============================================================================================================ */
.index_activity {
	overflow: hidden;
	position: relative;
	margin-top: 200px;
	padding-bottom: 200px;
}
.index_activity .index_title {
	color: #0099cc;
}
.index_activity .index_title h2 {
	padding: 0 80px;
}
.index_activity .index_title h2::before,
.index_activity .index_title h2::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 46px;
	height: 20px;
	margin-top: -10px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.index_activity .index_title h2::before {
	left: 0;
	background-image: url(../images/index/activity_point1.png);
}
.index_activity .index_title h2::after {
	right: 0;
	background-image: url(../images/index/activity_point2.png);
}
@media screen and (min-width: 768px), print {
	.index_activity .index_title .ff_en {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 767px) {
	.index_activity {
		margin-top: 60px;
		padding-bottom: 100px;
	}
	.index_activity .index_title {
		height: auto;
		margin-bottom: 10px;
	}
	.index_activity .index_title h2 {
		padding: 0 60px;
	}
}
.index_activity .contents {
	position: relative;
}
.index_activity .contents > * {
	position: relative;
	padding: 100px 0;
}
@media screen and (min-width: 768px), print {
	.index_activity .contents::before {
		content: "";
		position: absolute;
		left: -60px;
		bottom: -68px;
		width: 367px;
		height: 136px;
		background: url(../images/index/activity_bg_point1.png) 50% no-repeat;
		z-index: 30;
	}
	.index_activity .contents::after {
		content: "";
		position: absolute;
		left: 100%;
		bottom: -125px;
		width: 522px;
		height: 222px;
		margin-left: -275px;
		background: url(../images/index/activity_bg_point2.png) 50% no-repeat;
		z-index: 30;
	}
	.index_activity .contents > *::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 2000px;
		background: #3fc6ea url(../images/index/activity_bg.jpg) 0;
		background-size: auto 100%;
		border-radius: 40px 0 0 40px;
	}
	.index_activity .contents > *::after {
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		bottom: 0;
		width: 2000px;
		background-color: #fff;
		z-index: 5;
	}
}
@media screen and (max-width: 767px) {
	.index_activity .contents::before {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: -80px;
		height: 120px;
		background: url(../images/index/activity_bg_point_sp.png) 50% no-repeat;
		background-size: 529px;
		z-index: 30;
	}
	.index_activity .contents > * {
		padding: 80px 10vw;
		background: #3fc6ea url(../images/index/activity_bg.jpg) 0;
		background-size: cover;
	}
}
.index_activity .entry a {
	display: block;
	width: 320px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 2.4rem;
	line-height: 1.5;
}
.index_activity .entry .entry_ph {
	margin-bottom: 15px;
	padding-top: 100%;
}
.index_activity .swiper-container {
	overflow: visible;
	padding-bottom: 60px;
}
.index_activity .swiper-scrollbar {
	background-color: #fff;
	height: 2px;
}
.index_activity .swiper-scrollbar-drag {
	height: 10px;
	margin-top: -4px;
	background-color: #00475f;
	border-radius: 10px;
}
.index_activity .arrow {
	position: absolute;
	width: 105px;
	height: 105px;
	top: 160px;
	margin-top: -52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background-color: #006600;
	border: 5px solid #006600;
	cursor: pointer;
	z-index: 3;
}
.index_activity .arrow svg {
	width: 30px;
	height: 100%;
	fill: #fff;
}
.index_activity .arrow.prev {
	transform: rotate(180deg);
}
.index_activity .arrow.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}
@media screen and (min-width: 768px), print {
	.index_activity .swiper-container {
		margin-left: -40px;
	}
	.index_activity .entry a {
		width: 320px;
		margin-left: 40px;
	}
	.index_activity .entry a:hover h3 {
		text-decoration: underline;
	}
	.index_activity .arrow.prev {
		left: 15px;
		left: clamp(-70px, calc(15px - (100vw - 1160px) * .3), 15px);
	}
	.index_activity .arrow.next {
		right: -25px;
		right: clamp(-160px, calc(-25px - (100vw - 1160px) * .5), -25px);
	}
	.index_activity .arrow:hover {
		background-color: #fff;
	}
	.index_activity .arrow:hover svg {
		fill: #006600;
	}
}
@media screen and (max-width: 767px) {
	.index_activity .entry article {
		width: 240px;
	}
	.index_activity .entry a {
		width: auto;
		font-size: 2rem;
	}
	.index_activity .swiper-container {
		padding-bottom: 30px;
	}
	.index_activity .arrow {
		display: none;
	}
}
.index_activity .more {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.index_activity .more .box_btn {
		height: 60px;
		font-size: 1.6rem;
	}
	.index_activity .more .box_btn svg {
		right: 10px;
		width: 15px;
	}
}
.index_activity .coming {
	position: relative;
	padding: 40px 0;
	font-size: 8rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	opacity: 0.8;
	z-index: 5;
}
@media screen and (max-width: 767px) {
	.index_activity .coming {
		padding: 10px 0;
		font-size: 5rem;
	}
}


/* index_blog
============================================================================================================ */
.index_blog {
	position: relative;
	margin-bottom: 100px;
	padding-top: 80px;
}
.index_blog::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50%;
	background: url(../images/bg_pattern.png) 50%;
	background-size: 284px;
	z-index: -1;
}
.index_blog .index_title {
	margin-bottom: 30px;
	color: #3AAF40;
}
.index_blog .index_title h2 {
	padding: 0 70px;
}
.index_blog .index_title h2::before,
.index_blog .index_title h2::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: 12px solid #3AAF40;
	border-radius: 100%;
}
.index_blog .index_title h2::before {
	left: 0;
}
.index_blog .index_title h2::after {
	right: 0;
}
@media screen and (min-width: 768px), print {
	.index_blog {
		overflow: hidden;
	}
	.index_blog .index_title {
		height: 120px;
	}
	.index_blog .index_title .ff_en {
		letter-spacing: 0.05em;
	}
	.index_blog .point {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 350px;
		background-position: 50% 0;
		background-repeat: no-repeat;
	}
	.index_blog .point1 {
		right: 50%;
		margin-right: 530px;
		background-image: url(../images/index/blog_point1.png);
	}
	.index_blog .point2 {
		left: 50%;
		margin-left: 530px;
		background-image: url(../images/index/blog_point2.png);
	}
}
@media screen and (max-width: 767px) {
	.index_blog {
		margin-bottom: 0;
		padding-top: 100px;
	}
	.index_blog::before {
		height: 95%;
		background-size: 220px;
	}
	.index_blog .index_title {
		height: 60px;
		margin-bottom: 50px;
	}
	.index_blog .index_title h2 {
		padding: 0 58px;
	}
	.index_blog .index_title h2::before,
	.index_blog .index_title h2::after {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		border-width: 8px;
	}
	.index_blog .point1 {
		position: absolute;
		right: 0;
		left: 0;
		top: -20px;
		height: 120px;
		background: url(../images/index/blog_point1_sp.png) 50% no-repeat;
		background-size: 415px;
	}
}
.index_blog .more {
	margin: 120px 0 190px;
}
@media screen and (min-width: 768px), print {
	.index_blog .entry_list {
		margin-left: -25px;
	}
	.index_blog .entry_list article {
		width: 330px;
		margin-left: 25px;
	}
	.index_blog .entry_list article:nth-child(n + 4) {
		margin-top: 120px;
	}
}
@media screen and (max-width: 767px) {
	.index_blog .more {
		position: relative;
		margin: 80px 0 0;
		padding-bottom: 140px;
	}
	.index_blog .more::after {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		height: 140px;
		background: url(../images/index/blog_point2_sp.png) 50% no-repeat;
		background-size: 436px;
	}
}
.index_blog .tag {
	position: relative;
	margin-top: 175px;
}
.index_blog .tag header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	transform: translateY(-50%);
	z-index: 2;
}
.index_blog .tag header h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.index_blog .tag header .ff_en {
	padding: 0 50px;
	font-size: 8rem;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
	background-color: #fff;
	color: #eeeeee;
}
.index_blog .tag ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 80px 40px 40px;
	border: 4px solid #000;
	border-radius: 40px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.6;
}
.index_blog .tag ul li {
	padding: 0 0.5em;
}


/* index_ranking
============================================================================================================ */
.index_ranking::before {
	content: "";
	display: block;
	height: 124px;
	background: url(../images/index/ranking_t.svg) no-repeat 50%;
	background-size: 100% 100%;
}
.index_ranking::after {
	content: "";
	display: block;
	height: 75px;
	background: url(../images/index/ranking_b.svg) no-repeat 50%;
	background-size: 100% 100%;
}
.index_ranking > * {
	padding: 60px 0 130px;
	background-color: #442407;
}
.index_ranking .index_title {
	color: #fff;
	font-size: 3rem;
}
@media screen and (min-width: 768px), print {
	.index_ranking .index_title h2 {
		padding: 0 40px;
		border-left: 10px solid;
		border-right: 10px solid;
	}
}
@media screen and (max-width: 767px) {
	.index_ranking::before {
		height: 82px;
	}
	.index_ranking::after {
		height: 50px;
	}
	.index_ranking > * {
		padding: 45px 0 100px;
	}
}

.index_ranking .contents {
	padding: 80px 40px;
	background-color: #fff;
	border-radius: 0 0 40px 40px;
}
.index_ranking .contents a {
	position: relative;
	display: block;
	height: 100%;
	padding-bottom: 60px;
	text-decoration: none;
	color: #442407;
	line-height: 1.5;
}
.index_ranking .contents a::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #442407;
	border-radius: 2px;
}
.index_ranking .contents a .rank {
	position: absolute;
	top: -18px;
	left: -6px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 4px solid #442407;
	border-radius: 100%;
	font-size: 2.4rem;
	color: #442407;
	line-height: 1;
	z-index: 3;
}
.index_ranking .contents a .entry_ph {
	padding-top: 56.52%;
}
.index_ranking .contents a .time {
	display: flex;
	padding: 10px 0;
	font-size: 1.4rem;
	color: #000;
}
.index_ranking .contents a time {
	flex-shrink: 0;
	margin-right: 10px;
	padding-top: 0.1em;
}
.index_ranking .contents a .category {
	display: flex;
	flex-wrap: wrap;
}
.index_ranking .contents a .category li {
	margin: 2px 8px 2px 0;
	padding: 2px 10px;
	background-color: #3f2003;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 700;
	border-radius: 100px;
}
.index_ranking .contents a h3 {
	font-size: 2rem;
}
.index_ranking .contents a h3::before {
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 20px;
	background-color: #442407;
	border-radius: 2px;
}
.index_ranking .contents a .more {
	position: relative;
	padding-right: 16px;
	font-size: 1.6rem;
	text-align: right;
}
.index_ranking .contents a .more svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	fill: #442407;
}
@media screen and (min-width: 768px), print {
	.index_ranking .contents {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.index_ranking .contents .l {
		width: 460px;
	}
	.index_ranking .contents .l a {
		padding-bottom: 80px;
	}
	.index_ranking .contents .l .rank {
		top: -34px;
		left: -22px;
		width: 72px;
		height: 72px;
		font-size: 4rem;
	}
	.index_ranking .contents .l a .time {
		padding: 40px 0 35px;
		font-size: 2.7rem;
	}
	.index_ranking .contents .l a .time time {
		margin-right: 20px;
	}
	.index_ranking .contents .l a .category li {
		padding: 4px 20px;
		font-size: 2rem;
	}
	.index_ranking .contents .l a .more {
		padding-right: 24px;
		font-size: 2.4rem;
	}
	.index_ranking .contents .l a .more svg {
		width: 12px;
	}

	.index_ranking .contents .s {
		width: 475px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index_ranking .contents .s article {
		width: 230px;
	}
	.index_ranking .contents .s article:nth-child(n + 3) {
		margin-top: 120px;
	}
	.index_ranking .contents a .more {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	.index_ranking .contents a:hover h3 {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	.index_ranking .contents {
		margin: 40px 5vw 0;
		padding: 60px 0 80px;
		border-radius: 0 0 20px 20px;
	}
	.index_ranking .contents a {
		padding-bottom: 20px;
	}
	.index_ranking .contents a .time {
		padding: 15px 0;
		font-size: 1.6rem;
	}
	.index_ranking .contents a .time time {
		margin-right: 20px;
	}
	.index_ranking .contents a .category li {
		font-size: 1.4rem;
	}
	.index_ranking .contents a .more {
		margin-top: 10px;
		font-size: 1.8rem;
	}
	.index_ranking .contents .s article {
		margin-top: 50px;
	}
}


/* index_about
============================================================================================================ */
.index_about {
	position: relative;
	margin-bottom: 240px;
	font-size: 2rem;
	line-height: 1.7;
	font-weight: 700;
	z-index: 2;
}
.index_about .index_title {
	color: #0099cc;
	font-size: 2.4rem;
}
@media screen and (min-width: 768px), print {
	.index_about {
		padding-top: 220px;
	}
	.index_about::before {
		content: "";
		position: absolute;
		top: -30px;
		left: 0;
		right: 0;
		height: 820px;
		background: url(../images/index/about_img.png) no-repeat 50% 0;
		z-index: -1;
	}
	.index_about .index_title {
		height: 120px;
	}
	.index_about .sp_pd p:first-child {
		width: 400px;
		margin: 30px auto;
	}
	.index_about .box_btn {
		width: 500px;
	}
}
@media screen and (max-width: 767px) {
	.index_about {
		margin-bottom: 80px;
	}
	.index_about::before {
		content: "";
		display: block;
		padding-top: 89.6%;
		background: url(../images/index/about_img_sp1.jpg) no-repeat 50%;
		background-size: 100%;
	}
	.index_about::after {
		content: "";
		display: block;
		padding-top: 100%;
		background: url(../images/index/about_img_sp2.jpg) no-repeat 50%;
		background-size: 100%;
	}
	.index_about .index_title {
		height: 80px;
		margin-bottom: 40px;
	}
	.index_about .index_title .ff_en {
		font-size: 10rem;
	}
	.index_about .more {
		margin-top: 40px;
	}
}

