@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap";
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input,
select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html,
body {
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans,
    Meiryo, sans-serif;
  overflow-x: hidden;
}
body {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.75;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: auto;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
:where(a) {
  color: inherit;
}
:where(dialog) {
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
  padding: unset;
  margin: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}
:focus:not(:focus-visible) {
  outline: none;
}
:where(:root[data-mousedown] dialog *) {
  outline: none;
}
[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #dadada;
}
::-webkit-scrollbar-thumb {
  background: var(--grad--02);
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
img,
svg {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
:target:before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}
:root {
  --color-black: #0e174c;
  --color-white: #ffffff;
  --color-gold: #d4af37;
  --color-red: #ff0000;
  --color-red2: #b22222;
  --grad--01: linear-gradient(90deg, #b57ae3 0%, #1232bd 100%);
  --grad--02: linear-gradient(45deg, #ff85bc 0%, #bd94e1 50%, #6ca1ff 100%);
  --grad--bg: linear-gradient(45deg, #ffc1dd 0%, #e1c0ff 50%, #aac8ff 100%);
  --grad--footer: linear-gradient(90deg, #406fdc 0%, #292aa0 100%);
}
::selection {
  color: #fff;
  background-color: #b57ae3;
}
canvas,
#tsparticles {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 1920px;
  height: 920px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.position-center {
  position: fixed;
  inset: 0;
  margin: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media screen and (max-width: 59.8125em) {
  .text-center-sp {
    text-align: center;
  }
  .text-right-sp {
    text-align: right;
  }
  .text-left-sp {
    text-align: left;
  }
}
.margin-auto {
  margin: auto;
}
@media screen and (min-width: 59.875em) {
  .text-center-pc {
    text-align: center;
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(50px);
}
.lh-124 {
  line-height: 124%;
}
.ls-m-sm {
  letter-spacing: -0.01em;
}
.ls-00 {
  letter-spacing: 0em;
}
.ls-06 {
  letter-spacing: 0.06em;
}
.ls-12 {
  letter-spacing: 0.12em;
}
.ls-18 {
  letter-spacing: 0.18em;
}
.ls-normal {
  letter-spacing: normal;
}
.liner-purple {
  background: linear-gradient(transparent 74%, var(--color-purple) 74%);
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-d-bold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-ex-bold {
  font-weight: 800;
}
@media screen and (min-width: 59.875em) {
  .fs-12 {
    font-size: 12px !important;
  }
  .fs-13 {
    font-size: 13px !important;
  }
  .fs-14 {
    font-size: 14px !important;
  }
  .fs-15 {
    font-size: 15px !important;
  }
  .fs-16 {
    font-size: 16px !important;
  }
  .fs-18 {
    font-size: 18px !important;
  }
  .fs-20 {
    font-size: 20px !important;
  }
  .fs-24 {
    font-size: 24px !important;
  }
  .fs-28 {
    font-size: 28px !important;
  }
  .fs-30 {
    font-size: 30px !important;
  }
  .fs-32 {
    font-size: 32px !important;
  }
  .fs-36 {
    font-size: 36px !important;
  }
  .fs-40 {
    font-size: 40px !important;
  }
  .fs-48 {
    font-size: 48px !important;
  }
  .fs-54 {
    font-size: 54px !important;
  }
}
@media screen and (max-width: 59.8125em) {
  .fs-24-sp {
    font-size: 3.125vw !important;
  }
  .fs-28-sp {
    font-size: 3.6458333333vw !important;
  }
  .fs-32-sp {
    font-size: 4.1666666667vw !important;
  }
  .fs-36-sp {
    font-size: 4.6875vw !important;
  }
  .fs-40-sp {
    font-size: 5.2083333333vw !important;
  }
  .fs-42-sp {
    font-size: 5.46875vw !important;
  }
  .fs-48-sp {
    font-size: 6.25vw !important;
  }
  .fs-52-sp {
    font-size: 6.7708333333vw !important;
  }
  .fs-58-sp {
    font-size: 7.5520833333vw !important;
  }
  .fs-80-sp {
    font-size: 10.4166666667vw !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
@media screen and (max-width: 59.8125em) {
  .mb-16-sp {
    margin-bottom: 2.0833333333vw !important;
  }
  .mb-32-sp {
    margin-bottom: 4.1666666667vw !important;
  }
  .mb-40-sp {
    margin-bottom: 5.2083333333vw !important;
  }
  .mb-48-sp {
    margin-bottom: 6.25vw !important;
  }
  .mb-68-sp {
    margin-bottom: 8.8541666667vw !important;
  }
  .mb-80-sp {
    margin-bottom: 10.4166666667vw !important;
  }
}
.gap-16 {
  gap: 16px !important;
}
@media screen and (max-width: 59.8125em) {
  .gap-16-sp {
    gap: 2.0833333333vw !important;
  }
}
.list-disk {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-disk li {
  position: relative;
  line-height: 1.75;
  padding-left: 1.25em;
  margin-bottom: 16px;
}
@media screen and (max-width: 59.8125em) {
  .list-disk li {
    margin-bottom: 2.0833333333vw;
  }
}
.list-disk li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.list-note {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-note li {
  position: relative;
  line-height: 1.75;
  padding-left: 1.5em;
}
.list-note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.list-setlist {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 59.8125em) {
  .list-setlist {
    padding-left: 2em;
  }
}
.list-setlist li {
  position: relative;
  line-height: 2;
}
.list-setlist li span {
  display: inline-block;
  width: 24px;
}
@media screen and (max-width: 59.8125em) {
  .list-setlist li span {
    position: absolute;
    left: -1.8em;
  }
}
.underline {
  text-decoration: underline;
}
.hidden-pc {
  display: none !important;
}
@media screen and (max-width: 59.8125em) {
  .hidden-pc {
    display: block !important;
  }
}
.hidden-sp {
  display: block !important;
}
@media screen and (max-width: 59.8125em) {
  .hidden-sp {
    display: none !important;
  }
}
body {
  position: relative;
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  line-height: 175%;
  font-feature-settings: "pkna" 1;
  color: var(--color-black);
}
.serif {
  font-family: Cormorant Garamond, Shippori Mincho, 游明朝, Yu Mincho, 游明朝体,
    YuMincho, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HiraMinProN-W3, HGS明朝E,
    ＭＳ Ｐ明朝, MS PMincho, serif;
}
.serif-jp {
  font-family: Shippori Mincho, 游明朝, Yu Mincho, 游明朝体, YuMincho,
    ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HiraMinProN-W3, HGS明朝E,
    ＭＳ Ｐ明朝, MS PMincho, serif;
}
.serif :lang(en) {
  font-size: 1.1em;
}
a {
  transition: all 0.3s;
}
@media screen and (max-width: 59.8125em) {
  a {
    transition: all 0s;
  }
}
.tx-grad {
  background: var(--grad--01);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
p,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  line-height: 174%;
}
.wrapper {
  position: relative;
}
.section {
  position: relative;
  margin: 0 auto 80px;
}
@media screen and (max-width: 59.8125em) {
  .section {
    margin: 0 auto 15.625vw;
  }
}
.section:nth-child(odd) {
  padding: 80px 0;
  background-color: #f5f5ff;
}
@media screen and (max-width: 59.8125em) {
  .section:nth-child(odd) {
    padding: 15.625vw 0;
  }
}
.container,
.contents,
.contents-outer {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.container {
  max-width: 960px;
}
@media screen and (max-width: 59.8125em) {
  .container {
    max-width: 93.75vw;
  }
}
.contents {
  max-width: 760px;
}
@media screen and (max-width: 59.8125em) {
  .contents {
    max-width: 80.2083333333vw;
  }
}
.contents-outer {
  max-width: 760px;
}
.header {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 59.8125em) {
  .header {
    margin-bottom: 7.8125vw;
  }
}
.header:after {
  content: "";
  position: absolute;
  width: 498px;
  height: 273px;
  right: 0;
  top: 0;
  background: url(/orchestra2512/images/common/bg-west.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .header:after {
    width: 100vw;
    height: 54.8177083333vw;
    top: inherit;
    bottom: -27.34375vw;
    z-index: 1;
  }
}
.head-logo {
  width: 463px;
  height: 242px;
  margin: 74px auto 42px;
}
@media screen and (max-width: 59.8125em) {
  .head-logo {
    width: 88.5416666667vw;
    height: 46.3541666667vw;
    margin: 20.8333333333vw auto 1.8229166667vw;
  }
}
.head-icon {
  width: 18px;
  height: 39px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 59.8125em) {
  .head-icon {
    width: 2.8645833333vw;
    height: 6.5104166667vw;
    margin: 0 auto 3.90625vw;
  }
}
.head-copy {
  position: relative;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 175%;
  text-align: center;
}
@media screen and (max-width: 59.8125em) {
  .head-copy {
    font-size: 4.1666666667vw;
  }
}
.head-copy:before,
.head-copy:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 84px;
  background: url(/orchestra2512/images/common/copy-bg.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .head-copy:before,
  .head-copy:after {
    width: 8.4635416667vw;
    height: 16.015625vw;
  }
}
.head-copy:before {
  left: 0;
}
.head-copy:after {
  right: 0;
  transform: scaleX(-1);
}
.contents-sm {
  width: 564px;
  margin: 0 auto;
}
@media screen and (max-width: 59.8125em) {
  .contents-sm {
    width: 75.5208333333vw;
  }
}
.ttl-information {
  width: 613px;
  height: 96px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-information {
    width: 87.890625vw;
    height: 13.28125vw;
    margin: 0vw auto 5.9895833333vw;
  }
}
.tx-about {
  font-size: 32px;
  letter-spacing: 0.01em;
  line-height: 142%;
  text-align: center;
  background: var(--grad--01);
  margin-bottom: 32px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 59.8125em) {
  .tx-about {
    font-size: 6.25vw;
  }
}
.info-data {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 59.8125em) {
  .info-data {
    gap: 5.2083333333vw;
    margin-bottom: 10.4166666667vw;
  }
}
.label {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 4px 8px;
}
.label-02 {
  border: 2px solid var(--color-black);
  padding: 4px 8px;
}
.info-data:nth-of-type(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 59.8125em) {
  .info-data:nth-of-type(1) {
    margin-bottom: 10.4166666667vw;
  }
}
.info-data-dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: url(/orchestra2512/images/common/bg-circle.webp) center/contain
    no-repeat;
  color: var(--color-white);
  font-size: 18px;
}
@media screen and (max-width: 59.8125em) {
  .info-data-dt {
    font-size: 5.2083333333vw;
    width: 21.3541666667vw;
    height: 21.3541666667vw;
  }
}
.info-data-dd {
  margin-top: 18px;
}
@media screen and (max-width: 59.8125em) {
  .info-data-dd {
    width: 67.7083333333vw;
    margin-top: 2.6041666667vw;
  }
}
.info-data-dd p {
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 59.8125em) {
  .info-data-dd p {
    font-size: 7.5520833333vw;
    letter-spacing: 0;
  }
}
.info-data-dd-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 59.8125em) {
  .info-data-dd-item {
    flex-wrap: wrap;
    gap: 2.6041666667vw;
  }
}
.tx-xxs {
  font-size: 13px;
}
@media screen and (max-width: 59.8125em) {
  .tx-xxs {
    font-size: 3.125vw;
  }
}
.tx-xs {
  font-size: 20px;
}
@media screen and (max-width: 59.8125em) {
  .tx-xs {
    font-size: 4.1666666667vw;
  }
}
.tx-sm {
  font-size: 20px;
}
@media screen and (max-width: 59.8125em) {
  .tx-sm {
    font-size: 5.2083333333vw;
  }
}
.tx-lg {
  font-size: 32px;
}
@media screen and (max-width: 59.8125em) {
  .tx-lg {
    font-size: 6.7708333333vw;
  }
}
.list {
  margin: 22px 0 15px;
  letter-spacing: 0.02em;
  text-indent: -0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 59.8125em) {
  .list {
    margin: 5.9895833333vw 0 3.125vw 3.125vw;
  }
}
.list li {
  position: relative;
  font-size: 14px;
  line-height: 175%;
}
@media screen and (max-width: 59.8125em) {
  .list li {
    font-size: 3.125vw;
  }
}
.note {
  position: relative;
  padding-left: 1em;
  font-size: 12px !important;
}
@media screen and (max-width: 59.8125em) {
  .note {
    margin-left: 3.125vw;
    font-size: 3.125vw !important;
  }
}
.note:before {
  content: "※";
  position: absolute;
  left: 0;
}
.setlist {
  position: relative;
}
.setlist:after {
  content: "";
  position: absolute;
  width: 699px;
  height: 399px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(/orchestra2512/images/common/bg-east.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .setlist:after {
    width: 100vw;
    height: 54.8177083333vw;
    top: -23.4375vw;
    z-index: 1;
    transform: scaleX(-1);
  }
}
.h-liner {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 36px;
  margin-bottom: 32px;
}
@media screen and (max-width: 59.8125em) {
  .h-liner {
    font-size: 8.8541666667vw;
    padding-top: 7.5520833333vw;
    padding-bottom: 8.0729166667vw;
    margin-bottom: 11.4583333333vw;
  }
}
.h-liner:after {
  content: "";
  position: absolute;
  width: 102px;
  height: 28px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: url(/orchestra2512/images/common/h-liner.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .h-liner:after {
    width: 22.5260416667vw;
    height: 6.25vw;
  }
}
.set-contents {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 59.8125em) {
  .set-contents {
    padding: 9.8958333333vw 0;
  }
}
.set-contents:before,
.set-contents:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 759px;
  height: 80px;
  background: url(/orchestra2512/images/common/frame-setlist.webp) center
    top/100% auto no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .set-contents:before,
  .set-contents:after {
    background: url(/orchestra2512/images/common/frame-setlist-sp.webp) center
      top/100% auto no-repeat;
    width: 93.75vw;
    height: 9.8958333333vw;
  }
}
.set-contents:before {
  top: 0;
}
.set-contents:after {
  bottom: 0;
  transform: scaleY(-1);
}
.set-contents-inner {
  width: 759px;
  margin: 0 auto;
  padding: 0 24px 24px;
  background: url(/orchestra2512/images/common/frame-setlist-liner.webp)
    center/contain repeat-y;
}
@media screen and (max-width: 59.8125em) {
  .set-contents-inner {
    background: url(/orchestra2512/images/common/frame-setlist-liner-sp.webp)
      center/contain repeat-y;
    width: 93.75vw;
    padding: 0 6.25vw 7.2916666667vw;
  }
}
.ttl-set-h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-set-h3 {
    font-size: 4.1666666667vw;
    margin-bottom: 6.25vw;
  }
}
.set-list-num {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
@media screen and (max-width: 59.8125em) {
  .set-list-num {
    margin: 0 0 6.25vw;
  }
}
.set-list-num:last-of-type {
  margin-bottom: 0;
}
.set-list-num li {
  font-size: 20px;
  line-height: 240%;
}
@media screen and (max-width: 59.8125em) {
  .set-list-num li {
    font-size: 3.6458333333vw;
  }
}
.set-list-num.part1 {
  counter-reset: song 0;
}
.set-list-num.part1 li {
  counter-increment: song;
}
.set-list-num.part1 li:before {
  content: counter(song) ". ";
}
.set-list-num.part2 {
  counter-reset: song 6;
}
.set-list-num.part2 li {
  counter-increment: song;
}
.set-list-num.part2 li:before {
  content: counter(song) ". ";
}
.ttl-ticket {
  width: 427px;
  height: 96px;
  margin: 0 auto 86px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-ticket {
    width: 59.8958333333vw;
    height: 13.28125vw;
    margin: 0vw auto 13.8020833333vw;
  }
}
.ticket-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 930px;
  gap: 68px 45px;
  margin-bottom: 52px;
}
@media screen and (max-width: 59.8125em) {
  .ticket-price {
    width: 100%;
    gap: 12.5vw;
    margin-bottom: 10.4166666667vw;
    justify-content: center;
    text-align: center;
  }
}
.ticket-price li {
  position: relative;
  width: 442px;
}
@media screen and (max-width: 59.8125em) {
  .ticket-price li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78.125vw;
    height: 11.4583333333vw;
  }
}
.ico-bonus:after {
  content: "";
  position: absolute;
  width: 138px;
  height: 37px;
  top: -36px;
  right: -12px;
  transform: rotate(6deg);
  background: url(/orchestra2512/images/common/ico-bonus.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .ico-bonus:after {
    width: 29.4270833333vw;
    height: 8.3333333333vw;
    left: inherit;
    top: -7.5520833333vw;
    right: -3.125vw;
    transform: rotate(6deg);
  }
}
.bonus-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 59.8125em) {
  .bonus-box {
    margin-bottom: 5.2083333333vw;
  }
}
.bonus-box:last-of-type {
  margin-bottom: 52px;
}
@media screen and (max-width: 59.8125em) {
  .bonus-box:last-of-type {
    margin-bottom: 5.46875vw;
  }
}
.bonus-box-inner {
  margin: 16px auto 0;
  padding: 0 50px;
}
@media screen and (max-width: 59.8125em) {
  .bonus-box-inner {
    margin: 2.6041666667vw auto 0;
    padding: 0 8.8541666667vw;
  }
}
.bonus-box-inner p {
  font-size: 15px;
  line-height: 175%;
}
@media screen and (max-width: 59.8125em) {
  .bonus-box-inner p {
    font-size: 3.125vw;
  }
}
.ttl-bonus {
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 175%;
}
@media screen and (max-width: 59.8125em) {
  .ttl-bonus {
    padding-left: 8.8541666667vw;
    margin-bottom: 5.2083333333vw;
    font-size: 5.2083333333vw;
    line-height: 142%;
  }
}
.ttl-bonus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 26px;
  height: 28px;
  background: url(/orchestra2512/images/common/ico-present.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .ttl-bonus:before {
    left: 1.8229166667vw;
    width: 5.7291666667vw;
    height: 6.25vw;
  }
}
.ttl-schedule {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 24px;
  display: inline-block;
}
@media screen and (max-width: 59.8125em) {
  .ttl-schedule {
    font-size: 6.25vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
.separator {
  width: 190px;
  height: 86px;
  margin: 0 auto;
}
@media screen and (max-width: 59.8125em) {
  .separator {
    width: 43.4895833333vw;
    height: 19.6614583333vw;
  }
}
.marker {
  display: inline;
  background: linear-gradient(transparent 60%, #ffea6d 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.frame-default {
  position: relative;
  width: 950px;
  background: var(--color-white);
  padding: 16px 0;
  margin-bottom: 26px;
}
@media screen and (max-width: 59.8125em) {
  .frame-default {
    width: 92.4479166667vw;
    padding: 1.953125vw 0;
    margin-bottom: 5.46875vw;
  }
}
.frame-default:last-of-type {
  margin-bottom: 0;
}
.frame-default:before,
.frame-default:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.frame-default-liner {
  width: 960px;
  background: url(/orchestra2512/images/common/frame-default-liner.webp)
    center/contain repeat-y;
  margin-left: -5px;
}
@media screen and (max-width: 59.8125em) {
  .frame-default-liner {
    width: 93.75vw;
    background: url(/orchestra2512/images/common/frame-default-liner-sp.webp)
      center/contain repeat-y;
    margin-left: -0.6510416667vw;
  }
}
.frame-default-inner {
  padding: 48px 0;
}
@media screen and (max-width: 59.8125em) {
  .frame-default-inner {
    padding: 8.8541666667vw 0;
  }
}
.bg-frame-top {
  position: absolute;
  width: 960px;
  height: 21px;
  top: -5px;
  left: -5px;
  background: url(/orchestra2512/images/common/frame-default.webp) center
    top/100% auto no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .bg-frame-top {
    width: 93.75vw;
    height: 2.734375vw;
    top: -0.6510416667vw;
    left: -0.6510416667vw;
    background: url(/orchestra2512/images/common/frame-default-sp.webp) center
      top/100% auto no-repeat;
  }
}
.bg-frame-bottom {
  position: absolute;
  width: 960px;
  height: 21px;
  bottom: -5px;
  left: -5px;
  background: url(/orchestra2512/images/common/frame-default.webp) center
    bottom/100% auto no-repeat;
  transform: scaleY(-1);
}
@media screen and (max-width: 59.8125em) {
  .bg-frame-bottom {
    width: 93.75vw;
    height: 2.734375vw;
    bottom: -0.6510416667vw;
    left: -0.6510416667vw;
    background: url(/orchestra2512/images/common/frame-default-sp.webp) center
      bottom/100% auto no-repeat;
  }
}
.ttl-side-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-side-wrap {
    gap: 1.3020833333vw;
    margin-bottom: 4.1666666667vw;
  }
}
.ttl-side-deco {
  flex: 0 0 84px;
  height: 19px;
  background: url(/orchestra2512/images/common/h-liner.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .ttl-side-deco {
    flex: 0 0 13.5416666667vw;
    height: 3.125vw;
  }
}
.ttl-side-liner {
  font-size: 24px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 59.8125em) {
  .ttl-side-liner {
    font-size: 4.6875vw;
  }
}
.ticket-box {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  margin-bottom: 16px;
}
@media screen and (max-width: 59.8125em) {
  .ticket-box {
    gap: 4.1666666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.ticket-box:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 59.8125em) {
  .ticket-box:last-of-type {
    margin-bottom: 5.2083333333vw;
  }
}
.ticket-box-dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b57ae3;
  width: 132px;
  color: var(--color-white);
}
@media screen and (max-width: 59.8125em) {
  .ticket-box-dt {
    padding: 0.5208333333vw 0;
    width: 17.1875vw;
    font-size: 3.6458333333vw;
  }
}
.ticket-box-dd {
  font-size: 18px;
}
@media screen and (max-width: 59.8125em) {
  .ticket-box-dd {
    width: 58.8541666667vw;
    font-size: 3.6458333333vw;
    line-height: 150%;
  }
}
.btn-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 407px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: var(--color-white);
  background: var(--grad--02);
}
@media screen and (max-width: 59.8125em) {
  .btn-link {
    width: 80.2083333333vw;
    height: 13.0208333333vw;
    border-radius: 130.078125vw;
    font-size: 3.6458333333vw;
  }
}
.btn-link:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 9px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 62 9" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M61.207 8.58398H0V7.58398H58.793L52.6465 1.4375L53.3535 0.730469L61.207 8.58398Z" /></svg>')
    center/contain no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .btn-link:after {
    width: 7.9427083333vw;
    height: 1.0416666667vw;
    right: 2.0833333333vw;
  }
}
.btn-link.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #aaa;
  background: #eee;
  text-decoration: none;
}
.btn-link-lg {
  width: 524px;
}
@media screen and (max-width: 59.8125em) {
  .btn-link-lg {
    width: 100%;
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.ttl-broadcast {
  width: 559px;
  height: 96px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-broadcast {
    width: 79.6875vw;
    height: 13.28125vw;
    margin: 0vw auto 5.9895833333vw;
  }
}
.h-note {
  position: relative;
  display: inline-block;
  padding-top: 40px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 59.8125em) {
  .h-note {
    padding-top: 8.8541666667vw;
    margin-bottom: 3.125vw;
    font-size: 5.2083333333vw;
  }
}
.h-note:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 34px;
  background: url(/orchestra2512/images/common/h-note.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .h-note:before {
    width: 5.078125vw;
    height: 6.7708333333vw;
  }
}
.broad-box {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 59.8125em) {
  .broad-box {
    width: 100%;
    gap: 4.1666666667vw;
    margin-bottom: 1.5625vw;
  }
}
.broad-box:last-of-type {
  margin-bottom: 8px;
}
@media screen and (max-width: 59.8125em) {
  .broad-box:last-of-type {
    margin-bottom: 4.1666666667vw;
  }
}
.broad-box-dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b57ae3;
  width: 184px;
  color: var(--color-white);
}
@media screen and (max-width: 59.8125em) {
  .broad-box-dt {
    padding: 0.5208333333vw 0;
    width: 33.0729166667vw;
    font-size: 3.6458333333vw;
  }
}
.broad-box-dd {
  width: 285px;
}
@media screen and (max-width: 59.8125em) {
  .broad-box-dd {
    width: 42.96875vw;
  }
}
.cast {
  position: relative;
}
.cast:after {
  content: "";
  position: absolute;
  width: 768px;
  height: 421px;
  right: 0;
  top: 0;
  z-index: -1;
  background: url(/orchestra2512/images/common/bg-south.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .cast:after {
    width: 100vw;
    height: 54.8177083333vw;
    top: 0vw;
    z-index: -1;
  }
}
.ttl-cast {
  width: 388px;
  height: 96px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-cast {
    width: 53.90625vw;
    height: 13.28125vw;
    margin: 0vw auto 5.9895833333vw;
  }
}
.cast-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 620px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 59.8125em) {
  .cast-list {
    gap: 3.125vw;
    width: 100%;
    margin-bottom: 8.8541666667vw;
  }
}
.cast-list li {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.cast-list li img {
  transition: 0.3s;
}
.cast-list li:hover img {
  opacity: 0.8;
}
.cast-list li:hover .detail-cast {
  color: #b57ae3;
}
.thumb-cast {
  position: relative;
  width: 100%;
}
.thumb-cast:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 290px;
  height: 338px;
  background: url(/orchestra2512/images/common/img-castbox.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .thumb-cast:after {
    width: 45.3125vw;
    height: 52.734375vw;
  }
}
.img-cast {
  width: 290px;
  height: 287px;
  padding: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 59.8125em) {
  .img-cast {
    width: 45.3125vw;
    height: 44.53125vw;
    padding: 0.6510416667vw;
  }
}
.detail-cast {
  font-size: 26px;
  letter-spacing: -0.1em;
  line-height: 124%;
  text-align: center;
  margin-top: 70px;
  transition: 0.3s;
}
@media screen and (max-width: 59.8125em) {
  .detail-cast {
    font-size: 4.1666666667vw;
    margin-top: 11.1979166667vw;
  }
}
.ttl-notes {
  width: 942px;
  height: 96px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-notes {
    width: 88.28125vw;
    height: 24.4791666667vw;
    margin: 0vw auto 5.9895833333vw;
  }
}
.ttl-goods {
  width: 456px;
  height: 96px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-goods {
    width: 64.1927083333vw;
    height: 13.28125vw;
    margin: 0vw auto 5.9895833333vw;
  }
}
.thumb-goods {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 59.8125em) {
  .thumb-goods {
    margin-bottom: 3.125vw;
  }
}
.thumb-goods:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 290px;
  height: 286px;
  background: url(/orchestra2512/images/common/img-goodsbox.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .thumb-goods:after {
    width: 45.3125vw;
    height: 44.6614583333vw;
  }
}
.img-goods {
  width: 290px;
  height: 287px;
  padding: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 59.8125em) {
  .img-goods {
    width: 45.3125vw;
    height: 44.53125vw;
    padding: 0.6510416667vw;
  }
}
.goods-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 44px;
  margin: 0 auto;
}
@media screen and (max-width: 59.8125em) {
  .goods-list {
    gap: 5.2083333333vw 3.125vw;
    width: 100%;
  }
}
.goods-list li {
  position: relative;
  width: 290px;
}
@media screen and (max-width: 59.8125em) {
  .goods-list li {
    width: 45.3125vw;
  }
}
.detail-goods {
  font-size: 18px;
  line-height: 132%;
  padding-bottom: 24px;
}
@media screen and (max-width: 59.8125em) {
  .detail-goods {
    font-size: 3.6458333333vw;
    padding-bottom: 3.125vw;
  }
}
.faq {
  position: relative;
}
.faq:after {
  content: "";
  position: absolute;
  width: 768px;
  height: 421px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(/orchestra2512/images/common/bg-north.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .faq:after {
    width: 100vw;
    height: 54.8177083333vw;
    top: -28.6458333333vw;
    z-index: 1;
    transform: scaleX(-1);
  }
}
.ttl-faq {
  width: 345px;
  height: 96px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 59.8125em) {
  .ttl-faq {
    width: 47.3958333333vw;
    height: 13.28125vw;
    margin: 0vw auto 5.9895833333vw;
  }
}
.faq-item {
  border-bottom: 1px solid #6fa1fe;
}
.faq-trigger {
  position: relative;
  font-size: 20px;
  line-height: 132%;
  padding: 24px 72px 24px 24px;
  transition: 0.3s;
}
@media screen and (max-width: 59.8125em) {
  .faq-trigger {
    padding: 3.125vw 12.2395833333vw 3.125vw 3.3854166667vw;
    font-size: 4.1666666667vw;
  }
}
.faq-trigger:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/orchestra2512/images/common/ico-default.webp) center/contain
    no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 59.8125em) {
  .faq-trigger:after {
    width: 6.25vw;
    height: 6.25vw;
    right: 3.3854166667vw;
  }
}
.faq-trigger.active:after {
  transition: 0.3s;
  background: url(/orchestra2512/images/common/ico-close.webp) center/contain
    no-repeat;
}
.faq-trigger:hover {
  cursor: pointer;
  color: #b57ae3;
}
.faq-trigger:hover:after {
  background: url(/orchestra2512/images/common/ico-close.webp) center/contain
    no-repeat;
}
.faq-contents {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-contents-inner {
  padding: 0 20px 24px;
}
@media screen and (max-width: 59.8125em) {
  .faq-contents-inner {
    padding: 3.90625vw 3.3854166667vw 4.1666666667vw;
  }
}
.faq-contents-inner p {
  font-size: 15px;
  line-height: 175%;
}
@media screen and (max-width: 59.8125em) {
  .faq-contents-inner p {
    font-size: 3.125vw;
  }
}
.contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (max-width: 59.8125em) {
  .contact-box {
    margin-bottom: 10.4166666667vw;
  }
}
.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 788px;
  margin: 0 auto;
}
@media screen and (max-width: 59.8125em) {
  .contact {
    width: 100%;
    flex-direction: column;
    gap: 9.8958333333vw;
  }
}
.contact:after {
  content: "";
  width: 1px;
  height: 118px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: url(/orchestra2512/images/common/contact-line.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .contact:after {
    content: none;
  }
}
.contact-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 340px;
}
@media screen and (max-width: 59.8125em) {
  .contact-inner {
    width: 100%;
  }
}
.contact-inner-sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 59.8125em) {
  .contact-inner-sm {
    gap: 5.2083333333vw;
    padding-top: 0;
  }
}
.tx-contact {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 59.8125em) {
  .tx-contact {
    margin-bottom: 3.125vw;
    font-size: 5.2083333333vw;
  }
}
.tx-contact:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 35px;
  background: url(/orchestra2512/images/common/ico-clef.webp) center/contain
    no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .tx-contact:before {
    width: 5.078125vw;
    height: 6.7708333333vw;
  }
}
.text-link {
  position: relative;
  transition: 0.3s;
}
.text-link:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  bottom: -6px;
  margin: auto;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.text-link:hover {
  color: #b57ae3;
}
.text-link:hover:after {
  background-color: #b57ae3;
}
.share__list {
  margin-top: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 59.875em) {
  .share__list {
    gap: 48px;
  }
}
@media screen and (min-width: 59.875em) {
  .share__list {
    gap: md(48);
  }
}
@media screen and (max-width: 59.8125em) {
  .share__list {
    gap: 6.25vw;
  }
}
.share__list li {
  margin-bottom: 0;
}
.share__list-item {
  transition: 0.3s;
}
.share__list-item:first-of-type {
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 23 22.032" xmlns="http://www.w3.org/2000/svg"><path fill="%230E174C" d="M985.005,278.194c0-5.168-5.161-9.372-11.5-9.372s-11.5,4.2-11.5,9.372c0,4.632,4.093,8.512,9.622,9.245a1.428,1.428,0,0,1,1.013.57,2.391,2.391,0,0,1,.038,1.044s-0.135.814-.165,0.989c-0.05.291-.231,1.142,1,0.622a37.141,37.141,0,0,0,9.04-6.7h0A8.352,8.352,0,0,0,985.005,278.194Zm-15.564,2.763a0.221,0.221,0,0,1-.22.22h-3.232a0.22,0.22,0,0,1-.22-0.22v0h0v-5.036a0.22,0.22,0,0,1,.22-0.221h0.816a0.221,0.221,0,0,1,.219.221v4h2.2a0.222,0.222,0,0,1,.22.221v0.819Zm1.946,0a0.221,0.221,0,0,1-.22.22h-0.816a0.221,0.221,0,0,1-.22-0.22v-5.04a0.221,0.221,0,0,1,.22-0.221h0.816a0.221,0.221,0,0,1,.22.221v5.04Zm5.554,0a0.22,0.22,0,0,1-.219.22H975.91a0.212,0.212,0,0,1-.057-0.008h0a0.076,0.076,0,0,1-.016-0.006l-0.007,0-0.01,0-0.011,0-0.006,0a0.067,0.067,0,0,1-.014-0.009h0a0.229,0.229,0,0,1-.056-0.056l-2.3-3.118v2.993a0.22,0.22,0,0,1-.219.22h-0.816a0.22,0.22,0,0,1-.22-0.22v-5.04a0.22,0.22,0,0,1,.22-0.221h0.831l0.011,0,0.01,0,0.013,0,0.008,0,0.013,0,0.007,0,0.013,0,0.007,0,0.012,0.007,0.007,0,0.011,0.008,0.006,0,0.012,0.01a0.008,0.008,0,0,1,0,0l0.014,0.014h0c0.006,0.008.012,0.015,0.018,0.024l2.3,3.113v-2.993a0.22,0.22,0,0,1,.22-0.221h0.816a0.22,0.22,0,0,1,.219.221v5.04Zm4.456-4.221a0.22,0.22,0,0,1-.219.221h-2.2v0.85h2.2a0.22,0.22,0,0,1,.219.22v0.819a0.22,0.22,0,0,1-.219.221h-2.2v0.85h2.2a0.221,0.221,0,0,1,.219.221v0.819a0.22,0.22,0,0,1-.219.22h-3.233a0.22,0.22,0,0,1-.219-0.22v0h0v-5.031h0v-0.005a0.22,0.22,0,0,1,.219-0.221h3.233a0.221,0.221,0,0,1,.219.221v0.819Z" transform="translate(-962 -268.812)" /></svg>')
    center/contain no-repeat;
}
@media screen and (min-width: 59.875em) {
  .share__list-item:first-of-type {
    width: 60px;
    height: 57px;
  }
}
@media screen and (min-width: 59.875em) {
  .share__list-item:first-of-type {
    width: md(60);
    height: md(57);
  }
}
@media screen and (max-width: 59.8125em) {
  .share__list-item:first-of-type {
    width: 10.9375vw;
    height: 10.2864583333vw;
  }
}
.share__list-item:last-of-type {
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path fill="%230E174C" d="M10.7124 7.62177L17.4133 0H15.8254L10.0071 6.61788L5.35992 0H0L7.02738 10.0074L0 18H1.58799L7.73237 11.0113L12.6401 18H18L10.7124 7.62177ZM8.53747 10.0956L7.82546 9.09906L2.16017 1.16971H4.59922L9.17118 7.56895L9.8832 8.56546L15.8262 16.8835H13.3871L8.53747 10.0956Z" /></svg>')
    center/contain no-repeat;
}
@media screen and (min-width: 59.875em) {
  .share__list-item:last-of-type {
    width: 55px;
    height: 57px;
  }
}
@media screen and (min-width: 59.875em) {
  .share__list-item:last-of-type {
    width: md(55);
    height: md(57);
  }
}
@media screen and (max-width: 59.8125em) {
  .share__list-item:last-of-type {
    width: 9.8958333333vw;
    height: 10.2864583333vw;
  }
}
.share__list-item:hover {
  cursor: pointer;
}
.share__list-item:hover:first-of-type {
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 23 22.032" xmlns="http://www.w3.org/2000/svg"><path fill="%23B57AE3" d="M985.005,278.194c0-5.168-5.161-9.372-11.5-9.372s-11.5,4.2-11.5,9.372c0,4.632,4.093,8.512,9.622,9.245a1.428,1.428,0,0,1,1.013.57,2.391,2.391,0,0,1,.038,1.044s-0.135.814-.165,0.989c-0.05.291-.231,1.142,1,0.622a37.141,37.141,0,0,0,9.04-6.7h0A8.352,8.352,0,0,0,985.005,278.194Zm-15.564,2.763a0.221,0.221,0,0,1-.22.22h-3.232a0.22,0.22,0,0,1-.22-0.22v0h0v-5.036a0.22,0.22,0,0,1,.22-0.221h0.816a0.221,0.221,0,0,1,.219.221v4h2.2a0.222,0.222,0,0,1,.22.221v0.819Zm1.946,0a0.221,0.221,0,0,1-.22.22h-0.816a0.221,0.221,0,0,1-.22-0.22v-5.04a0.221,0.221,0,0,1,.22-0.221h0.816a0.221,0.221,0,0,1,.22.221v5.04Zm5.554,0a0.22,0.22,0,0,1-.219.22H975.91a0.212,0.212,0,0,1-.057-0.008h0a0.076,0.076,0,0,1-.016-0.006l-0.007,0-0.01,0-0.011,0-0.006,0a0.067,0.067,0,0,1-.014-0.009h0a0.229,0.229,0,0,1-.056-0.056l-2.3-3.118v2.993a0.22,0.22,0,0,1-.219.22h-0.816a0.22,0.22,0,0,1-.22-0.22v-5.04a0.22,0.22,0,0,1,.22-0.221h0.831l0.011,0,0.01,0,0.013,0,0.008,0,0.013,0,0.007,0,0.013,0,0.007,0,0.012,0.007,0.007,0,0.011,0.008,0.006,0,0.012,0.01a0.008,0.008,0,0,1,0,0l0.014,0.014h0c0.006,0.008.012,0.015,0.018,0.024l2.3,3.113v-2.993a0.22,0.22,0,0,1,.22-0.221h0.816a0.22,0.22,0,0,1,.219.221v5.04Zm4.456-4.221a0.22,0.22,0,0,1-.219.221h-2.2v0.85h2.2a0.22,0.22,0,0,1,.219.22v0.819a0.22,0.22,0,0,1-.219.221h-2.2v0.85h2.2a0.221,0.221,0,0,1,.219.221v0.819a0.22,0.22,0,0,1-.219.22h-3.233a0.22,0.22,0,0,1-.219-0.22v0h0v-5.031h0v-0.005a0.22,0.22,0,0,1,.219-0.221h3.233a0.221,0.221,0,0,1,.219.221v0.819Z" transform="translate(-962 -268.812)" /></svg>')
    center/contain no-repeat;
}
.share__list-item:hover:last-of-type {
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path fill="%23B57AE3" d="M10.7124 7.62177L17.4133 0H15.8254L10.0071 6.61788L5.35992 0H0L7.02738 10.0074L0 18H1.58799L7.73237 11.0113L12.6401 18H18L10.7124 7.62177ZM8.53747 10.0956L7.82546 9.09906L2.16017 1.16971H4.59922L9.17118 7.56895L9.8832 8.56546L15.8262 16.8835H13.3871L8.53747 10.0956Z" /></svg>')
    center/contain no-repeat;
}
.share__list-item span {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-color: transparent;
  border: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: none;
}
.dialog::-webkit-scrollbar {
  display: none;
}
.dialog::backdrop {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.dialog[open] {
  animation: show 0.3s ease normal;
}
.dialog-wrapper {
  width: 100%;
  height: calc(100% + 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--grad--bg);
}
.dialog-contents {
  width: 100%;
  max-width: 760px;
  max-height: 80vh;
  overflow: hidden;
  background-color: var(--color-white);
}
@media screen and (max-width: 59.8125em) {
  .dialog-contents {
    max-width: 96.3541666667vw;
  }
}
.dialog-inner {
  width: 100%;
  padding: 80px 44px;
}
@media screen and (max-width: 59.8125em) {
  .dialog-inner {
    padding: 10.4166666667vw 5.7291666667vw;
  }
}
.dialog-inner-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dialog-thumb {
  position: relative;
  width: 340px;
  height: 335px;
  margin-bottom: 16px;
}
@media screen and (max-width: 59.8125em) {
  .dialog-thumb {
    width: 85.4166666667vw;
    height: 84.1145833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.dialog-thumb-frame {
  position: absolute;
  width: 340px;
  height: 335px;
  background: url(/orchestra2512/images/common/frame-dialog-thumb.svg)
    center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 59.8125em) {
  .dialog-thumb-frame {
    width: 85.4166666667vw;
    height: 84.1145833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.dialog-thumb-image {
  position: absolute;
  width: 330px;
  height: 326px;
  margin: 5px;
  z-index: 1;
}
@media screen and (max-width: 59.8125em) {
  .dialog-thumb-image {
    width: 82.8125vw;
    height: 81.7708333333vw;
  }
}
@keyframes btn-nav-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.overlay.active {
  position: fixed;
  background: #fffc;
  z-index: 99;
  inset: 0;
}
.btn-nav {
  position: fixed;
  top: -66px;
  right: 48px;
  width: 132px;
  height: 132px;
  z-index: 999;
  transition: 0.3s;
}
@media screen and (max-width: 59.8125em) {
  .btn-nav {
    top: -14.84375vw;
    right: 8.0729166667vw;
    width: 29.6875vw;
    height: 29.6875vw;
  }
}
.btn-nav:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: url(/orchestra2512/images/common/menu-circle-text.webp)
    center/contain;
  width: 132px;
  height: 132px;
  transform-origin: center;
  animation: btn-nav-spin 18s linear infinite;
}
@media screen and (max-width: 59.8125em) {
  .btn-nav:after {
    width: 29.6875vw;
    height: 29.6875vw;
  }
}
.btn-nav .circle {
  position: relative;
  border-radius: 999px;
  width: 104px;
  height: 104px;
  inset: 0;
  margin: auto;
}
.btn-nav .circle:before,
.btn-nav .circle:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 999px;
}
.btn-nav .circle:before {
  width: 96px;
  height: 96px;
  background: var(--grad--bg);
}
@media screen and (max-width: 59.8125em) {
  .btn-nav .circle:before {
    width: 22.1354166667vw;
    height: 22.1354166667vw;
  }
}
.btn-nav .circle:after {
  background: url(/orchestra2512/images/common/menu-circle-line.svg)
    center/contain;
  width: 104px;
  height: 104px;
  border-radius: 999px;
}
@media screen and (max-width: 59.8125em) {
  .btn-nav .circle:after {
    width: 23.4375vw;
    height: 23.4375vw;
  }
}
@media screen and (max-width: 59.8125em) {
  .btn-nav .circle {
    width: 23.4375vw;
    height: 23.4375vw;
  }
}
.btn-nav .circle-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 36px;
  background-color: var(--color-white);
  width: 35px;
  height: 10px;
}
@media screen and (max-width: 59.8125em) {
  .btn-nav .circle-text {
    bottom: 7.8125vw;
    width: 7.8125vw;
    height: 2.2135416667vw;
  }
}
.btn-nav .circle-text:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 33px;
  height: 6px;
  background: url(/orchestra2512/images/common/menu-text.svg) no-repeat
    center/contain;
}
@media screen and (max-width: 59.8125em) {
  .btn-nav .circle-text:after {
    width: 7.421875vw;
    height: 1.3020833333vw;
  }
}
.btn-nav .liner {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url(/orchestra2512/images/common/menu-liner.webp) no-repeat
    center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 59.8125em) {
  .btn-nav .liner {
    bottom: 5.2083333333vw;
    width: 4.9479166667vw;
    height: 4.9479166667vw;
  }
}
.btn-nav.active:after {
  background: url(/orchestra2512/images/common/menu-circle-text-wt.webp)
    center/contain;
}
.btn-nav.active .circle:before {
  background: var(--color-white);
}
.btn-nav.active .circle:after {
  background: url(/orchestra2512/images/common/menu-circle-line-wt.svg)
    center/contain;
}
.btn-nav.active .circle-text {
  background: var(--grad--bg);
}
.btn-nav.active .circle-text:after {
  background: url(/orchestra2512/images/common/menu-text-wt.svg) no-repeat
    center/contain;
}
.btn-nav.active .liner {
  background: url(/orchestra2512/images/common/menu-liner-close.webp) no-repeat
    center/contain;
}
.btn-nav:hover {
  transform: scale(1.1);
}
.navigation {
  position: fixed;
  top: 0;
  background: var(--grad--bg);
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.nav-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 59.8125em) {
  .nav-list {
    gap: 0;
  }
}
.nav-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: var(--color-black);
}
@media screen and (max-width: 59.8125em) {
  .nav-list li {
    padding: 2.0833333333vw 3.125vw;
    border-bottom: 1px solid var(--color-white);
  }
}
.nav-list li a {
  position: relative;
  display: block;
  margin-bottom: 12px;
  text-decoration: underline;
  color: var(--color-black);
}
@media screen and (max-width: 59.8125em) {
  .nav-list li a {
    margin-bottom: 0;
    text-decoration: none;
    line-height: 200%;
  }
  .nav-list li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8.0729166667vw;
    height: 1.171875vw;
    background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 62 9" xmlns="http://www.w3.org/2000/svg"><path fill="%230E174C" d="M61.207 8.5H0V7.5H58.793L52.6465 1.35352L53.3535 0.646484L61.207 8.5Z" /></svg>')
      center/contain no-repeat;
  }
}
.nav-list-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
@media screen and (max-width: 59.8125em) {
  .nav-list-child {
    margin-top: 0;
    gap: 0px;
    border-top: 1px dotted var(--color-white);
  }
}
.nav-list-child li {
  font-size: 18px;
}
@media screen and (max-width: 59.8125em) {
  .nav-list-child li {
    padding: 2.0833333333vw 0 2.0833333333vw 7.2916666667vw;
    border-bottom: none;
  }
}
.nav-list-child li a {
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 59.8125em) {
  .nav-list-child li a {
    padding-left: 5.2083333333vw;
  }
}
.nav-list-child li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 16 17" xmlns="http://www.w3.org/2000/svg"><path fill="%230E174C" d="M8.04092 16.4796C7.79539 16.4796 7.57033 16.3161 7.50895 16.0709C7.18158 14.7427 6.8133 13.5575 6.38363 12.4949C5.95396 11.4119 5.07417 10.5536 3.98977 10.1245C2.94629 9.6954 1.73913 9.32759 0.409209 9.00064C0.163684 8.93934 0 8.73499 0 8.46935C0 8.20371 0.163684 7.99936 0.409209 7.93806C1.69821 7.63155 2.88491 7.26373 3.90793 6.85505C5.03325 6.40549 5.95396 5.50639 6.38363 4.36207C6.79284 3.31992 7.16113 2.15517 7.46803 0.867816C7.59079 0.377395 8.4092 0.377395 8.51151 0.867816C8.83887 2.17561 9.20716 3.38123 9.63683 4.44381C10.0665 5.52682 10.9463 6.38506 12.0102 6.81418C13.0537 7.2433 14.2609 7.61111 15.5908 7.93806C15.8363 7.99936 16 8.20371 16 8.46935C16 8.73499 15.8363 8.93934 15.5908 9.00064C14.2609 9.32759 13.0537 9.6954 12.0102 10.1245C10.9258 10.5536 10.0665 11.4323 9.61637 12.5153C9.1867 13.5779 8.81842 14.7835 8.49105 16.0913C8.42967 16.3365 8.22506 16.5 7.95908 16.5L8.04092 16.4796ZM2.59847 8.46935C3.23274 8.67369 3.84655 8.87803 4.41944 9.10281C5.76982 9.65453 6.85422 10.7375 7.40665 12.0862C7.63171 12.6584 7.85678 13.251 8.04092 13.9049C8.24552 13.2714 8.45013 12.6584 8.67519 12.0862C9.20716 10.7375 10.312 9.65453 11.6624 9.10281C12.2353 8.87803 12.8286 8.67369 13.4834 8.46935C12.8491 8.26501 12.2353 8.06066 11.6624 7.83589C10.312 7.28416 9.22762 6.20115 8.67519 4.85249C8.45013 4.28033 8.22506 3.66731 8.04092 3.03384C7.85678 3.64687 7.65217 4.21903 7.42711 4.77075C6.87468 6.18072 5.74936 7.3046 4.3376 7.85632C3.78517 8.0811 3.21228 8.28544 2.59847 8.46935Z" /></svg>')
    center/contain no-repeat;
}
@media screen and (max-width: 59.8125em) {
  .liner-box {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
}
.nav__container {
  max-width: 1120px;
  width: 100%;
  display: flex;
  gap: 68px;
  margin: 0 auto;
  padding: 150px 0;
}
@media screen and (max-width: 59.8125em) {
  .nav__container {
    flex-direction: column;
    gap: 0vw;
    padding: 0 9.6354166667vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    height: 80%;
    overflow-y: scroll;
  }
}
.nav-list_item {
  opacity: 0;
}
@media screen and (max-width: 59.8125em) {
  .nav-child {
    padding: 1.5625vw 0 3.125vw;
  }
}
.footer {
  position: relative;
  background-color: #f8f9fa;
  z-index: 9;
}
.footer__game {
  padding: 60px 0;
  color: var(--color-white);
  background: #8f7cff;
  background: var(--grad--footer);
}
@media screen and (max-width: 59.8125em) {
  .footer__game {
    padding: 4.1666666667vw 0 5.46875vw;
  }
}
.footer-main {
  display: flex;
  margin: auto;
  width: 800px;
  gap: 48px;
}
@media screen and (max-width: 59.8125em) {
  .footer-main {
    width: 85.9375vw;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6.25vw;
  }
}
.footer-content {
  width: 422px;
}
.footer-content .app-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 59.8125em) {
  .footer-content .app-badge {
    margin-bottom: 3.125vw;
  }
}
.footer-logo {
  width: 330px;
  height: 156px;
}
@media screen and (max-width: 59.8125em) {
  .footer-logo {
    width: 50.78125vw;
    height: 23.9583333333vw;
  }
}
@media screen and (max-width: 59.8125em) {
  .btn-app,
  .btn-google {
    width: 31.5104166667vw;
    height: 9.375vw;
  }
}
.footer-detail {
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0;
}
@media screen and (max-width: 59.8125em) {
  .footer-detail {
    width: 85.9375vw;
    text-align: center;
    font-size: 3.125vw;
  }
}
.footer-corp {
  color: #afb2bf;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 59.8125em) {
  .footer-corp {
    padding-top: 4.9479166667vw;
    padding-bottom: 4.9479166667vw;
  }
}
.footer-corp-inner {
  margin: auto;
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 59.8125em) {
  .footer-corp-inner {
    width: 83.3333333333vw;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.0833333333vw;
  }
}
.footer-corp-sm {
  display: flex;
  justify-content: space-between;
  width: 300px;
  font-size: 14px;
}
@media screen and (max-width: 59.8125em) {
  .footer-corp-sm {
    flex-wrap: wrap;
    gap: 1.0416666667vw;
    width: 85.9375vw;
  }
}
.footer-tx-area {
  width: 512px;
}
@media screen and (max-width: 59.8125em) {
  .footer-tx-area {
    width: 54.6875vw;
  }
}
.footer-tx-area p {
  font-size: 12px;
}
.logo-corp {
  width: 100px;
}
@media screen and (max-width: 59.8125em) {
  .logo-corp {
    width: 22.3958333333vw;
    height: 6.3802083333vw;
  }
}
.dialog .table-detail dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.6);
}
.dialog .table-detail dt {
  width: 30%;
}
.dialog .table-detail dd {
  width: 68%;
}
.swiper {
  overflow: hidden !important;
}
.swiper-button-prev,
.swiper-button-next {
  color: var(--color-gold) !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 32px !important;
}
@media screen and (max-width: 59.8125em) {
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 7.8125vw !important;
  }
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
}
.swiper-slide {
  padding: 0 32px 32px;
}
@media screen and (max-width: 59.8125em) {
  .swiper-slide {
    padding: 0 4.1666666667vw 4.1666666667vw;
  }
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-gold) !important;
}
.is-open {
  opacity: 1;
  visibility: visible;
}
