@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
}
body {
  background-color: #f1ece1;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', YuGothic, 'Yu Gothic medium', Meiryo, 'sans-serif';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  text-decoration: none;
}
section h2 {
  font-size: 4.0rem;
  color: #4f1f02;
  line-height: 6.0rem;
}
section h3 {
  font-size: 3.2rem;
  color: #4f1f02;
  opacity: 0.8;
  line-height: 4.8rem;
}
@media(max-width:768px) {
  section h2 {
    font-size: 3.2rem;
  }
  section h3 {
    font-size: 2.4rem;
  }
}
@media(min-width:769px) {
  .spbr {
    display: none;
  }
}
@media(max-width:768px) {
  .pcbr {
    display: none;
  }
}
* {
  margin: 0px;
  padding: 0px;
}