@charset "utf-8";

/* reset
----------------------------------------------- */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1em;
	list-style: none;
}
a,
a:hover,
a:active,
a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}
img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}

/* clear */

.clear:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* html
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	-webkit-print-color-adjust: exact;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* body
----------------------------------------------- */

body {
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 1024px;
	color: rgb(60,60,60);
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}
a {
	color: rgb(50,160,230);
	text-decoration: underline;
}
a:hover {
	color: rgb(0,110,180);
	text-decoration: underline;
}

/* header
----------------------------------------------- */

#header {
	display: none;
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0 0 0 -500px;
	width: 1000px;
	z-index: 1;
}
#header.on {
	display: block;
}
#header h1,
#header p {
	position: absolute;
	top: 0;
}
#header h1 {
	left: 0;
}
#header p {
	right: 0;
}

/* footer
----------------------------------------------- */

#footer {
	padding: 20px 0;
	background: rgb(60,60,60);
}
#footer p {
	color: white;
	font-family: Arial;
	font-size: 0.7em;
	text-align: center;
}

/* sns
----------------------------------------------- */

#sns {
	position: relative;
	margin: 80px 0 0;
	height: 240px;
	background: url(../images/footer_base.png) repeat-x center top;
	-webkit-animation: mokumoku 2.5s ease infinite;
	-moz-animation: mokumoku 2.5s ease infinite;
	-ms-animation: mokumoku 2.5s ease infinite;
	animation: mokumoku 2.5s ease infinite;
}
#sns ul {
	position: absolute;
	top: 165px;
	left: 50%;
	margin: 0 0 0 -96px;
	width: 192px;
}
#sns li {
	float: left;
}
#sns li a {
	display: block;
	margin: 0 10px;
	width: 44px;
	height: 44px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/sns.png) no-repeat;
	overflow: hidden;
}
#sns .twitter a {
	background-position: 0 0;
}
#sns .facebook a {
	background-position: -44px 0;
}
#sns .youtube a {
	background-position: -88px 0;
}

/* pageup
----------------------------------------------- */

#pageup {
	display: none;
	position: fixed;
	right: 25px;
	bottom: -5px;
	width: 80px;
	height: 80px;
	background: url(../images/pageup.png) no-repeat;
	cursor: pointer;
}
#pageup:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background: url(../images/pageup.png) no-repeat -80px 0;
}
#pageup.on {
	display: block;
}
#pageup.fix {
	position: absolute;
	bottom: 45px;
}
#pageup:hover:after {
	-webkit-animation: bounce 0.5s ease infinite;
	-moz-animation: bounce 0.5s ease infinite;
	-ms-animation: bounce 0.5s ease infinite;
	animation: bounce 0.5s ease infinite;
}

/* intro
----------------------------------------------- */

#intro {
	margin: auto;
	max-width: 1500px;
	height: 500px;
	background: url(../images/mainimage.jpg) no-repeat center top;
	overflow: hidden;
}
#intro .inner {
	position: relative;
	margin: auto;
	width: 1000px;
}
#intro h2 {
	display: none;
	position: absolute;
	top: 70px;
	left: -50px;
}
#intro.on h2 {
	display: block;
}
#intro .fukidashi {
	display: none;
	position: absolute;
	top: 300px;
	left: 658px;
}
#intro.on .fukidashi {
	display: block;
}
#intro .yuge {
	display: none;
	position: absolute;
	top: 80px;
	left: 895px;
}
#intro.on .yuge {
	display: block;
}
#intro .yuge li {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 350px;
	background: url(../images/intro_yuge.png) no-repeat;
}
#intro .yuge li:nth-child(1) {
	background-position: 0 0;
}
#intro .yuge li:nth-child(2) {
	background-position: -120px 0;
}
#intro .yuge li:nth-child(3) {
	background-position: -240px 0;
}
#intro .yuge li:nth-child(4) {
	background-position: -360px 0;
}
#intro .yuge li:nth-child(5) {
	background-position: -480px 0;
}
#intro .mask {
	position: absolute;
	top: -140px;
	left: 50%;
	margin: 0 0 0 -750px;
	width: 1500px;
	height: 642px;
	background: url(../images/intro_mask.png) no-repeat center top;
}
#intro.on .mask {
	-webkit-animation: mokumoku 2.5s ease infinite;
	-moz-animation: mokumoku 2.5s ease infinite;
	-ms-animation: mokumoku 2.5s ease infinite;
	animation: mokumoku 2.5s ease infinite;
}

/* contents
----------------------------------------------- */

#contents {
	background: url(../images/contents_base.png) repeat-y center top;
}
#contents section {
	margin: 80px 0 0;
	padding: 80px 0 0;
	background: url(../images/gridline.png) repeat-x center top;
}
#contents section:first-child {
	padding: 0;
	background: none;
}
#contents section .inner {
	margin: auto;
	width: 1000px;
}
#contents section header {
	position: relative;
	width: 1000px;
	height: 100px;
	background: url(../images/title_base.png) no-repeat;
}
#contents section h3 {
	position: relative;
	padding: 18px 0 42px;
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
}
#contents section h3:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -40px;
	width: 80px;
	height: 3px;
	background: rgb(50,160,230);
}
#contents section h3:before {
	display: block;
	content: "";
	position: absolute;
	top: -33px;
	left: 50%;
	margin: 0 0 0 -15px;
	width: 29px;
	height: 33px;
	background: url(../images/title_icon.png) no-repeat;
}
#contents section h3 span {
	display: block;
	position: absolute;
	top: 0.65em;
	left: 0;
	color: rgb(50,160,230);
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	width: 106px;
	text-align: center;
}
#contents section h3 a {
	text-decoration: none;
}
#contents section h4 {
	margin: 50px auto 0;
	width: 960px;
	font-size: 1.65em;
	font-weight: normal;
	text-align: center;
	text-indent: -0.2em;
	letter-spacing: 0.2em;
}
#contents section h4.line {
	padding: 50px 0 0;
	border-top: 1px solid rgb(220,220,220);
}
#contents section .content {
	margin: auto;
	padding: 10px 0 0;
	width: 960px;
	text-align: center;
}
#contents section .content p {
	padding: 15px 0 0;
	font-size: 0.95em;
	line-height: 1.65em;
}

/* link */

#contents section .link {
	margin: 50px auto 0;
	width: 960px;
	text-align: center;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
}
#contents section .link p {
	padding: 18px 0;
	font-size: 0.9em;
	font-weight: bold;
}
#contents section .link a {
	display: inline-block;
	position: relative;
	overflow: visible;
}
#contents section .link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -17px;
	margin: -7px 0 0;
	width: 12px;
	height: 12px;
	background: url(../images/ic_link.png) no-repeat;
}

/* columns */

#contents section .columns {
	margin: 50px auto 0;
}
#contents section .columns li {
	float: left;
	font-size: 0.95em;
}
#contents section .columns li span {
	display: block;
}
#contents section .columns li .caption {
	margin: 15px 0 0;
	text-align: center;
}
#contents section .columns li .image {
	overflow: hidden;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}
#contents section .columns li .image img {
	width: 100%;
	height: auto;
}
#contents section .column3 {
	width: 990px;
}
#contents section .column3 li {
	margin: 0 15px;
	width: 300px;
}
#contents section .column4 {
	width: 980px;
}
#contents section .column4 li {
	margin: 0 10px;
	width: 225px;
}

/* keyframes
----------------------------------------------- */

/* mokumoku */

@-webkit-keyframes mokumoku {
	0% { background-position: center 0; }
	60% { background-position: center 5px; }
	100% { background-position: center 0; }
}
@-moz-keyframes mokumoku {
	0% { background-position: center 0; }
	60% { background-position: center 5px; }
	100% { background-position: center 0; }
}
@-ms-keyframes mokumoku {
	0% { background-position: center 0; }
	60% { background-position: center 5px; }
	100% { background-position: center 0; }
}
@keyframes mokumoku {
	0% { background-position: center 0; }
	60% { background-position: center 5px; }
	100% { background-position: center 0; }
}

/* bounce */

@-webkit-keyframes bounce {
	0% { -webkit-transform: translateY(0px); }
	50% { -webkit-transform: translateY(-3px); }
	100% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes bounce {
	0% { -moz-transform: translateY(0px); }
	50% { -moz-transform: translateY(-3px); }
	100% { -moz-transform: translateY(0px); }
}
@-ms-keyframes bounce {
	0% { -ms-transform: translateY(0px); }
	50% { -ms-transform: translateY(-3px); }
	100% { -ms-transform: translateY(0px); }
}
@keyframes bounce {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-3px); }
	100% { transform: translateY(0px); }
}
