@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 {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.15);
}
.is-load .l-bg {
  transform: scale(1);
  transition: transform 10s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-bg::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/photo-pc.jpg) no-repeat center top;
  background-size: cover;
  filter: blur(10px);
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .l-bg::before {
    background: url(../img/photo-bg-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

.l-wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-section {
    padding: 50px 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.l-section__inner {
  margin: 0 auto;
  width: 100%;
}
.l-section__content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(25px);
  opacity: 0;
}
.l-section__inner.is-active .l-section__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.l-section__ttl {
  margin: 0 auto;
  width: 87.5%;
  margin-bottom: 59px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section__inner.is-active .l-section__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .l-section__ttl {
    width: 91.5%;
  }
}
.l-section__ttl h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .l-section__ttl h2 {
    font-size: 40px;
  }
}

.l-content {
  position: relative;
}

.c-coming {
  margin: 0 auto;
  width: 90%;
  max-width: 560px;
  padding: 150px 0 134px;
}
@media screen and (max-width: 767px) {
  .c-coming {
    padding: 106px 0 105px;
    width: 77%;
  }
}

.c-btn {
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn {
    transition: background 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn:hover {
    background-color: #000;
  }
  .c-btn:hover .c-btn__text {
    color: #fff;
  }
}
.c-btn__inner {
  text-decoration: none;
  display: block;
  padding: 16px 10px 16px;
}
@media screen and (max-width: 767px) {
  .c-btn__inner {
    padding: 10px 10px 10px;
  }
}
.c-btn__text {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  transition: color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: min(17px, 4.5333333333vw);
  }
}

.l-footer {
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 950px) {
  .l-footer {
    max-width: 500px;
    padding-bottom: 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 93px;
  }
}
.l-footer__inner {
  padding: 0 6.3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 5%;
  }
}
.l-footer__pagetop {
  position: absolute;
  bottom: 0;
  right: 6.6%;
}
@media screen and (max-width: 950px) {
  .l-footer__pagetop {
    position: relative;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.l-footer__pagetop a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop a:hover .l-footer__pagetop-text::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-footer__pagetop-icon {
  width: 14px;
}
.l-footer__pagetop-text {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  padding-left: 6px;
  position: relative;
}
.l-footer__pagetop-text::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: right;
  transform: scaleX(0);
}
.l-footer__text {
  line-height: 1.75;
  font-weight: 500;
  font-size: 13px;
}
.l-footer__text a {
  text-decoration: none;
  color: #fff;
}
.l-footer__brand {
  width: min(163px, 12.5vw);
}
@media screen and (max-width: 950px) {
  .l-footer__brand {
    margin: 0 auto;
    width: 220px;
  }
}
.l-footer__copy {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: min(10px, 0.8333333333vw);
}
@media screen and (max-width: 950px) {
  .l-footer__copy {
    text-align: center;
    font-size: 10px;
    margin-top: 28px;
  }
}
.l-footer__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .l-footer__nav {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .l-footer__sns {
    margin-top: 32px;
  }
}
.l-footer__sns-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .l-footer__sns-list {
    justify-content: center;
  }
}
.l-footer__sns-list-item {
  width: min(30px, 2.0833333333vw);
}
@media screen and (max-width: 950px) {
  .l-footer__sns-list-item {
    width: 30px;
  }
}
.l-footer__sns-list-item + .l-footer__sns-list-item {
  margin-left: min(34px, 2.0833333333vw);
}
@media screen and (max-width: 950px) {
  .l-footer__sns-list-item + .l-footer__sns-list-item {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list-item img {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list-item:nth-child(2) img {
    width: 27px;
  }
}
.l-footer__sns-list-item a {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-list-item a:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.l-footer__sns-list-item a::before {
  content: "";
  width: min(35px, 2.5vw);
  height: min(35px, 2.5vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  border: 1px solid #fff;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__official {
  margin-left: min(34px, 2.5vw);
  height: 100%;
}
@media screen and (max-width: 950px) {
  .l-footer__official {
    margin: 32px 0 0;
  }
}
.l-footer__official-list {
  display: flex;
  font-size: min(13px, 1vw);
}
@media screen and (max-width: 950px) {
  .l-footer__official-list {
    justify-content: center;
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
.l-footer__official-list-item + .l-footer__official-list-item {
  margin-left: min(15px, 0.8333333333vw);
}
@media screen and (max-width: 950px) {
  .l-footer__official-list-item + .l-footer__official-list-item {
    justify-content: center;
    margin-top: 12px;
  }
}
.l-footer__official-list-item a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__official-list-item a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-footer__official-list-item a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: right;
  transform: scaleX(0);
}
.l-footer__content {
  display: flex;
  align-items: center;
  padding: 0 6.3%;
  margin-top: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .l-footer__content {
    display: block;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

@keyframes line_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-hero {
    height: 100vh;
    min-height: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hero::before {
    content: "";
    width: 100%;
    padding-top: 120vh;
    background: #000000;
    background: linear-gradient(180deg, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__kv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .p-hero__kv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/photo-pc.jpg) no-repeat center center;
    background-size: cover;
    transform: scale(1.2);
  }
  .is-load .p-hero__kv::before {
    transform: scale(1);
    transition: transform 1.3s cubic-bezier(0.76, 0, 0.24, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__kv {
    position: relative;
  }
}
.p-hero__kv-item {
  overflow: hidden;
}
.p-hero__kv-item img {
  transform: scale(1.2);
}
.is-load .p-hero__kv-item img {
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (min-width: 768px) {
  .p-hero__ttl {
    position: absolute;
    bottom: 4.3%;
    left: 50%;
    width: 83%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__ttl {
    position: relative;
    width: 84%;
    margin: 0 auto;
    margin-top: -12%;
  }
}
.p-hero__ttl img {
  transform: translateY(25%);
  opacity: 0;
}
.is-load .p-hero__ttl img {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.65s;
}
.p-hero__logo {
  position: absolute;
  top: 4%;
  left: 6.3%;
  width: 13.5%;
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    left: 5.5%;
    width: 34.5%;
  }
}

.p-info {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-info {
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 48px 0 74px;
  }
}
.p-info__ttl {
  flex-shrink: 0;
  width: min(292px, 29.1666666667vw);
  margin-right: min(147px, 8.3333333333vw);
  transform: translateY(25px);
  opacity: 0;
}
.p-info__inner.is-active .p-info__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-info__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    display: block;
  }
}
.p-info__lead {
  font-size: min(30px, 2.5vw);
  line-height: 1.9;
  transform: translateY(25px);
  opacity: 0;
}
.p-info__inner.is-active .p-info__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-info__lead {
    font-size: 17px;
    line-height: 2.1;
    letter-spacing: 1px;
    text-align: center;
  }
}
.p-info__lead-text + .p-info__lead-text {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-info__lead-text + .p-info__lead-text {
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-guest {
    margin-bottom: 120px;
  }
}
.p-guest__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-guest__list {
    display: block;
  }
}
.p-guest__list-item {
  overflow: hidden;
  position: relative;
  width: 33.33%;
}
@media screen and (min-width: 768px) {
  .p-guest__list-item {
    padding-top: 27.7%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .p-guest__list-item:nth-child(3n) {
    border-right: none;
  }
  .p-guest__list-item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .p-guest__list-item {
    width: 100%;
  }
  .p-guest__list-item + .p-guest__list-item::before {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.p-guest__list-item.-no::before {
  content: "";
  width: 150%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-40deg);
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-guest__list-item.-no {
    display: none;
  }
}
.p-guest__list-inner {
  padding: 0 8.5% 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-guest__list-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-guest__list-inner {
    padding: 13% 5% 7.5%;
  }
}
.p-guest__list-thumb {
  width: 100%;
  position: relative;
}
.p-guest__list-thumb a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 63%;
}
.p-guest__list-thumb a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-guest__list-thumb a:hover::after {
    opacity: 1;
  }
  .p-guest__list-thumb a:hover img {
    transform: scale(1.05);
    filter: blur(3px);
  }
}
.p-guest__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-guest__list-content {
  line-height: 1.6;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .p-guest__list-content {
    margin-top: 15px;
  }
}
.p-guest__list-schedule {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: min(13px, 1.0833333333vw);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-guest__list-schedule {
    font-size: min(11px, 2.9333333333vw);
  }
}
.p-guest__list-name {
  font-size: min(20px, 1.6666666667vw);
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-guest__list-name {
    font-size: min(17px, 4.5333333333vw);
  }
}

@media screen and (max-width: 767px) {
  .p-schedule {
    margin-bottom: 62px;
  }
}
.p-schedule__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-schedule__list {
    display: block;
  }
}
.p-schedule__list-item {
  position: relative;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3% 6.2%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-item::before {
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .p-schedule__list-item:nth-child(2n+1)::before {
    left: 0;
  }
  .p-schedule__list-item:nth-child(2n) {
    border-right: 0;
  }
  .p-schedule__list-item:nth-child(2n)::before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__list-item {
    width: 100%;
    padding: 10% 0 6.5%;
    margin: 0 auto;
    width: 90%;
    border-right: none;
  }
  .p-schedule__list-item + .p-schedule__list-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__list-item.-no {
    display: none;
  }
}
.p-schedule__list-item.-no::before {
  content: "";
  width: 150%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  background-color: rgba(255, 255, 255, 0.2);
}
.p-schedule__list-date {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: min(35px, 2.9166666667vw);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-date {
    font-size: min(25px, 6.6666666667vw);
  }
}
.p-schedule__list-date .is-small {
  font-size: min(25px, 2.0833333333vw);
  vertical-align: baseline;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-date .is-small {
    font-size: min(19px, 5.0666666667vw);
    padding-left: 14px;
  }
}
.p-schedule__list-area {
  font-size: min(24px, 2vw);
  margin-top: min(17px, 1.4166666667vw);
}
@media screen and (max-width: 767px) {
  .p-schedule__list-area {
    letter-spacing: 1px;
    font-size: min(19px, 5.0666666667vw);
    margin-top: 16px;
  }
}
.p-schedule__list-time {
  margin-top: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: min(17px, 1.4166666667vw);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-time {
    font-size: min(17px, 4.5333333333vw);
    margin-top: 12px;
  }
}
.p-schedule__list-guest {
  margin-top: min(17px, 1.4166666667vw);
  font-weight: 500;
  font-size: min(17px, 1.4166666667vw);
}
@media screen and (max-width: 767px) {
  .p-schedule__list-guest {
    font-size: min(17px, 4.5333333333vw);
    margin-top: 12px;
  }
}
.p-schedule__list-contact {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-contact {
    font-size: min(15px, 4vw);
    margin-top: 12px;
    line-height: 1.35;
  }
}
.p-schedule__list-contact a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-contact a:hover {
    text-decoration: none;
  }
}
.p-schedule__line {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-schedule__line {
    margin-top: 61px;
  }
}
.p-schedule__line-list {
  display: flex;
  white-space: nowrap;
}
.is-load .p-schedule__line-list {
  animation: line_loop 30s linear infinite;
}
.p-schedule__line-list-item {
  width: 1000px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-schedule__line-list-item {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .p-ticket {
    margin-bottom: 119px;
  }
}
.p-ticket__list {
  padding-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .p-ticket__list {
    padding-bottom: 7.5%;
  }
}
.p-ticket__list-item {
  padding: 3% 0 1.4%;
  margin: 0 auto;
  width: 87.5%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-ticket__list-item {
    padding: 9% 0 1.4%;
    width: 89.5%;
  }
}
.p-ticket__list-item + .p-ticket__list-item {
  padding-top: 3.5%;
  padding-bottom: 2%;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-ticket__list-item + .p-ticket__list-item {
    margin-top: 27px;
    padding-top: 7.5%;
    padding-bottom: 0.5%;
  }
}
.p-ticket__list-inner {
  position: relative;
}
.p-ticket__list-text {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-ticket__list-text {
    font-size: 16px;
  }
}
.p-ticket__list-text + .p-ticket__list-text {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-ticket__list-text + .p-ticket__list-text {
    margin-top: 3px;
  }
}
.p-ticket__list-note {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-ticket__list-note {
    margin-top: 3px;
  }
}
.p-ticket__list-note-item {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-ticket__list-note-item {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.p-ticket__list-ttl {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-ticket__list-ttl {
    font-size: min(20px, 5.3333333333vw);
  }
}
.p-ticket__list-info {
  margin-top: 28px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-ticket__list-info {
    margin-top: 17px;
    font-size: min(14px, 3.7333333333vw);
  }
}
.p-ticket__list-btn {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-ticket__list-btn {
    font-size: min(200px, 53.3333333333vw);
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-ticket__list-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.p-goods__content {
  padding: 3.8% 6.5%;
}
@media screen and (max-width: 767px) {
  .p-goods__content {
    padding: 14.5% 5.5% 10%;
  }
}
.p-goods__lead {
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-goods__lead {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 59px;
  }
}
.p-goods__lead-text + .p-goods__lead-text {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-goods__lead-text + .p-goods__lead-text {
    margin-top: 27px;
  }
}
.p-goods__thumb {
  width: 100%;
  max-width: 800px;
}
.p-goods__info {
  margin-top: 41px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px 0 38px;
}
@media screen and (max-width: 767px) {
  .p-goods__info {
    padding: 36px 0 0;
    margin-top: 55px;
  }
}
.p-goods__info-item {
  position: relative;
  line-height: 1.7;
}
.p-goods__info-item + .p-goods__info-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 32px;
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .p-goods__info-item + .p-goods__info-item {
    padding-top: 26px;
    margin-top: 28px;
  }
}
.p-goods__info-ttl {
  font-size: 25px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-goods__info-ttl {
    font-size: 20px;
    margin-bottom: 19px;
  }
}
.p-goods__info-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 165px;
}
@media screen and (max-width: 767px) {
  .p-goods__info-link {
    margin-top: 30px;
    position: relative;
  }
}
.p-goods__info-lead {
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-goods__info-lead {
    line-height: 2;
    font-size: 13px;
  }
}