@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

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

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

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

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

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.video-background iframe {
  width: 100vw;
  height: 56.25vw; /* 16:9の比率 */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9の比率 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* iframeより上 */
  background: transparent;
  pointer-events: auto;
}

html svg .une:nth-child(1) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(2) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(3) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.9s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(4) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(5) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(6) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.8s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(7) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 2.1s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(8) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 2.4s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(9) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 2.7s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(10) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(11) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 3.3s;
  animation-iteration-count: infinite;
}
html svg .une:nth-child(12) {
  transform-origin: center;
  animation-name: kv_animation;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 3.6s;
  animation-iteration-count: infinite;
}
@keyframes kv_animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
html body .lead-app {
  display: block;
}
html body .section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  html body .section-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
html body .section-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
  translate: -50%;
}
@media screen and (max-width: 768px) {
  html body .section-title::after {
    height: 4px;
  }
}
html body .is-split {
  display: inline-block;
  color: #ffffff;
  opacity: 0;
  transform: translate(-13px, 0px);
}
@media screen and (max-width: 768px) {
  html body .is-split {
    transform: translate(-10px, 0px);
  }
}
html body .organizer__inner-list--item {
  opacity: 0;
  transform: translate(-10px);
}
html body .first-split {
  display: inline-block;
  opacity: 0;
  transform: translate(-10px, -10px);
}
html body .main-text {
  opacity: 0;
  transform: translate(20px, 0);
}
html body .img-list--item img {
  opacity: 0;
}
html body .main {
  margin-top: 0;
}
html body .main .mv {
  position: relative;
  background: #000;
}
html body .main .mv__overlay {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  width: 100%;
  background: url(/2025/index/img/mv-overlay.png) no-repeat;
  background-size: cover;
  background-position-y: bottom;
}
html body .main .mv__inner {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 950px) {
  html body .main .mv__inner {
    height: 90vh;
  }
}
html body .main .mv__inner .ticket-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 13;
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1500/290;
}
@media screen and (max-width: 950px) {
  html body .main .mv__inner .ticket-bg {
    display: block;
  }
}
html body .main .mv__inner .ticket-bg img {
  user-select: none;
}
html body .main .mv__days {
  display: flex;
  gap: 30px;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  html body .main .mv__days {
    gap: 10px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1024px) {
  html body .main .mv__days {
    flex-direction: column;
    gap: 15px;
  }
}
html body .main .mv__day {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  html body .main .mv__day {
    margin-top: 0;
    max-width: 520px;
    display: flex;
    gap: 10px;
  }
}
html body .main .mv__day-title {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 6px 8px;
  background: var(--red);
  font-weight: bold;
  width: fit-content;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-height: 700px) {
  html body .main .mv__day-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 1380px) {
  html body .main .mv__day-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) {
  html body .main .mv__day-title {
    font-size: 14px;
    padding: 5px 6px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) and (max-width: 1024px) {
  html body .main .mv__day-title {
    margin-bottom: 0;
    font-size: 10px;
    height: 28px;
    width: 77px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
html body .main .mv__day-text {
  font-weight: 900;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-height: 700px) {
  html body .main .mv__day-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1380px) {
  html body .main .mv__day-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) {
  html body .main .mv__day-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) and (max-width: 1024px) {
  html body .main .mv__day-text {
    text-align: left;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) and (max-width: 1024px) and (max-width: 950px) {
  html body .main .mv__day-text {
    font-size: 14px;
  }
}
html body .main .mv__day-text i {
  font-family: var(--rubik);
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}
@media screen and (max-width: 1380px) {
  html body .main .mv__day-text i {
    font-size: 26px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) {
  html body .main .mv__day-text i {
    font-size: 24px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) and (max-width: 950px) {
  html body .main .mv__day-text i {
    margin-top: 0;
    font-size: 24px;
  }
}
html body .main .mv__day-text i.small {
  font-size: 22px;
}
@media screen and (max-width: 1470px) {
  html body .main .mv__day-text i.small-en {
    margin-top: 5px;
    display: block;
  }
}
@media screen and (max-width: 1380px) {
  html body .main .mv__day-text i.small {
    font-size: 20px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) {
  html body .main .mv__day-text i.small {
    font-size: 18px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) and (max-width: 950px) {
  html body .main .mv__day-text i.small {
    font-size: 18px;
  }
}
html body .main .mv__day-text i.small b {
  font-size: 20px;
}
@media screen and (max-width: 1380px) {
  html body .main .mv__day-text i.small b {
    font-size: 18px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) {
  html body .main .mv__day-text i.small b {
    font-size: 16px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) and (max-width: 950px) {
  html body .main .mv__day-text i.small b {
    font-size: 14px;
  }
}
html body .main .mv__day-text--en {
  line-height: 1.15;
  font-weight: 700;
  font-family: var(--rubik);
  letter-spacing: 0.02em;
  font-size: 24px;
}
@media screen and (max-height: 700px) {
  html body .main .mv__day-text--en {
    font-size: 16px;
  }
}
html body .main .mv__day-text--en span {
  font-size: 28px;
}
@media screen and (max-height: 700px) {
  html body .main .mv__day-text--en span {
    font-size: 24px;
  }
}
html body .main .mv__day-text span {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--rubik);
}
@media screen and (max-height: 700px) {
  html body .main .mv__day-text span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1380px) {
  html body .main .mv__day-text span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) {
  html body .main .mv__day-text span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) and (max-width: 950px) {
  html body .main .mv__day-text span {
    font-size: 24px;
  }
}
html body .main .mv__content {
  max-width: 890px;
  z-index: 100;
  position: absolute;
  pointer-events: none;
  bottom: 80px;
  left: 10%;
}
@media screen and (max-height: 700px) {
  html body .main .mv__content {
    left: 3%;
    max-width: 580px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1600px) {
  html body .main .mv__content {
    max-width: 700px;
    bottom: 80px;
    left: 5%;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1180px) {
  html body .main .mv__content {
    left: 3%;
    max-width: 580px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1180px) and (max-width: 950px) {
  html body .main .mv__content {
    left: 0;
    bottom: 10%;
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1180px) and (max-width: 950px) and (max-width: 500px) {
  html body .main .mv__content {
    bottom: 15%;
  }
}
html body .main .mv__content .title {
  margin-bottom: 40px;
}
@media screen and (max-height: 700px) {
  html body .main .mv__content .title {
    max-width: 540px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1300px) {
  html body .main .mv__content .title {
    max-width: 500px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 950px) {
  html body .main .mv__content .title {
    max-width: 400px;
    margin-bottom: 8px;
  }
}
html body .main .mv__content .explain {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
}
@media screen and (max-height: 700px) {
  html body .main .mv__content .explain {
    padding-left: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1380px) {
  html body .main .mv__content .explain {
    font-size: 20px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) {
  html body .main .mv__content .explain {
    padding-left: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1180px) and (max-width: 1024px) {
  html body .main .mv__content .explain {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
html body .main .mv__content .explain:first-child {
  padding-left: 0;
}
html body .main .mv__content .explain:nth-child(3)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  content: "";
  background: var(--red);
}
@media screen and (max-height: 700px) {
  html body .main .mv__content .explain:nth-child(3)::after {
    width: 5px;
  }
}
@media screen and (max-width: 1180px) {
  html body .main .mv__content .explain:nth-child(3)::after {
    width: 5px;
  }
}
html body .main .mv__content .explain span {
  font-size: 32px;
  line-height: 1.5625;
  letter-spacing: 0em;
  display: block;
  font-weight: bold;
}
@media screen and (max-height: 700px) {
  html body .main .mv__content .explain span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1380px) {
  html body .main .mv__content .explain span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1300px) {
  html body .main .mv__content .explain span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1300px) and (max-width: 950px) {
  html body .main .mv__content .explain span {
    font-size: 14px;
  }
}
html body .main .mv__content .explain span i {
  font-style: normal;
  color: var(--red);
}
html body .main .mv-middle {
  position: relative;
  z-index: 13;
  display: none;
}
@media screen and (max-width: 950px) {
  html body .main .mv-middle {
    display: block;
  }
}
html body .main .mv-middle .right-top-circle {
  position: absolute;
  top: -65px;
  right: 10%;
  z-index: 14;
  height: auto;
  width: 66px;
  background: var(--red);
  border-radius: 9999px;
  aspect-ratio: 1;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
}
html body .main .mv-middle .right-top-circle span {
  font-family: var(--rubik);
  font-size: 20px;
}
html body .main .mv-middle .right-top-circle span.span1 {
  font-size: 12px;
  margin-top: 5px;
}
html body .main .mv-middle .right-top-circle span.span2 {
  font-size: 13px;
}
html body .main .mv-middle .right-top-circle span.span3 {
  font-size: 15px;
}
html body .main .mv-middle__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  background: #fff;
}
html body .main .mv-middle__inner .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .mv-middle__inner .top .text {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
html body .main .mv-middle__inner .top .big-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 292px;
  height: 46px;
  font-weight: bold;
  color: var(--red);
  background: #fff;
  border: solid 2px var(--red);
  border-radius: 44px;
  transition: all var(--transition);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
}
html body .main .mv-middle__inner .top .big-btn i {
  font-size: 13px;
  font-style: normal;
}
html body .main .mv-middle__inner .top .big-btn .ticket {
  width: 26px;
  margin-right: 10px;
  fill: var(--red);
  transition: all var(--transition);
  rotate: -15deg;
}
html body .main .mv-middle__inner .top .under-text {
  text-align: center;
  color: var(--red);
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
}
html body .main .mv-middle__inner .top .under-text span {
  font-size: 17px;
  line-height: 1.4117647059;
  letter-spacing: 0em;
}
html body .main .mv-middle__inner .bottom {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 12px;
  background: #f2f2f2;
}
html body .main .mv-middle__inner .bottom .btn-flex {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}
html body .main .mv-middle__inner .bottom .btn-flex-item {
  width: 100%;
  max-width: 250px;
}
html body .main .mv-middle__inner .bottom .btn-flex-item p {
  font-size: 13px;
  line-height: 1.2307692308;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
html body .main .mv-middle__inner .bottom .btn-flex-item .mini-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  color: var(--red);
  background: #fff;
  border: solid 2px var(--red);
  border-radius: 26px;
  transition: all var(--transition);
}
@media screen and (max-width: 500px) {
  html body .main .mv-middle__inner .bottom .btn-flex-item .mini-btn {
    height: 46px;
    font-size: 15px;
  }
}
html body .main .mv-bottom {
  position: relative;
  z-index: 10;
  padding: 30px 0 80px;
  background: #000;
  background: linear-gradient(to right, #151515, #323232, #151515);
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 950px) {
  html body .main .mv-bottom {
    padding-bottom: 50px;
  }
}
html body .main .mv-bottom::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2249/300;
  content: "";
  background: url(/2025/index/img/mv-bottom.png) no-repeat;
  background-size: contain;
}
html body .main .mv-bottom-right {
  position: absolute;
  top: -100px;
  right: -2px;
  width: 300px;
  height: auto;
  display: flex;
  align-items: center;
  aspect-ratio: 703/522;
  background: url(/2025/index/img/top-right2.png) no-repeat;
  background-size: contain;
  translate: 0 -75%;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right {
    width: 440px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 950px) {
  html body .main .mv-bottom-right {
    display: none;
  }
}
html body .main .mv-bottom-right .right-top-circle {
  position: absolute;
  top: -30px;
  right: 30px;
  height: auto;
  width: 110px;
  aspect-ratio: 1;
  border-radius: 9999px;
  color: #fff;
  background: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right .right-top-circle {
    width: 100px;
    font-size: 18px;
  }
}
html body .main .mv-bottom-right .right-top-circle span {
  font-family: var(--rubik);
  display: block;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right .right-top-circle span {
    font-size: 28px;
  }
}
html body .main .mv-bottom-right .right-top-circle span.span1 {
  margin-top: 5px;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
html body .main .mv-bottom-right .right-top-circle span.span2 {
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
html body .main .mv-bottom-right .right-top-circle span.span3 {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
html body .main .mv-bottom-right .right-top-circle--en {
  text-align: center;
  font-family: var(--rubik);
}
html body .main .mv-bottom-right__inner {
  width: 90%;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner {
    max-width: 370px;
  }
}
html body .main .mv-bottom-right__inner .text {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .text {
    font-size: 16px;
  }
}
html body .main .mv-bottom-right__inner .under-text {
  text-align: center;
  color: var(--red);
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .under-text {
    font-size: 22px;
  }
}
html body .main .mv-bottom-right__inner .under-text span {
  font-size: 28px;
  line-height: 1.2142857143;
  letter-spacing: 0em;
}
html body .main .mv-bottom-right__inner .big-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  color: var(--red);
  background: #fff;
  border: solid 2px var(--red);
  border-radius: 30px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .big-btn {
    font-size: 16px;
    height: 54px;
  }
}
html body .main .mv-bottom-right__inner .big-btn i {
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .big-btn i {
    font-size: 14px;
  }
}
html body .main .mv-bottom-right__inner .big-btn p {
  position: relative;
  z-index: 10;
  transition: all var(--transition);
}
html body .main .mv-bottom-right__inner .big-btn .ticket {
  position: relative;
  z-index: 10;
  width: 32px;
  margin-right: 10px;
  fill: var(--red);
  transition: all var(--transition);
  rotate: -15deg;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .big-btn .ticket {
    width: 26px;
  }
}
html body .main .mv-bottom-right__inner .big-btn span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .mv-bottom-right__inner .big-btn:hover p {
  color: #fff;
}
html body .main .mv-bottom-right__inner .big-btn:hover .ticket {
  fill: #fff;
}
html body .main .mv-bottom-right__inner .big-btn:hover span {
  width: 850px;
  height: 850px;
}
html body .main .mv-bottom-right__inner .btn-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .btn-flex {
    gap: 10px;
  }
}
html body .main .mv-bottom-right__inner .btn-flex-item p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .btn-flex-item p {
    font-size: 16px;
  }
}
html body .main .mv-bottom-right__inner .btn-flex-item .mini-btn {
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  border: solid 2px var(--red);
  border-radius: 30px;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .btn-flex-item .mini-btn {
    height: 54px;
  }
}
html body .main .mv-bottom-right__inner .btn-flex-item .mini-btn p {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--red);
  transition: all var(--transition);
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom-right__inner .btn-flex-item .mini-btn p {
    font-size: 15px;
  }
}
html body .main .mv-bottom-right__inner .btn-flex-item .mini-btn span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .mv-bottom-right__inner .btn-flex-item .mini-btn:hover p {
  color: #fff;
}
html body .main .mv-bottom-right__inner .btn-flex-item .mini-btn:hover span {
  width: 450px;
  height: 450px;
}
html body .main .mv-bottom .youtube-bottom-title {
  max-width: 810px;
  width: 90%;
  margin: 0 auto 30px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .youtube-bottom-title {
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
  }
}
html body .main .mv-bottom .youtube-bottom-text {
  max-width: 810px;
  width: 90%;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .youtube-bottom-text {
    font-size: 14px;
    width: 100%;
  }
}
html body .main .mv-bottom .infos {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  gap: 15px 40px;
  font-weight: bold;
  margin-bottom: 100px;
}
@media screen and (max-width: 1240px) {
  html body .main .mv-bottom .infos {
    flex-direction: column;
  }
}
@media screen and (max-width: 1240px) and (max-width: 768px) {
  html body .main .mv-bottom .infos {
    flex-direction: row;
    margin-bottom: 50px;
    gap: 10px 20px;
  }
}
html body .main .mv-bottom .infos .info {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .infos .info {
    gap: 10px;
  }
}
html body .main .mv-bottom .infos .info-left {
  max-width: 60px;
  width: 100%;
}
html body .main .mv-bottom .infos .info-right {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .infos .info-right {
    font-size: 16px;
  }
}
html body .main .mv-bottom .infos .info-right span {
  font-size: 26px;
  line-height: 1.1538461538;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .infos .info-right span {
    font-size: 20px;
  }
}
html body .main .mv-bottom .infos .info-right span.middle {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .infos .info-right span.middle {
    font-size: 16px;
  }
}
html body .main .mv-bottom .youtube-area {
  width: 100%;
  margin: 0 auto 60px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .youtube-area {
    margin-bottom: 30px;
  }
}
html body .main .mv-bottom .youtube-area iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 1000/562;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .youtube-area iframe {
    aspect-ratio: 4/3;
  }
}
html body .main .mv-bottom h2 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  html body .main .mv-bottom h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .mv-bottom h2 {
    width: 90%;
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 500px) {
  html body .main .mv-bottom h2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin-bottom: 30px;
  }
}
html body .main .mv-bottom h2 .areas {
  color: #404040;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  html body .main .mv-bottom h2 .areas {
    margin-right: 0;
  }
}
html body .main .mv-bottom h2 .areas.mini {
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  html body .main .mv-bottom h2 .areas.mini {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .mv-bottom h2 .areas.mini {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 500px) {
  html body .main .mv-bottom h2 .areas.mini {
    font-size: 28px;
  }
}
html body .main .mv-bottom .btn-under-text {
  text-align: center;
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .btn-under-text {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
html body .main .mv-bottom .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  font-weight: bold;
  color: #fff;
  background: var(--red);
  border: solid 2px var(--red);
  border-radius: 44px;
  transition: all var(--transition);
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .btn {
    height: 56px;
    max-width: 260px;
  }
}
html body .main .mv-bottom .btn:hover {
  color: var(--red);
  background: #fff;
}
html body .main .mv-bottom .btn b {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .mv-bottom .btn b {
    font-size: 16px;
  }
}
html body .main .mv-bottom .btn span {
  z-index: 0;
}
html body .main .mv-bottom__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .mv-bottom__inner .text {
  width: fit-content;
  margin-bottom: 25px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-bottom__inner .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv-bottom__inner .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) and (max-width: 500px) {
  html body .main .mv-bottom__inner .text {
    font-size: 13px;
  }
}
html body .main .mv-bottom__inner .count-down {
  display: flex;
  gap: 2px;
  align-items: flex-start;
  width: fit-content;
  color: #808080;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1490px) {
  html body .main .mv-bottom__inner .count-down {
    font-size: 18px;
  }
}
@media screen and (max-width: 1490px) and (max-width: 768px) {
  html body .main .mv-bottom__inner .count-down {
    font-size: 14px;
  }
}
@media screen and (max-width: 1490px) and (max-width: 768px) and (max-width: 500px) {
  html body .main .mv-bottom__inner .count-down {
    font-size: 10px;
  }
}
html body .main .mv-bottom__inner .count-down span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 96px;
  line-height: 0.8333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 1490px) {
  html body .main .mv-bottom__inner .count-down span {
    font-size: 80px;
  }
}
@media screen and (max-width: 1490px) and (max-width: 768px) {
  html body .main .mv-bottom__inner .count-down span {
    font-size: 54px;
  }
}
@media screen and (max-width: 1490px) and (max-width: 768px) and (max-width: 500px) {
  html body .main .mv-bottom__inner .count-down span {
    font-size: 40px;
  }
}
html body .main .mv-bottom__inner .count-down span.fix-box {
  display: inline-block;
  width: 120px;
}
@media screen and (max-width: 1490px) {
  html body .main .mv-bottom__inner .count-down span.fix-box {
    width: 100px;
  }
}
@media screen and (max-width: 1490px) and (max-width: 768px) {
  html body .main .mv-bottom__inner .count-down span.fix-box {
    width: 70px;
  }
}
@media screen and (max-width: 1490px) and (max-width: 768px) and (max-width: 500px) {
  html body .main .mv-bottom__inner .count-down span.fix-box {
    width: 52px;
  }
}
html body .main .mv-bottom h2 {
  width: 100%;
}
@keyframes zoomUpAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}
html body .main .mv .swiper-slide-active img,
html body .main .mv .swiper-slide-duplicate-active img,
html body .main .mv .swiper-slide-prev img {
  animation: zoomUpAnimation 24s linear infinite;
}
html body .main .mv .swiper-slide img {
  height: auto;
  width: 100%;
}
html body .main .mv .swiper-slide.no-zoom img {
  transform: scale(1) !important;
}
html body .main .mv .swiper-container {
  height: 100%;
}
html body .main .mv .swiper-container .swiper {
  height: 100%;
}
html body .main .mv .swiper-container .swiper .swiper-wrapper {
  width: 100%;
}
html body .main .mv .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
html body .main .det {
  position: relative;
  padding-bottom: 300px;
  background: url(/2025/index/img/bg-detail.jpg) #000 no-repeat;
  background-position: 50% bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  html body .main .det {
    padding-bottom: 100px;
  }
}
html body .main .det::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2249/300;
  content: "";
  -webkit-mask-image: url(/2025/index/img/mv-bottom.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/index/img/mv-bottom.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
}
html body .main .det .detail {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  html body .main .det .detail {
    padding-top: 15px;
  }
}
html body .main .det .detail .section-title {
  position: relative;
  z-index: 15;
  font-size: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  html body .main .det .detail .section-title {
    font-size: 38px;
    padding-bottom: 0;
  }
}
html body .main .det .detail .section-title::after {
  display: none;
}
html body .main .det .detail-first-bg {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 3;
  width: 450px;
  height: auto;
  aspect-ratio: 661/1054;
  background: url(/2024/index/img/whatis-left.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  html body .main .det .detail-first-bg {
    top: 0;
    width: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .det .detail-first-bg {
    top: 0;
    width: 200px;
  }
}
html body .main .det .detail-list-img {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto 100px;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  html body .main .det .detail-list-img {
    margin-bottom: 50px;
  }
}
html body .main .top-slider-area {
  background: #000;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  html body .main .top-slider-area {
    padding-bottom: 50px;
  }
}
html body .main .top-slider-area .swiper {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  overflow: visible;
  position: relative;
}
html body .main .top-slider-area .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  opacity: 0.2;
  transition: opacity 0.3s;
}
html body .main .top-slider-area .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
html body .main .top-slider-area .swiper .swiper-button-prev-top {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--red);
  border: #fff solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  translate: calc(-50% - 5px) -50%;
}
@media screen and (max-width: 1100px) {
  html body .main .top-slider-area .swiper .swiper-button-prev-top {
    width: 45px;
    translate: -50% -50%;
  }
}
html body .main .top-slider-area .swiper .swiper-button-prev-top span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .top-slider-area .swiper .swiper-button-prev-top:hover {
  border-color: var(--red);
  scale: 1.2;
}
html body .main .top-slider-area .swiper .swiper-button-prev-top:hover::before {
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
}
html body .main .top-slider-area .swiper .swiper-button-prev-top:hover span {
  width: 200px;
  height: 200px;
}
html body .main .top-slider-area .swiper .swiper-button-prev-top::before {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  html body .main .top-slider-area .swiper .swiper-button-prev-top::before {
    width: 10px;
    height: 10px;
  }
}
html body .main .top-slider-area .swiper .swiper-button-prev-top::after {
  display: none;
}
html body .main .top-slider-area .swiper .swiper-button-next-top {
  z-index: 15;
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--red);
  border: #fff solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  translate: calc(50% + 5px) -50%;
}
@media screen and (max-width: 768px) {
  html body .main .top-slider-area .swiper .swiper-button-next-top {
    translate: 50% -50%;
  }
}
html body .main .top-slider-area .swiper .swiper-button-next-top span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .top-slider-area .swiper .swiper-button-next-top:hover {
  scale: 1.2;
  border-color: var(--red);
}
html body .main .top-slider-area .swiper .swiper-button-next-top:hover::before {
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
}
html body .main .top-slider-area .swiper .swiper-button-next-top:hover span {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1100px) {
  html body .main .top-slider-area .swiper .swiper-button-next-top {
    width: 45px;
  }
}
html body .main .top-slider-area .swiper .swiper-button-next-top::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  html body .main .top-slider-area .swiper .swiper-button-next-top::before {
    width: 10px;
    height: 10px;
  }
}
html body .main .top-slider-area .swiper .swiper-button-next-top::after {
  display: none;
}
html body .main .swiper-container .swiper-button-prev-news {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  inset: unset;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #000;
  border: #fff solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  html body .main .swiper-container .swiper-button-prev-news {
    width: 45px;
  }
}
html body .main .swiper-container .swiper-button-prev-news span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .swiper-container .swiper-button-prev-news:hover {
  scale: 1.2;
}
html body .main .swiper-container .swiper-button-prev-news:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
html body .main .swiper-container .swiper-button-prev-news:hover span {
  width: 200px;
  height: 200px;
}
html body .main .swiper-container .swiper-button-prev-news::before {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  html body .main .swiper-container .swiper-button-prev-news::before {
    width: 10px;
    height: 10px;
  }
}
html body .main .swiper-container .swiper-button-prev-news::after {
  display: none;
}
html body .main .swiper-container .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  html body .main .swiper-container .btn-wrap {
    gap: 10px;
  }
}
html body .main .swiper-container .swiper-button-next-news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  inset: unset;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #000;
  border: #fff solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}
html body .main .swiper-container .swiper-button-next-news span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .swiper-container .swiper-button-next-news:hover {
  scale: 1.2;
}
html body .main .swiper-container .swiper-button-next-news:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
html body .main .swiper-container .swiper-button-next-news:hover span {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1100px) {
  html body .main .swiper-container .swiper-button-next-news {
    width: 45px;
  }
}
html body .main .swiper-container .swiper-button-next-news::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  html body .main .swiper-container .swiper-button-next-news::before {
    width: 10px;
    height: 10px;
  }
}
html body .main .swiper-container .swiper-button-next-news::after {
  display: none;
}
html body .main .news {
  padding: 50px 0 150px;
  background: #000;
}
@media screen and (max-width: 768px) {
  html body .main .news {
    padding-bottom: 50px;
  }
}
html body .main .news-list--item {
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .news-list--item {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
html body .main .news-list--item a {
  display: block;
  width: 100%;
}
@media (hover) {
  html body .main .news-list--item a:hover .img-wrap .band {
    scale: 1.1;
    rotate: -8deg;
  }
  html body .main .news-list--item a:hover .img-wrap img {
    scale: 1.1;
  }
  html body .main .news-list--item a:hover .text {
    text-decoration: underline;
  }
}
html body .main .news-list--item a .img-wrap {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  html body .main .news-list--item a .img-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .news-list--item a .img-wrap {
    width: 100%;
  }
}
html body .main .news-list--item a .img-wrap .band {
  transition: all var(--transition);
  z-index: 15;
  color: #fff;
  background: #ff0000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50%;
  rotate: -5deg;
  height: 40px;
  width: 120%;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  html body .main .news-list--item a .img-wrap .band {
    height: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html body .main .news-list--item a .img-wrap .band {
    height: 40px;
    font-size: 20px;
  }
}
html body .main .news-list--item a .img-wrap img {
  transition: all var(--transition);
}
html body .main .news-list--item a .img-wrap .category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 10px 15px;
  font-weight: bold;
  background: var(--red);
  border-radius: 0 0 10px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .news-list--item a .img-wrap .category {
    padding: 8px 13px;
    font-size: 15px;
  }
}
html body .main .news-list--item a .date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .news-list--item a .date {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
html body .main .news-list--item a .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1200px) {
  html body .main .news-list--item a .text {
    font-size: 15px;
  }
}
html body .main .news .container {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .news .container {
    width: 90%;
  }
}
html body .main .news .container .swiper1 .swiper-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  html body .main .news .container .swiper1 .swiper-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .news .container .swiper1 .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}
@media (hover) {
  html body .main .news .container .swiper1 .swiper-wrapper .swiper-slide a:hover .img-wrap img {
    scale: 1.1;
  }
}
html body .main .news .container .swiper1 .swiper-wrapper .swiper-slide a .img-wrap {
  border: solid 1px #dddddd;
}
html body .main .news .container .swiper-button-prev {
  background: #000;
  border: #fff solid 2px;
}
html body .main .news .container .swiper-button-prev span {
  background-color: #fff;
}
html body .main .news .container .swiper-button-prev:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
html body .main .news .container .swiper-button-prev::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
html body .main .news .container .swiper-button-next {
  background: #000;
  border: #fff solid 2px;
}
html body .main .news .container .swiper-button-next span {
  background-color: #fff;
}
html body .main .news .container .swiper-button-next:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
html body .main .news .container .swiper-button-next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
html body .main .news .btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  html body .main .news .btn {
    margin-top: 30px;
  }
}
html body .main .news .btn span {
  z-index: 0;
}
html body .main .news .btn b {
  z-index: 5;
  position: relative;
}
html body .main .inner {
  max-width: 810px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
html body .main .inner p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .inner p {
    font-size: 14px;
  }
}
html body .main .inner .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 100px;
  height: 70px;
  font-weight: bold;
  color: #fff;
  background: var(--red);
  border: solid 2px var(--red);
  border-radius: 44px;
  transition: all var(--transition);
}
@media screen and (max-width: 768px) {
  html body .main .inner .btn {
    height: 56px;
    max-width: 260px;
    margin-bottom: 30px;
  }
}
html body .main .inner .btn:hover {
  color: var(--red);
  background: #fff;
}
html body .main .inner .btn b {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .inner .btn b {
    font-size: 16px;
  }
}
html body .main .inner .btn span {
  z-index: 0;
}
html body .main .venue-slider .swiper .swiper-wrapper .swiper-slide .img-wrap {
  width: 100%;
}
html body .main .venue-slider,
html body .main .swiper-cont {
  margin-bottom: 60px;
}
html body .main .venue-slider .swiper-button-prev5,
html body .main .swiper-cont .swiper-button-prev5 {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  inset: unset;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #000;
  border: #fff solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  html body .main .venue-slider .swiper-button-prev5,
  html body .main .swiper-cont .swiper-button-prev5 {
    width: 45px;
  }
}
html body .main .venue-slider .swiper-button-prev5 span,
html body .main .swiper-cont .swiper-button-prev5 span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .venue-slider .swiper-button-prev5:hover,
html body .main .swiper-cont .swiper-button-prev5:hover {
  scale: 1.2;
}
html body .main .venue-slider .swiper-button-prev5:hover::before,
html body .main .swiper-cont .swiper-button-prev5:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
html body .main .venue-slider .swiper-button-prev5:hover span,
html body .main .swiper-cont .swiper-button-prev5:hover span {
  width: 200px;
  height: 200px;
}
html body .main .venue-slider .swiper-button-prev5::before,
html body .main .swiper-cont .swiper-button-prev5::before {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  html body .main .venue-slider .swiper-button-prev5::before,
  html body .main .swiper-cont .swiper-button-prev5::before {
    width: 10px;
    height: 10px;
  }
}
html body .main .venue-slider .swiper-button-prev5::after,
html body .main .swiper-cont .swiper-button-prev5::after {
  display: none;
}
html body .main .venue-slider .btn-wrap,
html body .main .swiper-cont .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  html body .main .venue-slider .btn-wrap,
  html body .main .swiper-cont .btn-wrap {
    gap: 10px;
  }
}
html body .main .venue-slider .swiper-button-next5,
html body .main .swiper-cont .swiper-button-next5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: static;
  inset: unset;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #000;
  border: #fff solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}
html body .main .venue-slider .swiper-button-next5 span,
html body .main .swiper-cont .swiper-button-next5 span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .venue-slider .swiper-button-next5:hover,
html body .main .swiper-cont .swiper-button-next5:hover {
  scale: 1.2;
}
html body .main .venue-slider .swiper-button-next5:hover::before,
html body .main .swiper-cont .swiper-button-next5:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
html body .main .venue-slider .swiper-button-next5:hover span,
html body .main .swiper-cont .swiper-button-next5:hover span {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1100px) {
  html body .main .venue-slider .swiper-button-next5,
  html body .main .swiper-cont .swiper-button-next5 {
    width: 45px;
  }
}
html body .main .venue-slider .swiper-button-next5::before,
html body .main .swiper-cont .swiper-button-next5::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  html body .main .venue-slider .swiper-button-next5::before,
  html body .main .swiper-cont .swiper-button-next5::before {
    width: 10px;
    height: 10px;
  }
}
html body .main .venue-slider .swiper-button-next5::after,
html body .main .swiper-cont .swiper-button-next5::after {
  display: none;
}
html body .main .what-is {
  position: relative;
  height: 2500px;
  z-index: 0;
  padding-bottom: 400px;
}
@media screen and (max-width: 1200px) {
  html body .main .what-is {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .what-is {
    padding-bottom: 300px;
    height: auto;
  }
}
html body .main .what-is__logo {
  max-width: 500px;
  margin: 30px auto 0;
}
html body .main .what-is__credit {
  position: fixed;
  bottom: 10px;
  left: 10px;
  color: #c0c0c0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  html body .main .what-is__credit {
    bottom: 3px;
    left: 5px;
  }
}
html body .main .what-is__credit.is-active {
  opacity: 0.6;
}
html body .main .what-is__img1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  background: #000;
  z-index: 5;
  transition: opacity 0.3s;
}
html body .main .what-is__img1.is-hidden {
  opacity: 0;
}
html body .main .what-is__img2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  background: #000;
}
html body .main .what-is::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2249/300;
  z-index: 10;
  content: "";
  -webkit-mask-image: url(/2025/index/img/mv-bottom.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/index/img/mv-bottom.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #171717;
}
html body .main .what-is h2 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 40px;
  font-weight: 900;
  color: #404040;
  text-align: center;
  font-size: 80px;
  line-height: 1.25;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  html body .main .what-is h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .what-is h2 {
    width: 90%;
    font-size: 50px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 500px) {
  html body .main .what-is h2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    font-size: 39px;
  }
}
html body .main .what-is h2 .area {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  html body .main .what-is h2 .area {
    margin-right: 0;
  }
}
html body .main .what-is h2 .inline-b {
  display: inline-block;
}
html body .main .what-is__container {
  position: sticky;
  top: 22%;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  html body .main .what-is__container {
    position: relative;
    top: auto;
  }
}
html body .main .what-is__inner {
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .what-is__inner h3 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  html body .main .what-is__inner h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .what-is__inner h3 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
html body .main .what-is__inner h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
  translate: -50%;
}
@media screen and (max-width: 768px) {
  html body .main .what-is__inner h3::after {
    height: 6px;
  }
}
html body .main .what-is__inner h3 span {
  letter-spacing: 0.12em;
}
html body .main .what-is__inner .big-text {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .what-is__inner .big-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .what-is__inner .big-text {
    font-size: 17px;
    text-align: left;
  }
}
html body .main .what-is__inner .mini-text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .what-is__inner .mini-text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .what-is__inner .mini-text {
    font-size: 13px;
    text-align: left;
  }
}
html body .main .themes {
  position: relative;
  padding-bottom: 400px;
  background: url(/2025/index/img/themes-bg.jpg) no-repeat #131313;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  html body .main .themes {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .themes {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 500px) {
  html body .main .themes {
    background: url(/2025/index/img/themes-bg.jpg) repeat-y #131313;
    background-size: contain;
  }
}
html body .main .themes::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2249/300;
  content: "";
  -webkit-mask-image: url(/2025/index/img/mv-bottom.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/index/img/mv-bottom.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #171717;
}
html body .main .themes .themes-top-img {
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 3;
  width: 530px;
  height: auto;
  aspect-ratio: 780/900;
  background: url(/2025/index/img/themes-right.png) no-repeat;
  background-size: contain;
  translate: 0 -50%;
}
@media screen and (max-width: 1200px) {
  html body .main .themes .themes-top-img {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .themes .themes-top-img {
    top: -100px;
    width: 200px;
  }
}
html body .main .themes__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .themes__inner h2 {
  margin-bottom: 70px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner h2 {
    margin-bottom: 40px;
  }
}
html body .main .themes__inner h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  html body .main .themes__inner h2 .main-text {
    margin-left: 60px;
    font-size: 28px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .main .themes__inner h2 .main-text {
    padding-bottom: 15px;
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .themes__inner h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner h2 .main-text::after {
    height: 6px;
  }
}
html body .main .themes__inner h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 10px;
  color: #404040;
  translate: -130px;
  font-size: 170px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .themes__inner h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .main .themes__inner h2 .bg-text {
    margin-bottom: 0px;
    font-size: 70px;
    translate: 0;
  }
}
html body .main .themes__inner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 65px;
}
@media screen and (max-width: 1100px) {
  html body .main .themes__inner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 650px) {
  html body .main .themes__inner-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
html body .main .themes__inner-list--item {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
}
html body .main .themes__inner-list--item .head {
  width: 100%;
}
html body .main .themes__inner-list--item .foot {
  width: 100%;
  margin-top: 25px;
}
html body .main .themes__inner-list--item .title {
  margin: 20px 0;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner-list--item .title {
    margin: 15px 0;
  }
}
html body .main .themes__inner-list--item .title .bg-red {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  padding: 8px 0;
  margin: 0 auto;
  background: var(--red);
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner-list--item .title .bg-red {
    max-width: 200px;
    font-size: 18px;
  }
}
html body .main .themes__inner-list--item .title .cross {
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  margin: -5px auto 0;
}
html body .main .themes__inner-list--item .title .text {
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner-list--item .title .text {
    font-size: 17px;
  }
}
html body .main .themes__inner-list--item .content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner-list--item .content-list {
    gap: 5px;
  }
}
html body .main .themes__inner-list--item .content-list--item {
  position: relative;
  padding-left: 19px;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner-list--item .content-list--item {
    padding-left: 15px;
    font-size: 15px;
  }
}
html body .main .themes__inner-list--item .content-list--item::after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: var(--red);
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner-list--item .content-list--item::after {
    width: 8px;
  }
}
html body .main .themes__inner-list--item .field {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner-list--item .field {
    margin-top: 15px;
    font-size: 15px;
  }
}
html body .main .themes__inner-list--item .field dt {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  html body .main .themes__inner-list--item .field dt {
    margin-bottom: 3px;
  }
}
html body .main .speakers {
  position: relative;
  padding: 0 0 200px;
}
@media screen and (max-width: 768px) {
  html body .main .speakers {
    padding-bottom: 100px;
  }
}
html body .main .speakers .btn b {
  position: relative;
  z-index: 5;
}
html body .main .speakers .btn span {
  z-index: 3;
}
html body .main .speakers-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 550px;
  height: auto;
  aspect-ratio: 780/900;
  background: url(/2025/index/img/contents-right.png) no-repeat;
  background-size: contain;
  translate: 0 -80%;
}
@media screen and (max-width: 1200px) {
  html body .main .speakers-top {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .speakers-top {
    width: 200px;
    translate: 0 -95%;
  }
}
html body .main .speakers__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .speakers__inner h2 {
  margin-bottom: 75px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .speakers__inner h2 {
    margin-bottom: 40px;
  }
}
html body .main .speakers__inner h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  html body .main .speakers__inner h2 .main-text {
    margin-left: 60px;
    font-size: 28px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .main .speakers__inner h2 .main-text {
    padding-bottom: 15px;
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .speakers__inner h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
}
@media screen and (max-width: 768px) {
  html body .main .speakers__inner h2 .main-text::after {
    height: 6px;
  }
}
html body .main .speakers__inner h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 10px;
  color: #404040;
  translate: -130px;
  font-size: 170px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .speakers__inner h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .main .speakers__inner h2 .bg-text {
    margin-bottom: 0px;
    font-size: 70px;
    translate: 0;
  }
}
html body .main .speakers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  html body .main .speakers__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  html body .main .speakers__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
html body .main .speakers .swiper-slide {
  width: 100%;
  padding: 20px;
  color: #ffffff;
  height: auto;
  border-radius: 20px;
  background: #292929;
}
html body .main .speakers .swiper-slide .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
html body .main .speakers .swiper-slide .img img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  translate: -50% 0;
}
html body .main .speakers .swiper-slide .name {
  width: 80%;
  padding: 6px 0;
  display: flex;
  align-items: center;
  background: #e60012;
  translate: -20px -10px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-left: 20px;
}
html body .main .speakers .swiper-slide .text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
}
html body .main .contents {
  position: relative;
  padding: 0 0 150px;
  background-position: right bottom;
  background-size: 75% auto;
}
@media screen and (max-width: 768px) {
  html body .main .contents {
    padding-top: 0;
    padding-bottom: 60px;
    background-position: right bottom;
    background-size: 100% auto;
  }
}
html body .main .contents__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .contents__inner h2 {
  margin-bottom: 75px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner h2 {
    margin-bottom: 40px;
  }
}
html body .main .contents__inner h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  html body .main .contents__inner h2 .main-text {
    margin-left: 60px;
    font-size: 28px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .main .contents__inner h2 .main-text {
    padding-bottom: 15px;
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .contents__inner h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner h2 .main-text::after {
    height: 6px;
  }
}
html body .main .contents__inner h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 10px;
  color: #404040;
  translate: -130px;
  font-size: 170px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .contents__inner h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .main .contents__inner h2 .bg-text {
    margin-bottom: 0px;
    font-size: 70px;
    translate: 0;
  }
}
html body .main .contents__inner .container2 {
  position: relative;
}
html body .main .contents__inner .container2 .swiper3 .more-btn2 {
  position: relative;
  display: block;
  width: fit-content;
  padding: 3px 20px 3px 10px;
  margin: 0 auto 0;
}
html body .main .contents__inner .container2 .swiper3 .more-btn2::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 0.15s;
  rotate: 135deg;
  translate: 0 -50%;
}
html body .main .contents__inner .container2 .swiper3 .more-btn2.is-active::after {
  rotate: -45deg;
  translate: 0 0;
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner .container2 .swiper3 .swiper-wrapper {
    margin-bottom: 30px;
  }
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  color: #fff;
  background: #ccc;
  background: rgba(42, 42, 42, 0.7);
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide {
    padding: 30px 20px;
    font-size: 15px;
  }
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap {
  margin-bottom: 20px;
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap.img1 {
  width: 58px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap.img1 {
    width: 48px;
  }
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap.img2 {
  width: 66px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap.img2 {
    width: 56px;
  }
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap.img3 {
  width: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap.img3 {
    width: 70px;
  }
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap.img4 {
  width: 145px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .img-wrap.img4 {
    width: 135px;
  }
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .text {
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
html body .main .contents__inner .container2 .swiper3 .swiper-wrapper .swiper-slide .text.is-active {
  line-height: 1.75;
  visibility: visible;
  opacity: 1;
}
html body .main .contents__inner .container2 .swiper-button-prev {
  top: 130px;
  left: 2%;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #000;
  border: #fff solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  translate: 0 -50%;
}
@media screen and (max-width: 1100px) {
  html body .main .contents__inner .container2 .swiper-button-prev {
    width: 45px;
  }
}
html body .main .contents__inner .container2 .swiper-button-prev span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .contents__inner .container2 .swiper-button-prev:hover {
  scale: 1.2;
}
html body .main .contents__inner .container2 .swiper-button-prev:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
html body .main .contents__inner .container2 .swiper-button-prev:hover span {
  width: 200px;
  height: 200px;
}
html body .main .contents__inner .container2 .swiper-button-prev::before {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner .container2 .swiper-button-prev::before {
    width: 10px;
    height: 10px;
  }
}
html body .main .contents__inner .container2 .swiper-button-prev::after {
  display: none;
}
html body .main .contents__inner .container2 .swiper-button-next {
  position: absolute;
  top: 130px;
  right: 2%;
  left: auto;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #000;
  border: #fff solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  translate: 0 -50%;
}
html body .main .contents__inner .container2 .swiper-button-next span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .contents__inner .container2 .swiper-button-next:hover {
  scale: 1.2;
}
html body .main .contents__inner .container2 .swiper-button-next:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
html body .main .contents__inner .container2 .swiper-button-next:hover span {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1100px) {
  html body .main .contents__inner .container2 .swiper-button-next {
    width: 45px;
  }
}
html body .main .contents__inner .container2 .swiper-button-next::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner .container2 .swiper-button-next::before {
    width: 10px;
    height: 10px;
  }
}
html body .main .contents__inner .container2 .swiper-button-next::after {
  display: none;
}
html body .main .contents__inner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  html body .main .contents__inner-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .contents__inner-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
html body .main .contents__inner-list--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  color: #fff;
  background: rgba(42, 42, 42, 0.7);
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner-list--item {
    padding: 30px 20px;
    font-size: 15px;
  }
}
html body .main .contents__inner-list--item .img-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner-list--item .img-wrap {
    margin-bottom: 20px;
  }
}
html body .main .contents__inner-list--item .img-wrap.img1 {
  width: 58px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner-list--item .img-wrap.img1 {
    width: 48px;
  }
}
html body .main .contents__inner-list--item .img-wrap.img2 {
  width: 66px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner-list--item .img-wrap.img2 {
    width: 56px;
  }
}
html body .main .contents__inner-list--item .img-wrap.img3 {
  width: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner-list--item .img-wrap.img3 {
    width: 70px;
  }
}
html body .main .contents__inner-list--item .img-wrap.img4 {
  width: 145px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner-list--item .img-wrap.img4 {
    width: 135px;
  }
}
html body .main .contents__inner-list--item .title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner-list--item .title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
html body .main .contents__inner-list--item ul {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  html body .main .contents__inner-list--item ul {
    margin-top: 10px;
  }
}
html body .main .contents__inner-list--item ul li {
  padding-left: 1em;
  line-height: 0;
  text-indent: -1em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
html body .main .contents__inner-list--item ul li.list-active {
  line-height: 1.75;
  visibility: visible;
  opacity: 1;
}
html body .main .contents__inner-list--item .text {
  line-height: 1.75;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
html body .main .contents__inner-list--item .more-btn {
  position: relative;
  display: block;
  width: fit-content;
  padding: 3px 20px 3px 10px;
  margin: 0 auto;
}
html body .main .contents__inner-list--item .more-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 0.15s;
  rotate: 135deg;
  translate: 0 -50%;
}
html body .main .contents__inner-list--item .more-btn.is-active::after {
  rotate: -45deg;
  translate: 0 0;
}
html body .main .detail {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .detail {
    margin-bottom: 80px;
  }
}
html body .main .detail__inner {
  width: 90%;
  margin: 0 auto;
  border: solid 1px #fff;
  padding: 80px 0;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  html body .main .detail__inner {
    padding: 15px 0 30px;
  }
}
html body .main .detail__list {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  html body .main .detail__list {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  html body .main .detail__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
html body .main .detail__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .detail__item {
    flex-direction: row;
    justify-content: center;
    width: calc(100% - 30px);
    padding: 30px 0;
    margin: 0 auto;
  }
}
html body .main .detail__item:not(:last-child) {
  border-right: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  html body .main .detail__item:not(:last-child) {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
}
html body .main .detail__item .img-wrap.img1 {
  width: 97px;
  height: auto;
  aspect-ratio: 97/68;
}
@media screen and (max-width: 1200px) {
  html body .main .detail__item .img-wrap.img1 {
    width: 87px;
  }
}
html body .main .detail__item .img-wrap.img2 {
  width: 79px;
  height: auto;
  aspect-ratio: 79/68;
}
@media screen and (max-width: 1200px) {
  html body .main .detail__item .img-wrap.img2 {
    width: 69px;
  }
}
html body .main .detail__item .img-wrap.img3 {
  width: 104px;
  height: auto;
  aspect-ratio: 104/68;
}
@media screen and (max-width: 1200px) {
  html body .main .detail__item .img-wrap.img3 {
    width: 94px;
  }
}
html body .main .detail__item-content {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .detail__item-content {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
html body .main .detail__item-content--2 {
  margin-bottom: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  html body .main .detail__item-content--2 {
    margin-top: 10px;
  }
}
html body .main .detail__item-num {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .detail__item-num {
    font-size: 16px;
  }
}
html body .main .detail__item-num span {
  font-size: 42px;
  line-height: 0.6666666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .detail__item-num span {
    font-size: 28px;
  }
}
html body .main .focus-center {
  width: 90%;
  max-width: 1000px;
  margin: 70px auto 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .focus-center {
    margin-top: 30px;
  }
}
html body .main .focus-center__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .focus-center__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
html body .main .focus-center__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px 18px;
}
@media screen and (max-width: 1240px) {
  html body .main .focus-center__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1240px) and (max-width: 920px) {
  html body .main .focus-center__list {
    gap: 7px 10px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 920px) and (max-width: 780px) {
  html body .main .focus-center__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
html body .main .focus-center__item {
  font-family: var(--rubik);
  border-radius: 5px;
  padding: 15px 10px;
  color: #000;
  background: #fff;
  border: solid 1px #d9d9d9;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  gap: 8px;
}
@media screen and (max-width: 920px) {
  html body .main .focus-center__item {
    font-size: 18px;
    padding-inline: 12px;
  }
}
@media screen and (max-width: 920px) and (max-width: 520px) {
  html body .main .focus-center__item {
    font-size: 16px;
    padding-block: 12px;
    padding-inline: 8px;
    gap: 6px;
  }
}
html body .main .discussions__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
html body .main .discussions__title {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .main .discussions__title {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 625px) {
  html body .main .discussions__title {
    font-size: 22px;
  }
}
html body .main .discussions__title .sp-br {
  display: none;
}
@media screen and (max-width: 580px) {
  html body .main .discussions__title .sp-br {
    display: block;
  }
}
html body .main .discussions__text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .main .discussions__text {
    font-size: 14px;
  }
}
html body .main .discussions__text span {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  html body .main .discussions__text span {
    font-size: 18px;
  }
}
html body .main .focus {
  position: relative;
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  html body .main .focus {
    margin-bottom: 100px;
  }
}
html body .main .focus .section-title {
  font-size: 32px;
  line-height: 1.5;
  width: fit-content;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .focus .section-title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
html body .main .focus .section-title::after {
  left: 0;
  translate: 0;
}
html body .main .focus__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .focus__inner h2 {
  margin-bottom: 75px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .focus__inner h2 {
    margin-bottom: 40px;
  }
}
html body .main .focus__inner h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  html body .main .focus__inner h2 .main-text {
    margin-left: 60px;
    font-size: 28px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .main .focus__inner h2 .main-text {
    padding-bottom: 15px;
    margin-left: 30px;
    font-size: 18px;
  }
}
html body .main .focus__inner h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
}
@media screen and (max-width: 768px) {
  html body .main .focus__inner h2 .main-text::after {
    height: 6px;
  }
}
html body .main .focus__inner h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 20px;
  color: #404040;
  translate: -130px;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .focus__inner h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1180px) {
  html body .main .focus__inner h2 .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1180px) and (max-width: 1000px) {
  html body .main .focus__inner h2 .bg-text {
    margin-bottom: 15px;
    font-size: 76px;
    translate: 0;
  }
}
html body .main .focus .more-btn3 {
  position: relative;
  display: block;
  width: fit-content;
  padding: 3px 20px 3px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .focus .more-btn3 {
    font-size: 14px;
    padding-top: 5px;
  }
}
html body .main .focus .more-btn3::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 0.15s;
  rotate: 135deg;
  translate: 0 -50%;
}
html body .main .focus .more-btn3.is-active::after {
  rotate: -45deg;
  translate: 0 0;
}
html body .main .focus__text-area {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #fff;
  max-width: 870px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  html body .main .focus__text-area {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
html body .main .focus .img-wrap {
  margin: 0 auto;
}
html body .main .focus__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1120px) {
  html body .main .focus__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1120px) and (max-width: 768px) {
  html body .main .focus__list {
    grid-template-columns: 1fr;
  }
}
html body .main .focus__mores {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 15px;
  transition: all 0.3s;
}
html body .main .focus__mores.is-active {
  gap: 20px;
}
html body .main .focus__mores.is-active .focus__more {
  visibility: visible;
  height: auto;
  opacity: 1;
  line-height: 1.75;
}
html body .main .focus__more {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  html body .main .focus__more {
    font-size: 14px;
  }
}
html body .main .focus__more span {
  color: var(--red);
}
html body .main .focus__item {
  border-radius: 20px;
  height: fit-content;
  border: solid 1px #404040;
  background: #313131;
  padding: 20px 10px;
  color: #fff;
}
html body .main .focus__item-title {
  margin: 0 auto 15px;
  width: calc(100% - 22px);
  height: 44px;
  background: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .focus__item-title {
    font-size: 14px;
  }
}
html body .main .focus__item-title span {
  margin-right: 5px;
  font-family: var(--rubik);
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .focus__item-title span {
    font-size: 22px;
  }
}
html body .main .focus__item-title-bottom {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body .main .focus__item-title-bottom {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
html body .main .gra-bg {
  position: relative;
  background: linear-gradient(to top, #171717, #202020 50%, #171717);
  padding-bottom: 10%;
}
html body .main .gra-bg::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2249/300;
  content: "";
  -webkit-mask-image: url(/2025/index/img/mv-bottom.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/index/img/mv-bottom.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
html body .main .gra-bg .layar {
  background: url(/2025/index/img/linebg1.png) repeat-y;
  background-position-x: center;
  background-size: auto 50%;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar {
    background-size: auto 30%;
  }
}
html body .main .gra-bg .layar .floor {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .floor {
    padding-bottom: 100px;
  }
}
html body .main .gra-bg .layar .floor .text-link {
  font-size: 18px;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .floor .text-link {
    font-size: 16px;
  }
}
@media (hover) {
  html body .main .gra-bg .layar .floor .text-link:hover {
    text-decoration: none;
  }
}
html body .main .gra-bg .layar .floor h2 {
  margin-bottom: 80px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .floor h2 {
    margin-bottom: 40px;
  }
}
html body .main .gra-bg .layar .floor h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 15px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  html body .main .gra-bg .layar .floor h2 .main-text {
    translate: -40px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .gra-bg .layar .floor h2 .main-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .gra-bg .layar .floor h2 .main-text {
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .gra-bg .layar .floor h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
  translate: 0;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .floor h2 .main-text::after {
    height: 6px;
  }
}
html body .main .gra-bg .layar .floor h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 10px;
  color: #404040;
  translate: -130px;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .gra-bg .layar .floor h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .gra-bg .layar .floor h2 .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .gra-bg .layar .floor h2 .bg-text {
    margin-bottom: 0px;
    font-size: 50px;
    translate: 0;
  }
}
html body .main .gra-bg .layar .floor__inner {
  color: #fff;
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .gra-bg .layar .floor__annotation {
  margin-top: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .floor__annotation {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
html body .main .gra-bg .layar .floor .btn {
  background: #000;
}
html body .main .gra-bg .layar .floor .btn b {
  z-index: 5;
}
html body .main .gra-bg .layar .floor .btn span {
  z-index: 0;
}
html body .main .gra-bg .layar .access {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access {
    padding-bottom: 100px;
  }
}
html body .main .gra-bg .layar .access .text-link {
  font-size: 18px;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access .text-link {
    font-size: 16px;
  }
}
@media (hover) {
  html body .main .gra-bg .layar .access .text-link:hover {
    text-decoration: none;
  }
}
html body .main .gra-bg .layar .access h2 {
  margin-bottom: 80px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access h2 {
    margin-bottom: 40px;
  }
}
html body .main .gra-bg .layar .access h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 15px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  html body .main .gra-bg .layar .access h2 .main-text {
    translate: -40px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .gra-bg .layar .access h2 .main-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .gra-bg .layar .access h2 .main-text {
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .gra-bg .layar .access h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
  translate: 0;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access h2 .main-text::after {
    height: 6px;
  }
}
html body .main .gra-bg .layar .access h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 10px;
  color: #404040;
  translate: -130px;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .gra-bg .layar .access h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .gra-bg .layar .access h2 .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .gra-bg .layar .access h2 .bg-text {
    margin-bottom: 0px;
    font-size: 50px;
    translate: 0;
  }
}
html body .main .gra-bg .layar .access__inner {
  color: #fff;
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .gra-bg .layar .access__map {
  margin-bottom: 30px;
}
html body .main .gra-bg .layar .access__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 55/27;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__map iframe {
    aspect-ratio: 4/3;
  }
}
html body .main .gra-bg .layar .access__position {
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__position {
    padding-bottom: 20px;
  }
}
html body .main .gra-bg .layar .access__position-title {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__position-title {
    font-size: 22px;
  }
}
html body .main .gra-bg .layar .access__position-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__position-text {
    font-size: 14px;
  }
}
html body .main .gra-bg .layar .access__position-text span {
  display: inline-block;
}
html body .main .gra-bg .layar .access__visitor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__visitor {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
html body .main .gra-bg .layar .access__content {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__content--right {
    border-top: none;
  }
}
html body .main .gra-bg .layar .access__sub-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__sub-title {
    font-size: 18px;
  }
}
html body .main .gra-bg .layar .access__details {
  display: flex;
  flex-direction: column;
}
html body .main .gra-bg .layar .access__detail {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__detail {
    font-size: 14px;
  }
}
html body .main .gra-bg .layar .access__wifi {
  display: flex;
  align-items: center;
  margin-top: 30px;
  background: #171717;
  padding: 30px 60px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__wifi {
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  html body .main .gra-bg .layar .access__wifi {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
}
html body .main .gra-bg .layar .access__wifi-left {
  max-width: 136px;
}
html body .main .gra-bg .layar .access__wifi-right p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  html body .main .gra-bg .layar .access__wifi-right p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  html body .main .gra-bg .layar .access__wifi-right p {
    margin-bottom: 20px;
  }
}
html body .main .gra-bg .layar .access__wifi-right .btn {
  line-height: 1.25;
}
html body .main .bg-white {
  position: relative;
  background: url(/2025/index/img/white-bg.jpg) repeat-y;
}
html body .main .bg-white .ambassador {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  html body .main .bg-white .ambassador {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .ambassador {
    padding-bottom: 80px;
  }
}
html body .main .bg-white .ambassador .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1523px;
  height: auto;
  aspect-ratio: 1523/1606;
  translate: -50%;
}
html body .main .bg-white .ambassador-left-img {
  position: absolute;
  top: 250px;
  left: -200px;
  width: 453px;
  height: auto;
  aspect-ratio: 780/900;
  background: url(/2025/index/img/information-left.png) no-repeat;
  background-size: contain;
  rotate: -90deg;
}
@media screen and (max-width: 1500px) {
  html body .main .bg-white .ambassador-left-img {
    display: none;
  }
}
html body .main .bg-white .ambassador__inner {
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .bg-white .ambassador__inner h2 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 920px) {
  html body .main .bg-white .ambassador__inner h2 {
    margin-bottom: 45px;
  }
}
html body .main .bg-white .ambassador__inner h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 15px;
  color: #000;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  html body .main .bg-white .ambassador__inner h2 .main-text {
    translate: -40px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .bg-white .ambassador__inner h2 .main-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .ambassador__inner h2 .main-text {
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .bg-white .ambassador__inner h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
  translate: 0;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .ambassador__inner h2 .main-text::after {
    height: 6px;
  }
}
html body .main .bg-white .ambassador__inner h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 10px;
  color: #404040;
  translate: -130px;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .bg-white .ambassador__inner h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .bg-white .ambassador__inner h2 .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .ambassador__inner h2 .bg-text {
    margin-bottom: 0;
    font-size: 50px;
    translate: 0;
  }
}
html body .main .bg-white .ambassador__inner .img-list {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1000px) {
  html body .main .bg-white .ambassador__inner .img-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .ambassador__inner .img-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
html body .main .bg-white .ambassador__inner .img-list .img-list--item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.46/1;
}
html body .main .bg-white .ambassador__inner .img-list .img-list--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .ambassador__inner .img-list .img-list--item a {
    padding: 0 16px;
  }
}
@media (hover) {
  html body .main .bg-white .ambassador__inner .img-list .img-list--item a:hover img {
    scale: 1.1;
  }
}
html body .main .bg-white .ambassador__inner .img-list .img-list--item a img {
  display: block;
  width: 100%;
  height: 70%;
  object-fit: contain;
  transition: all var(--transition);
}
html body .main .bg-white .ambassador .btn {
  background: var(--red);
  border: solid 2px var(--red);
  width: 450px;
  height: 80px;
  border-radius: 50px;
  font-size: 22px;
}
@media (hover) {
  html body .main .bg-white .ambassador .btn:hover {
    color: var(--red);
  }
  html body .main .bg-white .ambassador .btn:hover span {
    width: 900px;
    height: 900px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .ambassador .btn {
    max-width: 320px;
    width: 100%;
    height: 70px;
  }
}
html body .main .bg-white .information {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .bg-white .information {
    padding-bottom: 80px;
  }
}
html body .main .bg-white .information .info-tickets table th {
  background: #323232;
  color: #fff;
}
html body .main .bg-white .information .info-tickets table th .fle p:first-child::before {
  background: #fff;
}
html body .main .bg-white .information .info-tickets .anno {
  color: #000;
}
html body .main .bg-white .information .info-tickets .anno span.big {
  border: solid 1px #000;
}
html body .main .bg-white .information .dl-list .anno {
  color: #000;
}
html body .main .bg-white .information .dl-list .eng {
  color: #000;
}
html body .main .bg-white .information .info-left {
  position: absolute;
  top: -300px;
  left: -180px;
  z-index: 3;
  width: 453px;
  height: auto;
  aspect-ratio: 780/900;
  background: url(/2025/index/img/information-left.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1700px) {
  html body .main .bg-white .information .info-left {
    top: -150px;
    left: -150px;
    width: 300px;
  }
}
@media screen and (max-width: 1700px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .information .info-left {
    top: -90px;
    left: -90px;
    width: 165px;
  }
}
html body .main .bg-white .information__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .bg-white .information__inner h2 {
  margin-bottom: 80px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .information__inner h2 {
    margin-bottom: 40px;
  }
}
html body .main .bg-white .information__inner h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  html body .main .bg-white .information__inner h2 .main-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .information__inner h2 .main-text {
    padding-bottom: 15px;
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .bg-white .information__inner h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .information__inner h2 .main-text::after {
    height: 6px;
  }
}
html body .main .bg-white .information__inner h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 10px;
  color: #404040;
  translate: -130px;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .bg-white .information__inner h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .bg-white .information__inner h2 .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .information__inner h2 .bg-text {
    margin-bottom: 0px;
    font-size: 50px;
  }
}
html body .main .bg-white .information__inner .dl-list {
  display: flex;
  flex-direction: column;
}
html body .main .bg-white .information__inner .dl-list--item {
  display: flex;
  gap: 40px;
  padding: 30px 40px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .information__inner .dl-list--item {
    flex-direction: column;
    gap: 20px;
    padding: 20px 10px;
  }
}
html body .main .bg-white .information__inner .dl-list--item.col {
  flex-direction: column;
  gap: 20px;
  border-bottom: none;
}
html body .main .bg-white .information__inner .dl-list--item:first-child {
  border-top: solid 1px #000;
}
html body .main .bg-white .information__inner .dl-list--item.smooth-target {
  position: relative;
}
html body .main .bg-white .information__inner .dl-list--item.smooth-target #ticket-details {
  position: absolute;
  top: -180px;
  left: 0;
}
@media screen and (max-width: 1450px) {
  html body .main .bg-white .information__inner .dl-list--item.smooth-target #ticket-details {
    top: -135px;
  }
}
@media screen and (max-width: 1450px) and (max-width: 1300px) {
  html body .main .bg-white .information__inner .dl-list--item.smooth-target #ticket-details {
    top: -125px;
  }
}
html body .main .bg-white .information__inner .dl-list--item dt p {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 46px;
  font-weight: bold;
  background: var(--red);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .information__inner .dl-list--item dt p {
    height: 40px;
    font-size: 18px;
  }
}
html body .main .bg-white .information__inner .dl-list--item dt .tick-img {
  width: 100%;
  min-width: 384px;
  margin-top: 28px;
}
@media screen and (max-width: 950px) {
  html body .main .bg-white .information__inner .dl-list--item dt .tick-img {
    min-width: 300px;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  html body .main .bg-white .information__inner .dl-list--item dt .tick-img {
    min-width: 0;
    max-width: 384px;
  }
}
html body .main .bg-white .information__inner .dl-list--item dd {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .information__inner .dl-list--item dd {
    margin-top: 0;
  }
}
html body .main .bg-white .information__inner .dl-list--item dd .text {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .information__inner .dl-list--item dd .text {
    font-size: 20px;
  }
}
html body .main .bg-white .information__inner .dl-list--item dd .text:not(:first-child) {
  margin-top: 25px;
}
html body .main .bg-white .information__inner .dl-list--item dd .text span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .information__inner .dl-list--item dd .text span {
    font-size: 15px;
  }
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap {
  margin-top: 10px;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .detail-btn {
  position: relative;
  padding-right: 20px;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .detail-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transition: all 0.15s;
  rotate: 135deg;
  translate: 0 -50%;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .detail-btn.is-active::after {
  rotate: -45deg;
  translate: 0 0;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .answer {
  margin-top: 10px;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .answer.is-active {
  line-height: 1.5;
  visibility: visible;
  opacity: 1;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .answer.is-active ul li:not(:last-child) {
  margin-bottom: 10px;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .answer .answer-text {
  font-size: 16px;
  letter-spacing: 0.06em;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .answer ul li {
  padding-left: 0.8em;
  font-size: 16px;
  text-indent: -0.8em;
  letter-spacing: 0.06em;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .answer ul li:not(:last-child) {
  margin-bottom: 0;
}
html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .answer ul li a {
  text-decoration: underline;
}
@media (hover) {
  html body .main .bg-white .information__inner .dl-list--item dd .qa-wrap .answer ul li a:hover {
    text-decoration: none;
  }
}
html body .main .bg-white .information__inner .dl-list--item dd .small-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
html body .main .bg-white .organizer {
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  html body .main .bg-white .organizer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .organizer {
    padding-bottom: 80px;
  }
}
html body .main .bg-white .organizer::after {
  content: "";
  background: url(/2025/index/img/white-right.png) no-repeat;
  background-size: contain;
  height: auto;
  width: 380px;
  aspect-ratio: 380/410;
  position: absolute;
  top: -150px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  html body .main .bg-white .organizer::after {
    width: 280px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 850px) {
  html body .main .bg-white .organizer::after {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 850px) and (max-width: 768px) {
  html body .main .bg-white .organizer::after {
    width: 160px;
    top: -80px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 850px) and (max-width: 768px) and (max-width: 450px) {
  html body .main .bg-white .organizer::after {
    display: none;
  }
}
html body .main .bg-white .organizer__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .bg-white .organizer__inner h2 {
  margin-bottom: 80px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .organizer__inner h2 {
    margin-bottom: 40px;
  }
}
html body .main .bg-white .organizer__inner h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 15px;
  color: #000;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  html body .main .bg-white .organizer__inner h2 .main-text {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .bg-white .organizer__inner h2 .main-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .organizer__inner h2 .main-text {
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .bg-white .organizer__inner h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
  translate: 0;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .organizer__inner h2 .main-text::after {
    height: 6px;
  }
}
html body .main .bg-white .organizer__inner h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 20px;
  color: #404040;
  translate: -130px;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .bg-white .organizer__inner h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .bg-white .organizer__inner h2 .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .organizer__inner h2 .bg-text {
    margin-bottom: 10px;
    font-size: 50px;
    translate: 0;
  }
}
html body .main .bg-white .organizer__inner .explain {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  html body .main .bg-white .organizer__inner .explain {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .organizer__inner .explain {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
html body .main .bg-white .organizer__inner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
@media screen and (max-width: 1200px) {
  html body .main .bg-white .organizer__inner-list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  html body .main .bg-white .organizer__inner-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 768px) {
  html body .main .bg-white .organizer__inner-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
html body .main .bg-white .organizer__inner-list--item {
  border-top: solid 1px #000;
}
html body .main .bg-white .organizer__inner-list--item:nth-child(n+7) {
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .organizer__inner-list--item:nth-child(n+7) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .organizer__inner-list--item:nth-child(n+8) {
    border-bottom: solid 1px #000;
  }
}
html body .main .bg-white .organizer__inner-list--item a {
  position: relative;
  padding: 25px 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .organizer__inner-list--item a {
    padding: 17px 10px;
    font-size: 15px;
  }
}
html body .main .bg-white .organizer__inner-list--item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: auto;
  aspect-ratio: 27/21;
  content: "";
  background-size: contain;
  translate: 0 -50%;
  -webkit-mask-image: url(/2025/index/img/blank.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/index/img/blank.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
  transition: background 0.3s;
}
html body .main .bg-white .organizer__inner-list--item a span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #000;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .main .bg-white .organizer__inner-list--item a:hover {
  color: #fff;
}
html body .main .bg-white .organizer__inner-list--item a:hover span {
  width: 1100px;
  height: 1100px;
}
html body .main .bg-white .organizer__inner-list--item a:hover::after {
  -webkit-mask-image: url(/2025/index/img/blank.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/index/img/blank.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
html body .main .bg-white .back {
  position: relative;
}
html body .main .bg-white .back .btn {
  background: var(--red);
  border: solid 2px var(--red);
}
@media (hover) {
  html body .main .bg-white .back .btn:hover {
    color: var(--red);
  }
}
html body .main .bg-white .back__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  html body .main .bg-white .back__inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .back__inner {
    padding-bottom: 80px;
  }
}
html body .main .bg-white .back__inner--1 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  html body .main .bg-white .back__inner--1 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .bg-white .back__inner--1 {
    padding-bottom: 60px;
  }
}
html body .main .bg-white .back__inner .img-wrap {
  margin: 0 auto 30px;
}
html body .main .bg-white .back__inner .img-wrap img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .back__inner .img-wrap img {
    height: 36px;
  }
}
html body .main .bg-white .back__inner .img-wrap p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .bg-white .back__inner .img-wrap p {
    font-size: 18px;
  }
}
html body .main .news2 {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  html body .main .news2 {
    padding-bottom: 100px;
  }
}
html body .main .news2 .swiper-wrapper {
  display: flex;
}
html body .main .news2-right-img {
  position: absolute;
  top: -90px;
  right: -220px;
  width: 453px;
  height: auto;
  aspect-ratio: 780/900;
  content: "";
  background: url(/2025/index/img/information-left.png) no-repeat;
  background-size: contain;
  rotate: 115deg;
}
@media screen and (max-width: 1200px) {
  html body .main .news2-right-img {
    right: -150px;
    width: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .news2-right-img {
    top: 60px;
    right: -100px;
    width: 200px;
  }
}
html body .main .news2__inner {
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .news2__inner {
    width: 100%;
  }
}
html body .main .news2__inner h2 {
  margin-bottom: 80px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  html body .main .news2__inner h2 {
    margin-bottom: 40px;
  }
}
html body .main .news2__inner h2 .main-text {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 15px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  html body .main .news2__inner h2 .main-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .news2__inner h2 .main-text {
    margin-left: 30px;
    font-size: 22px;
  }
}
html body .main .news2__inner h2 .main-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
}
@media screen and (max-width: 768px) {
  html body .main .news2__inner h2 .main-text::after {
    height: 6px;
  }
}
html body .main .news2__inner h2 .bg-text {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 10px;
  color: #404040;
  translate: -130px;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1400px) {
  html body .main .news2__inner h2 .bg-text {
    font-size: 120px;
    translate: 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  html body .main .news2__inner h2 .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  html body .main .news2__inner h2 .bg-text {
    margin-bottom: 0px;
    font-size: 50px;
  }
}
html body .main .news2__inner h2 .bg-text span:nth-child(5) {
  margin: 0 20px;
  font-size: 80px;
}
@media screen and (max-width: 1200px) {
  html body .main .news2__inner h2 .bg-text span:nth-child(5) {
    margin: 0 10px;
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .news2__inner h2 .bg-text span:nth-child(5) {
    margin: 0 5px;
    font-size: 30px;
  }
}
html body .main .news2__inner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  html body .main .news2__inner-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .news2__inner-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }
}
html body .main .news2__inner-list--item {
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .news2__inner-list--item {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
html body .main .news2__inner-list--item a {
  display: block;
  width: 100%;
}
@media (hover) {
  html body .main .news2__inner-list--item a:hover .img-wrap img {
    scale: 1.1;
  }
  html body .main .news2__inner-list--item a:hover .text {
    text-decoration: underline;
  }
  html body .main .news2__inner-list--item a:hover .band {
    scale: 1.1;
    rotate: -8deg !important;
  }
}
html body .main .news2__inner-list--item a .img-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  html body .main .news2__inner-list--item a .img-wrap {
    margin-bottom: 10px;
  }
}
html body .main .news2__inner-list--item a .img-wrap .band {
  transition: all var(--transition);
  z-index: 15;
  color: #fff;
  background: #ff0000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50%;
  rotate: -5deg;
  height: 40px;
  width: 120%;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  html body .main .news2__inner-list--item a .img-wrap .band {
    height: 32px;
    font-size: 16px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html body .main .news2__inner-list--item a .img-wrap .band {
    height: 40px;
    font-size: 20px;
    bottom: 20px;
  }
}
html body .main .news2__inner-list--item a .img-wrap img {
  transition: all var(--transition);
}
html body .main .news2__inner-list--item a .img-wrap .category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 10px 15px;
  font-weight: bold;
  background: var(--red);
  border-radius: 0 0 10px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .news2__inner-list--item a .img-wrap .category {
    padding: 8px 13px;
    font-size: 15px;
  }
}
html body .main .news2__inner-list--item a .date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .news2__inner-list--item a .date {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
html body .main .news2__inner-list--item a .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .news2__inner-list--item a .text {
    font-size: 15px;
  }
}
html body .main .application {
  color: #fff;
  overflow: hidden;
  position: relative;
}
html body .main .application__right-img {
  position: absolute;
  right: -80px;
  bottom: -240px;
  width: 453px;
  height: auto;
  aspect-ratio: 780/900;
  background: url(/2025/index/img/information-left.png) no-repeat;
  background-size: contain;
  rotate: -155deg;
}
@media screen and (max-width: 1200px) {
  html body .main .application__right-img {
    right: -50px;
    bottom: -150px;
    width: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .application__right-img {
    bottom: -100px;
    width: 200px;
  }
}
html body .main .application__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 180px;
  background: url(/2025/index/img/app-bg.png);
  background-size: cover;
  padding-top: 50px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  html body .main .application__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 100px;
  }
}
html body .main .application__contents {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
html body .main .application__title {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .application__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
}
html body .main .application__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  html body .main .application__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
html body .main .application__flex {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  html body .main .application__flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
html body .main .application__flex-left {
  width: 100%;
  max-width: 224px;
}
html body .main .application__flex-right {
  width: 100%;
  max-width: 520px;
  border: solid 2px #fff;
  border-radius: 30px;
  height: fit-content;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .application__flex-right {
    padding: 20px;
  }
}
html body .main .application__flex-right .download-area__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .application__flex-right .download-area__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
html body .main .application__flex-right .download-area__flex {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  html body .main .application__flex-right .download-area__flex {
    gap: 20px;
  }
}
html body .main .application__flex-right .download-area .qr {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  min-width: 100px;
  margin-bottom: 20px;
}
html body .main .application__flex-right .download-area .mk {
  width: 100%;
  margin: 0 auto;
}
html body .main .application__flex-right .download-area .mk.google {
  max-width: 148px;
}
html body .main .application__flex-right .download-area .mk.app {
  max-width: 122px;
}

.report_buttons {
  display: flex;
}
@media screen and (max-width: 768px) {
  .report_buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
}
.report_buttons a.btn > b {
  font-size: 0.9rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
.report_buttons a.btn > b small {
  font-size: 0.8rem;
}

/*# sourceMappingURL=style.css.map */
