﻿@charset "UTF-8";

section{
	margin-bottom:0px;
}
/*--------index_img--------*/
.index_main_img{
	background: url(../img/index/main.jpg) no-repeat center;
	background-size: cover;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_main_img p{
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	font-family:YuMincho,'Yu Mincho',serif !important;
	color: #fff;
	text-shadow:0 1px 2px #000;
}
.index_main_img p span{
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 50%;
	text-align: center;
}

.index_read{
	background: #002845;
	margin-bottom:80px;
	margin-top: 5px;
}
.read_inner{
	width: 1100px;
	margin: auto;
	color: #fff;
	font-size:18px;
	line-height: 1.8;
	padding: 80px 0;
}
.index_read .en{
	font-size: 45px;
	color: #90102d;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 600;

}


/*------------------------------------------------------------------------------------------*/
#movie{
	margin-bottom: 80px;
}
.video{
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}
.video::after{
	position: absolute;
	content: "";
	width: 265px;
	height: 565px;
	top: 80px;
	left: -205px;
	background: url(../img/index/item02.svg) no-repeat center;
	z-index: -1;
}
.video::before{
	position: absolute;
	content: "";
	width: 335px;
	height:537px;
	top: 80px;
	right: -275px;
	background: url(../img/index/item03.svg) no-repeat center;
	z-index: -1;
}

.time-list{
	margin-bottom: 80px;
}
.time-list li{
	margin-bottom: 10px;    
}

.time-list a{
	border: 1px solid #dddddd;
	background: #f9f9f9 url(https://www.ff-ainu.or.jp/web/img/common/icon/arrow_db.svg) center left 40px no-repeat;
	background-size: 8px 13px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	padding: 15px 40px 15px 90px;
}
.time-list a:hover{
	background: #002845 url(https://www.ff-ainu.or.jp/web/img/common/icon/arrow_wh.svg) center left 40px no-repeat;
	background-size: 8px 13px;
	color: #fff;
	opacity: 1.0;
}

.time-list .title{
	font-size: 18px;
	margin-bottom: 5px;
}
.time-list .time{
	text-align: right;
	width: 20%;
}


.lang-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lang-list li{
	width: calc((100% - 60px) / 4);
}
.lang-list a{
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	padding: 30px 0;
	background: #90102d url(../img/index/item.png) no-repeat right bottom;
	text-align: center;
}




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


@media screen and (max-width: 480px) {

	.content_width {
		width:96%;
	}
	
/*--------index_img--------*/
	.index_main_img{
		height: 250px;
	}
	.index_main_img p{
		font-size: 8vw;
		line-height: 1.4;
	}

	.index_read{
		margin-bottom:40px;
	}
	.read_inner{
		width: 96%;
		font-size: 15px;
		padding: 40px 0;
	}
	.index_read .en{
		font-size:9vw;
		margin-bottom: 20px;
	}


/*------------------------------------------------------------------------------------------*/
	#movie{
		margin-bottom: 50px;
	}
	.video{
		padding-top:200px;
		margin-bottom: 40px;
	}
	.video iframe{
		max-width: 100%;
		height: 250px;
	}
	.video::after{
		width: 210px;
		height: 450px;
		top: -8px;
		left: 0px;
		right: -170px;
		z-index:-2;
		margin: auto;
		background-size: 100% auto;
	}
	.video::before{
		width: 270px;
		height:435px;
		top: 10px;
		right: 0;
		left: -100px;
		margin: auto;
		background-size: 100% auto;
	}

	.time-list{
		margin-bottom: 40px;
	}
	.time-list a{
		background: #f9f9f9 url(https://www.ff-ainu.or.jp/web/img/common/icon/arrow_db.svg) center left 10px no-repeat;
		background-size: 8px 13px;
		display: block;
		padding: 10px 15px 10px 35px;
	}
	.time-list a:hover{
		background: #002845 url(https://www.ff-ainu.or.jp/web/img/common/icon/arrow_wh.svg) center left 10px no-repeat;
		background-size: 8px 13px;
	}

	.time-list .title{
		font-size: 16px;
	}
	.time-list .time{
		font-size: 14px;
		width: 100%;
	}
	.time-list p{
		font-size: 14px;
	}

	.lang-list li{
		width: 48%;
		margin-bottom: 10px;
	}
	.lang-list a{
		font-size: 16px;
		padding: 20px 0;
		background-size: 70px auto;
	}




}
