@charset "UTF-8";

/*PC--------------------------------------------------------------------------------------*/
.pc{
	display: block !important;
}

.sp{display: none !important;
}

/*common*/

html,body
{
  height: 100vh
}
body
{
	color: #ffffff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}

.containar
{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.a
{
	text-decoration: none;
}

.denkigai
{
	top: 0px;
	left: auto;
	height: 550px;
	position: relative;
	width: 1000px;
	background-size: cover;
	display: block;
	overflow: auto;
}

.link1
{
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #F4556F;
	padding: 1em;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 10px;
	transform: .4s;
	
	position: absolute;
	top: 75%;
	left: 17%;
}

.link1:hover
{
	background: #F4aaDa;
}

.footer
{
	display:block;
	background-color: #303030;
	padding: 1em;
	font-size: 0.75em;
	text-align: center;
	overflow: hidden;	
}


/*SP--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px){
	.pc{
		display: none !important;
	}
	.sp{display: block !important;
	}
	
	.denkigai{
		top: 0px;
		left: auto;
		height: 1000px;
		position: relative;
		width: 600px;
		background-size: cover;
		display: block;
		overflow: hidden;
	}
	
	.link1{
		display: inline-block;
		font-size: 1.5em;
		font-weight: bold;
		background-color: #F4556F;
		padding: 1em;
		text-decoration: none;
		color: #FFFFFF;
		border-radius: 10px;
		transform: .4s;
	
		position: absolute;
		top: 75%;
		left: 28%;
}
	
.footer
{
	width: 100%;
	min-width: 600px;
}
}