@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@600;700&display=swap');

/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family: 'Noto Sans JP', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  line-height: 2;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: 500;
}
a {
  display: inline-block;
  color: black;
  cursor: pointer;
  transition: .5s;
}
a, a:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}
small {
  font-size: 70%;
  color: grey;
}
li {
  list-style: none;
}
@media screen and (max-width: 500px) {
  html, body {
    font-size: calc(1000vw / 500);
  }
}
/* @media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 375);
  }
} */
.sp {
  display: block;
}
.spi {
  display: inline;
}
@media screen and (min-width: 768px) {
  .sp,
  .spi {
    display: none;
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --font-sans-serif: 'Noto Sans JP', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;;
  --font-serif: 'Noto Serif JP', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  --font-en: 'EB Garamond', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
main {
  width: 50rem;
}
.txt {
  font-size: 2rem;
}
.txt .color {
  color: #fbc600;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* btn */
.btn {
  position: relative;
  display: block;
  width: 28.2rem;
  height: 6.4rem;
  margin: 7.8rem auto 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 6.4rem;
  text-align: center;
  color: #fcc700;
  transition: .5s;
}
.btn::before,
.btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 12.2rem;
  height: 3.5rem;
  transition: .5s;
}
.btn::before {
  top: 0;
  left: 0;
  border-top: 2px solid #fcc700;
  border-left: 2px solid #fcc700;
}
.btn::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #fcc700;
  border-right: 2px solid #fcc700;
}
.contentsWrap, 
.bgWrap,
footer {
  position: relative;
  z-index: 10;
}
.en {
  font-family: var(--font-en) !important;
}

/* ttl_h2 */
.ttl_h2 {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 700;
  font-family: var(--font-serif);
}

/* footer */
#footer {
  padding: 5.9rem 0 11rem;
  background: #040000;
  text-align: center;
  color: #fff;
}
#footer .schedule {
  width: 41.6rem;
  margin: 0 auto;
}
#footer .place {
  margin: 3.1rem auto 0;
  width: 44.5rem;
}
#footer .txt1 {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.58;
}
#footer .txt2 {
  margin-top: 3rem;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.68
}
#footer .reserve {
  margin-top: 4.7rem;
}
#footer .reserve .ttl {
  width: 40rem;
  height: 3.6rem;
  margin: 0 auto;
  border: 1px solid #fff;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 3.6rem;
  text-align: center;
}
#footer .reserve .tel {
  margin: 1.5rem auto 3rem;
  font-style: italic;
  font-size: 4rem;
  line-height: 1;
}
#footer .reserve .txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.04em;
}
#footer .reserve .link {
  margin: 2.8rem auto 0;
  width: 28rem;
}
#footer .copy {
  margin-top: 3.1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
#footer .list {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
#footer .list li a {
  display: block;
  width: 4rem;
  margin: 0 0.9rem;
}
#header .navOpen {
  position: fixed;
  top: 0;
  right: 0;
  width: 5.8rem;
  padding: 1.6rem 1rem 1.6rem 1.2rem;
  background: #d8020f;
  z-index: 20;
}
#header nav .navClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.8rem;
  padding: 1.6rem 1rem 1.6rem 1.2rem;
  z-index: 30;
}
#header nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 16.9rem 5.9rem 18.6rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 20;
  display: none;
  overflow-y: scroll;
}
#header h1 {
  position: absolute;
  top: 2.1rem;
  left: 2rem;
  width: 24.8rem;
}
#header nav .list li {
  margin-bottom: 4.2rem;
  text-align: right;
}
#header nav .list li a {
  font-size: 2.8rem;
  font-family: var(--font-serif);
  line-height: 1;
  color: #fff;
}
#header .headerBtn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-top: 6.5rem;
  border-radius: 0.7rem;
  background: #b5942e;
  font-family: var(--font-serif);
  font-size: 2.4rem;
  line-height: 6.2rem;
  color: #fff;
  text-align: center;
}
#header .headerBtn::after {
  position: absolute;
  top: 50%;
  left: 3.6rem;
  content: "";
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/icon_ticket.png) center/contain no-repeat;
  transform: translateY(-50%);
}
#header .headerBtn span {
  display: block;
  border: 1px solid #fff;
  border-radius: 0.7rem;
}
#header .headerBtn span span {
  display: inline;
  border: none;
  padding-left: 3.6rem;
}
#header .headerLink {
  display: block;
  margin: 4.3rem auto 0;
  width: 38.2rem;
}
#header .sns {
  display: flex;
  justify-content: center;
  margin-top: 2.7rem;
}
#header .sns li a {
  display: block;
  width: 4rem;
  margin: 0 0.9rem;
}
.fixedTicket {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #b5942e;
  text-align: center;
  z-index: 11;
}
.fixedTicket a {
  display: block;
  height: 7.2rem;
  font-size: 2.4rem;
  font-family: var(--font-serif);
  line-height: 7.2rem;
  color: #fff;
}
.fixedTicket a .in {
  position: relative;
  padding-left: 5.8rem;
}
.fixedTicket a .in::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/icon_ticket.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.fixedTicket .close {
  position: absolute;
  right: 1.4rem;
  top: 1rem;
  width: 1.6rem;
  height: 1.6rem;
}
#header .headerBtn span span span.spi {
  display: none;
}
.siteWrap_txt,
.siteWrap_day {
  display: none;
}
@media screen and (min-width: 501px) {
  .txt {
    font-size: 1.7rem;
  }
  .btn:hover::before,
  .btn:hover::after {
    width: 100%;
    height: 100%;
  }
  main {
    margin: 0 auto;
    background: #fff;
  }
  .siteWrap {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .siteWrap::before,
  .siteWrap::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .siteWrap::before {
    width: 20rem;
    left: 0;
    background-image: url(../img/bg_left.jpg);
  }
  .siteWrap::after {
    right: 0;
    width: 20rem;
    background-image: url(../img/bg_right.jpg);
  }
  #footer {
    width: 50rem;
    margin: 0 auto;
  }
  .fixedTicket {
    width: 50rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 801px) {
  main {
    margin-left: 30rem;
  }
  #header {
    display: block;
  }
  #header nav {
    display: block;
    background: none;
    z-index: 1;
    overflow: visible;
  }
  #header nav .list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30rem;
    margin-bottom: 8.8rem;
  }
  #header nav .list li {
    margin-bottom: 3.8rem;
    padding-right: 4.3rem;
  }
  #header nav .list li a {
    position: relative;
    font-size: 1.8rem;
  }
  #header nav .list li a:hover {
    opacity: 1;
  }
  #header nav .list li a:hover::after {
    position: absolute;
    right: -2.4rem;
    top: 50%;
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.3rem;
    background: url(../img/icon_nav-hover.png) center/contain no-repeat;
    transform: translateY(-50%);
  }
  #header .headerLink {
    position: fixed;
    left: 0;
    bottom: 5.4rem;
    width: 30rem;
  }
  #header .headerLink img {
    display: block;
    width: 22rem;
    margin: 0 auto;
  }
  #header h1 {
    top: 2.5rem;
    left: 2.4rem;
    width: 26.4rem;
  }
  #header .sns,
  .navClose,
  .navOpen,
  #header .headerBtn,
  .fixedTicket {
    display: none;
  }
  .siteWrap::before {
    width: 30rem;
  }
  .siteWrap::after {
    right: auto;
    left: 80rem;
    width: calc(100% - 80rem);
  }
  #footer {
    margin-left: 30rem;
  }
}
@media screen and (min-width: 1000px) {
  #header .headerBtn {
    position: fixed;
    right: 2.1rem;
    bottom: 12.8rem;
    display: block;
    width: 14.2rem;
    height: 14.2rem;
    padding: 0.7rem;
    border-radius: 100%;
    background: rgba(181, 148, 46, 0.87);
    font-size: 1.4rem;
    line-height: 1.64;
    transition: .5s;
  }
  #header .headerBtn:hover {
    opacity: 0.7;
  }
  #header .headerBtn span {
    display: block;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100%;
  }
  #header .headerBtn span span {
    display: block;
    padding: 6rem 0 0 0;
  }
  #header .headerBtn span span span.spi {
    display: inline;
    padding: 0;
  }
  #header .headerBtn::after {
    width: 4rem;
    height: 4rem;
    top: 1.9rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1401px) {
  main,
  #footer {
    margin-left: calc(300 / 1400 * 100vw);
  }
  .siteWrap::before {
    width: calc(300 / 1400 * 100vw);
  }
  .siteWrap::after {
    left: calc(calc(300 / 1400 * 100vw) + 50rem);
    width: calc(100% - calc(calc(300 / 1400 * 100vw) + 50rem));
  }
  .siteWrap_day {
    position: fixed;
    display: block;
    right: 2.1rem;
    bottom: 5.4rem;
    z-index: 1;
    width: 54.9rem;
  }
  .siteWrap_txt {
    position: fixed;
    display: block;
    right: 31rem;
    bottom: 12.5rem;
    width: 26rem;
    z-index: 1;
  }
  #header nav .list,
  #header .headerLink {
    left: calc(300 / 1400 * 100vw);
    margin-left: -30rem;
  }
  #header h1 {
    top: calc(25 / 1400 * 100vw);
    left: calc(24 / 1400 * 100vw);
    width: calc(264 / 1400 * 100vw);
  }
}

/* アニメーション */
.anime.slideUp,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .02s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .05s ease-out forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

