@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 0;
}
body::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

h1 {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  color: #3c2718;
}
h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  color: #3c2718;
  height: auto;
}
p {
  line-break: normal;
  word-wrap: normal;
  line-height: 2.188;
  letter-spacing: 0.1em;
  font-size: 1em;
  color: #3c2718;
}
ul {
  margin: 0 auto;
  list-style: none;
}
li {
  line-break: normal;
  word-wrap: normal;
  line-height: 2.188;
  letter-spacing: 0.1em;
  font-size: 15px;
  color: #3c2718;
}
.br::before {
  content: "\A";
  white-space: pre;
}
.logo {
  width: 14em;
  margin: 0 auto;
  display: block;
  clear: left;
}
#logo_img {
  margin-top: 50px;
  width: 14em;
}
.overflow-fix {
  width: 100%;
  overflow-x: hidden !important;
}
.overflow-fix::-webkit-scrollbar-track {
  background-color: transparent;
}

.overflow-fix::-webkit-scrollbar {
  background-color: transparent;
}

.overflow-fix::-webkit-scrollbar-thumb {
  background-color: transparent;
}
