@charset "UTF-8";
/*
Author: Ann Tachibana
Version: 3.6
*/
/*----------------------------------
reset
------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
a, a:hover, a:visited {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* remember to define focus styles! */ :focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* clearfix for ie7 */
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
form input, input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="password"], input[type="submit"], select, textarea, button {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
form input, form input[type="text"]:focus, input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="submit"]:focus, form select:focus, form textarea:focus, button:focus {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
/*Chrome Auto Complete-----------------*/
input:-webkit-autofill, button:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
/*======================================
default setting
/*======================================*/
html {
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-wrap: break-word;
  font-size: 16px;
  text-align: left;
  font-feature-settings: "palt";
}
body {
  overflow: scroll;
  background: none;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #383838;
}
article, section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
  pointer-events: none;
}
.none {
  display: none
}
a {
  outline: 0;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
  color: inherit
}
a:focus, :focus-ring {
  outline: 0;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}
a:after, a:hover:after {
  transition: all 0.3s ease;
}
a {
  display: block;
}
a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
p a, span a {
  display: inline-block;
}
h1, h2, h3, h4, h5, h6, table, blockquote, input, textarea {
  margin-top: 0;
  padding: 0;
}
span {
  display: inline-block;
}
em {
  font-style: normal;
}