@charset "utf-8";

/****************************************
フォント
****************************************/
@font-face {
  font-family: 'bodoni-w01-poster';
  font-style: normal;
  font-weight: 400;
  src: url('//static.parastorage.com/fonts/v2/45994cbf-96bf-435a-ae6c-999e5b5e4f12/v1/bodoni-poster-w10.woff2') format('woff2');
}

/****************************************
基本
****************************************/
html,
body {
  overflow-x: hidden;
  min-height: 100vh;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.8;
  overflow: visible;
}

.wrap {
  width: 90%;
  max-width: 960px;
  margin: auto;
  position: relative;
}

section {
  margin: 30px 0 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  & > div {
    &:first-child {
      width: 78%;
    }

    &:last-child {
      width: 18%;
    }
  }

  &:has(> div:only-of-type) > div {
    width: 100%;
  }
}

.ctsWrap {
  border: 1px solid #CCC;
  margin-top: 10px;
  padding: 20px 25px 25px;
}

h2 {
  background-color: #6c6994;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1;
  padding: 10px;
  font-weight: 600;

  &:before {
    content: "●";
    color: #FFDC75;
  }

  & span {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.noteText {
  font-size: 1.2rem !important;
  text-indent: -1em;
  margin-left: 1em;
}

.readyText {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 50px;
  margin-top: 10px;
  border: 1px solid #CCC;
}

@media only screen and (max-width: 768px) {
  .pcObj {
    display: block;
  }

  .spObj {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  section {
    margin: 20px 0 100px;

    & > div {
      &:first-child {
        width: 100%;
      }

      &:last-child {
        width: 100%;
      }
    }
  }

  .pcObj {
    display: none;
  }

  .spObj {
    display: block;
  }
}

/****************************************
ヘッダ
****************************************/
header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 15px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  z-index: 2;

  & > a {
    & img {
      width: 350px;
      display: block;
    }
  }
}

.headerLinkList {
  display: flex;
  justify-content: flex-end;

  & li {
    margin-left: 20px;

    & a {
      display: block;
      line-height: 1;
      font-size: 1.4rem;
      font-weight: 600;
      color: #6c6994;

      & i {
        margin-right: 5px;
        opacity: 0.6;
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

    & > a {
      & img {
        width: 250px;
        margin-top: 5px;
      }
    }
  }

  .headerLinkList {
    display: none;
  }
}

/****************************************
トップ
****************************************/
.topCtsWrap {
  margin-top: 45px;
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.topCts {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

  & p {
    &:first-child {
      display: none;
    }
  }

  & h1 {
    margin-top: 10px;
    font-family: bodoni-w01-poster, fantasy;
    font-size: 4rem;
    font-weight: normal;

    & br {
      display: none;
    }

    & + p {
      font-family: bodoni-w01-poster, fantasy;
      font-size: 2rem;
      letter-spacing: 0;

      & span {
        font-size: 3.6rem;
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  .topCtsWrap {
    height: 150px;
  }

  .topCts {
    & h1 {
      font-size: 2.6rem;

      & + p {
        font-size: 1.6rem;

        & span {
          font-size: 2.4rem;
        }
      }
    }

    & p {
      &:first-child {
        width: 80%;
        margin: auto;
      }
    }
  }
}

/**********サブトップ**********/
body.home,
body.single-top {
  & .topCtsWrap {
    height: 500px;
  }

  & .topCts {
    & p {
      &:first-child {
        font-weight: 900;
        font-size: 1.8rem;
        line-height: 1.4;
        display: block;
      }
    }

    & h1 {
      font-size: 8rem;

      & br {
        display: block;
      }

      & + p {
        margin-top: 10px;
        font-size: 3.6rem;

        & span {
          font-size: 6rem;
        }
      }
    }
  }
}

@media only screen and (max-width: 768px) {

  body.home,
  body.single-top {
    & .topCtsWrap {
      height: 400px;
    }

    & .topCts {
      & h1 {
        font-size: 3.8rem;

        & + p {
          margin-top: 10px;
          font-size: 2rem;

          & span {
            font-size: 3.6rem;
          }
        }
      }
    }
  }
}

/****************************************
パンくず
****************************************/
.breadCrumb {
  display: flex;
  font-size: 1.2rem;
  background-color: #F4F4F4;
  margin: 0 calc(50% - 50vw);
  padding: 5px calc(50vw - 50%);
  line-height: 1.4;

  & li {
    margin-right: 5px;

    &:nth-child(even) {
      opacity: 0.6;
    }
  }
}

/****************************************
自由入力欄
****************************************/
.freeCts {
  & p {
    &:not(:first-child) {
      margin-top: 15px;
      line-height: 1.8;
    }

    &:has(.aligncenter) {
      text-align: center;
    }

    &:has(.alignright) {
      text-align: right;
    }
  }

  & ul,
  ol {
    margin-left: 25px;
    margin-top: 10px;

    & li {
      margin-top: 5px;
    }
  }

  & ul {
    list-style: inherit;
  }

  & a {
    border-bottom: 1px solid #000;
    font-weight: 600;
  }

  & table {
    margin-top: 15px;

    & td {
      border: 1px solid #333;
      padding: 10px;
    }
  }
}

/****************************************
右コンテンツ
****************************************/
.rightBnrList {
  & li {
    margin-bottom: 15px;

    & a {
      display: block;
      border: 1px solid #CCC;
    }

    &.ticketBtn {
      & a {
        border: none;

        & img {
          border-radius: 50%;
        }
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  .rightBnrList {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px dotted #6c6994;

    & li {
      width: 48%;
      margin-top: 10px;
      margin-bottom: 0;

      &.ticketBtn {
        display: none;
      }
    }
  }
}

/****************************************
404
****************************************/
.backTopCts {
  text-align: center;

  & a {
    display: block;
    border: 1px solid #6c6994;
    width: fit-content;
    margin: 20px auto 0;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    color: #6c6994;

    & i {
      margin-left: 5px;
    }
  }
}

/****************************************
ナビゲーション
****************************************/
.naviWrap {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #e7e6f2;
  font-weight: 600;
  position: sticky;
  top: 45px;
  z-index: 2;
}

.navi {
  color: #6c6994;
  display: flex;
  justify-content: space-between;
  align-items: center;

  & li {
    position: relative;

    & a {
      display: block;
      padding: 10px 0;

      & i {
        margin-right: 5px;
      }
    }

    &.current {
      &:after {
        content: '\f0de';
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        bottom: -7px;
        left: 52%;
        display: block;
        font-size: 1.4rem;
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  .naviWrap {
    display: none;
  }
}

/****************************************
SPナビゲーション
****************************************/
#spNaviAllWrap {
  display: none;
}

@media only screen and (max-width: 768px) {
  #spNaviAllWrap {
    display: block;
  }
}

:root {
  --spWidth: 250px;
}

.spNaviWrap {
  position: fixed;
  z-index: 300;
  top: 0;
  width: var(--spWidth);
  height: 100%;
  background-color: #FFF;
  padding: 0 20px 15px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.spNavi {
  text-align: center;
  margin: 0;
  line-height: 1.4;

  & > li {
    position: relative;

    &:first-child {
      padding: 15px;
      border-bottom: 1px solid #e7e6f2;
    }

    &:has(span) {
      border-bottom: 1px solid #e7e6f2;
    }

    & a {
      display: block;
      padding: 15px;
      color: #6c6994;
      font-weight: 500;

      & span {
        display: block;
        font-size: 1.2rem;
        font-weight: 400;
        color: #A6A4BD;
      }

      &:not(:has(span)) {
        border: 1px solid #6c6994;
        margin-top: 15px;
        font-size: 1.4rem;
        border-radius: 5px;
      }
    }

    &.current {
      &:after {
        content: '\f0da';
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: block;
        color: #6c6994;
        font-weight: 900;
        font-size: 2rem;
      }
    }
  }
}

.drawerMenu-overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.drawerMenu-open .drawerMenu-overlay {
  display: block;
}

.drawerMenuRight nav {
  right: calc(-1 * var(--spWidth));
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawerMenuRight.drawerMenu-open nav,
.drawerMenuRight.drawerMenu-open navbar .drawerMenuBtn {
  right: 0;
}

.drawerMenuRight.drawerMenu-open .drawerMenuBtn {
  right: var(--spWidth);
}

.drawerMenuBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 250;
  width: 50px;
  height: 50px;
  transition: .2s linear;
  cursor: pointer;
  padding: 15px 10px;
}

.drawerMenuBtnBar {
  position: relative;
  display: block;
  margin-top: 7px;
}

.drawerMenuBtnBar,
.drawerMenuBtnBar:after,
.drawerMenuBtnBar:before {
  width: 100%;
  height: 2px;
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #6c6994;
}

.drawerMenuBtnBar:after,
.drawerMenuBtnBar:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawerMenuBtnBar:after {
  top: 10px;
}

.drawerMenu-open .drawerMenuBtn,
.drawerMenu-open .drawerMenuBtnBar {
  background-color: transparent;
}

.drawerMenu-open .drawerMenuBtnBar:after,
.drawerMenu-open .drawerMenuBtnBar:before {
  top: 0;
  background-color: #FFF;
}

.drawerMenu-open .drawerMenuBtnBar:before {
  transform: rotate(45deg);
}

.drawerMenu-open .drawerMenuBtnBar:after {
  transform: rotate(-45deg);
}

/****************************************
ページネーション
****************************************/
.pageNation {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

  & li {
    margin: 2px;

    & a {
      display: block;
      font-size: 1.4rem;
      width: fit-content;
      border: 1px solid #6c6994;
      line-height: 15px;
      text-align: center;
      padding: 5px 10px;
      color: #6c6994;

      &:hover,
      &.current {
        opacity: 1;
        background-color: #6c6994;
        border: 1px solid #6c6994;
        color: #FFF;
      }

      &.current {
        pointer-events: none;
      }
    }
  }
}

/****************************************
モーダル
****************************************/
html.modal-is-locked {
  overflow: hidden;
}

.modal,
[data-modal-id] {
  display: none;
}

.modal-overlay,
.modal-wrapper {
  backface-visibility: hidden;
}

.modal,
.modal-wrapper:after {
  vertical-align: middle;
}

.modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  cursor: pointer !important;
}

.modal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.modal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
  width: 90%;
  max-width: 640px;
  margin: 0 auto 10px;
  padding: 25px;
  background-color: #FFF;
  border-radius: 10px;
  cursor: default;
}

.modal-is-initialized {
  display: inline-block;
}

.modal-bg.modal-is-opening,
.modal-bg.modal-is-opened {
  filter: blur(3px);
}

.modal-overlay.modal-is-opening,
.modal-overlay.modal-is-closing,
.modal.modal-is-opening,
.modal.modal-is-closing {
  animation-fill-mode: forwards;
}

.modal-overlay.modal-is-opening {
  animation: modal-overlay-opening-keyframes 0.3s;
}

.modal-overlay.modal-is-closing {
  animation: modal-overlay-closing-keyframes 0.3s;
}

.modal.modal-is-opening {
  animation: modal-opening-keyframes 0.3s;
}

.modal.modal-is-closing {
  animation: modal-closing-keyframes 0.3s;
}

.modalClose {
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: bold;
  font-size: 3rem;
  cursor: pointer;
  transition: .2s linear;
  line-height: 1;
  color: #777;
}

/**********アニメーション**********/
@keyframes modal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes modal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes modal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/****************************************
フッタ
****************************************/
.ticketBtnSp {
  display: none;
}

#goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 5;

  & a {
    display: block;
    color: #6c6994;
    font-size: 1.8rem;
    background-color: #CBCAD9;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-weight: 600;
  }
}

.copyRight {
  background-color: #6c6994;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  footer {
    margin-top: 170px;
  }

  #goTop {
    bottom: 120px;
    right: 10px;

    & a {
      font-size: 1.6rem;
      line-height: 40px;
      width: 40px;
      height: 40px;
    }
  }

  .ticketBtnSp,
  .copyRight {
    position: fixed;
    width: 100%;
  }

  .ticketBtnSp {
    display: block;
    bottom: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 10px 5%;

    & img {
      border-radius: 5px;
    }
  }

  .copyRight {
    bottom: 0;
  }
}

body > footer {
  position: sticky;
  top: 100vh;
}
