html {
  scroll-behavior: smooth;
}
body {
  animation: loading 0.5s;
  max-width: 480px;
  margin: 0 auto;
  background-color: #000;
  font-family: serif;
  font-size: 1.1rem;
  color: #ccc;
}
@keyframes loading {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
a {
  color: inherit;
}
p {
  padding: 0 10px;
}
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0.08;
  z-index: -1;
}
.ichimatsu {
  background-image:  repeating-linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%, #000000), repeating-linear-gradient(45deg, #000000 25%, #ffffff 25%, #ffffff 75%, #000000 75%, #000000);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}
.back {
  position: fixed;
  top: 10px;
  right: 4px;
  background: #000;
  color: #ccc;
  border: 1px solid #666;
  padding: 1px 2px;
  font-family: serif;
  font-size: 1.2rem;
  border-radius: 6px;
  z-index: 1;
}
.post {
  margin: 10px 0 0 10px;
  font-size: 1rem;
}
.title {
  margin: 16px 0 0 10px;
  font-family: sans-serif;
  font-size: 1.3rem;
  color: #fff;
}
.long {
  font-size: 1.1rem;
}
.flyer {
  display: flex;
  justify-content: center;
}
.fsize {
  width: 360px;
}
.info {
  margin: 30px 0 -10px 10px;
  display: flex;
  flex-direction: column;
}
.infodate {
  font-family: sans-serif;
  font-size: 1.3rem;
  color: #FFB429;
}
.infoplace {
  text-decoration: underline;
  font-family: sans-serif;
  font-size: 1.3rem;
  color: #fff;
}
.fb {
  display: block;
  text-decoration: none;
  margin: 10px 0 10px 20px;
}
.flex1 {
  display: flex;
  align-items: center;
}
.foot {
  margin: 30px 0;
  text-align: center;
  font-family: serif;
  font-size: 0.8rem;
}
.hline {
  border: 1px solid #666666;
}