@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}

/* 固定
html { font-size: 62.5%; }
*/
.forSP {
  display: block;
}
@media screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
}

.forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .forPC {
    display: block;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

body {
  background: #e3dcd5;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(227, 220, 213) 100%);
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #422830;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

#contents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden !important;
  padding: 0;
  position: relative;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 10rem 0;
  text-align: center;
}

.pz1 {
  position: relative;
  z-index: 5;
}

*::before,
*::after {
  content: "";
  display: block;
  position: absolute;
}

.line_under {
  width: 40%;
  max-width: 300px;
  margin: 4rem auto;
}

/*---------------------------------------------------------------
　　　header
---------------------------------------------------------------*/
header {
  position: relative;
  padding-top: 7rem;
  user-select: none;
}
header h1 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-family: "Gelasio", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.85;
  color: #7d2626;
}
@media screen and (min-width: 768px) {
  header h1 {
    width: 80rem;
    max-width: 600px;
  }
}
header h1 img {
  margin-top: 3rem;
}
header .mv {
  width: 93%;
  max-width: 900px;
  margin: 4rem auto 0;
  position: relative;
  /*&::after {
      width: 24rem;
      height: 100%;
      right: -2rem;
      bottom: 10rem;
      background: url(../img/hoff.png) no-repeat bottom center/contain;
      z-index: 1;
      @include tab {
          width: 50rem;
          right: -2rem;
          bottom: 15rem;
      }
      @include pc {
          width: 300px;
          right: -1rem;
          bottom: 12rem;
      }

  }*/
}
@media screen and (min-width: 768px) {
  header .mv {
    width: 90%;
  }
}
header .since {
  color: #7d2626;
  font-family: "Gelasio", serif;
  margin-top: -11rem;
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  header .since {
    margin-top: -20rem;
  }
}
@media screen and (min-width: 1024px) {
  header .since {
    margin-top: -15rem;
  }
}

.time {
  color: #7d2626;
  font-family: "Gelasio", serif;
  font-size: max(1.8rem, 16px);
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-top: 3px solid #422830;
  border-bottom: 3px solid #422830;
  position: relative;
  z-index: 100;
  background: white;
}
nav ul li {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  nav ul li:nth-last-child(-n+3) {
    border-top: 1px solid #422830;
  }
}
@media screen and (min-width: 768px) {
  nav ul li {
    width: 16.6666666667%;
  }
}
nav ul li a {
  display: block;
  color: #422830;
  font-family: "Gelasio", serif;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 3rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  nav ul li a {
    font-size: 2rem;
    padding: 1rem 0;
  }
}
nav ul li a:hover {
  color: #c7c7bf;
}

/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
footer {
  clear: both;
  text-align: center;
  color: #422830;
  padding: 30px 0 100px;
  position: relative;
  background: #422830;
  margin: 0 !important;
}
footer copyright {
  text-align: center;
  color: white;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
footer a {
  display: inline-block;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: white;
}

.pagetop {
  display: block;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: rgba(199, 199, 191, 0.6) url(../img/arrow.svg) no-repeat center center/contain;
  position: fixed;
  bottom: 14rem;
  right: 1rem;
  z-index: 10;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s, transform 1s;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 6rem;
  }
}

.pagetop.active {
  opacity: 1;
  transform: translateY(0px);
}

/*---------------------------------------------------------------
    common
---------------------------------------------------------------*/
h2 {
  font-size: 6.5rem;
  font-family: "Gelasio", serif;
  width: 90%;
  margin: 0 auto 3rem;
  padding: 4rem 0 2rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 5.2rem;
  }
}

p {
  text-align: center;
  font-weight: bold;
}
p strong {
  color: #7d2626;
}

.btn {
  display: block;
  background: #7d2626;
  color: white;
  font-weight: bold;
  border-radius: 4rem;
  padding: 0.3rem 0 0.6rem;
  transition: all 0.3s;
  text-align: center;
  margin: 1rem 0;
}
.btn:hover {
  background: black;
}
.btn.yet {
  background: gray;
  pointer-events: none;
}

.hoff {
  width: 65%;
  max-width: 400px;
  margin: 4rem auto 2rem;
}
@media screen and (min-width: 768px) {
  .hoff {
    width: 80%;
  }
}

.maintxt {
  padding: 3rem;
  font-size: 3.4rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .maintxt {
    width: 80%;
    font-size: 2rem;
  }
}

.ticket {
  padding-bottom: 10rem;
}
.ticket ul {
  width: 90%;
  max-width: 500px;
  margin: auto;
}
.ticket ul li {
  margin-bottom: 2rem;
}
.ticket ul li a {
  display: block;
  background: #7d2626;
  color: #fff;
  border-radius: 6rem;
  padding: 1rem;
  font-family: "Gelasio", serif;
  font-weight: bold;
  font-size: 3.2rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .ticket ul li a {
    font-size: 2.2rem;
  }
}
.ticket ul li a span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .ticket ul li a span {
    font-size: 1.8rem;
  }
}
.ticket ul li a.yet {
  pointer-events: none;
  background: rgba(66, 40, 48, 0.3);
}
.ticket ul li a:hover {
  transform: translateY(-1rem);
}