@charset "utf-8";
@import url(style.css);
@import url(anime.css);
@import url(head.css);
@import url(menu.css);
@import url(ad.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: 18pt;
  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: 18px;
  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.5em;
  font-size: 16pt;
  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: #060;
}
a:link {
  text-decoration: none;
  color: #060;
}
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;
}
/*Rollover*/
a.roll:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}