

/* topWrap */

.topWrap{
	width: 100%;
	height: 85vh;
	min-height: 740px;
	margin-bottom: 120px;
	background-image: url(../img/index/main.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	-webkit-background-size: cover;
	background-size: cover ;
}

.topArea{
	width: 1000px;
	margin:0 auto;
	height: 90vh;
	min-height: 740px;
	position: relative;
}

div.btnWrap{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 350px;
	height: 50px;
}

.topArea>.pop1{
	position: absolute;
	width: 540px;
	height: 170px;
	top: 130px;
	right: 0;
	background-image: url(../img/index/pop1.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.popWrap{
	position: absolute;
	width: 1000px;
	height: 400px;
	bottom: -100px;
	left: 0;
}

.popWrap>div{
	position: relative;
}

.popWrap>div>p.textWrap{
	position: absolute;
	color:#FFF;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	left: 0;
	text-shadow: 2px 2px 0px rgba(0,0,0,.5);
}

.popWrap>.pop2>p.textWrap{
	height: 100px;
	top: 0;
	padding: 25px 5px 0 110px;
}

.popWrap>.pop3>p.textWrap{
	height: 79px;
	top: 220px;
	padding: 10px 5px 10px 20px;
}

.popWrap>.pop4>p.textWrap{
	height: 80px;
	top: 180px;
	padding: 14px 35px;
	line-height: 1.2;
}

.popWrap>.pop5>p.textWrap{
	font-size: 25px;
	height: 36px;
	top: 131px;
	text-align: center;
	padding: 5px 0;
}

.popWrap>.pop2{
	margin-top: 30px;
}

.popWrap>.pop4{
	margin-top: 110px;
}

.popWrap>.pop5{
	margin-top: -5px;
}

/* animation */

.timing1{
	/* ５秒かけてアニメーションする */
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  /* 4秒待ってからアニメーションする */
  -webkit-animation-delay: 5s;
  animation-delay:5s;
}

.timing2{
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.timing3{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay:1s;
}

.timing4{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  animation-delay:1.5s;
}

.timing5{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  animation-delay:2s;
}

.timing6{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.5s;
  animation-delay:2.5s;
}

.timing7{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 3s;
  animation-delay:3s;
}

.timing8{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 3.5s;
  animation-delay:3.5s;
}

.timing9{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 4s;
  animation-delay:4s;
}

.timing10{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 4.5s;
  animation-delay:4.5s;
}

/* newsWrap */

.newsWrap{
	width: 800px;
	margin: 20px auto;
}

.newsWrap>.title{
	font-size: 30px;
	color: #710004;
}

.newsBox{
	width: 800px;
	height: 152px;
	padding: 10px 15px;
}

.newsBox>dl{
	padding: 5px;
	border-bottom: 1px dashed #333;;
}

.newsBox>dl:last-child{
	border-bottom: none;
}

.newsBox>dl>dt{
	width: 75px;
	font-size: 14px;
}

.newsBox>dl>dd{
	width: 660px;
	font-size: 14px;
}

/* contentLine */

.contentLine{
	margin-bottom: 20px;
	padding: 1em;
	background: #E7E7E7;
}

.contentLine>.innerBox1{
	width: 400px;
	margin: 0 auto;
}

.contentLine>.innerBox1>p{
	color: #333;
}

.clearance{
	display: block;
}

.contentLine>.innerBox1>.center{
	font-size: 14px;
	margin-bottom: .5em;
	color: #000;
}

/* column2 */

.column2{
	margin-bottom: 20px;
	position: relative;
}

.column2>.img{
	width: 400px;
}

.column2>.img>img{
	margin: 0 auto;
}

.column2>.text{
	width: 600px;
	padding: 0 20px;
	margin-top: 110px;
}

.column2>.mincho{
	position: absolute;
	width: 600px;
	font-size: 25px;
	left: 400px;
	padding: 0 20px;
}

.column2>.text>.mincho>span{
	color: #710004;
}

.column2>.text>p{
	margin-bottom: 1em;
}

.column2>.text>p.linkBtn{
	text-align: center;
}

.column2>.text>p.linkBtn>a{
	margin-left: 390px;
	width: 180px;
	padding: .5em;
	display: block;
	color: #000;
	background: #E7E7E7;
}

/* linkWrap */

.linkWrap{
	margin-bottom: 55px;
}

.linkWrap>div{
	width: 300px;
}

.linkWrap>div>div:first-child{
	width: 300px;
	height: 200px;
}

.linkWrap>div>p{
	width: 100%;
	padding: .5em;
}

@media screen and (min-width: 980px) {
	nav.btnWrap,
	.continuation{
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.topArea>.pop1,
	.popWrap,
	div.btnWrap{
		display: none;
	}

	/* topWrap */
	
	.topWrap{
		height: 30vh;
		margin-bottom: 10px;
		background-image: url(../img/index/sp_main.png);
		background-position: 50% 0%;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.topArea{
		width: 100%;
		height: 30vh;
	}
	
	nav.btnWrap{
		width: 95%;
		margin: 0 auto;
		position: relative;
	}
	
	nav.btnWrap>div{
		width: 50%;
	}
	
	nav.btnWrap>div>a>img{
		margin: 0 auto;
	}
	
	/* newsWrap */

	.newsWrap{
		width: 100%;
		margin: 10px auto;
	}
	
	.newsWrap>.title{
		font-size: 16px;
	}
	
	.newsBox{
		width: 100%;
		padding: 0 5px;
		border: none;
		-webkit-overflow-scrolling: touch;
	}
	
	.newsBox>dl{
		padding: 0;
	}
	
	/* contentLine */
	
	.contentLine>.innerBox1{
		width: 100%;
	}
	
	.clearance{
		display: none;
	}
	
	/* column2 */
	
	.column2>.img{
		width: 62%;
		margin:0 auto 10px;
	}
	
	.column2>.text{
		width: 100%;
		padding: 0 10px;
		margin-top: 10px;
	}
	
	.column2>.mincho{
		position: relative;
		width: 100%;
		font-size: 14px;
		margin-bottom: 1em;
		left: 0;
		padding: 0 10px;
	}
	
	.column2>.text>p.linkBtn>a{
		margin-left: 390px;
		width: 180px;
		padding: .5em;
		display: block;
		color: #000;
		background: #E7E7E7;
	}
	
	/* linkWrap */
	
	.linkWrap>div{
		width: 100%;
		position: relative;
		margin-bottom: 3em;
	}
	
	.linkWrap>div>div:first-child{
		width: 50%;
		height: auto;
	}
	
	.linkWrap>div>p{
		width: 50%;
	}
	
	.ellipsis{
		overflow: hidden;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		text-overflow: ellipsis;
		height: 8em;
	}
	
	.continuation{
		position: absolute;
		padding: 5px 10px;
		width: 100%;
		height: 1.5em;
		right: 0;
		bottom: -1em;
		text-align: right;
	}
	
	.continuation>a{
		cursor:pointer;
		color: #0000FF;
		text-decoration:underline;
	}
}

/* 縦長の場合 */
@media only screen and (max-width: 980px) and (orientation : portrait) {
	/* topWrap */
	
	.topWrap{
		height: 28vh;
		min-height:28vh;
	}
	
	.linkWrap>div>.ovth{
		height: 25vh;
	}
	
	/* newsBox */
	
	.newsBox{
		height: 20vh;
	}
	
	.newsBox>dl>dt{
		width: 22%;
	}
	
	.newsBox>dl>dd{
		width: 78%;
	}
}

/* 横長の場合 */
@media only screen and (max-width: 980px) and (orientation : landscape) {
	/* topWrap */
	
	.topWrap{
		height: 85vh;
		min-height: 85vh;
	}
	
	.linkWrap>div>.ovth{
		height: 65vh;
	}
	
	/* newsBox */
	
	.newsBox{
		height: 15vh;
	}
	
	.newsBox>dl>dt{
		width: 15%;
	}
	
	.newsBox>dl>dd{
		width: 85%;
	}
}