@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --gray: #c8c8c8;
  --white: #f5f5f5;
  --black: #000;
  --grayblack: #19100B;
  --gold:#9B8875;
  --red:#A0272E;
  --darkred:#6B0000;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-padding-top: 20px;
}

body {
  background-color: var(--white);
  color: var(--black);
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 0;
  flex: 1;
  overflow: hidden;
}

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

p {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: none;
  opacity: 1;
}

figure {
  display: flex;
}

picture {
  display: flex;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-wrapper {
  position: relative;
  margin-inline: auto;
  padding-inline: 4vw;
  max-width: 1300px;
  width: 100%;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .l-wrapper.l-wrapper-sp_none {
    padding-inline: 0;
  }
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.l-header__hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1101;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.l-header__hamburger .l-header__diamond {
  width: 64px;
  height: 64px;
  background-color: #1a1a1a;
  transform: rotate(45deg);
  position: relative;
  border: 1px solid #bca98f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__hamburger .l-header__lines {
  transform: rotate(-45deg);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 20px;
  height: 20px;
}
.l-header__hamburger .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bca98f;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.l-header__hamburger .bar--top {
  top: 0;
}
.l-header__hamburger .bar--middle {
  top: 9px;
}
.l-header__hamburger .bar--bottom {
  bottom: 0;
}
.l-header__hamburger.is-open .bar--top {
  transform: rotate(45deg);
  top: 9px;
}
.l-header__hamburger.is-open .bar--middle {
  opacity: 0;
}
.l-header__hamburger.is-open .bar--bottom {
  transform: rotate(-45deg);
  bottom: 9px;
}
.l-header__hamburger .l-header__decoration {
  position: absolute;
  width: 32px;
  height: 32px;
  pointer-events: none;
  fill: #bca98f;
}
.l-header__hamburger .l-header__decoration--left {
  top: 35px;
  left: -4px;
  transform: rotate(135deg);
}
.l-header__hamburger .l-header__decoration--right {
  top: -5px;
  right: -4px;
  transform: rotate(-45deg);
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100vh;
  background: var(--black);
  color: var(--white);
  padding: 120px 20px;
  box-sizing: border-box;
  border-left: max(1px, 0.0520833333vw) solid var(--red);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1100;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    width: 100%;
    border-left: none;
  }
}
.l-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__nav-item {
  margin-bottom: 20px;
}
.l-header__nav-item a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.03em;
  transition: text-shadow 0.35s ease, color 0.35s ease, opacity 0.35s ease;
  text-shadow: 0px 0px 5px rgb(255, 0, 64), 0px 0px 25px rgb(255, 58, 134);
}
.l-header__nav-item a:hover {
  text-shadow: 0px 0px 16px rgb(255, 0, 64), 0px 0px 25px rgb(255, 58, 134);
  color: var(--red);
  opacity: 1;
}
.l-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.l-header__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.l-header__diamond-inner {
  border: 1px solid #bca98f;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer {
  background: var(--black);
  text-align: center;
  border-top: solid 1px var(--red);
}

.l-footer__bk {
  color: var(--white);
  padding: 64px 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-footer__bk {
    font-size: 3.2vw;
    padding: 17.0666666667vw 0;
  }
}

.l-footer__wrap {
  max-width: max(1192px, 62.0833333333vw);
  padding-inline: max(16px, 0.8333333333vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1032px) {
  .l-footer__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    gap: 17.0666666667vw;
  }
}

.l-footer__logo img {
  display: block;
  max-width: max(377px, 19.6354166667vw);
  height: auto;
}

.l-footer__link--wrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.l-footer__link--items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.l-footer__link--row {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__link--row {
    justify-content: center;
  }
}

@media screen and (max-width: 1032px) {
  .l-footer__link--column {
    flex-direction: column;
  }
}

.l-footer__link--item {
  list-style: none;
}

.l-footer__link--item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}

.l-footer__link--item a:hover {
  opacity: 0.7;
}

.l-footer__link--img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.l-footer__divider {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 8px;
}
@media screen and (max-width: 1032px) {
  .l-footer__divider.l-footer__none {
    display: none;
  }
}

.l-footer__copy {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 64px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .l-footer__logo-image img {
    max-width: 78.9333333333vw;
  }
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-sentence__paragraph {
  display: block;
}

.c-heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.c-corner-decoration {
  position: absolute;
  width: max(46px, 2.3958333333vw);
  height: max(46px, 2.3958333333vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 50;
}
.c-corner-decoration--top-left {
  top: -11px;
  left: -11px;
  transform: rotate(-135deg);
  background-image: url("../img/decoration-left.svg");
}
@media screen and (max-width: 768px) {
  .c-corner-decoration--top-left {
    top: -2.9333333333vw;
    left: -2.9333333333vw;
  }
}
.c-corner-decoration--top-right {
  top: -11px;
  right: -11px;
  transform: rotate(-45deg);
  background-image: url("../img/decoration-right.svg");
}
@media screen and (max-width: 768px) {
  .c-corner-decoration--top-right {
    top: -2.9333333333vw;
    right: -2.9333333333vw;
  }
}
.c-corner-decoration--bottom-left {
  bottom: -11px;
  left: -11px;
  transform: rotate(135deg);
  background-image: url("../img/decoration-left.svg");
}
@media screen and (max-width: 768px) {
  .c-corner-decoration--bottom-left {
    bottom: -2.9333333333vw;
    left: -2.9333333333vw;
  }
}
.c-corner-decoration--bottom-right {
  bottom: -11px;
  right: -11px;
  transform: rotate(45deg);
  background-image: url("../img/decoration-right.svg");
}
@media screen and (max-width: 768px) {
  .c-corner-decoration--bottom-right {
    bottom: -2.9333333333vw;
    right: -2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-corner-decoration {
    width: max(46px, 12.2666666667vw);
    height: max(46px, 12.2666666667vw);
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: max(12px, 0.625vw) max(24px, 1.25vw);
  background: #6B0000;
  background: linear-gradient(90deg, rgb(107, 0, 0) 0%, rgb(74, 0, 0) 100%);
  border: 1px solid var(--gold);
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--white);
  max-width: max(243px, 12.65625vw);
  transition: box-shadow 0.35s ease;
  gap: max(24px, 1.25vw);
}
.c-btn ::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 3px;
  border: 1px solid var(--gold);
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 4.2666666667vw;
    max-width: 64.8vw;
    padding: 3.4666666667vw 6.4vw;
    gap: 6.4vw;
  }
}

.c-btn:hover {
  background-color: #5a1a1a;
  box-shadow: 0px 0px 25px rgba(255, 58, 134, 0.7);
}

@media screen and (max-width: 768px) {
  .c-btn-deco-left,
  .c-btn-deco-right {
    margin: 0;
  }
  .c-btn-deco-left img,
  .c-btn-deco-right img {
    width: 3.4666666667vw;
  }
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* Project (prefix: p-)
  ------------------------------------------------*/
/* -------------------
   Loading文字
------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 9999;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.09em;
}

/* 文字だけグリッチ */
@keyframes textGlitch {
  0% {
    text-shadow: 2px 0 red, -2px 0 cyan;
  }
  20% {
    text-shadow: -1px 0 red, 1px 0 cyan;
  }
  40% {
    text-shadow: 1px 0 red, -1px 0 cyan;
  }
  60% {
    text-shadow: -2px 0 red, 2px 0 cyan;
  }
  80% {
    text-shadow: 1px 0 red, -1px 0 cyan;
  }
  100% {
    text-shadow: 2px 0 red, -2px 0 cyan;
  }
}
#loading.glitch {
  animation: textGlitch 0.4s linear infinite;
}

/* -------------------
   コンテンツ初期状態
------------------- */
#content {
  opacity: 0;
  transition: opacity 0.8s ease; /* フェードイン用 */
}

.p-top-mv {
  position: relative;
  overflow: hidden;
  min-height: min(1078px, 56.1458333333vw);
  text-align: center;
  border-bottom: solid 1px #6B0000;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    width: 100%;
    height: auto;
  }
}

.p-top-mv__image {
  position: relative;
  z-index: 2;
}
.p-top-mv__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top-mv__particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c0909;
  z-index: 1;
}

.p-top-mv__logo {
  position: absolute;
  z-index: 3;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-mv__logo {
    top: 14%;
  }
}

.p-top-mv__title {
  max-width: max(771px, 40.15625vw);
  min-width: 600px;
  transform: translateX(-4.5%);
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    transform: translateX(0);
    min-width: auto;
    max-width: auto;
  }
  .p-top-mv__title picture {
    width: 80vw;
  }
}

.p-top-mv__collaboration {
  max-width: max(366px, 19.0625vw);
  min-width: 195px;
  margin: 0 auto;
  margin-top: 0.9895833333vw;
}
@media screen and (max-width: 768px) {
  .p-top-mv__collaboration {
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    z-index: 10;
    max-width: 100%;
    width: 82.4vw;
  }
  .p-top-mv__collaboration picture {
    width: 82.4vw;
  }
}

/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c0909;
}

.p-information {
  position: relative;
  z-index: 0;
}
.p-information::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/spider-lily.png");
  background-size: contain;
  width: 405px;
  height: 267px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-information::before {
    width: 72vw;
    height: 46.9333333333vw;
  }
}

.p-information__wrapper {
  padding-top: max(100px, 5.2083333333vw);
  padding-bottom: max(160px, 8.3333333333vw);
  padding-inline: 4.2666666667vw;
}
@media screen and (max-width: 768px) {
  .p-information__wrapper {
    padding-top: 26.6666666667vw;
    padding-bottom: 42.6666666667vw;
  }
}

.p-information__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-shadow: 0px 0px 5px rgb(255, 0, 64), 0px 0px 25px rgb(255, 58, 134);
}
@media screen and (max-width: 768px) {
  .p-information__title {
    font-size: 8.5333333333vw;
  }
}

.p-information__description {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-information__description {
    font-size: 3.7333333333vw;
    gap: 8.5333333333vw;
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.p-information__description p {
  letter-spacing: 0.02em;
}

.p-information__image {
  max-width: max(1000px, 52.0833333333vw);
  margin: 0 auto;
  padding-bottom: 160px;
}

.p-information__image-frame {
  border: max(1px, 0.0520833333vw) solid var(--gold);
  padding: max(24px, 1.25vw);
  background: #A0272E;
  background: linear-gradient(0deg, rgba(160, 39, 46, 0.5) 0%, rgba(25, 16, 11, 0.3) 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-information__image-frame {
    padding: 1.0666666667vw;
  }
}

.p-information__image-inner {
  border: max(1px, 0.0520833333vw) solid var(--gold);
}

.p-schedule {
  max-width: max(980px, 51.0416666667vw);
  margin: 0 auto;
}

.p-schedule__wrapper {
  border: max(2px, 0.1041666667vw) solid var(--gold);
  padding: max(4px, 0.2083333333vw);
  background-color: rgba(25, 16, 11, 0.6);
}

.p-schedule__inner {
  position: relative;
  border: max(1px, 0.0520833333vw) solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: max(48px, 2.5vw);
  padding-bottom: max(48px, 2.5vw);
}
@media screen and (max-width: 768px) {
  .p-schedule__inner {
    padding-top: 8.5333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}

.p-schedule__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-schedule__title {
    font-size: 5.3333333333vw;
  }
}

.p-schedule__decoration {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  padding-right: max(24px, 1.25vw);
  padding-left: max(24px, 1.25vw);
  padding-top: max(40px, 2.0833333333vw);
  padding-bottom: max(40px, 2.0833333333vw);
}
@media screen and (max-width: 768px) {
  .p-schedule__decoration {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}

.p-schedule__lily {
  max-width: 16px;
}
@media screen and (max-width: 768px) {
  .p-schedule__lily {
    max-width: 4.2666666667vw;
  }
}

.p-schedule__line {
  flex-grow: 1;
  height: max(1px, 0.0520833333vw);
  background-color: var(--gold);
}

.p-schedule__date {
  font-family: "Bodoni Moda", serif;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: max(40px, 2.0833333333vw);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-schedule__date {
    font-size: 4.8vw;
    padding-bottom: 8.5333333333vw;
  }
}
.p-schedule__date span {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-schedule__date span {
    font-size: 7.2vw;
    line-height: 1;
  }
}

.p-schedule__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: max(40px, 2.0833333333vw);
}
@media screen and (max-width: 768px) {
  .p-schedule__text {
    font-size: 3.7333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}

.p-schedule__notes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .p-schedule__notes {
    font-size: 3.2vw;
  }
}

.p-item {
  position: relative;
  z-index: 0;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}

.p-item__wrapper {
  padding-top: max(100px, 5.2083333333vw);
  padding-bottom: max(112px, 5.8333333333vw);
  max-width: max(1198px, 62.3958333333vw);
  padding-inline: max(16px, 0.8333333333vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-item__wrapper {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
    padding-inline: 0;
  }
}
.p-item__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6B0000;
}
.p-item__wrapper::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6B0000;
}

.p-item__line-bottom {
  position: relative;
}
.p-item__line-bottom::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6B0000;
}
.p-item__line-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6B0000;
}

.p-item__title {
  max-width: max(542px, 28.2291666667vw);
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-item__title {
    max-width: 62.6666666667vw;
  }
}

.p-item__image {
  max-width: max(863px, 44.9479166667vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-item__image {
    padding-inline: 4.2666666667vw;
  }
}

.p-item__image-frame {
  border: max(1px, 0.0520833333vw) solid var(--gold);
  padding: max(24px, 1.25vw);
  background: #A0272E;
  background: linear-gradient(0deg, rgba(160, 39, 46, 0.5) 0%, rgba(25, 16, 11, 0.3) 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-item__image-frame {
    padding: 6.4vw;
  }
}

.p-item__description {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 132px;
}
@media screen and (max-width: 768px) {
  .p-item__description {
    font-size: 3.7333333333vw;
    gap: 8.5333333333vw;
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.p-item__description p {
  letter-spacing: 0.02em;
}

.p-item__Subtitle {
  max-width: max(342px, 17.8125vw);
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-item__Subtitle {
    max-width: 68.8vw;
    padding-bottom: 21.3333333333vw;
  }
}

.p-item__point {
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}
.p-item__point-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-item__point {
    display: block;
  }
}

.p-item__point-image,
.p-item__point-description {
  flex: 1 1 50%;
  max-width: 610px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-item__point-image,
  .p-item__point-description {
    max-width: 100%;
    flex: 1;
  }
}

.p-item__point-image.glitch-img {
  overflow: visible !important;
}

.p-item__point-number {
  position: absolute;
  font-family: "Bodoni Moda", serif;
  font-size: 3.75rem;
  color: var(--red);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
  text-shadow: 0px 0px 25px rgb(255, 58, 134);
  z-index: 10;
}
.p-item__point-number-left {
  top: -32px;
  left: 82px;
}
@media screen and (max-width: 768px) {
  .p-item__point-number-left {
    top: -12%;
    left: 16vw;
  }
}
.p-item__point-number-right {
  top: -32px;
  right: 82px;
}
@media screen and (max-width: 768px) {
  .p-item__point-number-right {
    top: -12%;
    right: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-item__point-number {
    font-size: 10.6666666667vw;
  }
}

.p-item__point-description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-item__point-description p {
  max-width: 400px;
  width: 100%;
  word-break: break-word;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 2;
  color: var(--white);
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .p-item__point-description p {
    font-size: 3.7333333333vw;
    gap: 8.5333333333vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 17.0666666667vw;
    letter-spacing: 0.02em;
    max-width: 90%;
  }
}

.p-item__details {
  display: flex;
  max-width: max(1198px, 62.3958333333vw);
  padding-inline: max(16px, 0.8333333333vw);
  margin: 0 auto;
  padding-block: max(160px, 8.3333333333vw);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-item__details {
    flex-direction: column;
    padding-block: 0;
  }
}

.p-item__details-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-item__details-image {
    padding-block: 6.4vw;
  }
}
.p-item__details-image picture {
  position: relative;
  padding: 4px;
  width: 100%;
  border: 1px solid var(--gold);
}
.p-item__details-image picture img {
  border: 1px solid var(--gold);
}

.p-item__details-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: max(24px, 1.25vw);
  max-width: 571px;
  padding: max(32px, 1.6666666667vw);
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  color: var(--white);
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .p-item__details-info {
    padding: 0 4.2666666667vw 8.5333333333vw;
    gap: 8.5333333333vw;
    max-width: 100%;
  }
}
.p-item__details-info h4 {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-item__details-info h4 {
    text-align: center;
    font-size: 5.3333333333vw;
  }
}

.p-item__details-price-wrapper {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(24px, 1.25vw);
  border-top: max(1px, 0.0520833333vw) solid var(--gold);
  border-bottom: max(1px, 0.0520833333vw) solid var(--gold);
  padding-top: max(24px, 1.25vw);
  padding-bottom: max(24px, 1.25vw);
}
@media screen and (max-width: 768px) {
  .p-item__details-price-wrapper {
    gap: 6.4vw;
  }
}

.p-item__details-label {
  position: relative;
  display: inline-block;
  position: relative;
  border: 2px solid var(--gold);
  display: block;
  padding: max(5px, 0.2604166667vw) min(24px, 1.25vw);
  text-align: center;
  text-decoration: none;
}
.p-item__details-label span {
  display: block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  .p-item__details-label span {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-item__details-label {
    padding: 1.0666666667vw;
  }
}
.p-item__details-label ::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 2px;
  border: 1px solid var(--gold);
}

.p-item__details-price {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-item__details-price {
    font-size: 5.3333333333vw;
  }
}
.p-item__details-price span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item__details-price span {
    font-size: 4.2666666667vw;
  }
}

.p-item__details-description {
  font-size: 1rem;
  padding-bottom: max(24px, 1.25vw);
  border-bottom: max(1px, 0.0520833333vw) solid var(--gold);
}
@media screen and (max-width: 768px) {
  .p-item__details-description {
    font-size: 3.2vw;
    padding-bottom: 6.4vw;
  }
}

.p-item__details-btnBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: max(32px, 1.6666666667vw);
  padding-bottom: max(32px, 1.6666666667vw);
}

.p-charm {
  padding-bottom: max(160px, 8.3333333333vw);
}
@media screen and (max-width: 768px) {
  .p-charm {
    padding-bottom: 26.6666666667vw;
  }
}

.p-charm__wrapper {
  padding-top: max(100px, 5.2083333333vw);
  padding-bottom: max(42px, 2.1875vw);
  padding-inline: 4.2666666667vw;
}
@media screen and (max-width: 768px) {
  .p-charm__wrapper {
    padding-top: 26.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.p-charm__title {
  max-width: max(472px, 24.5833333333vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-charm__title {
    max-width: 77.6vw;
  }
}

.p-charm__container {
  max-width: max(1230px, 64.0625vw);
  margin: 120px auto 0;
  padding-inline: max(32px, 1.6666666667vw);
}
@media screen and (max-width: 768px) {
  .p-charm__container {
    padding-inline: 4.2666666667vw;
    margin-top: 66.6666666667vw;
  }
}

.p-charm__slider {
  position: relative;
}

.p-charm__slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-charm__frame {
  border: max(1px, 0.0520833333vw) solid var(--gold);
  padding: max(24px, 1.25vw);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-charm__frame {
    padding: 2.1333333333vw;
  }
}

.p-charm__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
  border: max(1px, 0.0520833333vw) solid var(--gold);
}
@media screen and (max-width: 1032px) {
  .p-charm__inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 17.0666666667vw;
  }
}

.p-charm__image {
  max-width: max(480px, 25vw);
}
@media screen and (max-width: 1032px) {
  .p-charm__image {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-charm__image {
    max-width: 100%;
    flex: 1;
  }
}

.p-charm__info {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 40px;
  padding-right: 24px;
  max-width: max(590px, 30.7291666667vw);
}
@media screen and (max-width: 1032px) {
  .p-charm__info {
    max-width: 90%;
    padding-right: 0;
    padding-block: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-charm__info {
    font-size: 3.7333333333vw;
    gap: 8.5333333333vw;
    width: 100%;
    padding-top: 5.3333333333vw;
  }
}
.p-charm__info h3 {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-charm__info h3 {
    font-size: 6.4vw;
    gap: 8.5333333333vw;
  }
}
.p-charm__info h3 span {
  font-family: "Bodoni Moda", serif;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-charm__info h3 span {
    font-size: 3.2vw;
  }
}
.p-charm__info p {
  letter-spacing: 0.02em;
  text-align: left;
  height: 128px;
  line-height: 2;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .p-charm__info p {
    height: auto;
  }
}

.p-charm__yves {
  background: #032E40;
  background: linear-gradient(0deg, rgba(3, 46, 64, 0.5) 0%, rgba(25, 16, 11, 0.8) 100%);
}

.p-charm__lucas {
  background: #122E22;
  background: linear-gradient(0deg, rgba(18, 46, 34, 0.5) 0%, rgba(25, 16, 11, 0.8) 100%);
}

.p-charm__mathis {
  background: #DDD7D4;
  background: linear-gradient(0deg, rgba(221, 215, 212, 0.5) 0%, rgba(25, 16, 11, 0.8) 100%);
}

.p-charm__scien {
  background: #461835;
  background: linear-gradient(0deg, rgba(70, 24, 53, 0.5) 0%, rgba(25, 16, 11, 0.8) 100%);
}

.p-charm__adolphe {
  background: #561818;
  background: linear-gradient(0deg, rgba(86, 24, 24, 0.5) 0%, rgba(25, 16, 11, 0.8) 100%);
}

.p-charm__ankou {
  background: #242424;
  background: linear-gradient(0deg, rgb(36, 36, 36) 0%, rgba(78, 54, 51, 0.8) 100%);
}

.p-charm__decoration {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-charm__decoration {
    padding-top: 6.4vw;
    padding-bottom: 0;
  }
}
.p-charm__decoration img {
  display: inline;
}
.p-charm__decoration.u-pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-charm__decoration.u-pc {
    display: none;
  }
}

.p-charm__lily {
  max-width: 16px;
}
@media screen and (max-width: 768px) {
  .p-charm__lily {
    max-width: 4.2666666667vw;
  }
}

.p-charm__line {
  flex-grow: 1;
  height: max(1px, 0.0520833333vw);
  background-color: var(--gold);
}

.p-charm__Subimage-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-charm__Subimage-wrapper {
    flex-direction: column;
  }
}
.p-charm__Subimage-wrapper img {
  max-width: max(300px, 15.625vw);
}
@media screen and (max-width: 768px) {
  .p-charm__Subimage-wrapper img {
    max-width: 100%;
  }
}

.p-charm__point {
  display: flex;
  align-items: center;
}
.p-charm__point img {
  max-width: max(16px, 0.8333333333vw);
}
@media screen and (max-width: 768px) {
  .p-charm__point img {
    max-width: 4.2666666667vw;
  }
}
.p-charm__point h4 {
  font-family: "Bodoni Moda", serif;
  font-weight: 200;
  letter-spacing: 0.09em;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-charm__point h4 {
    font-size: 5.3333333333vw;
  }
}

.p-charm__dots {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.p-charm__dots .slick-dots {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: min(24px, 1.25vw);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-charm__dots .slick-dots {
    width: 100%;
    left: 0;
    transform: none;
    padding: 0 10px;
  }
}

.slick-dots li button:before {
  content: none !important;
}

.p-charm__dots li,
.slick-dots li {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.p-charm__dots li button {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.p-charm__dots li.slick-active button {
  opacity: 1;
}

.p-charm__dots li {
  list-style: none;
  width: 113px;
  height: 113px;
  flex: 0 0 auto;
}

.p-charm__dots li button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.p-charm__dots li.slick-active button {
  opacity: 1;
}

.p-charm__dots img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
  display: block;
}

/* 矢印ボタン共通 */
.p-charm__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-charm__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.p-charm__arrow:hover {
  opacity: 1;
}

/* 左矢印 */
.p-charm__arrow--prev {
  left: -25px;
}

/* 右矢印 */
.p-charm__arrow--next {
  right: -25px;
}

/* 矢印内の画像サイズ調整 */
.p-charm__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-charm__dots {
    width: 100%;
    left: 0;
    transform: none;
    padding: 0 10px;
  }
  .p-charm__dots .slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .p-charm__dots li {
    width: calc((100% - 16px) / 3);
    margin: 0;
    height: 27.2vw;
  }
  .p-charm__dots li button {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
  }
  .p-charm__dots li.slick-active button {
    opacity: 1;
  }
  .p-charm__dots li img {
    width: 27.2vw;
    height: 27.2vw;
    display: block;
    transition: opacity 0.3s;
  }
}
.p-exhibit {
  position: relative;
  z-index: 0;
  background: #19100B;
  background: linear-gradient(0deg, rgba(25, 16, 11, 0) 0%, rgba(25, 16, 11, 0.8) 100%);
}

.p-exhibit__wrapper {
  padding-top: max(100px, 5.2083333333vw);
  padding-bottom: max(80px, 4.1666666667vw);
  padding-inline: 4.2666666667vw;
}
@media screen and (max-width: 768px) {
  .p-exhibit__wrapper {
    padding-top: 26.6666666667vw;
    padding-bottom: 0;
  }
}
.p-exhibit__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6B0000;
}
.p-exhibit__wrapper::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6B0000;
}

.p-exhibit__title {
  max-width: max(472px, 24.5833333333vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-exhibit__title {
    max-width: 62.6666666667vw;
  }
}

.p-exhibit__description {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 80px;
  padding-inline: 4.2666666667vw;
}
@media screen and (max-width: 768px) {
  .p-exhibit__description {
    font-size: 3.7333333333vw;
    gap: 8.5333333333vw;
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.p-exhibit__description p {
  letter-spacing: 0.02em;
}

.p-exhibit__schedule {
  max-width: max(602px, 31.3541666667vw);
  margin: 0 auto;
  padding-inline: max(16px, 0.8333333333vw);
}

.p-exhibit__schedule-wrapper {
  border: max(2px, 0.1041666667vw) solid var(--gold);
  padding: max(4px, 0.2083333333vw);
  background-color: rgba(25, 16, 11, 0.6);
}

.p-exhibit__schedule-inner {
  position: relative;
  border: max(1px, 0.0520833333vw) solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(24px, 1.25vw);
  padding-top: max(48px, 2.5vw);
  padding-bottom: max(48px, 2.5vw);
  font-family: "Shippori Mincho", serif;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-exhibit__schedule-inner {
    padding-top: 8.5333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    gap: 4.2666666667vw;
  }
}

h3.p-exhibit__schedule-title {
  font-size: 1.5rem;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h3.p-exhibit__schedule-title {
    font-size: 4.8vw;
  }
}

.p-exhibit__schedule-decoration {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-exhibit__schedule-decoration {
    font-size: 3.4666666667vw;
  }
}

.p-exhibit__schedule-date {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-exhibit__schedule-date {
    font-size: 3.7333333333vw;
  }
}

.p-exhibit__access {
  display: flex;
  gap: 1px;
  padding-top: max(12px, 0.625vw);
}

.p-exhibit__access-btn {
  width: max(150px, 7.8125vw);
  font-family: "Shippori Mincho", serif;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.08em;
  background-color: var(--gold);
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .p-exhibit__access-btn {
    width: 40vw;
    font-size: 3.7333333333vw;
  }
}

.p-exhibit__access-icon {
  width: max(46px, 2.3958333333vw);
  background-color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-exhibit__access-icon {
    width: 11.2vw;
  }
}
.p-exhibit__access-icon img {
  max-width: max(16px, 0.8333333333vw);
}
@media screen and (max-width: 768px) {
  .p-exhibit__access-icon img {
    max-width: max(16px, 4.2666666667vw);
  }
}

.p-virche__inner {
  padding-top: max(160px, 8.3333333333vw);
  padding-bottom: max(160px, 8.3333333333vw);
  padding-inline: 4.2666666667vw;
}
@media screen and (max-width: 768px) {
  .p-virche__inner {
    padding-top: 26.6666666667vw;
    padding-bottom: 42.6666666667vw;
  }
}

.p-virche__wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: max(1198px, 62.3958333333vw);
}
.p-virche__wrapper .p-virche__logo {
  max-width: max(380px, 19.7916666667vw);
}
@media screen and (max-width: 768px) {
  .p-virche__wrapper .p-virche__logo {
    max-width: 67.7333333333vw;
    padding-bottom: 6.4vw;
  }
}

.p-virch__box {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(32px, 1.6666666667vw);
}
@media screen and (max-width: 768px) {
  .p-virch__box {
    font-size: 5.3333333333vw;
    gap: max(24px, 6.4vw);
  }
}
.p-virch__box h3 {
  font-weight: 200;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-virch__box h3 {
    font-size: 4vw;
  }
}

.p-virche__text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-virche__text {
    font-size: 3.2vw;
    font-feature-settings: "palt";
  }
}

.p-virche__link-wrapper {
  display: block;
}

.p-virche__link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  border-bottom: max(1px, 0.0520833333vw) solid var(--white);
}
@media screen and (max-width: 768px) {
  .p-virche__link {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

.p-virche__link--img {
  max-width: max(16px, 0.8333333333vw);
  height: max(16px, 0.8333333333vw);
}

.p-virche__decoration {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-virche__decoration {
    width: 100%;
  }
}

.p-virche__lily {
  max-width: 16px;
}
@media screen and (max-width: 768px) {
  .p-virche__lily {
    max-width: 4.2666666667vw;
  }
}

.p-virche__line {
  flex-grow: 1;
  height: max(1px, 0.0520833333vw);
  background-color: var(--gold);
}

.p-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
}

.p-frame__corner {
  position: fixed;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-frame__corner--top-left {
  top: 0;
  left: 0;
  width: 126px;
  height: 126px;
  background-image: url("../img/corner-top-left.svg");
}

.p-frame__corner--top-right {
  top: 20px;
  right: 20px;
  width: 126px;
  height: 126px;
  background-image: url("../img/corner-top-right.svg");
}

.p-frame__corner--bottom-left {
  bottom: 10px;
  left: 10px;
  width: 195px;
  height: 45px;
  background-image: url("../img/corner-bottom-left.svg");
}

.p-frame__corner--bottom-right {
  bottom: 0;
  right: 0;
  width: 126px;
  height: 126px;
  background-image: url("../img/corner-bottom-right.svg");
}

/* 四辺 */
.p-frame__line {
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

/* 上下の横線 */
.p-frame__line--top {
  top: 10px;
  left: 126px;
  right: 126px;
  height: max(7px, 0.3645833333vw);
  max-width: max(1722px, 89.6875vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/line-top.svg");
}

/* 左右の縦線 */
.p-frame__line--left {
  top: 126px; /* 上角分を避ける */
  bottom: 126px; /* 下角分を避ける */
  left: 10px;
  width: max(7px, 0.3645833333vw);
  background-image: url("../img/line-left.svg");
}

.p-frame__line--right {
  top: 126px;
  bottom: 126px;
  right: 10px;
  width: max(7px, 0.3645833333vw);
  background-image: url("../img/line-right.svg");
}

.p-background {
  background-image: url("../img/bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-center {
    text-align: left;
  }
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

@media screen and (max-width: 768px) {
  .u-inline {
    display: inline;
  }
}

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

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

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

@media screen and (max-width: 768px) {
  .u-sp_center {
    text-align: center;
  }
}

.u-stripe {
  position: absolute;
  top: 0;
  width: min(24px, 1.8461538462vw);
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/border.png);
  background-repeat: repeat-y;
  background-size: min(20px, 1.5384615385vw) auto;
  z-index: 9999;
  pointer-events: none;
}

.u-stripe-left {
  left: 0;
  border-right: min(4px, 0.3076923077vw) solid #ffffff;
}

.u-stripe-right {
  right: 0;
  border-left: min(4px, 0.3076923077vw) solid #ffffff;
}

.content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.glitch-img {
  position: relative;
  overflow: hidden;
}

.glitch-img img {
  display: block;
  width: 100%;
  height: auto;
}

.glitch-img::before,
.glitch-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  clip-path: inset(0 0 0 0);
  opacity: 0; /* 普段は非表示 */
  /* SVGノイズパターンを使用 */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-repeat: repeat;
  mix-blend-mode: screen;
}

/* 赤コピー */
.glitch-img::before {
  filter: drop-shadow(5px 0 red) brightness(1.2);
  transform: translateX(-2px);
}

/* 青コピー */
.glitch-img::after {
  filter: drop-shadow(-5px 0 cyan) brightness(1.2);
  transform: translateX(2px);
}

/* グリッチアニメーション（0.4秒で元に戻る） */
@keyframes imgGlitch {
  0% {
    clip-path: inset(0 0 0 0);
    opacity: 0.8;
    transform: translateX(0);
  }
  10% {
    clip-path: inset(15% 0 0 0);
    transform: translateX(-3px);
  }
  20% {
    clip-path: inset(0 0 20% 0);
    transform: translateX(3px);
  }
  30% {
    clip-path: inset(25% 0 0 0);
    transform: translateX(-2px);
  }
  40% {
    clip-path: inset(0 0 15% 0);
    transform: translateX(2px);
  }
  50% {
    clip-path: inset(10% 0 0 0);
    transform: translateX(-1px);
  }
  60% {
    clip-path: inset(0 0 8% 0);
    transform: translateX(1px);
  }
  70% {
    clip-path: inset(5% 0 0 0);
    transform: translateX(-1px);
  }
  80% {
    clip-path: inset(0 0 5% 0);
    transform: translateX(1px);
  }
  90% {
    clip-path: inset(2% 0 0 0);
    transform: translateX(0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
    transform: translateX(0);
  }
}
.glitch-img.glitching::before,
.glitch-img.glitching::after {
  animation: imgGlitch 0.4s linear;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px); /* 下から上にフェードイン */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */