﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #f5f7f8;
  color: #353c3e;
  backface-visibility: hidden;
  font-family: "Zen Old Mincho", "Leida", "YuMincho", "Hiragino Mincho",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}
a:visited,
a:link {
  color: #353e3f;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #353e3f;
  text-decoration: none;
}
i {
  font-style: normal;
}
img {
  vertical-align: top;
}
svg {
  line-height: 1em;
  vertical-align: top;
}
.only--pc {
  display: block;
}
.only--sp {
  display: none;
}
#pagetop {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}
#blind {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #fff;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9002;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  display: none;
}
.loader.is--show {
  display: block;
}
.loader__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.bg-wrapper {
  position: relative;
  background-color: #ebf2ee;
}
.bg-wrapper[data-top="detail"] {
  margin-top: 96px;
}
.bg-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: -514px;
  left: 0;
  width: 100%;
  height: 514px;
  background-image: linear-gradient(
    0deg,
    rgb(235, 242, 238),
    rgba(235, 242, 238, 0.7) 126px,
    rgba(235, 242, 238, 0)
  );
  z-index: 1;
}
.background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.background:not([data-bg="top"]) .background--image {
  overflow-y: hidden;
}
.background:not([data-bg="top"]) .background--image {
  height: 514px;
}
.background[data-bg="top"] .background--image {
  height: 100vh;
}
.background[data-bg="top"] .background--image img {
  width: 100%;
  height: 100%;
}
.background--image {
  width: 100%;
  position: relative;
}
.logosp {
  display: none;
}
.hamburger {
  width: 72px;
  height: 57px;
  position: fixed;
  right: 64px;
  top: 64px;
  z-index: 100;
}
.hamburger a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.hamburger a:hover span {
  transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
.hamburger__bars {
  display: block;
  width: 100%;
  height: 17px;
  position: relative;
}
.hamburger__bars span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #353e3f;
  position: absolute;
  left: 0;
  transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transition: all 0.6s cubic-bezier(0.37, 0, 0.14, 0.99);
}
.hamburger__bars span:nth-of-type(1) {
  top: 0px;
  transform: scaleX(1);
}
.hamburger__bars span:nth-of-type(2) {
  top: 8px;
  transform: scaleX(0.66);
}
.hamburger__bars span:nth-of-type(3) {
  top: 16px;
  transform: scaleX(0.33);
}
.scrollContainer {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.05, 0.24, 0.04, 1);
  position: relative;
  z-index: 2;
  width: 100%;
}
.is--parallax {
  transition: transform 2s;
  transition-timing-function: cubic-bezier(0.05, 0.24, 0.04, 1);
}
.spFixed__ticket {
  display: none;
}
:root {
  font-size: 10px;
}
@media print, screen and (min-widht: 1600px) {
  :root {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  body {
    background-color: #f5f7f8;
    color: #353c3e;
    backface-visibility: hidden;
    font-family: "Zen Old Mincho", "Leida", "YuMincho", "Hiragino Mincho",
      "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .only--pc {
    display: none;
  }
  .only--sp {
    display: block;
  }
  #pagetop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9999;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #fff;
  }
  .loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9002;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    display: none;
  }
  .loader.is--show {
    display: block;
  }
  .loader__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
  }
  .background--image {
    width: 100%;
    position: relative;
  }
  .background--image.image--copy {
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scaleY(-1) translateY(1px);
  }
  .logosp {
    display: block;
    position: fixed;
    left: 6.9230769231vw;
    top: 33px;
    top: 8.8vw;
    z-index: 50;
  }
  .logosp img {
    width: 120px;
    width: 32vw;
    height: auto;
  }
  .hamburger {
    width: 36px;
    width: 9.6vw;
    height: 35px;
    height: 9.3333333333vw;
    position: fixed;
    right: 27px;
    right: 7.2vw;
    top: 23px;
    top: 6.1333333333vw;
    z-index: 100;
  }
  .hamburger a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .hamburger a:hover span {
    transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
  }
  .hamburger__bars {
    display: block;
    width: 100%;
    height: 15px;
    height: 4vw;
    position: relative;
  }
  .hamburger__bars span {
    display: block;
    height: 1px;
    height: 0.2666666667vw;
    width: 100%;
    background-color: #353e3f;
    position: absolute;
    left: 0;
    transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: all 0.6s cubic-bezier(0.37, 0, 0.14, 0.99);
  }
  .hamburger__bars span:nth-of-type(1) {
    top: 0px;
    top: 0vw;
    transform: scaleX(1);
  }
  .hamburger__bars span:nth-of-type(2) {
    top: 7px;
    top: 1.8666666667vw;
    transform: scaleX(0.66);
  }
  .hamburger__bars span:nth-of-type(3) {
    top: 14px;
    top: 3.7333333333vw;
    transform: scaleX(0.33);
  }
  .scrollContainer {
    transition: transform 1s;
    transition-timing-function: cubic-bezier(0.05, 0.24, 0.04, 1);
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .is--parallax {
    transition: transform 2s;
    transition-timing-function: cubic-bezier(0.05, 0.24, 0.04, 1);
  }
}
.container {
  padding-top: 514px;
}
.bg-wrapper {
  padding-bottom: 200px;
}
.outline__container {
  position: relative;
  top: -194px;
  margin-bottom: -194px;
}
.headline {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.headline__inner {
  position: relative;
  margin-left: 12.5vw;
  display: flex;
  justify-content: space-between;
  width: 67.5vw;
}
.headline__inner a {
  text-decoration: none;
  transition: all 0.3s;
}
/* .headline__inner a:hover {
  opacity: 0.5;
} */
.headline__title {
  color: #353c3e;
  font-family: "Leida", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.purchase_button {
  display: flex;
  width: 275px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #b9b9b9;
  pointer-events: none;
}
.purchase_button span {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
  margin-left: 24px;
}
.purchase_button span::after {
  display: inline-block;
  content: "";
  margin-left: 16px;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_arrow_lv1_white.svg") center center
    no-repeat;
  background-size: contain;
}
.headline__lang {
  display: flex;
  align-items: center;
}
.headline__lang p {
  position: relative;
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.headline__lang p.lang--ja {
  margin-right: 8px;
  padding-right: 16px;
}
.headline__lang p.lang--ja::after {
  content: "･";
  display: block;
  color: #82a4b6;
  position: absolute;
  right: 0;
  top: 0;
}
.headline__lang p.is--current {
  pointer-events: none;
}
.headline__lang p.is--current a {
  color: #353e3f;
}
.headline__lang a {
  display: block;
  color: #6c787a;
  text-decoration: none;
  transition: all 0.3s;
}
.headline__lang a:hover {
  opacity: 0.5;
}
.detail__container {
  display: flex;
  flex-direction: column;
}
.outline,
.benefits,
.ticket,
.attention {
  width: 100%;
  position: relative;
  z-index: 1;
}
.attention {
  margin-bottom: 80px;
}
.ticket {
  margin-bottom: 64px;
}
.closing {
  display: flex;
  width: 100%;
  padding: 32px 0px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.closing p {
  color: #353e3f;
  text-align: center;

  /* JP/Body − Concept PC */
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 240%; /* 43.2px */
  letter-spacing: 1.44px;
}
.coming-soon {
  display: flex;
  width: 100%;
  padding: 32px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #2d4750;
  border-bottom: 1px solid #2d4750;
  margin-bottom: 120px;
}
.coming-soon__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.coming-soon__title {
  color: #2d4750;
  font-family: "Leida", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0;
  margin: 0;
}
.coming-soon__text {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
  margin: 0;
}
.outline__inner,
.benefits__inner,
.ticket__inner,
.attention__inner {
  position: relative;
  margin-left: 12.5vw;
  width: 67.5vw;
}
.benefits__inner {
  border: 1px solid #9fd5ea;
  background: rgba(255, 255, 255, 0.4);
  padding: 24px 48px 40px 48px;
}
.outline__headline,
.benefits__headline,
.ticket__headline,
.attention__headline {
  color: #353c3e;
  flex-basis: 15vw;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}
.benefits__headline {
  text-align: center;
}
.attention__detail {
  flex-basis: 45vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.25px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.outline__detail {
  flex-basis: 45vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.25px;
  display: flex;
  flex-direction: column;
}
.benefits__detail {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.outline__detail a,
.benefits__detail a,
.ticket__detail a {
  /* color: #65a4b6; */
  text-decoration: none;
  transition: all 0.3s;
}
.outline__detail a:hover,
.benefits__detail a:hover,
.ticket__detail a:hover {
  opacity: 0.5;
}
.outline__detail dl {
  width: 100%;
  display: flex;
  gap: 72px;
}
.outline__detail dt {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
}
.outline__detail dd {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
}
.schedule_row {
  background: #e2ebee;
  padding: 24px 32px 28px 32px;
  width: 100%;
}
.schedule_row_container {
  display: flex;
  justify-content: space-between;
  padding-left: 170px;
  gap: 20px;
}
.schedule_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 192px;
  width: 100%;
}
.schedule_item--early {
  color: #2d4750;
}
.schedule_item--advance,
.schedule_item--general {
  color: #7fa0ad;
}
.schedule_label {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.72px;
  margin-bottom: 0;
}
.schedule_item--early .schedule_label {
  color: var(--Extended-Colors-Blue-Grey-05, #2d4750);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.72px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 6%; /* 1.08px */
  text-underline-offset: 10%; /* 4.5px */
  text-underline-position: from-font;
}
.schedule_period {
  font-family: "Zen Old Mincho", serif, "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.24px;
}
.schedule_period p {
  margin: 0;
}
.schedule_period_sp {
  display: none;
}
.schedule_note {
  font-family: "Zen Old Mincho", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 17.6px */
  letter-spacing: 0.66px;
  margin-top: 4px;
  margin-bottom: 0;
}
.price_details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.price_detail {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.price_detail {
  padding: 16px 32px 0px 32px;
  width: 100%;
}
.price_detail_container {
  padding-bottom: 16px;
  border-bottom: 1px solid #9fd5ea;
}
.price_detail_container {
  display: flex;
  align-items: center;
  width: 100%;
}
.price_title {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
  width: 170px;
  flex-shrink: 0;
}
.price_details .price_detail:last-child .price_detail_container {
  border-bottom: none;
  padding-bottom: 24px;
}
.price_details .price_detail:first-child {
  padding-top: 24px;
}
.price_title p {
  margin: 0;
}
.price_values {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: baseline;
  gap: 20px;
}
.price_early {
  color: #65a4b6;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
  max-width: 192px;
  width: 100%;
  text-align: left;
}
.price_advance,
.price_general {
  color: #7fa0ad;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  width: 100%;
  max-width: 192px;
  text-align: left;
}
.benefit_container div:first-of-type {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  align-items: center;
  min-height: 80px;
}
.benefit_container {
  width: 26.25vw;
}
.benefit_number {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
.benefit_title {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
}
.benefit_contents {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.24px;
}
.ticket__detail {
  display: flex;
  flex-direction: column;
}
.ticket_container {
  display: flex;
  gap: 40px;
  padding: 40px 0;
}
.ticket_container:first-of-type {
  border-top: 1px solid #9fd5ea;
  border-bottom: 1px solid #9fd5ea;
}
.ticket_container:last-of-type {
  border-bottom: 1px solid #9fd5ea;
}
.ticket_container:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #9fd5ea;
}
.ticket_content {
  width: 100%;
  margin-bottom: 24px;
}
.ticket_content_headline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: 0.96px;
  margin-bottom: 24px;
}
.ticket_content_headline p:first-of-type br {
  display: none;
}
.ticket_content_headline p:last-of-type {
  display: none;
}
.ticket_content_dates {
  display: flex;
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}
.ticket_content_dates .ticket_value {
  color: #6c6e6f;

  /* JP/Headline - Medium */
  font-family: "Zen Old Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
  text-decoration-line: line-through;
  text-decoration-thickness: 0.5px;
}
.ticket_label {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.ticket_content_period {
  display: flex;
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.96px;
}
.ticket_precautions {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
}
.ticket_purchase_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  border-left: 1px solid #9fd5ea;
  gap: 16px;
}
.ticket_purchase_container p {
  color: #353c3e;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: 0.96px;
}
.ticket_purchase_container .purchase_button {
  width: 163px;
}
.container.lang--en .message__detail,
.container.lang--en .outline__detail,
.container.lang--en .access__detail {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 320px;
    padding-top: 85.3333333333vw;
    padding-bottom: 0;
  }
  .bg-wrapper {
    padding-bottom: 42.6666666667vw;
  }
  .headline {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 56px;
    margin-bottom: 14.358974358974359vw;
  }
  .headline__inner {
    position: relative;
    margin-left: 6.9230769231vw;
    width: 86.1538461538vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headline__title {
    font-family: "Leida", serif;
    font-size: 20px;
    font-size: 5.128205128205128vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
  .headline__lang {
    display: flex;
    align-items: center;
  }
  .headline__lang p {
    position: relative;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 120%;
    letter-spacing: 0.5px;
    letter-spacing: 0.1333333333vw;
    display: flex;
    align-items: center;
  }
  .headline__lang p.lang--ja {
    margin-right: 8px;
    margin-right: 2.1333333333vw;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
  }
  .headline__lang p.lang--ja::after {
    content: "･";
    display: block;
    color: #82a4b6;
    position: absolute;
    right: 0;
    top: 0;
  }
  .headline__lang p.is--current {
    pointer-events: none;
  }
  .headline__lang p.is--current a {
    color: #353e3f;
  }
  .headline__lang a {
    display: block;
    color: #6c787a;
    text-decoration: none;
    transition: none;
  }
  .headline__lang a:hover {
    opacity: 1;
  }
  .headline__inner .purchase_button {
    width: 135px;
    width: 34.615384615384615vw;
    height: 40px;
    height: 10.256410256410256vw;
  }
  .headline__inner .purchase_button span::after {
    margin-left: 12px;
    margin-left: 3.076923076923077vw;
  }
  .outline,
  .access,
  .ticket,
  .benefits,
  .attention {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .message__inner,
  .outline__inner,
  .access__inner,
  .ticket__inner,
  .benefits__inner,
  .attention__inner {
    position: relative;
    margin-left: 6.9230769231vw;
    width: 86.1538461538vw;
  }
  .message__headline,
  .outline__headline,
  .access__headline,
  .attention__headline {
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-size: 4.102564102564103vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.64px;
    margin-bottom: 16px;
    margin-bottom: 4.102564102564103vw;
  }
  /* .message__detail,
  .outline__detail,
  .access__detail {
    margin-left: 6.1538461538vw;
    width: 80vw;
    padding-top: 40px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 200%;
    letter-spacing: 0.25px;
    letter-spacing: 0.0666666667vw;
  } */
  .message__detail a,
  .outline__detail a,
  .access__detail a {
    color: #353e3f;
    text-decoration: none;
    transition: none;
  }
  .message__detail a:hover,
  .outline__detail a:hover,
  .access__detail a:hover {
    opacity: 1;
  }
  .attention {
    margin-bottom: 10.256410256410256vw;
  }
  .ticket {
    margin-bottom: 10.256410256410256vw;
  }
  .closing {
    padding: 7.17948718vw 0vw;
    flex-direction: column;
    align-items: center;
    gap: 7.17948718vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .closing p {
    font-size: 3.58974359vw;
  }
  .coming-soon {
    padding: 8.205128205128205vw 0vw;
    border-top: 1px solid #2d4750;
    border-bottom: 1px solid #2d4750;
    margin-bottom: 56px;
    margin-bottom: 14.35897436vw;
  }
  .coming-soon__title {
    font-size: 20px;
    font-size: 5.128205128205128vw;
  }
  .coming-soon__text {
    font-size: 14px;
    font-size: 3.58974358974359vw;
  }
  .outline__detail dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .outline__detail dl:last-of-type {
    margin-bottom: 0;
  }
  .outline__detail dt {
    width: 100%;
    min-width: none;
    max-width: none;
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
  }
  .outline__detail dd {
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    font-style: normal;
    font-size: 3.076923076923077vw;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
  }
  .outline__detail a {
    /* color: #65a4b6; */
    text-decoration: none;
    transition: all 0.3s;
    word-break: break-all;
  }
  .outline__detail a:hover {
    opacity: 0.5;
  }
  .container.lang--en .message__detail,
  .container.lang--en .outline__detail,
  .container.lang--en .access__detail {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 200%;
    letter-spacing: 0.25px;
    letter-spacing: 0.0666666667vw;
  }
  .schedule_item--early .schedule_label {
    font-size: 12px;
    font-size: 3.076923076923077vw;
  }
  .schedule_period {
    font-size: 10px;
    font-size: 2.564102564102564vw;
  }
  .schedule_row {
    background: #e2ebee;
    padding: 14px;
    padding: 3.58974359vw;
    width: 100%;
  }
  .schedule_row_container {
    gap: 8px;
    gap: 2.051282051282051vw;
    padding-left: 88px;
    padding-left: 22.56410256vw;
  }
  .schedule_item {
    width: 100%;
  }
  .schedule_label {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    letter-spacing: 0.64px;
  }
  .schedule_period {
    font-size: 10px;
    font-size: 2.564102564102564vw;
  }
  .schedule_period_pc {
    display: none;
  }
  .schedule_period_sp {
    display: block;
  }
  .schedule_note {
    font-size: 10px;
    font-size: 2.564102564102564vw;
    letter-spacing: 0.5px;
  }
  .price_details {
    width: 100%;
  }
  .price_detail {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 0px 14px 14px 14px;
    padding: 0px 3.58974359vw 3.58974359vw 3.58974359vw;
  }
  .price_detail_container {
    align-items: flex-start;
    gap: 12px;
    gap: 3.076923076923077vw;
  }
  .price_details .price_detail:last-child .price_detail_container {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .price_details .price_detail:first-child {
    padding-top: 14px;
    padding-top: 3.58974359vw;
  }
  .price_title {
    color: #353c3e;
    font-family: "Zen Old Mincho", serif;
    font-size: 10px;
    font-size: 2.564102564102564vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
    width: 78px;
    width: 20vw;
  }
  .price_values {
    gap: 2.051282051282051vw;
    width: 100%;
  }
  .price_early {
    color: #65a4b6;
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 32.4px */
    letter-spacing: 0.72px;
    width: 100%;
  }
  .price_advance,
  .price_general {
    color: #7fa0ad;
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.64px;
    width: 100%;
  }
  .ticket__detail {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .ticket_container {
    display: flex;
    flex-direction: column;
    gap: 10.256410256410256vw;
    padding: 10.256410256410256vw 0;
    border-top: none;
    border-bottom: none;
  }
  .ticket_container:first-of-type {
    border-top: 1px solid #9fd5ea;
    border-bottom: 1px solid #9fd5ea;
  }
  .ticket_container:last-of-type {
    border-bottom: 1px solid #9fd5ea;
  }
  .ticket_content {
    width: 100%;
    margin-bottom: 0;
  }
  .ticket_content_headline p:last-of-type {
    display: block;
  }
  .ticket_content_headline p:first-of-type {
    width: 61.538461538461538vw;
  }
  .ticket_content_headline p:first-of-type br {
    display: block;
  }
  .ticket_content_headline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #353c3e;
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    font-size: 5.128205128205128vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 36px */
    letter-spacing: 0.8px;
    margin-bottom: 24px;
    align-items: center;
  }
  .ticket_content_dates {
    display: block;
    color: #353c3e;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-size: 4.102564102564103vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.64px;
    margin-bottom: 16px;
  }
  .ticket_content_dates .ticket_value {
    font-size: 16px;
    font-size: 4.1025641vw;
  }
  .ticket_label {
    width: 30.769230769230769vw;
    min-width: 30.769230769230769vw;
    max-width: 30.769230769230769vw;
  }
  .ticket_content_period {
    color: #353c3e;
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    font-size: 3.58974358974359vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
  }
  .ticket_precautions {
    color: #353c3e;
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
  }
  .ticket_purchase_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    border-left: none;
    gap: 0;
  }
  .ticket_purchase_container p {
    display: none;
  }
  .ticket_purchase_container .purchase_button {
    width: 163px;
    width: 41.794871794871795vw;
    font-size: 14px;
    font-size: 3.58974358974359vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
    height: 48px;
    height: 12.307692307692308vw;
  }
  .purchase_button span {
    font-size: 14px;
    font-size: 3.58974358974359vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
    margin-left: 16px;
    margin-left: 4.102564102564103vw;
  }
  .purchase_button span::after {
    margin-left: 4.102564102564103vw;
    width: 4.102564102564103vw;
    height: 4.102564102564103vw;
  }
  .attention__detail {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
  }
  .benefits__inner {
    padding: 6.153846153846154vw 10.256410256410256vw 10.256410256410256vw
      10.256410256410256vw;
  }
  .benefits__headline {
    margin-bottom: 16px;
    margin-bottom: 4.102564102564103vw;
    font-size: 16px;
    font-size: 4.102564102564103vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.64px;
  }
  .benefits__detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    gap: 4.102564102564103vw;
  }
  .benefit_container:first-of-type {
    padding-bottom: 24px;
    padding-bottom: 6.153846153846154vw;
    border-bottom: 1px solid var(--KAM-blue-main, #9fd5ea);
  }
  .benefit_container div:first-of-type {
    display: flex;
    gap: 8px;
    gap: 2.051282051282051vw;
    flex-direction: column;
    margin-bottom: 8px;
    margin-bottom: 2.051282051282051vw;
    min-height: unset;
  }
  .benefit_container {
    width: 100%;
    text-align: center;
  }
  .benefit_title {
    color: #353c3e;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-size: 4.102564102564103vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.64px;
  }
  .benefit_container img {
    width: 37.5px;
    width: 9.615384615384616vw;
    height: 37.5px;
    height: 9.615384615384616vw;
  }
  .benefit_contents {
    color: #353c3e;
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
  }
}
