@charset "utf-8";
@import url(style.css);
@import url(anime.css);
@import url(head.css);
@import url(menu.css);
@import url(main.css);
@import url(contact.css);
@import url(foot.css);
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-size: 16px;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0 auto!important;
  height: 100%;
  padding: 0!important;
  color: #000;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 0;
  font-weight: normal;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
button, input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
cursor: default;
text-decoration: none;
  }
}
a {
  text-decoration: none;
  color: #000;
}
a:link {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition-property: all;
  transition: 0.3s linear;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
small {
  font-size: 80%;
}
ul, ol {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
img {
  max-width: 100%;
  height: auto;
}
img a, a:link {
  max-width: 100%;
  height: auto;
}
img a, a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  *margin-left: -7px;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  color: #000;
}
input, select {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
img, abbr, acronym, fieldset {
  border: 0;
}
ul, ol, li {
  list-style: none;
}
/*Rollover*/
a.roll:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}