@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

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

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

i {
  font-style: normal;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style-type: none;
}

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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 */
}

hr {
  border: none;
}

/* 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 {
  padding: 0;
  border-style: 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,
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

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

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

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* 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;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  text-shadow: none;
  color: #ffffff;
}

/* 共通スタイル定設
-----------------------------------------------------------------*/
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1;
}
html.scrollLock,
body.scrollLock {
  overflow: hidden;
}
html background,
body background {
  color: #f8f8f8;
}

body {
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  body {
    content: "landscape";
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  body {
    content: "portrait";
  }
}
body[data-page=end-planning] {
  background-color: #f6f6f6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
}

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

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.defs {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0;
}

.ht {
  display: none;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dn-landscape {
    display: none !important;
  }
}

::-moz-selection {
  color: #fff;
  background-color: #000;
}

::selection {
  color: #fff;
  background-color: #000;
}

[data-page=thenakedframe] {
  background: var(--event-bg, #FFD700);
}

.wrapper {
  overflow: clip;
  color: var(--event-fg, #414141);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

[data-page=thenakedframe] .siteHeader,
[data-page=thenakedframe] .siteHeader_contact {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.4s ease;
  transition: transform 0.35s ease, opacity 0.4s ease, -webkit-transform 0.35s ease;
}
[data-page=thenakedframe].is-headerHidden .siteHeader,
[data-page=thenakedframe].is-headerHidden .siteHeader_contact {
  -webkit-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  transform: translateY(-160px);
}

.reveal {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-delay: var(--reveal-delay, 0s);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.reveal.is-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.reveal--fade {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.reveal--fade.is-show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.reveal--title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-filter: blur(14px);
  filter: blur(14px);
  letter-spacing: calc(var(--title-ls, 0em) + var(--title-ls-extra, 0.4em));
  -webkit-transition: opacity 1s ease, letter-spacing 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 1s ease;
  transition: opacity 1s ease, letter-spacing 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 1s ease;
  transition: opacity 1s ease, filter 1s ease, letter-spacing 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 1s ease, filter 1s ease, letter-spacing 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 1s ease;
  -webkit-transition-delay: var(--reveal-delay, 0s);
  transition-delay: var(--reveal-delay, 0s);
}
.reveal--title.is-show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-filter: blur(0);
  filter: blur(0);
  letter-spacing: var(--title-ls, 0em);
}

.mv_title.reveal {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.mv_title.reveal.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mv_info.reveal {
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-filter: blur(14px);
  filter: blur(14px);
  letter-spacing: 0.3em;
  -webkit-transition: opacity 0.9s ease 0.7s, letter-spacing 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s, -webkit-filter 0.9s ease 0.7s;
  transition: opacity 0.9s ease 0.7s, letter-spacing 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s, -webkit-filter 0.9s ease 0.7s;
  transition: opacity 0.9s ease 0.7s, filter 0.9s ease 0.7s, letter-spacing 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s;
  transition: opacity 0.9s ease 0.7s, filter 0.9s ease 0.7s, letter-spacing 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s, -webkit-filter 0.9s ease 0.7s;
}
.mv_info.reveal.is-show {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  letter-spacing: normal;
}

.mv_deepBar.reveal {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: transparent;
}
.mv_deepBar.reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.6s ease 0.7s;
  transition: -webkit-transform 0.6s ease 0.7s;
  transition: transform 0.6s ease 0.7s;
  transition: transform 0.6s ease 0.7s, -webkit-transform 0.6s ease 0.7s;
}
.mv_deepBar.reveal.is-show::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mv_deepBar.reveal > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.3s;
  transition: opacity 0.5s ease 1.3s;
}
.mv_deepBar.reveal.is-show > * {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal > * {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    letter-spacing: var(--title-ls, normal) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .mv_deepBar.reveal {
    background: #000000;
  }
  .mv_deepBar.reveal::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: none;
    transition: none;
  }
  .mv_info.reveal {
    letter-spacing: normal !important;
  }
  .introduction_galleryTrack {
    -webkit-animation: none;
    animation: none;
  }
}
.mv {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0 60px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 88px 0 0;
  }
}

.mv_inner {
  width: calc(100vw - 80px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_inner {
    width: min(1040px, 100% - 48px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: min(100%, 100% - 40px);
    padding: 24px 0 40px;
  }
}

.mv_title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42vw;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_title {
    width: calc(100vw - 40px);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.mv_title img {
  display: block;
  width: 100%;
  height: auto;
}

.mv_info {
  --reveal-delay: .15s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 440px;
  max-width: 100%;
  text-align: center;
  color: var(--event-fg, #414141);
  font-family: "Shippori Mincho B1", serif;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_info {
    width: 100%;
  }
}

.mv_vol {
  font-size: 128px;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_vol {
    font-size: 60px;
  }
}

.mv_date {
  margin-top: 20px;
  font-size: 26px;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_date {
    margin-top: 4px;
    font-size: 20px;
  }
}

.mv_dateNote {
  font-size: 16px;
}

.mv_guestLabel {
  margin-top: 16px;
  font-size: 21px;
  letter-spacing: 0.14em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_guestLabel {
    margin-top: 12px;
    font-size: 12px;
  }
}

.mv_guestName {
  font-size: 44px;
  letter-spacing: 0.18em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_guestName {
    font-size: 30px;
  }
}

.mv_deepBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  background: #000000;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_deepBar {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px 14px;
    padding: 24px 20px;
  }
}

.mv_deepTag {
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.mv_deepTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.mv_deepBrand {
  font-size: 17px;
  letter-spacing: 0.06em;
}

.mv_deepName {
  font-size: 28px;
  letter-spacing: 0.04em;
}

.mv_deepDivider {
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mv_deepDivider {
    display: none;
  }
}

.mv_deepDate {
  font-size: 28px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.mv_deepDateNote {
  font-size: 15px;
}

.introduction {
  padding: 120px 0 80px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction {
    padding: 64px 0 48px;
  }
}

.introduction_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: min(1040px, 100% - 80px);
  margin: 0 auto 120px;
  text-align: center;
  color: var(--event-fg, #414141);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_lead {
    gap: 12px;
    width: min(1040px, 100% - 48px);
    margin-bottom: 56px;
  }
}

.introduction_leadText {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 3;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_leadText {
    font-size: 15px;
    line-height: 2;
  }
}

.introduction_card {
  margin: 0 40px;
  background: #ffffff;
  color: #414141;
  padding-bottom: 90px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_card {
    margin: 0 16px;
    padding-bottom: 48px;
  }
}

.introduction_gallery {
  overflow: hidden;
}

.introduction_galleryTrack {
  --setw: 1700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 40s linear infinite;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_galleryTrack {
    --setw: 1200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .introduction_galleryTrack {
    -webkit-animation: none;
    animation: none;
  }
}

.introduction_galleryItem {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 340px;
  margin-right: 0;
  aspect-ratio: 500/320;
  overflow: hidden;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_galleryItem {
    width: 240px;
    margin-right: 0;
  }
}
.introduction_galleryItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.introduction_detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 1fr;
  grid-template-columns: 360px 1fr;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
  margin-top: 64px;
  padding: 0 80px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_detail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-top: 48px;
    padding: 0 24px;
  }
}

.introduction_title {
  --title-ls: .08em;
  --title-ls-extra: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #414141;
  white-space: nowrap;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_title {
    white-space: initial;
    font-size: 30px;
    line-height: 1;
  }
}

.introduction_subtitle {
  --reveal-delay: .2s;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #414141;
}

.introduction_detailBody {
  --reveal-delay: .12s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.introduction_text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.nextEvent {
  padding: 80px 0 130px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nextEvent {
    padding: 0px 0 40px;
  }
}

.nextEvent_inner {
  width: calc(100vw - 80px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--event-fg, #414141);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nextEvent_inner {
    width: min(1040px, 100% - 48px);
  }
}

.nextEvent_caption {
  margin-top: 12px;
  font-size: 14px;
  font-weight: inherit;
  letter-spacing: 0.04em;
}

.nextEvent_vol {
  --reveal-delay: .08s;
  --title-ls-extra: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 120px;
  line-height: 1;
  margin-top: 44px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nextEvent_vol {
    font-size: 72px;
    margin-top: 32px;
  }
}

.nextEvent_date {
  --reveal-delay: .14s;
  margin-top: 16px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  letter-spacing: 0.04em;
}

.nextEvent_dateNote {
  font-size: 16px;
}

.nextEvent_guest {
  --reveal-delay: .2s;
  margin-top: 64px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nextEvent_guest {
    margin-top: 24px;
  }
}

.nextEvent_guestLabel {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.nextEvent_guestName {
  margin-top: 16px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 44px;
  letter-spacing: 0.3em;
  text-indent: 0.15em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nextEvent_guestName {
    font-size: 32px;
    margin-top: 0;
  }
}

.nextEvent_info {
  --reveal-delay: .28s;
  margin-top: 64px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nextEvent_info {
    margin-top: 24px;
  }
}

.nextEvent_time,
.nextEvent_place,
.nextEvent_fee {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nextEvent_time,
  .nextEvent_place,
  .nextEvent_fee {
    font-size: 13px;
  }
}

.nextEvent_note {
  --reveal-delay: .34s;
  max-width: 900px;
  margin: 32px auto 0;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nextEvent_note {
    font-size: 11px;
    text-align: left;
  }
}

.people {
  position: relative;
}

.people_item {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px minmax(0, 1fr);
  grid-template-columns: 88px minmax(0, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 100px 40px 100px 16px;
  color: #414141;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_item {
    display: contents;
  }
}

.people_item--01 {
  width: calc(100% - 40px);
  margin-left: 40px;
  background: #ffffff;
  z-index: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_item--01 {
    --label-top: 0px;
    --card-bg: #ffffff;
  }
}

.people_item--02 {
  width: calc(100% - 100px);
  margin-left: auto;
  background: #ededed;
  z-index: 2;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_item--02 {
    --label-top: 25px;
    --card-bg: #ededed;
  }
}

.people_item--03 {
  width: calc(100% - 160px);
  margin-left: auto;
  background: #dddddd;
  z-index: 3;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_item--03 {
    --label-top: 50px;
    --card-bg: #dddddd;
  }
}

.people_item--04 {
  width: calc(100% - 220px);
  margin-left: auto;
  background: #cccccc;
  z-index: 4;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_item--04 {
    --label-top: 75px;
    --card-bg: #cccccc;
  }
}

.people_label {
  position: sticky;
  top: 40px;
  margin-top: -60px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_label {
    position: sticky;
    top: var(--label-top, 0px);
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: calc(100vw - 20px);
    height: 25px;
    margin: 0 0 0 20px;
    padding: 0 16px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 11px;
    line-height: 25px;
    background: var(--card-bg, #ffffff);
  }
}

.people_stack {
  display: -ms-grid;
  display: grid;
  row-gap: 88px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_stack {
    width: calc(100vw - 20px);
    margin: 0 0 0 20px;
    background: var(--card-bg, #ffffff);
    padding: 40px 16px 56px;
    row-gap: 40px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_stack .people_inner {
    width: auto;
    margin: 0;
    background: transparent;
    padding: 0;
  }
}
.people_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 80px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    width: calc(100vw - 20px);
    margin: 0 0 0 20px;
    background: var(--card-bg, #ffffff);
    padding: 40px 16px 56px;
  }
}
.people_inner + .people_inner {
  margin-top: 0;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.people_name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-weight: inherit;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_name {
    font-size: 24px;
  }
}
.people_name + .people_reading {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #888888;
}

.people_bio {
  margin-top: 26px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_bio {
    margin-top: 4px;
  }
}

.people_block {
  margin-top: 26px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_block {
    margin-top: 4px;
  }
}

.people_blockTitle {
  font-size: 14px;
  font-weight: inherit;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.people_blockTitle + .people_blockLead {
  margin-top: 0;
}

.people_blockLead {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.people_blockLead + .people_blockText {
  margin-top: 0;
}

.people_blockText {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.people_link {
  display: inline-block;
  margin-top: 24px;
  font-size: 13px;
  color: #888888;
  text-decoration: underline;
  word-break: break-all;
}

.people_figure {
  overflow: hidden;
  aspect-ratio: 1;
}
.people_figure img,
.people_figure svg,
.people_figure iframe,
.people_figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .people_figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
  }
}

.access {
  position: relative;
  z-index: 10;
  padding: 160px 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access {
    padding: 56px 0 64px;
  }
}

.access_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 218px 1fr;
  grid-template-columns: 218px 1fr;
  padding: 0 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_inner {
    display: block;
    padding: 0 20px;
  }
}

.access_label {
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: inherit;
  letter-spacing: 0.1em;
  padding-top: 8px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_label {
    padding-top: 0;
    margin-bottom: 24px;
  }
}

.access_body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 405px 1fr;
  grid-template-columns: 405px 1fr;
  row-gap: 44px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_body {
    display: block;
  }
}

.access_title {
  --title-ls: .02em;
  --title-ls-extra: 0;
  --reveal-delay: .1s;
  grid-column: 1/-1;
  font-family: "Shippori Mincho B1", serif;
  font-size: 56px;
  font-weight: inherit;
  line-height: 1.18;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_title {
    font-size: 32px;
  }
}

.access_info {
  --reveal-delay: .2s;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row-align: center;
  align-self: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_info {
    margin: 24px 0 0;
  }
}

.access_address {
  font-size: 15px;
  line-height: 1.9;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_address {
    font-size: 14px;
  }
}
.access_address + .access_route {
  margin-top: 1.6em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_address + .access_route {
    margin-top: 8px;
  }
}

.access_route {
  font-size: 15px;
  line-height: 1.9;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_route {
    font-size: 14px;
  }
}

.access_map {
  --reveal-delay: .3s;
  grid-column: 1/-1;
  margin-right: -40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_map {
    margin: 32px 20px 0 0;
    width: calc(100vw - 20px);
  }
}
.access_map iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .access_map iframe {
    height: 320px;
  }
}

.deepSalon {
  position: relative;
  z-index: 10;
  background: #232323;
  color: #ffffff;
  padding: 240px 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon {
    padding: 56px 0 72px;
  }
}

.deepSalon_inner {
  padding: 0 40px;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_inner {
    padding: 0 20px;
  }
}

.deepSalon_eyebrow {
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_eyebrow {
    font-size: 12px;
  }
}

.deepSalon_title {
  --title-ls: .02em;
  --title-ls-extra: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 210px;
  line-height: 0.9;
  letter-spacing: 0.02em;
  margin: 12px 0 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_title {
    font-size: 80px;
    margin: 10px 0 0;
  }
}

.deepSalon_tagRow {
  margin-top: 32px;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_tagRow {
    margin-top: 20px;
  }
}

.deepSalon_tag {
  display: inline-block;
  padding: 9px 22px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.deepSalon_center {
  max-width: 760px;
  margin: 72px auto 0;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_center {
    margin-top: 40px;
  }
}

.deepSalon_nextLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_nextLabel {
    font-size: 12px;
  }
}

.deepSalon_nextDate {
  --title-ls: 0;
  margin-top: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 60px;
  line-height: 1.1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_nextDate {
    font-size: 44px;
  }
}

.deepSalon_nextDateNote {
  margin-left: -7px;
  font-size: 22px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_nextDateNote {
    font-size: 16px;
  }
}

.deepSalon_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 56px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_body {
    margin-top: 40px;
    gap: 24px;
  }
}

.deepSalon_text {
  font-size: 15px;
  line-height: 2;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .deepSalon_text {
    font-size: 14px;
  }
}
.deepSalon_text a {
  opacity: 0.4;
  text-decoration: underline;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .deepSalon_text a:hover {
    opacity: 1;
  }
}

.pastEvent {
  position: relative;
  z-index: 10;
  background: var(--event-bg, #FFD700);
  padding: 80px 0 120px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent {
    padding: 56px 0 72px;
  }
}

.pastEvent_inner {
  position: relative;
  z-index: 2;
  padding: 0 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_inner {
    padding: 0 20px;
  }
}

.pastEvent_label {
  --title-ls: .1em;
  --title-ls-extra: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: inherit;
  letter-spacing: 0.1em;
  margin-bottom: 72px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_label {
    margin-bottom: 40px;
  }
}

.pastEvent_item {
  position: relative;
  border-bottom: 1px solid color-mix(in srgb, var(--event-fg, #414141) 20%, transparent);
  margin-top: 40px;
  padding-bottom: 24px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .pastEvent_item:hover {
    border-bottom: 1px solid var(--event-fg, #414141);
  }
}
.pastEvent_item.is-hidden {
  display: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_item {
    margin-top: 120px;
  }
}

.pastEvent_more {
  --reveal-delay: .1s;
  margin-top: 56px;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_more {
    margin-top: 40px;
  }
}

.pastEvent_moreBtn {
  display: inline-block;
  min-width: 240px;
  padding: 16px 40px;
  border: 1px solid var(--event-fg, #414141);
  border-radius: 999px;
  background: transparent;
  color: var(--event-fg, #414141);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .pastEvent_moreBtn:hover {
    background: var(--event-fg, #414141);
    color: var(--event-bg, #FFD700);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_moreBtn {
    min-width: 200px;
    padding: 14px 32px;
  }
}

.pastEvent_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 200px 1fr 40px;
  grid-template-columns: 200px 200px 1fr 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
  padding: 28px 0;
  text-align: left;
  color: var(--event-fg, #414141);
  cursor: pointer;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_row {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    row-gap: 8px;
    padding: 20px 0;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

.pastEvent_head {
  display: contents;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 6px;
    grid-column: 1/-1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.pastEvent_vol {
  font-family: "Shippori Mincho B1", serif;
  font-size: 62px;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_vol {
    font-size: 52px;
  }
}

.pastEvent_date {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_date {
    font-size: 14px;
  }
}

.pastEvent_caption {
  min-width: 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_caption {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 12px;
  }
}

.pastEvent_plus {
  position: relative;
  width: 24px;
  height: 24px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_plus {
    grid-column: 1/-1;
    -ms-grid-row: 3;
    grid-row: 3;
    width: 20px;
    height: 20px;
    margin: 32px auto 0;
  }
}

.pastEvent_plus::before,
.pastEvent_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--event-fg, #414141);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pastEvent_plus::before {
  width: 100%;
  height: 1px;
}

.pastEvent_plus::after {
  width: 1px;
  height: 100%;
}

.pastEvent_hoverImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 240px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  will-change: transform;
}
.pastEvent_hoverImg.is-show {
  opacity: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .pastEvent_hoverImg {
    position: absolute;
    top: -70px;
    right: 0px;
    left: auto;
    z-index: auto;
    width: 150px;
    margin: 0;
    opacity: 1;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

.eventModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.eventModal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eventModal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.eventModal_inner {
  position: relative;
  z-index: 1;
  width: calc(100vw - 80px);
  height: calc(100dvh - 80px);
  overflow-y: auto;
  background: #ffffff;
  color: #414141;
  padding: 20px 20px 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_inner {
    width: calc(100vw - 24px);
    height: calc(100dvh - 48px);
    padding: 16px;
  }
}

.eventModal_close {
  position: sticky;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.eventModal_close::before, .eventModal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1.5px;
  background: #414141;
}
.eventModal_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.eventModal_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.eventModal_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 400px;
  grid-template-columns: 1fr 400px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 40px;
  padding: 0 60px 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 32px;
    padding: 0;
    margin-bottom: 80px;
  }
}

.eventModal_vol {
  font-family: "Shippori Mincho B1", serif;
  font-size: 100px;
  font-weight: inherit;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_vol {
    font-size: 50px;
  }
}

.eventModal_date {
  margin-top: 12px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_date {
    font-size: 14px;
  }
}

.eventModal_venue {
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_venue {
    font-size: 12px;
  }
}

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

.eventModal_session {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0px 12px;
  margin: 40px 60px 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_session {
    margin: 48px 0 16px;
    padding: 0;
    font-size: 12px;
  }
}

.eventModal_sessionLabel {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_sessionLabel {
    font-size: 12px;
  }
}

.eventModal_person {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 360px;
  grid-template-columns: 1fr 360px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 40px;
  padding: 0 60px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_person {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding: 0;
    margin-top: 24px;
  }
}

.eventModal_personText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6em;
  max-width: 640px;
}

.eventModal_personName {
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-weight: inherit;
  letter-spacing: 0.24em;
}

.eventModal_personNameSub {
  font-size: 12px;
  letter-spacing: 0.04em;
  display: block;
}

.eventModal_personBio {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_personBio {
    font-size: 13px;
    line-height: 1.8;
  }
}

.eventModal_personText .people_link {
  margin-top: 0;
}

.eventModal_personFigure {
  overflow: hidden;
  aspect-ratio: 1;
}
.eventModal_personFigure img,
.eventModal_personFigure svg,
.eventModal_personFigure iframe,
.eventModal_personFigure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .eventModal_personFigure {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

body.is-modalOpen {
  overflow: hidden;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(var(--setw) * -1));
    transform: translateX(calc(var(--setw) * -1));
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(var(--setw) * -1));
    transform: translateX(calc(var(--setw) * -1));
  }
}
/*# sourceMappingURL=../maps/thenakedframe-style.css.map */
