@charset "UTF-8";

/*---------------------------------------------
	reset style 
  ---------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 14px;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: Helvetica,Arial,"'Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
	line-height: 170%;
	color: #555;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a, a:hover {
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
a {
	text-decoration:none;
	color:#00ADEC;
}
a:hover {
	text-decoration:underline;
}


/*---------------------------------------------
	common style 
  ---------------------------------------------*/
.pt-40 {
	padding-top: 182px;
}
h1 {
	display:block;
	margin:0 auto;
}

.mt-line-area {
	position: relative;
}
.mt-line-area img {
	float:right;
}
/*-　img center  -*/
.img-center {
	position: absolute;
	top: 3%;
	left: 5%;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
/*-　img center  -*/
.img-center2 {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.info-area {
  position: absolute;
  top: 70%;
  right: 10%;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  color:#fff;
}
.info-area p {
	font-size:28px;
	line-height:1.5;
	font-style:italic;
}
.info-area a {
	font-size:32px;
	line-height:1.5;
	font-style:italic;
	color:#fff;
}
.info-area a:hover {
	text-decoration:none;
}
.info-area a:visited {
	text-decoration:none;
}
small {
	color:#fff;
	position:absolute;
	bottom:5px;
	right:0;
	left:0;
	display:block;
	margin:0 auto;
}
.img-responsive {
	width:100%;
	height:auto;
}
#cover .copy {
	color:#fff;
	font-size:18px;
	padding-top:15px;
}
@media only screen and (max-width: 768px){
	.info-area p {
	  font-size:15px;
	  line-height:1.5;
    }
	.info-area a {
		font-size:15px;
		line-height:1.5;
    }
	
	.logo-sp {
		width: 150px;
		height:60px;
	}
	small {
		font-size:12px;
	}
	.img-center2 {
		  top: 40%;
	}
	.info-area {
		  top: 70%;
	}
	#cover .copy {
		color:#fff;
		font-size:14px;
		padding-right:5%;
		padding-top:15px;
	}
	.img-center img {
		-moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	
	
}



/*---------------------------------------------
	cover style 
  ---------------------------------------------*/

#cover {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/key_bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
small{
	display:block;
	text-align:center;
}

