@charset "utf-8";

/* =============================================================================
Commons
========================================================================== */
/* html, body {
	height: 100%;
} */

html {
  overflow-y: scroll;
}

body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  border: 0;
}

a {
  /* color: #000000; */
  outline: none;
  text-decoration: none;
}

a:hover {
  /* color: #000000; */
  outline: none;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none outside none;
}

#wrapper {
  min-height: 100%;
  word-wrap: break-word;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  /* footer under gap resolution */
  overflow: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-Mac */

.sp {
  display: none;
}

.pc-br {
  display: block;
}
sp-br
.sp-br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  img.sp  {
    width: 100%;
  }
  img.mb10  {
    margin-bottom: 10px;
  }

  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }
}

  /* =============================================================================
  Commons sp
  ========================================================================== */
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
}
  /* =============================================================================
  end sp
  ========================================================================== */