body{
	padding-top:0;
}

section#content{
	
}
header nav,
header p.pc,
header dl{
display:none;
}
header{
text-align:center;
}
header h1{

}
section#content ul{
	text-align:center;
	width:100%;
	height:100vh;
	font-size:0;
	display: flex;
	justify-content: space-between;
}
section#content li{
	display:inline-block;
	width:100%;
	height:100vh;
	position:relative;
	background:url(../images/top/main.sb_1.jpg) center center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-right:1px solid #fff;
}
section#content li:nth-child(2){
	background:url(../images/top/main.sj_1.jpg) center center;
	-webkit-background-size: cover;
	background-size: cover;
	border-left:1px solid #fff;
}
section#content li:nth-child(3){
	background:url(../images/top/main.ik_1.jpg) center center;
	-webkit-background-size: cover;
	background-size: cover;
	border-left:1px solid #fff;
}
section#content li a{
	display:block;
	width:80%;
	max-width:300px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-decoration:none;
}

section#content li a .white_text{
	color: #fff;
	font-size: 16px;
	position: absolute;
	line-height: 2.3;
	bottom: -215px;
	display: block;
	height: 200px;
	width: 300px;
	max-width: 300px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

section#content li dl{
	max-width:300px;
	padding:24px;
	background:#fff;
	border-radius:4px;
}
section#content li dl dt{
	max-width:200px;
	margin:0 auto;
}
section#content li dl dd{
	max-width:300px;
	margin:24px 0 0 0;
}
section#content li dl dd p{
text-align:left;
margin:12px 0 0 0;
}
section#content li dl dd h1 p{
font-size:18px;
color: #58bd91;
text-align:center;
line-height:1.8;
}
section#content li:nth-child(2) dl dd h1 p{
font-size:18px;
color: #917318;
}
section#content li:nth-child(3) dl dd h1 p{
font-size:18px;
color: #000;
}
section#content li dl dt svg,
section#content li dl dt img{
	width:100%;
	display:block;
}

@media all and (max-width: 640px) {
	body{
	padding-top:53px;
	}
	header{
	height:53px;
	}
	header h1{
	display:inline-block;
	vertical-align:middle;
	margin:12px 12px 0;
	}
	header div#menuBtn{
	display:none;
	}
	section#content ul{
		/*height:calc(100vh - 53px);*/
	}
	section#content li{
		display:block;
		width:33.333%;
		height: auto;
		border:none;
		border-bottom:1px solid #fff;
		background-size:cover;
	}
	header{
		display: flex;
		justify-content: space-between;
	}
	header h1{
		width:33.333%;
	}
	header dl{
	display:none;
	}
	section#content li:first-child{
		background-image: url(../images/top/sp/main.sb_1.jpg);
		background-size:cover;
	}
	section#content li:nth-child(2){
		background-image: url(../images/top/sp/main.sj_1.jpg);
		background-size:cover;
	}
	section#content li:nth-child(3){
		background-image: url(../images/top/sp/main.ik_1.jpg);
		background-size:cover;
	}
	section#content li a{
		position: relative;
		width:100%;
		height: 100%;
	}
	section#content li dl{
		box-sizing: border-box;
		border-radius: 0;
		padding:2.34375vw 1.875vw;
		background:rgba(255,255,255,0.9);
		width:100%;
		height:33.125vw;
		position: absolute;
		bottom:0;
	}
	section#content li dl dt{
		max-width:none;
		width: 22.65625vw;
	}
	section#content li dl dd{
		max-width:none;
		margin:12px 0 0 0;
	}
	section#content li dl dd h1 p{
		font-size: 2.1875vw !important;
	}
	section#content li dl dd p{
		font-size: 1.5625vw;
	}
	section#content li p.white_text{
		box-sizing: border-box;
		color: #fff;
		font-size: 1.6vw;
		position: absolute;
		padding:0 0px;
		text-align: center;
		width: 100%;
		height: auto;
		bottom:36vw;
	}
	section#content li:first-child .white_text{
		bottom:38vw;
	}
}

@media screen and (min-width: 0px) and (max-width: 336px) {
	/*section#content li dl dd h1 p,
	section#content li:nth-child(2) dl dd h1 p{
	font-size:14px;
	}*/
	section#content li dl dd p{
	font-size:12px;
	margin:10px 0 0 0;
	}
}

@media (max-width: 768px) {
  body .disp_sp {
    display: block !important;
  }
}
@media (min-width: 769px) {
  body .disp_sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body .disp_pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  body .disp_pc {
    display: block !important;
  }
}