@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gold: #f4b875;
  --font-jp: "Zen Maru Gothic", "Noto Sans JP", "Outfit", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-en: "Cormorant Garamond", "Noto Sans JP", "Outfit", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
}

img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-family: var(--font-jp);
  color: var(--color-white);
}

h2,
h3 {
  font-weight: 400;
}

.svg-symbol {
  display: none;
}

a {
  text-decoration: none;
}

.p-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s var(--ease-main);
}
.is-particle-active .p-bg {
  opacity: 1;
}

.p-bg__main canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-wrap {
  position: relative;
  overflow: hidden;
}

.p-kv {
  background: #ce394b url(../img/kv_bg_pc.jpg) no-repeat center top/100% auto;
}
@media screen and (max-width: 899px) {
  .p-kv {
    background: #ce394b url(../img/kv_bg_sp.jpg) no-repeat center top/100% auto;
  }
}

.p-kv__title {
  width: 517px;
  padding: 180px 0 220px;
  margin: 0 auto;
  transform: scale(1.1);
  opacity: 0;
  filter: blur(10px);
  transition: transform 2s var(--ease-main), opacity 0.8s var(--ease-main), filter 0.8s var(--ease-main);
  position: relative;
  z-index: 1;
}
.is-load .p-kv__title {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-kv__title {
    width: 86%;
    padding: 129px 0;
  }
}

.p-kv__image {
  width: 100%;
  height: 170px;
  position: relative;
  background: url(../img/img_slide.jpg) repeat-x left top/2700px 100%;
  animation: kvImage 30s linear infinite;
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
  z-index: 2;
}
.is-load .p-kv__image {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  @keyframes kvImage {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -2700px;
    }
  }
}
@media screen and (max-width: 899px) {
  .p-kv__image {
    height: 102px;
    background: url(../img/img_slide.jpg) repeat-x left top/1620px 100%;
    animation: kvImage 20s linear infinite;
  }
  @keyframes kvImage {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -810px;
    }
  }
}

.p-main__inner {
  padding: 58px 0 136px;
  background: url(../img/bg_pc.jpg) repeat-y center/100% auto;
}
@media screen and (max-width: 899px) {
  .p-main__inner {
    padding: 50px 0 98px;
    background: url(../img/bg_sp.jpg) repeat-y center top/100% auto;
  }
}

.p-contents__main {
  width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-contents__main {
    width: 90%;
  }
}
.p-contents__main-list-item {
  display: flex;
  align-items: flex-start;
  padding: 21px 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-contents__main-list-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-contents__main-list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-contents__main-list-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-contents__main-list-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-contents__main-list-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-contents__main-list-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-contents__main-list-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-contents__main-list-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-contents__main-list-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-contents__main-list-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-contents__main-list-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-contents__main-list-item {
    padding: 18px 4%;
  }
}
.p-contents__main-list-item .p-in-head {
  font-size: 1.8rem;
  width: 230px;
}
@media screen and (max-width: 899px) {
  .p-contents__main-list-item .p-in-head {
    width: 102px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-contents__main-list-item .p-in-head .u-small {
  font-size: 1.2rem;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-contents__main-list-item .p-in-head .u-small {
    display: block;
  }
}
.p-contents__main-list-item .p-in-detail {
  flex: 1;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 899px) {
  .p-contents__main-list-item .p-in-detail {
    width: 65%;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
.p-contents__main-list-item .p-in-detail a {
  display: block;
  color: var(--color-white);
  word-wrap: break-word;
  transition: opacity 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-contents__main-list-item .p-in-detail a:hover {
    opacity: 0.5;
  }
}
.p-contents__main-list-item .p-in-detail .u-caution {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  margin-top: 3px;
}

.p-contents__caution {
  width: 604px;
  margin: 29px auto 0;
}
@media screen and (max-width: 899px) {
  .p-contents__caution {
    width: 81%;
    margin: 34px auto 0;
  }
}
.p-contents__caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-contents__caution li:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-contents__caution li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-contents__caution li:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-contents__caution li:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-contents__caution li:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-contents__caution li:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-contents__caution li:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-contents__caution li:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-contents__caution li:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-contents__caution li:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-contents__caution li {
  opacity: 1;
  transform: translateY(0);
}
.p-contents__caution li a {
  color: var(--color-white);
  transition: opacity 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-contents__caution li a:hover {
    opacity: 0.5;
  }
}

.p-about {
  margin-bottom: 96px;
}
@media screen and (max-width: 899px) {
  .p-about {
    margin-bottom: 66px;
  }
}

.p-about__title {
  width: 700px;
  margin: 0 auto 38px;
  position: relative;
  z-index: 2;
}
.p-about__title img {
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1s var(--ease-main), opacity 1s var(--ease-main);
}
.p-scroll.is-active .p-about__title img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-about__title {
    width: 122%;
    margin-bottom: 6px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-ticket__title {
  width: 700px;
  margin: 0 auto -20px;
}
.p-ticket__title img {
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1s var(--ease-main), opacity 1s var(--ease-main);
}
.p-scroll.is-active .p-ticket__title img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-ticket__title {
    width: 122%;
    margin-bottom: 6px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-caution {
  padding: 40px 40px 68px;
  width: 800px;
  margin: 68px auto 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: transform 1s var(--ease-main), opacity 1s var(--ease-main);
  position: relative;
  z-index: 2;
}
.p-caution.p-scroll.is-active {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-caution {
    width: 90%;
    margin: 65px auto 0;
    padding: 27px 20px 49px;
  }
}

.p-caution__head {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 36px;
  color: var(--color-gold);
  transform: translateY(10px);
  opacity: 0;
  transition: transform 1s var(--ease-main) 0.1s, opacity 1s var(--ease-main) 0.1s;
}
@media screen and (max-width: 899px) {
  .p-caution__head {
    margin-bottom: 22px;
    font-size: 1.5rem;
  }
}
.p-scroll.is-active .p-caution__head {
  opacity: 1;
  transform: translateY(0);
}

.p-caution__contents {
  width: 92.7%;
  margin: 0 auto;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 1s var(--ease-main) 0.2s, opacity 1s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-caution__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-caution__contents {
    width: 100%;
  }
}
.p-caution__contents-block {
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-caution__contents-block-title {
  padding-left: 1em;
  text-indent: -1em;
}
.p-caution__contents-list {
  padding-left: 20px;
}
@media screen and (max-width: 899px) {
  .p-caution__contents-list {
    padding-left: 14px;
  }
}
.p-caution__contents-list-item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-caution__contents-list-item {
    line-height: 1.7;
  }
}
.p-caution__contents-contact {
  margin-top: 24px;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-caution__contents-contact {
    font-size: 1.1rem;
  }
}
.p-caution__contents-contact a {
  color: var(--color-white);
  transition: opacity 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-caution__contents-contact a:hover {
    opacity: 0.5;
  }
}

.p-footer {
  padding: 77px 0 89px;
  background: linear-gradient(to bottom, #ce394b, #970b1f);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-footer {
    padding: 68px 0 70px;
  }
}

.p-footer__share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__share-head {
  font-size: 1.2rem;
  margin-right: 50px;
}
@media screen and (max-width: 899px) {
  .p-footer__share-head {
    font-size: 1.2rem;
    margin-right: 36px;
  }
}
.p-footer__share-list {
  display: flex;
  align-items: center;
}
.p-footer__share-list-item {
  width: 27px;
  margin-right: 38px;
  transition: opacity 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-footer__share-list-item:hover {
    opacity: 0.5;
  }
}
.p-footer__share-list-item:last-of-type {
  margin-right: 0;
}

.p-footer__link {
  margin-top: 52px;
}
@media screen and (max-width: 899px) {
  .p-footer__link {
    margin-top: 46px;
  }
}
.p-footer__link-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-footer__link-list-item {
  position: relative;
  padding-right: 44px;
  font-size: 1.3rem;
  transition: opacity 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-footer__link-list-item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 899px) {
  .p-footer__link-list-item {
    padding-right: 37px;
    font-size: 1.1rem;
  }
}
.p-footer__link-list-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-footer__link-list-item::before {
    height: 12px;
  }
}
.p-footer__link-list-item:last-of-type {
  padding-right: 0;
}
.p-footer__link-list-item:last-of-type::before {
  display: none;
}
.p-footer__link-list-item a {
  color: var(--color-white);
  text-decoration: underline;
  transition: opacity 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-footer__link-list-item a:hover {
    opacity: 0.5;
  }
}

.p-footer__caution {
  text-align: center;
  line-height: 1.6;
  margin-top: 31px;
}

.p-footer__copy {
  text-align: center;
  margin-top: 27px;
}