@charset "UTF-8";
body {
  text-rendering: optimizeSpeed;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (min-width: 740px) {
  body {
    font-size: 18px;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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, p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

img, picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  a {
    transition: all 0.5s;
  }
}
@media screen and (min-width: 768px) {
  a:hover, a:focus {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  a:hover img {
    transition: all 0.5s;
  }
}
.op {
  transition: opacity 0.5s ease-out;
}
.op:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  transition: opacity 0.5s ease-out;
}

.visible-ts {
  display: block;
}

.visible-pc {
  display: none;
}

@media screen and (min-width: 740px) {
  .visible-pc {
    display: block;
  }
  .visible-ts {
    display: none;
  }
}
.fflusi {
  font-family: "Lusitana", serif;
}

.ffmin {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.vat {
  vertical-align: top !important;
}/*# sourceMappingURL=style.css.map */