body,
p,
div,
form,
ul,
th,
td,
h1,
h2,
h3,
h4 {
  font-size: 15px;
  line-height: 140%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
  color:#3e3a39;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  vertical-align: baseline;
  color:#3e3a39;
}
img {
  border: none;
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.wrap {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  z-index:100;
}

.main{ background-color: gray; }

@media screen and (max-width:575px){
  .wrap{ width:85%; }
}