html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea,
p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

input, select, textarea, button {
  outline: none;
}

* {
  box-sizing: border-box;
}

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*
@include mq(xxl) { *{ outline: 0.5px #000 solid;}}
@include mq(xl)  { *{ outline: 0.5px #00f solid;}}
@include mq(lg)  { *{ outline: 0.5px #f0f solid;}}
@include mq(md)  { *{ outline: 0.5px #0ff solid;}}
@include mq(sm)  { *{ outline: 0.5px #f00 solid;}}
@include mq(xs)  { *{ outline: 0.5px #0f0 solid;}}
*/
/*
@include mq(w600)  { *{ outline: 0.5px #ff0 solid;}}
@include mq(w500)  { *{ outline: 0.5px #f0f solid;}}
@include mq(w400)  { *{ outline: 0.5px #00f solid;}}
@include mq(w350)  { *{ outline: 0.5px #f00 solid;}}
@include mq(w300)  { *{ outline: 0.5px #0f0 solid;}}
*/
footer#navigation {
  position: sticky;
  bottom: 0;
  left: 0;
}
footer#navigation #pageTopBtn {
  display: none;
}
footer#navigation a.footer_btn {
  background-color: #c9a616;
  border-top: 1px solid #fff;
  height: 60px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#navigation a.footer_btn:hover {
  background-color: #dbb518;
}
@media screen and (max-width: 299.98px) {
  footer#navigation a.footer_btn {
    height: 45px;
  }
}
@media screen and (max-width: 349.98px) {
  footer#navigation a.footer_btn {
    padding: 0 15px;
  }
}
footer#navigation a.footer_btn img {
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 499.98px) {
  footer#navigation a.footer_btn img {
    width: 100%;
  }
}

#pageTopBtn {
  display: none;
}

.container {
  max-width: 600px;
  padding: 0;
}
.container .contents img {
  width: 100%;
}

#mainContents {
  padding: 40px 0;
  background-color: #faf7f2;
}
#mainContents img {
  display: block;
}/*# sourceMappingURL=indexPage.css.map */