@charset "utf-8";


/* -- Reset style
-------------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
    font-size: 62.5%;
	color: #333;
	text-align: center;
	letter-spacing: 0;
	background: #FFF;
	width: 100%;
	min-width: 100%;
}
.ua-ie-8 body {
	min-width: 1000px;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
	font-style: normal;
	font-weight: normal;
} 
fieldset, img {
	border: 0;
	vertical-align: top;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #FF9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
th, td {
	text-align: left;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
select, input, button, textarea, button {
	font-size: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
sup {
	font-size: 75%;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ul, ol {
	list-style: none;
}

/* add */
* {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
}


/* -- for Smartphone
-------------------------------------------------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
}
.ua-android p,.ua-android li {
   background: url(/common/img/s.gif) no-repeat;
}


/* -- scroll
-------------------------------------------------------------------------------- */
.scl {
  	width: 100%;
	height: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	font-family: 'Oswald', sans-serif;
  	position: absolute;
	top: 87%;
    margin: 0 auto;
	z-index: 2000;
}
.scl_arrow {
  	width: 100%;
	height: 150px;
	overflow: hidden;
  	position: absolute;
	top: 90%;
	cursor: pointer;
    margin: 0 auto;
	z-index: 2001;
}

.scl_arrow:after {
	content:"";
	display: block;
	width: 2px;
	border-left: 3px #FFF solid;
	animation:scroll 2s ease 0s infinite normal;
	margin: 0 auto 0;
	padding-left: 2px;
}

@keyframes scroll{
	0%{
		height: 0;
	}
	50%{
		height: 150px;
		margin-top: 0;
	}
	100%{
		margin-top: 150px;
		height: 150px;
	}
}

@media screen and (max-width: 959px) {
.scl_arrow {
	top: 90%;
}
}
@media screen and (max-width: 559px) {
.scl_arrow {
	top: 80%;
}
}