/* ##############################################################
#
#    base
#    
############################################################## */
html, body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    background-color: #fff;
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}


/* ##############################################################
#
#    layout
#
############################################################## */
#wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
	min-width: 1100px;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#toTop {
	position: fixed;
	z-index: 1;
	right: 0;
	bottom: 100px;
}

/* --------------------------------------------------------------
    #header
-------------------------------------------------------------- */
#header {
	position: relative;
	height: 60px;
	background-color: #fff;
}
#header .logo {
	float: left;
	width: 160px;
}
#header .sns {
	float: right;
	width: 200px;
	font-size: 0;
	text-align: right;
}
#header .sns li {
	display: inline-block;
	margin-right: 20px;
	padding-top: 12px;
}

/* --------------------------------------------------------------
    #content
-------------------------------------------------------------- */
#content {
}

#content section {
	position: relative;
}
#content section .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#content section .inner h2 {
	text-align: center;
}

/* --------------------------------------------------------------
    .mv
-------------------------------------------------------------- */
#content .mv h1 img {
	width: 100%;
	height: auto;
}

/* --------------------------------------------------------------
    .award
-------------------------------------------------------------- */
#content .award {
	z-index: 1;
	background: url(../images/award_bg.jpg) center center no-repeat;
	background-size: cover;
}
#content .award .inner:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: -640px;
	top: 0;
	margin-left: 50%;
	display: block;
	width: 1280px;
	height: 1797px;
	background: url(../images/award_deco.png) left top no-repeat;
}
#content .award .inner .item {
	position: relative;
	width: 100%;
	height: 1761px;
}
#content .award .inner .item li {
	position: absolute;
	z-index: 1;
	margin-left: 50%;
}
#content .award .inner .item .item1 {
	left: -700px;
	top: 51px;
	width: 820px;
}
#content .award .inner .item .item2 {
	left: -30px;
	top: 194px;
	width: 675px;
}
#content .award .inner .item .item3 {
	left: -580px;
	top: 630px;
	width: 628px;
}
#content .award .inner .item .item4 {
	left: -253px;
	top: 938px;
	width: 854px;
}

/* --------------------------------------------------------------
    .contact
-------------------------------------------------------------- */
#content .contact {
	background-color: #f4f4f4;
	text-align: center;
}
#content .contact .inner {
	padding: 36px 0 90px;
}
#content .contact .inner .link {
	margin-bottom: 85px;
	font-size: 12px;
	text-align: center;
}
#content .contact .inner .link img {
	width: 380px;
	height: auto;
}
#content .contact .inner h2 {
	margin-bottom: 40px;
}
#content .contact .inner .tel {
	margin-top: 20px;
}

/* --------------------------------------------------------------
    #footer
-------------------------------------------------------------- */
#footer {
	padding: 30px 0;
	line-height: 9px;
	font-size: 9px;
	text-align: center;
}



/* ##############################################################
#
#    responsive
#
############################################################## */

/* --------------------------------------------------------------
    pc
-------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
    .sp {
        display: none;
    }

	a {
		opacity: 1;
		transition: opacity 0.2s ease;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
	}
	a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
}



/* --------------------------------------------------------------
    sp
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

	img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	


	/* ##############################################################
	#
	#    layout
	#
	############################################################## */
	#wrapper {
		min-width: 10%;
	}

	#toTop {
		width: 10.78125%;
		bottom: 50px;
	}

	/* --------------------------------------------------------------
		#header
	-------------------------------------------------------------- */
	#header {
		height: 30px;
	}
	#header .logo {
		display: inline-block;
		width: auto;
		height: 30px;
	}
	#header .logo img {
		width: auto;
		height: 100%;
	}
	#header .sns {
		display: inline-block;
		width: auto;
	}
	#header .sns li {
		margin-right: 10px;
		padding-top: 5px;
	}
	#header .sns li img {
		width: auto;
		height: 20px;
	}

	/* --------------------------------------------------------------
		#content
	-------------------------------------------------------------- */
	#content {
	}

	#content section {
		/*
		margin-top: -1000px;
		padding-top: 1000px;
		*/
	}
	#content section .inner {
		width: 100%;
	}

	/* --------------------------------------------------------------
		.mv
	-------------------------------------------------------------- */
	#content .mv {
	}

	/* --------------------------------------------------------------
		.award
	-------------------------------------------------------------- */
	#content .award .inner {
		padding: 17.5px 0 24px;
	}
	#content .award .inner:before {
		width: 400px;
		height: 1338.5px;
		left: 50%;
		margin-left: -200px;
		background: url(../images/sp_award_deco.png) left top no-repeat;
		background-size: 100%;
	}
	#content .award .inner .item {
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}
	#content .award .inner .item li {
		position: relative;
		left: 50% !important;
		top: auto !important;
		margin-left: -200px !important;
		width: 400px !important;
		margin: 0 auto;
	}
	#content .award .inner .item .item1 {
		z-index: 3;
		margin-top: 0;
	}
	#content .award .inner .item .item2 {
		z-index: 2;
		margin-top: -67.5px;
	}
	#content .award .inner .item .item3 {
		z-index: 1;
		margin-top: -3px;
	}
	#content .award .inner .item .item4 {
		z-index: 0;
		margin-top: 18px;
	}
	
	/* --------------------------------------------------------------
		.contact
	-------------------------------------------------------------- */
	#content .contact .inner {
		padding-bottom: 60px;
		font-size: 11px;
	}
	#content .contact .inner .link {
		width: 90.62500%;
		margin: 0 auto 35px;
		font-size: 10px;
	}
	#content .contact .inner .link img {
		width: 100%;
	}
	#content .contact .inner h2 {
		width: 46.87500%;
		margin: 0 auto 20px;
	}
	#content .contact .inner .tel {
		width: 51.5625%;
		margin: 20px auto 0;
	}

	/* --------------------------------------------------------------
		#footer
	-------------------------------------------------------------- */
	#footer {
		padding: 15px 0;
	}
	
	
	
	
}




/* ##############################################################
#
#    common
#
############################################################## */











