/****reset
*****************************************/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

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,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.txt-img {
  text-indent: -9999px;
  overflow: hidden;
}

/******************************************************************************
 * site_setting
*******************************************************************************/
html {
  font-size: 62.5%;
}

html, body {
  /*width: 100%;*/
  /*height: auto;*/
}

body {
  font-family: RodinPro-R, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #252525;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    font-size: 4.375vw;
  }
}

img {
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

figure {
  line-height: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.attentionsize {
  font-size: 10px;
  font-size: 1rem;
  color: #777;
}

@media only screen and (max-width: 767px) {
  .attentionsize {
    font-size: 1rem;
    font-size: 3.125vw;
  }
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.outsidewrap {
  position: relative;
}

.wrapper {
  width: 100%;
}

/*# sourceMappingURL=../maps/bukken_new_reset.css.map */
