@font-face {
  font-family: 'HannariMincho';
  font-weight: normal;
  src: url('../font/HannariMincho-Regular.otf');
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

html,
body {
  position: relative;
  font-family: "HannariMincho","Hiragino Gyosyo W4 JIS2004","YuMincho","Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif;
  width: 100%;
  font-size: 16px;
  text-align: center;
  overflow-x: hidden;
}

h1{
  position: relative;
  color: #000;
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 1;
}

h2{
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
}

h3{
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
}

ul {
  list-style: none;
}

ol{
  list-style-position: inside;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  letter-spacing: 1px;
}

p {
  color: #333;
  line-height: 1.5;
  letter-spacing: 1px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

@media screen and (max-width: 1180px) {
  h2{
    font-size: 1.4rem;
  }
  h3{
    font-size: 1.2rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
