@charset "utf-8";

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

/* #indexmain
============================================================================================================ */
#indexmain {
	position: relative;
	height: 500px;
	background-color: #000;
	/* margin-bottom: 40px; */
}
#indexmain::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 135px;
	height: 74px;
	margin-left: -25px;
	background: url(../common/images/title_point.png) no-repeat 50%;
	background-size: 100%;
	z-index: 20;
}
#indexmain .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#indexmain .bg > div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s;
}
#indexmain .bg > div.show {
	opacity: 1;
	z-index: 2;
}
#indexmain .copy {
	position: absolute;
	color: #fff;
	font-weight: bold;
	z-index: 20;
}
#indexmain .dots {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
#indexmain .dots a {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	margin: 8px 0;
}
#indexmain .dots a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background-color: #fff;
	border-radius: 100%;
}
#indexmain .dots a .circle {
	opacity: 0;
	transition: opacity .8s;
}
#indexmain .dots a svg {
	position: absolute;
	top: 0;
	left: 0;
}
#indexmain .dots a svg.base {
	opacity: 0.5;
}
#indexmain .dots a svg.loading {
	transform: rotate(-90deg);
	stroke-dasharray: 126;
	stroke-dashoffset: 0;
	animation: main_loading_hide .8s ease forwards;
}
#indexmain .dots a.show .circle {
	opacity: 1;
	transition: opacity .5s;
}
#indexmain .dots a.show .circle svg.loading {
	stroke-dashoffset: 126;
	animation: main_loading 6s linear forwards;
}
@keyframes main_loading {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes main_loading_hide {
	to {
		stroke-dashoffset: 126;
	}
}
@media screen and (min-width: 768px), print {
	#indexmain .copy {
		right: 24vh;
		bottom: 30px;
		text-align: right;
		font-size: 3rem;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px), print {
	#indexmain .copy {
		right: 3vh;
	}
}
	@media screen and (min-width: 768px), print {
	#indexmain .dots a::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 -6px;
		background-color: #fff;
		border: 1px solid #fff;
		border-radius: 100%;
		opacity: 0;
	}
	body.init #indexmain .dots a::before {
		transition: transform .2s ease-in-out;
	}
	#indexmain .dots a:not(.show):hover::before {
		transform: scale(1.8);
	}

	/* ie */
	_:-ms-lang(x)::-ms-backdrop, #indexmain .dots a svg {
		display: none;
	}
	_:-ms-lang(x)::-ms-backdrop, #indexmain .dots a.show::before {
		transform: scale(1.8);
	}

}
@media screen and (min-width: 1120px) {
	#indexmain .dots {
		left: calc(15px + (100vw - 1120px) * 0.16);
	}
}
@media screen and (max-width: 767px) {
	#indexmain {
		height: 445px;
		/* margin-bottom: 25px; */
	}
	#indexmain::after {
		width: 62px;
		margin-left: -30px;
	}
	/* #indexmain::before {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		height: 100px;
		bottom: 85px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		z-index: 11;
	} */
	#indexmain .bg {
		/* bottom: 85px; */
	}
	#indexmain .copy {
		right: 0;
		left: 0;
		bottom: 40px;
		text-align: center;
		font-size: 2.5rem;
		line-height: 1.5;
	}
	#indexmain .dots {
		position: absolute;
		left: 5px;
		top: 40%;
		transform-origin: 0;
		transform: translateY(-50%) scale(.7);
	}
}


/* .index_nav
============================================================================================================ */
.index_nav {
	padding-top: 40px;
	background-color: #c8f808;
}
.index_nav ul a {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	/* font-weight: bold; */
	text-decoration: none;
	font-size: 2rem;
	line-height: 1.2;
}
.index_nav ul a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1e282d;
	opacity: 0.4;
	mix-blend-mode: multiply;
	z-index: 2;
}
.index_nav ul a picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.index_nav ul a .text {
	position: relative;
	z-index: 3;
	width: 90%;
	max-width: 1080px;
}
.index_nav ul a .text span {
	display: block;
}
.index_nav ul a .text .ff_en {
	margin-bottom: 5px;
	/* font-weight: 800; */
	font-size: 200%;
	line-height: 1;
}
.index_nav ul a .text .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border-radius: 100%;
	border: 1px solid #c8f808;
	background-color: #c8f808;
}
.index_nav ul a .text .arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #1b7d23;
	border-right: 2px solid #1b7d23;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}

@media screen and (min-width: 768px), print {
	.index_nav ul {
		display: flex;
		flex-wrap: wrap;
		margin-left: -3px;
	}
	.index_nav ul li {
		width: 33.33%;
		/* padding-left: 3px; */
		padding-bottom: 3px;
	}
	.index_nav ul .wide {
		width: 100%;
		position: relative;
	}
	.index_nav ul a {
		min-height: 300px;
		max-height: 400px;
		height: 24vw;
	}
	.index_nav ul a .text {
		/* padding-right: 80px; */
		/* text-align: center; */
		position: absolute;
    /* left: 10vw; */
	}
	.index_nav ul a:hover::after {
		opacity: 0;
	}
	body.init .index_nav ul a:hover .text .arrow {
		position: absolute;
		right: 0;
		transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	}
	.index_nav ul a:hover .text .arrow {
		background-color: #c8f808;
		border-color: #c8f808;
	}
}
@media screen and (max-width: 767px) {
	.index_nav ul li {
		margin-bottom: 5px;
	}
	.index_nav ul a {
		height: 140px;
		font-size: 1.8rem;
	}
	.index_nav ul .wide a {
		height: 210px;
	}
	.index_nav ul a .text {
		width: 100%;
		padding-left: 7vw;
	}
	.index_nav ul a .text .ff_en {
		font-size: 3.2rem;
	}
	.index_nav ul a .text .arrow {
		right: 7vw;
		transform-origin: 100%;
		transform: scale(.83);
	}
	.index_nav {
		padding-top: 25px;
	}	
}


/* .entry_list_block
============================================================================================================ */
@media screen and (min-width: 768px), print {
	.entry_list_block {
		background-image: url(../images/column_bg.jpg);
	}
}
@media screen and (max-width: 767px) {
	.entry_list_block {
		background-image: url(../images/column_bg_sp.jpg);
	}
}


/* .popular_list_block
============================================================================================================ */
.popular_list_block {
	margin-top: 0;
}


/* .index_bnr
============================================================================================================ */
.index_bnr {
	margin-top: 4px;
}
.index_bnr a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	/* font-weight: bold; */
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
}
.index_bnr a .ph {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.index_bnr a .logo {
	display: block;
	margin-bottom: 15px;
}
.index_bnr a .ico_blank {
	position: absolute;
	right: 50px;
	bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #fff;
}
.index_bnr a .ico_blank svg {
	fill: #fff;
}
@media screen and (min-width: 768px), print {
	.index_bnr ul {
		display: flex;
		justify-content: space-between;
	}
	.index_bnr ul li {
		width: calc(50% - 2px);
	}
	.index_bnr ul a {
		min-height: 300px;
		max-height: 400px;
		height: 24vw;
	}
	body.init .index_bnr ul a .ico_blank {
		transition: background .2s ease-in-out, border .2s ease-in-out;
	}
	.index_bnr ul a:hover .ico_blank {
		background-color: #23b05b;
		border-color: #23b05b;
	}
}
@media screen and (max-width: 767px) {
	.index_bnr ul li {
		margin-top: 3px;
	}
	.index_bnr ul a {
		height: 200px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.index_bnr a .logo {
		margin-bottom: 10px;
	}
	.index_bnr a .logo img {
		width: auto;
		height: 40px;
	}
	.index_bnr a .ico_blank {
		right: 15px;
		bottom: 15px;
	}
}

.review_list_block {
	position: relative;
	padding: 75px 0 85px;
	background: #e6e6e6;
}



/* .index_nav_foot
============================================================================================================ */
.index_nav_foot {
	padding: 75px 0 0;
}
.index_nav_foot ul a {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	/* font-weight: bold; */
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.2;
}
.index_nav_foot ul a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1e282d;
	opacity: 0.4;
	mix-blend-mode: multiply;
	z-index: 2;
}
.index_nav_foot ul a picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.index_nav_foot ul a .text {
	width: 90%;
	position: relative;
	z-index: 3;
	display: block;
}
.index_nav_foot ul a .text span {
	display: block;
}
.index_nav_foot ul a .text .ff_en {
	margin-bottom: 5px;
	/* font-weight: 800; */
	font-size: 2.8rem;
	line-height: 1;
	font-weight: normal;
}
.index_nav_foot ul a .text .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border-radius: 100%;
	border: 1px solid #c8f808;
	background-color: #c8f808;
}
.index_nav_foot ul a .text .arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #1b7d23;
	border-right: 2px solid #1b7d23;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}

@media screen and (min-width: 768px), print {
	.index_nav_foot ul {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.index_nav_foot ul li {
		width: 49.6%;
		padding-bottom: 10px;
		position: relative;
	}
	.index_nav_foot ul a {
		min-height: 180px;
		max-height: 180px;
		height: 24vw;
	}
	.index_nav_foot ul a .text {
		/* padding-right: 80px; */
		/* text-align: center; */
		position: absolute;
    /* left: 10vw; */
	}
	.index_nav_foot ul a:hover::after {
		opacity: 0;
	}
	body.init .index_nav_foot ul a:hover .text .arrow {
		position: absolute;
		right: 0;
		transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	}
	.index_nav_foot ul a:hover .text .arrow {
		background-color: #c8f808;
		border-color: #c8f808;
	}
}
@media screen and (max-width: 767px) {
	.index_nav_foot ul li {
		margin-bottom: 5px;
	}
	.index_nav_foot ul a {
		height: 140px;
		font-size: 1.8rem;
	}
	.index_nav_foot ul .wide a {
		height: 210px;
	}
	.index_nav_foot ul a .text {
		width: 100%;
		padding-left: 7vw;
	}
	.index_nav_foot ul a .text .ff_en {
		font-size: 3.2rem;
	}
	.index_nav_foot ul a .text .arrow {
		right: 7vw;
		transform-origin: 100%;
		transform: scale(.83);
	}
}

.index_nav_foot .en_title{
	text-align: center;
}
.index_nav_foot .en_title span {
	display: block;
}
@media screen and (max-width: 767px) {
	.index_nav_foot {
    padding: 40px 0 0;
	}
	.index_nav_foot .en_title{
		text-align: left;
	}	
}