@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea,
select,
option,
text {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  vertical-align: baseline;
  text-decoration: inherit;
  outline: none;
  letter-spacing: var(--ls);
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
form {
  display: block;
}
html,
body {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  --ja_sans: "Zen Kaku Gothic New", sans-serif;
  --en_sans: "Lato", sans-serif;
  --ls: 0;
  --containerWidth: clamp(0px, 36.603221083455345vw, 500px);
  font-family: var(--ja_sans);
  font-weight: 400;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff;
}
ol,
ul,
li {
  display: block;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  content: none;
}
em {
  font-style: italic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select,
option {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255,255,255,0);
  border-radius: 0;
  text-align: inherit;
  font: inherit;
}
input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
option::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-moz-placeholder,
button:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
option:-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-ms-input-placeholder,
button:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
option:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input::placeholder,
button::placeholder,
textarea::placeholder,
select::placeholder,
option::placeholder {
  color: rgba(255,255,255,0.6);
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
img,
svg {
  display: block;
  height: auto;
  vertical-align: bottom;
}
img:not(.setWidth),
svg:not(.setWidth) {
  width: 100%;
}
img.setWidth,
svg.setWidth {
  width: auto;
}
iframe {
  vertical-align: bottom;
}
a,
button,
input[type="button"],
input[type="submit"],
input[type="file"],
label.hoverAction,
details summary {
  cursor: pointer;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="file"]:focus,
label.hoverAction:focus {
  outline: dotted #000;
}
a {
  display: block;
}
a:hover,
a:focus {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
::selection {
  color: #fff;
  background-color: #000;
}
.fadein {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.fadein.inviewed {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0vw;
}
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: inherit;
}
@media (min-width: 769px) {
  .util_sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .util_pc {
    display: none !important;
  }
}
@media (min-width: 375px) {
  .util_max374 {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .util_min375 {
    display: none !important;
  }
}
.ja_sans {
  font-family: var(--ja_sans);
}
.visually_hidden {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  position: fixed !important;
  inset: 0 !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  contain: strict !important;
  pointer-events: none !important;
  visibility: visible !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.iarrow_circle {
  fill: #000;
}
.header_button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: calc((60/390) * 100cqw);
  height: calc((80/390) * 100cqw);
  position: fixed;
  z-index: 11;
  inset: 0 0 auto auto;
}
.header_button span {
  display: block;
}
.header_button_bar {
  height: calc((2/390) * 100cqw);
  position: absolute;
  right: 0;
  background-color: #000;
  -webkit-transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out, width 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out, width 0.5s ease-in-out;
  -ms-transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out, width 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out, width 0.5s ease-in-out;
}
.header_button_bar_top,
.header_button_bar_middle {
  width: calc((24/390) * 100cqw);
}
.header_button_bar_top {
  top: 0;
}
.header_button_bar_middle {
  top: calc((8/390) * 100cqw);
}
.header_button_bar_bottom {
  width: calc((18/390) * 100cqw);
  top: calc((16/390) * 100cqw);
}
.header_button_bar_container {
  width: calc((24/390) * 100cqw);
  height: calc((18/390) * 100cqw);
  margin: auto;
  position: relative;
}
.header_nav {
  padding-top: calc((20/390) * 100cqw);
}
.header_nav_container {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  z-index: 10;
  padding-inline: calc((24/390) * 100cqw);
  inset: 0 0 auto auto;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  overflow-y: scroll;
  overscroll-behavior: none;
}
.header_nav_container:after {
  content: "";
  display: block;
  height: 0.5px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.header_nav_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
}
.header_nav_wrapper:after {
  content: "";
  display: block;
  height: calc((30/390) * 100cqw);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.header_nav_wrapper >* {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.header_nav li {
  border-bottom: 1px solid #9d9d9d;
}
.header_nav a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: calc((60/390) * 100cqw);
  position: relative;
  font-size: calc((14/390) * 100cqw);
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  font-weight: 500;
  padding-right: calc((10/390) * 100cqw);
}
.header_nav a:before,
.header_nav a:after {
  content: "";
}
.header_nav a:before {
  width: calc((10/390) * 100cqw);
  height: calc((10/390) * 100cqw);
  border-radius: 50%;
  background-color: #ace5d8;
  margin-right: calc((15/390) * 100cqw);
}
.header_nav a:after {
  width: calc((6/390) * 100cqw);
  height: calc((6/390) * 100cqw);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  rotate: 45deg;
  margin-left: auto;
}
.header_belt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: calc((80/390) * 100cqw);
  background-color: #fff;
  border-bottom: 1px solid #9d9d9d;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  padding-left: calc((24/390) * 100cqw);
  margin-inline: calc((-24/390) * 100cqw);
}
.header_title {
  width: calc((239/390) * 100cqw);
}
.header_ticket {
  margin-top: calc((50/390) * 100cqw);
}
.header_ticket_button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: calc((60/390) * 100cqw);
  background-color: #ace5d8;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  padding-inline: calc((24/390) * 100cqw);
}
.header_ticket_button:before,
.header_ticket_button_icon {
  width: calc((26/390) * 100cqw);
}
.header_ticket_button:before {
  content: "";
  display: block;
}
.header_ticket_button .iarrow_polygon {
  fill: #ace5d8;
}
.header_ticket_button_label {
  font-size: calc((16/390) * 100cqw);
  font-weight: 700;
}
.header_lists {
  font-size: calc((13/390) * 100cqw);
  line-height: calc((30/390) * 100cqw);
  margin-top: auto;
}
.header_lists dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header_lists dt {
  width: calc((60/390) * 100cqw);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.header_lists dt:after {
  content: "：";
}
.header_contact {
  margin-top: calc((20/390) * 100cqw);
}
.header_contact a {
  text-decoration: underline;
}
.header_sns {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  margin-top: calc((20/390) * 100cqw);
}
.header_sns dl {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
}
.header_sns_x {
  width: calc((22/390) * 100cqw);
}
.header.opened .header_button_bar_top,
.header.opened .header_button_bar_bottom {
  top: calc((8/390) * 100cqw);
  rotate: 45deg;
}
.header.opened .header_button_bar_middle {
  rotate: -45deg;
}
.header.opened .header_button_bar_bottom {
  width: calc((24/390) * 100cqw);
}
.header.opened .header_nav_container {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.top {
  position: relative;
}
.top_scroll {
  margin-inline: auto;
}
.top_scroll_label {
  --ls: 0.1em;
  font-family: var(--en_sans);
  font-weight: 700;
  white-space: nowrap;
  margin-inline: auto;
}
.top_scroll_bar {
  width: 1px;
  position: relative;
  overflow: hidden;
  margin-inline: auto;
}
.top_scroll_bar:before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0;
  background-color: #000;
  -webkit-animation: scroll_bar 2s linear infinite;
  -moz-animation: scroll_bar 2s linear infinite;
  -o-animation: scroll_bar 2s linear infinite;
  -ms-animation: scroll_bar 2s linear infinite;
  animation: scroll_bar 2s linear infinite;
}
@media (max-width: 768px) {
  .top {
    background-color: #fafafa;
  }
  .top_block {
    height: calc((700/390) * 100cqw);
    padding: calc((30/390) * 100cqw) 0 0 calc((24/390) * 100cqw);
    position: relative;
    min-height: 100dvh;
  }
  .top_text {
    margin: auto;
    padding: calc((30/390) * 100cqw) 0 0 calc((24/390) * 100cqw);
    position: absolute;
    inset: 0;
  }
  .top_title {
    width: calc((20/390) * 100cqw);
    margin: auto;
  }
  .top_title_container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: calc((459/390) * 100cqw);
    padding-left: calc((306/390) * 100cqw);
  }
  .top_detail {
    width: calc((306/390) * 100cqw);
    margin-top: calc((20/390) * 100cqw);
  }
  .top_photo {
    width: calc((306/390) * 100cqw);
  }
  .top_scroll_container {
    width: calc((60/390) * 100cqw);
    margin: auto;
    position: absolute;
    inset: auto 0 calc((70/390) * 100cqw) auto;
  }
  .top_scroll_label {
    width: calc((50/390) * 100cqw);
    font-size: calc((12/390) * 100cqw);
    rotate: 90deg;
  }
  .top_scroll_bar {
    height: calc((50/390) * 100cqw);
    margin-top: calc((32/390) * 100cqw);
  }
}
@media (min-width: 769px) {
  .top_block {
    height: 100dvh;
  }
  .top_photo {
    width: var(--containerWidth);
    height: 100%;
    margin-inline: auto;
  }
  .top_photo img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .top_text {
    --pablo: clamp(0px, 5.124450951683748vw, 70px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc(50% - (var(--containerWidth) / 2));
    height: 100dvh;
    position: fixed;
    inset: 0 0 0 auto;
    background-color: #fafafa;
    padding-block: var(--pablo);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
  }
  .top_title img,
  .top_detail img {
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .top_title {
    width: clamp(0px, 1.830161054172767vw, 25px);
    height: 100%;
    max-height: calc((329 / 768) * (100dvh - var(--pablo)));
  }
  .top_detail {
    width: clamp(0px, 22.401171303074673vw, 306px);
    max-height: calc((103 / 768) * (100dvh - var(--pablo)));
    margin-top: clamp(0px, 4.685212298682284vw, 64px);
  }
  .top_nav {
    width: clamp(0px, 15.373352855051245vw, 210px);
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
  }
  .top_nav_container {
    width: calc(50% - (var(--containerWidth) / 2));
    position: fixed;
    inset: 0 auto 0 0;
    background-color: #fafafa;
  }
  .top_nav li +li {
    margin-top: clamp(0px, 2.562225475841874vw, 35px);
  }
  .top_nav li.currentSection:not(:has(~.currentSection)) a,
  .top_nav li.currentSection:not(:has(~.currentSection)) a:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .top_nav li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: clamp(0px, 1.09809663250366vw, 15px);
    line-height: clamp(0px, 1.610541727672035vw, 22px);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    font-weight: 500;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
  }
  .top_nav li a:before {
    content: "";
    width: clamp(0px, 0.732064421669107vw, 10px);
    height: clamp(0px, 0.732064421669107vw, 10px);
    background-color: #ace5d8;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-right: clamp(0px, 1.09809663250366vw, 15px);
  }
  .top_nav li a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .top_scroll_container {
    margin: auto;
    position: absolute;
    inset: auto 0 0 0;
  }
  .top_scroll_label {
    font-size: clamp(0px, 0.878477306002928vw, 12px);
    text-align: center;
  }
  .top_scroll_bar {
    height: clamp(0px, 3.660322108345535vw, 50px);
    margin-top: clamp(0px, 2.342606149341142vw, 32px);
  }
}
@media (min-width: 769px) and (min-height: 769px) {
  .top {
    --photoHeight: clamp(0px, 56.22254758418741vw, 768px);
    margin-bottom: calc(var(--photoHeight) - 100dvh);
  }
  .top_photo {
    max-height: var(--photoHeight);
  }
}
.container {
  position: relative;
  container: container/inline-size;
  background-color: #fff;
}
@media (min-width: 769px) {
  .container {
    width: var(--containerWidth);
    margin-inline: auto;
  }
}
.section_inner {
  width: calc((342/390) * 100cqw);
  margin-inline: auto;
}
.section_head {
  font-size: calc((18/390) * 100cqw);
  line-height: calc((26/390) * 100cqw);
  font-weight: 700;
  border-bottom: 2px solid #000;
  padding-bottom: calc((15/390) * 100cqw);
}
.summary_block {
  padding-block: calc((15/390) * 100cqw) calc((60/390) * 100cqw);
}
@media (min-width: 769px) {
  .summary_block {
    padding-top: calc((95/390) * 100cqw);
  }
}
.summary_content {
  font-size: calc((14/390) * 100cqw);
  line-height: calc((25/390) * 100cqw);
  margin-top: calc((28/390) * 100cqw);
}
.summary_content_maincopy {
  font-weight: 700;
}
.summary_content_bodycopy {
  margin-top: calc((16/390) * 100cqw);
}
.summary_content_bodycopy p +p {
  margin-top: 1lh;
}
.summary_rough {
  margin-top: calc((56/390) * 100cqw);
}
.summary_rough_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
}
.summary_rough_list li {
  width: calc((161/390) * 100cqw);
}
.summary_rough_list li:nth-child(n+3) {
  margin-top: calc((20/390) * 100cqw);
}
.summary_rough_caption {
  font-size: calc((10/390) * 100cqw);
  line-height: calc((15/390) * 100cqw);
  color: #4a4a4a;
  margin-top: calc((10/390) * 100cqw);
  text-align: right;
}
.gallery_block {
  position: relative;
}
.gallery_carousel_slide {
  position: relative;
}
.gallery_carousel_slide_caption {
  margin: auto;
  padding: 0 calc((24/390) * 100cqw) calc((18/390) * 100cqw);
  position: absolute;
  font-size: calc((10/390) * 100cqw);
  line-height: calc((14/390) * 100cqw);
  color: #fff;
  inset: auto 0 0;
  text-align: right;
}
.gallery_carousel_arrow {
  width: calc((40/390) * 100cqw) !important;
  height: calc((40/390) * 100cqw) !important;
  border-radius: 50%;
}
.gallery_carousel_arrow_prev {
  left: calc((14/390) * 100cqw) !important;
  rotate: 180deg;
}
.gallery_carousel_arrow_next {
  right: calc((14/390) * 100cqw) !important;
}
.gallery_carousel_arrow:after {
  content: none;
}
.gallery_carousel_arrow .iarrow {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.gallery_carousel_arrow .iarrow_circle {
  fill: #000;
}
.gallery_carousel_arrow .iarrow_polygon {
  fill: #fff;
}
.gallery_carousel_arrow_container {
  margin: auto;
  position: absolute;
  inset: 0;
}
.gallery_carousel_pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: calc((40/390) * 100cqw);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
}
.gallery_carousel_pagination .swiper-pagination-bullet {
  width: calc((50/390) * 100cqw);
  height: calc((3/390) * 100cqw);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border-radius: 0;
  margin-inline: calc((5/390) * 100cqw);
  background-color: #f2f2f2;
}
.gallery_carousel_pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.gallery_caption {
  font-size: calc((10/390) * 100cqw);
  line-height: calc((14/390) * 100cqw);
  color: #414041;
  text-align: right;
  padding-inline: calc((24/390) * 100cqw);
  margin-top: calc((14/390) * 100cqw);
}
.event_block {
  padding-block: calc((100/390) * 100cqw);
}
.event_list {
  font-size: calc((14/390) * 100cqw);
  line-height: calc((20/390) * 100cqw);
  margin-top: calc((25/390) * 100cqw);
}
.event dl +dl {
  margin-top: 1em;
}
.event dt,
.event dd {
  padding-left: calc((20/390) * 100cqw);
}
.event dt {
  position: relative;
  font-weight: 700;
  white-space: nowrap;
}
.event dt:after {
  content: "";
  display: block;
  width: calc((10/390) * 100cqw);
  height: 0;
  margin: auto;
  position: absolute;
  border-top: 1px solid;
  inset: 0 auto 0 0;
}
.event dd {
  margin-top: calc((4/390) * 100cqw);
}
.detail {
  padding-block: calc((90/390) * 100cqw) calc((100/390) * 100cqw);
  background-color: #f2f2f2;
}
.detail_table {
  font-size: calc((14/390) * 100cqw);
  line-height: calc((24/390) * 100cqw);
}
.detail_table dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-bottom: 1px solid #9d9d9d;
  padding-block: calc((20/390) * 100cqw);
}
.detail_table dt {
  font-weight: 700;
  padding-right: 2em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.detail_table p+p {
  margin-top: 1em;
}
.detail_table a {
  color: #2680eb;
  text-decoration: underline;
}
.bookinfo {
  padding-block: calc((90/390) * 100cqw) calc((100/390) * 100cqw);
}
.bookinfo_head {
  margin-bottom: calc((50/390) * 100cqw);
}
.bookinfo_calligraphy {
  margin-bottom: calc((30/390) * 100cqw);
}
.bookinfo_calligraphy img {
  width: calc((157/390) * 100cqw);
  -webkit-box-shadow: calc((4/390) * 100cqw) calc((4/390) * 100cqw) calc((6/390) * 100cqw) rgba(0,0,0,0.1);
  box-shadow: calc((4/390) * 100cqw) calc((4/390) * 100cqw) calc((6/390) * 100cqw) rgba(0,0,0,0.1);
  margin-inline: auto;
}
.bookinfo_detail {
  font-size: 0;
}
.bookinfo_detail dt,
.bookinfo_detail dd {
  display: inline;
  font-size: calc((14/390) * 100cqw);
  line-height: calc((24/390) * 100cqw);
}
.bookinfo_detail dt:after {
  content: "：";
}
.bg {
  height: 100dvh;
  overflow: hidden;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.bg_image {
  height: 100dvh;
  margin: auto;
  position: fixed;
  inset: 0;
}
.bg_image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 769px) {
  .bg_blur {
    height: 100dvh;
    margin: auto;
    position: fixed;
    inset: 0;
  }
  .bg_blur img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(10px) brightness(1.5);
  }
  .bg_image {
    width: var(--containerWidth);
    max-height: clamp(0px, 56.22254758418741vw, 768px);
    margin-inline: auto;
  }
}
.profile_block {
  padding-block: calc((90/390) * 100cqw) calc((100/390) * 100cqw);
}
.profile_content {
  font-size: calc((14/390) * 100cqw);
  line-height: calc((24/390) * 100cqw);
  margin-top: calc((25/390) * 100cqw);
}
.profile_content p+p {
  margin-top: 1em;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-top: 1px solid #9d9d9d;
  padding-block: calc((40/390) * 100cqw) calc((18/390) * 100cqw);
}
.footer_lists {
  font-size: calc((13/390) * 100cqw);
  line-height: calc((30/390) * 100cqw);
}
.footer_lists dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.footer_lists dt {
  width: calc((60/390) * 100cqw);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.footer_lists dt:after {
  content: "：";
}
.footer_organizer,
.footer_sns {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
}
.footer_organizer dl,
.footer_sns dl {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
}
.footer_organizer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
}
.footer_organizer li +li {
  margin-left: calc((30/390) * 100cqw);
}
.footer_organizer_qando {
  width: calc((109/390) * 100cqw);
}
.footer_organizer_millionyearsbookstore {
  width: calc((59/390) * 100cqw);
}
.footer_contact {
  margin-top: calc((20/390) * 100cqw);
}
.footer_contact a {
  text-decoration: underline;
}
.footer_sns {
  margin-top: calc((40/390) * 100cqw);
}
.footer_sns_x {
  width: calc((22/390) * 100cqw);
}
.footer_bottom {
  font-size: calc((10/390) * 100cqw);
  line-height: calc((15/390) * 100cqw);
  text-align: center;
  margin-top: calc((40/390) * 100cqw);
}
.ticket {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  inset: auto 0 0 auto;
}
.ticket_button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ace5d8;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
}
.ticket_button:before {
  content: "";
  display: block;
}
.ticket_button .iarrow_polygon {
  fill: #ace5d8;
}
.ticket_button_label {
  font-weight: 700;
}
@media (max-width: 768px) {
  .ticket {
    width: 100%;
  }
  .ticket_button {
    height: calc((70/390) * 100cqw);
    padding-inline: calc((24/390) * 100cqw);
  }
  .ticket_button:before,
  .ticket_button_icon {
    width: calc((26/390) * 100cqw);
  }
  .ticket_button_label {
    font-size: calc((16/390) * 100cqw);
  }
}
@media (min-width: 769px) {
  .ticket {
    width: calc(50% - (var(--containerWidth) / 2));
  }
  .ticket_button {
    height: clamp(0px, 5.124450951683748vw, 70px);
    padding-inline: clamp(0px, 1.756954612005857vw, 24px);
  }
  .ticket_button:before,
  .ticket_button_icon {
    width: clamp(0px, 1.903367496339678vw, 26px);
  }
  .ticket_button_label {
    font-size: clamp(0px, 1.171303074670571vw, 16px);
  }
}
@-moz-keyframes scroll_bar {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 100%;
  }
}
@-webkit-keyframes scroll_bar {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 100%;
  }
}
@-o-keyframes scroll_bar {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 100%;
  }
}
@keyframes scroll_bar {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 100%;
  }
}
