@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Iosevka+Charon+Mono:wght@400;700&display=swap");
:root {
  --vw: 1vw;
}

/*
------------------------
用途：個別にhover要素付けたい時用
------------------------
例）
div {
    width:100px;
    height:100px;
    @include hover;
}
*/
/*
------------------------
用途：良く使うflexを1行に短縮
------------------------
例）
div {
    @include flex(b,w);
}
↑これは↓これを一行で書いた例
div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
*/
/*--------------------------------------------------------------
	reset
---------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  transition: 0.2s;
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-size: 14px;
}

/*** magrin & padding ***/
.mb-28 {
  margin-bottom: 2.8rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.center {
  text-align: center;
}

.radius {
  border-radius: 1rem;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.big {
  font-size: 2.8rem;
}

.color__pink {
  color: #fe74aa;
}

.border--bottom {
  border-bottom: 1px solid;
}

@media (any-hover: hover) {
  .hover--opacity:hover {
    opacity: 0.7;
  }
}

.hover--zoom {
  overflow: hidden;
}
.hover--zoom > * {
  transition: 0.3s transform;
}
@media (any-hover: hover) {
  .hover--zoom > *:hover {
    transform: scale(1.05);
  }
}

.txtlink {
  display: inline-block;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .txtlink:hover {
    text-decoration: none;
  }
}

/*** ttl ***/
.ttl__bg {
  position: relative;
  width: 100%;
  height: 9rem;
}
@media only screen and (max-width: 767px) {
  .ttl__bg {
    height: 6rem;
  }
}
.ttl__bg .ttl__bg--in {
  position: absolute;
  width: 100%;
  top: -8rem;
  background-image: url(../img/common/ttl_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46rem;
  padding: 5rem 0 4rem;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  -webkit-text-stroke: 2px #263b6f;
  text-stroke: 2px black;
  paint-order: stroke;
}
@media only screen and (max-width: 767px) {
  .ttl__bg .ttl__bg--in {
    background-size: 30rem;
    font-size: 3rem;
  }
}

.ttl__01 {
  border-bottom: 1px solid;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .ttl__01 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.ttl__01 {
  font-size: 5.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
  border: none;
}
@media only screen and (max-width: 767px) {
  .ttl__01 {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}

.ttl__02 {
  border-bottom: 1px solid;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ttl__02 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.ttl__bold {
  font-size: 1.8rem;
  font-weight: bold;
}

.block__ttl {
  background: linear-gradient(90deg, rgb(200, 247, 255), rgb(255, 171, 70) 30%, rgb(255, 0, 165) 70%, rgb(191, 233, 255));
  background-clip: text;
  text-align: center;
  font-size: 4rem;
  color: transparent;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .block__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

/*** btn ***/
.btn1 {
  border-radius: 35px;
  padding: 2rem 6rem;
  text-align: center;
  background: var(--grad1);
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #939393;
  display: flex;
  width: max-content;
  line-height: 1;
  position: relative;
}
.btn1::after {
  content: "▶︎";
  color: var(--color__main);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  height: max-content;
  transition: 0.3s color;
}
@media (any-hover: hover) {
  .btn1:hover {
    background: var(--color__main);
    color: #fff;
  }
  .btn1:hover::after {
    color: #fff;
  }
}
.btn__center > * {
  margin: 4rem auto 0;
}

/*** リスト ***/
.list--disc {
  list-style-type: disc;
  padding-left: 20px;
}

/*** レイアウト ***/
.contentsBlock {
  margin-bottom: 4rem;
}

.block50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .block50 {
    grid-template-columns: 1fr;
  }
}

.block100 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .block100 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .tableWrapper {
    overflow-x: scroll !important;
  }
  .tableWrapper table {
    width: 800px !important;
  }
}
:root {
  --event-ink: #121212;
  --event-paper: #f3f0e9;
  --event-accent: #ff4d30;
  --color__main: #333333;
  --color__base: #f2efe9;
  --color__blue: #778ea7;
  --color__lightblue: rgba(143, 176, 207, 0.2);
  --color__gold: #b9a888;
  --color__green: #7aa6ae;
  --font__zen_kaku: "Zen Kaku Gothic New", sans-serif;
  --grad1: linear-gradient(145deg, #ffd0d4, #dbf9ff);
}

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

* {
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: calc(0.7320644217 * var(--vw));
  }
}
@media only screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(1.3333333333 * var(--vw));
  }
}

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: calc(0.7320644217 * var(--vw));
  }
}
@media only screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(2.6666666667 * var(--vw));
  }
}

body {
  background: var(--event-paper);
  background-image: none;
  color: var(--event-ink);
  color: var(--color__main);
  line-height: 1.8;
  position: relative;
  word-break: break-word;
  width: 100%;
  font-weight: 400;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
  font-family: var(--font__zen_kaku);
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
body.active {
  /*
  height: 100%;
  overflow: hidden;
  */
}

img {
  height: auto;
}

.dummy {
  width: 60%;
}

.wrapper {
  overflow: hidden;
  margin-left: 25rem;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    margin-left: 0;
    padding-top: 8rem;
  }
}

.wrapper {
  margin-left: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* SPだけ適用 */
@media (max-width: 768px) {
  section[id] {
    scroll-margin-top: 30px;
    /* ヘッダーの高さ */
  }
}
.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inner {
  width: 102rem;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 2rem;
  }
}

.inner--small {
  width: 102rem;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .inner--small {
    width: 100%;
    padding: 0 2rem;
  }
}

.paging .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 1.6rem;
  color: var(--color__blue);
  margin-top: 9.8rem;
}
.paging .wp-pagenavi .current,
.paging .wp-pagenavi .page {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: var(--font__manrope);
  border-radius: 0.4rem;
}
.paging .wp-pagenavi span {
  background: var(--color__orange);
  color: #fff;
}
.paging .wp-pagenavi a {
  border: 1px solid var(--color__orange);
  color: var(--color__main);
}
@media (any-hover: hover) {
  .paging .wp-pagenavi a:hover {
    background: var(--color__orange);
    color: #fff;
  }
  .paging .wp-pagenavi a:hover::after {
    border-color: #fff;
  }
}
.paging .wp-pagenavi .previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0 1rem 0 3rem;
  width: auto;
  border-radius: 0.4rem;
  position: relative;
}
.paging .wp-pagenavi .previouspostslink::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px var(--color__orange);
  border-right: solid 1px var(--color__orange);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
  transform: rotate(-135deg);
  transition: 0.3s;
}
.paging .wp-pagenavi .nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0 3rem 0 1rem;
  width: auto;
  border-radius: 0.4rem;
  position: relative;
}
.paging .wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px var(--color__orange);
  border-right: solid 1px var(--color__orange);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}

.scrollin {
  opacity: 0;
  position: relative;
}
.scrollin.animate {
  -webkit-animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
  animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
}

.scrollin__group > * {
  opacity: 0;
  position: relative;
}
.scrollin__group > *.animate {
  -webkit-animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.2s;
  animation: inview_slide_up 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.2s;
}

@-webkit-keyframes inview_slide_up {
  0% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes inview_slide_up {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  width: auto;
  height: auto;
}

.txt404 {
  color: var(--color__gray);
  font-size: 16rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}

.editor {
  margin-bottom: 4rem;
}
.editor > * {
  margin-bottom: 2rem;
}
.editor a {
  display: inline;
  text-decoration: underline;
  color: var(--color__orange);
}
@media (any-hover: hover) {
  .editor a:hover {
    text-decoration: none;
  }
}
.editor img {
  width: auto;
}
.editor h1,
.editor h2 {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  padding-top: 2rem;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .editor h1,
  .editor h2 {
    font-size: 2.2rem;
  }
}
.editor h1::after,
.editor h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: var(--grad1);
  border-radius: 1rem;
}
.editor h3 {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 3.4rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .editor h3 {
    font-size: 2rem;
    padding-left: 2rem;
  }
}
.editor h3::after {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: var(--grad1);
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.editor h4,
.editor h5,
.editor h6 {
  font-size: 2rem;
  font-weight: normal;
  color: var(--color__blue);
}
@media only screen and (max-width: 767px) {
  .editor h4,
  .editor h5,
  .editor h6 {
    font-size: 2.8rem;
  }
}
.editor .wp-block-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 3rem;
}
.editor .wp-block-list li::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: var(--color__orange);
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.editor hr {
  margin: 6rem 0;
  color: var(--color__blue);
}
.editor.editor__introduction h2 {
  font-size: 3.4rem;
  border: none;
  margin-bottom: 2rem;
  line-height: 1.676;
  position: relative;
}
.editor.editor__introduction h2::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3.6rem;
  background: var(--color__blue);
  transform: rotate(45deg);
  margin-left: 2rem;
  position: relative;
  top: 0.5rem;
}
.editor.editor__introduction h3 {
  border-bottom: 1px solid;
  font-size: 2.4rem;
}

.bnr--ticket {
  padding: 8rem 0;
}

.sec__block {
  padding: 12rem 0 8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec__block {
    padding: 6rem 0;
  }
}
.sec__block .inner {
  background: #fff;
  border-radius: 2rem;
  padding: 0 4rem 4rem;
}
@media only screen and (max-width: 767px) {
  .sec__block .inner {
    border-radius: 0;
    padding: 0 2rem 4rem;
  }
}
.sec__block.sec__block--simple .inner {
  padding-top: 4rem;
}

.newsList li {
  border-bottom: 1px dotted;
}
.newsList li > * {
  display: grid;
  grid-template-columns: 15rem 1fr;
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  .newsList li > * {
    grid-template-columns: 1fr;
  }
}
.newsList li > * time {
  font-weight: bold;
}
@media (any-hover: hover) {
  .newsList li a:hover .item__contents {
    text-decoration: none;
  }
}
.newsList li a .item__contents {
  text-decoration: underline;
}

.time--single {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 25rem;
  height: 100vh;
  z-index: 99;
  transition: 0.8s;
  background-image: var(--grad1);
  overflow-y: scroll;
  scrollbar-width: none;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
    z-index: 200;
    width: 100%;
    height: 6rem;
    background: #fff;
  }
}
.header .header__in {
  /*
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .header .header__in {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.header .logoBlock {
  margin: 0;
  background: #fff;
  padding: 2rem 0;
  text-align: center;
  width: 100%;
  height: max-content;
}
@media only screen and (max-width: 767px) {
  .header .logoBlock {
    padding: 0;
    width: max-content;
    background: none;
  }
}
.header .logoBlock .logo {
  width: 12rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .header .logoBlock .logo {
    padding-left: 1rem;
    margin-left: 0;
    width: 21rem;
    width: 16rem;
  }
}
.header .header__contents {
  padding: 0 2rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .header .header__contents {
    padding: 0;
    width: 100%;
    height: 100vh;
    top: 6rem;
    left: 0;
    display: none;
    position: fixed;
    background: var(--grad1);
  }
}
@media only screen and (max-width: 767px) {
  .header .header__contents .ticket {
    display: block !important;
    margin: auto;
  }
}
.header .menu {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .header .menu .menu__inner {
    padding: 2rem 0;
  }
}
.header .menu .menu__inner .menu__list {
  display: flex;
  gap: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 767px) {
  .header .menu .menu__inner .menu__list {
    gap: 2rem;
  }
}
.header .menu .menu__inner .menu__list .menu__item {
  text-align: center;
}
.header .menu .menu__inner .menu__list .menu__item a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
@media (any-hover: hover) {
  .header .menu .menu__inner .menu__list .menu__item a:hover {
    border-color: var(--color__main);
  }
}
.header .menu .menu__inner .menu__list .menu__item__disabled a {
  color: #b9b9b9;
}
@media (any-hover: hover) {
  .header .menu .menu__inner .menu__list .menu__item__disabled a:hover {
    border-color: rgba(255, 255, 255, 0) !important;
  }
}
.header .links {
  display: grid;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .header .links {
    margin-top: 4rem;
  }
}
.header .links .language {
  text-align: center;
}
.header .links .language select {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  background: #fff;
  font-family: var(--font__zen_kaku);
  border: 1px solid #333;
  padding: 0.2rem 1rem;
  border-radius: 0.4rem;
}
.header .ticket {
  display: block;
  width: 12rem;
  margin: auto;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .header .ticket {
    margin: auto;
    width: 10rem;
  }
}

.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .sns {
    display: none;
  }
}
.sns li a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #fff;
  background: #ffa6c6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.sns li a img {
  width: 1.8rem;
}
.sns li a .instagram {
  width: 2.8rem;
}
@media (any-hover: hover) {
  .sns li a:hover {
    background: #7b4448;
  }
}

.nav__toggle {
  display: none;
  pointer-events: auto;
  width: 2.8rem;
  height: 1.5rem;
  position: relative;
  z-index: 99999;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .nav__toggle {
    display: block;
    background: rgba(141, 175, 186, 0.5);
    background: var(--grad1);
    width: 53px;
    height: 56px;
    width: 5.5rem;
    height: 100%;
    margin-top: 0;
    top: -1px;
  }
}
.nav__toggle span {
  display: block;
  height: 1px;
  background: var(--color__main);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
  width: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .nav__toggle span {
    width: 24px;
  }
}
.nav__toggle span:nth-child(1) {
  top: 0;
}
.nav__toggle span:nth-child(2) {
  top: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .nav__toggle span:nth-child(2) {
    top: 9px;
  }
}
.nav__toggle span:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .nav__toggle .nav__toggle__inner {
    width: 24px;
    height: 20px;
    width: 2.4rem;
    height: 2rem;
    position: relative;
    top: 1.7rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.nav__toggle {
  /*開閉ボタンopen時*/
}
.nav__toggle.open span:nth-child(1) {
  top: 0.7rem;
  transform: rotate(145deg);
}
@media only screen and (max-width: 767px) {
  .nav__toggle.open span:nth-child(1) {
    top: 9.5px;
  }
}
.nav__toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav__toggle.open span:nth-child(3) {
  top: 0;
  transform: rotate(-145deg);
}

.header {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 8rem;
  overflow: visible;
  background: var(--event-paper);
  border-bottom: 1px solid var(--event-ink);
}
@media only screen and (max-width: 767px) {
  .header {
    position: sticky;
    top: 0;
    height: 6rem;
    min-height: 0;
    z-index: 200;
  }
}
@media only screen and (max-width: 767px) {
  .header .header {
    display: block;
    width: 5.5rem;
    height: 6rem;
    background: var(--event-accent);
  }
  .header .header .nav__toggle__inner {
    top: 2rem;
  }
}
.header .header__in {
  width: min(144rem, 100%);
  min-height: 8rem;
  padding: 0 3rem;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .header .header__in {
    min-height: 6rem;
    padding: 0 1.5rem;
  }
}
.header .logoBlock {
  width: 26rem;
  padding: 1.3rem 0;
  background: transparent;
  flex: 0 0 auto;
}
.header .logoBlock .logo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header .logoBlock {
    width: 22rem;
    padding: 0.8rem 0;
  }
}
.header .ticket {
  order: 3;
  width: 11rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .header .ticket {
    display: none;
  }
}
.header .header__contents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.2rem;
  padding: 0;
  margin: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .header .header__contents {
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100dvh - 6rem);
    max-height: calc(100vh - 6rem);
    padding: 0 0 6rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: var(--event-ink);
  }
}
.header .menu {
  margin: 0;
}
.header .menu .menu__inner .menu__list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header .menu .menu__inner .menu__list .menu__item a {
  position: relative;
  padding: 0.8rem 0;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 0;
}
.header .menu .menu__inner .menu__list .menu__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  height: 2px;
  background: var(--event-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.header .menu .menu__inner .menu__list .menu__item a:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 767px) {
  .header .menu .menu__inner .menu__list {
    display: grid;
    gap: 0;
    padding: 2rem;
  }
  .header .menu .menu__inner .menu__list .menu__item a {
    padding: 1.4rem 0;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.header .links {
  display: block;
  flex: 0 0 auto;
  margin: 0;
}
.header .links .language {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .links .language {
    margin-top: 2rem;
  }
}
.header .links .language .gtranslate_wrapper {
  display: block;
}
.header .links .language .gt_selector {
  min-width: 13rem;
  height: 3.2rem;
  margin: 0;
  padding: 0 2.8rem 0 1rem;
  color: var(--event-ink);
  background-color: #fffafc;
  border: 1px solid var(--event-ink);
  border-radius: 0;
  font: 700 1.05rem/1 Arial, sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  appearance: auto;
}
@media only screen and (max-width: 767px) {
  .header .links {
    width: 100%;
    margin: 0;
    padding: 0 2rem 2.5rem;
  }
  .header .links .language {
    justify-content: center;
  }
  .header .links .language .gt_selector {
    width: min(32rem, 100%);
    min-width: 0;
    height: 4.4rem;
    font-size: 1.25rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header .links .language .gt_selector {
    width: auto !important;
  }
}
.header .sns {
  display: none;
}

.footer {
  padding: 7rem 3rem 2.4rem;
  background: var(--event-paper);
  color: var(--event-ink);
  border-top: 1px solid var(--event-ink);
}
.footer .inner {
  width: min(118rem, 100%);
  padding: 0;
}
.footer .footer__logo {
  margin-bottom: 5rem;
}
.footer .footer__logo a {
  display: block;
  width: 22rem;
}
.footer .footer__logo img {
  filter: none;
}
.footer .footer__contents {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(28rem, 0.7fr);
  gap: 8rem;
  padding: 4rem 0 5rem;
  border-top: 1px solid rgba(18, 18, 18, 0.32);
}
.footer .footer__contents .contents__left .txts {
  max-width: 67rem;
  color: rgba(18, 18, 18, 0.78);
  font-size: 1.3rem;
  line-height: 1.7;
}
.footer .footer__contents .contents__left .txts p:first-child {
  color: var(--event-ink);
  font: 700 1.7rem/1.45 Arial, sans-serif;
  letter-spacing: 0.02em;
}
.footer .footer__contents .contents__left .txts p + p {
  margin-top: 1.4rem;
}
.footer .footer__contents .contents__left .txts .txtlink {
  color: var(--event-ink);
  text-underline-offset: 0.3em;
}
.footer .footer__contents .contents__right .menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.footer .footer__contents .contents__right .menu__list li a {
  position: relative;
  padding: 1.1rem 2.2rem 1.1rem 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.25);
  color: var(--event-ink);
  font: 700 1.2rem/1 Arial, sans-serif;
  letter-spacing: 0.08em;
}
.footer .footer__contents .contents__right .menu__list li a::after {
  content: "↗";
  position: absolute;
  top: 0.85rem;
  right: 0.2rem;
  color: var(--event-accent);
  font-size: 1.5rem;
}
@media (any-hover: hover) {
  .footer .footer__contents .contents__right .menu__list li a:hover {
    color: var(--event-accent);
    border-color: var(--event-accent);
  }
}
.footer .footer__contents .contents__right .menu__list .menu__item__disabled a {
  color: rgba(18, 18, 18, 0.4);
  cursor: default;
}
.footer .footer__contents .contents__right .menu__list .menu__item__disabled a::after {
  display: none;
}
@media (any-hover: hover) {
  .footer .footer__contents .contents__right .menu__list .menu__item__disabled a:hover {
    color: rgba(18, 18, 18, 0.4);
    border-color: rgba(18, 18, 18, 0.25) !important;
  }
}
.footer .sns {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  padding: 0;
  margin: 0 0 4rem;
}
.footer .sns li a {
  width: 4rem;
  height: 4rem;
  background: transparent;
  background: #fffafc;
  border: 1px solid rgba(18, 18, 18, 0.5);
  border-radius: 0;
}
.footer .sns li a .instagram {
  width: 2rem;
}
.footer .sns li a:hover {
  background: var(--event-accent);
  border-color: var(--event-accent);
}
.footer .copy {
  padding-top: 2rem;
  border-top: 1px solid rgba(18, 18, 18, 0.32);
  color: rgba(18, 18, 18, 0.58);
  font: 700 1rem/1 Arial, sans-serif;
  letter-spacing: 0.08em;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 5rem 2rem 2rem;
  }
  .footer .footer__logo {
    margin-bottom: 3.5rem;
  }
  .footer .footer__logo a {
    width: 18rem;
  }
  .footer .footer__contents {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 3rem 0 4rem;
  }
  .footer .footer__contents .contents__left .txts {
    font-size: 1.2rem;
  }
  .footer .footer__contents .contents__left .txts p:first-child {
    font-size: 1.5rem;
  }
  .footer .footer__contents .contents__right .menu__list li a {
    padding: 1.1rem 1.7rem 1.1rem 0;
    font-size: 1.1rem;
  }
  .footer .sns {
    margin-bottom: 3rem;
  }
  .footer .copy {
    font-size: 0.9rem;
    text-align: left;
  }
}

#TOP {
  padding-top: 4rem;
}
#TOP .kv {
  padding: 8rem 0;
  position: relative;
  background-image: url("../img/common/bg_kira.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .kv {
    padding: 6rem 0 4rem;
  }
}
#TOP .kv .KVswiper {
  /*** 2枚の時の設定 ***/
  padding: 0 30rem;
}
@media only screen and (max-width: 767px) {
  #TOP .kv .KVswiper {
    padding: 0 2rem;
  }
}
#TOP .kv .KVswiper {
  /*** 2枚の時の設定 ***/
}
#TOP .kv .KVswiper .swiper-slide {
  /*** 一枚の時の設定 ***/
  /*
  max-width: 30rem;
  @include media(pc) {
    margin: auto !important;
  }
    */
  /*** 一枚の時の設定 ***/
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  transition: 0.8s transform;
  border-radius: 0.8rem;
  overflow: hidden;
}
#TOP .kv .KVswiper .swiper-slide.swiper-slide-active {
  transform: scale(1.05);
}
#TOP .kv .KVswiper .swiper-slide .slide__ttl {
  text-align: center;
  padding: 1rem;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  font-weight: bold;
  background: #1d1d1d;
  color: #fff;
  position: relative;
  top: -1px;
}
#TOP .kv .KVswiper .swiper-pagination-bullet {
  background: #6082ff;
  opacity: 0.8;
}
#TOP .kv .KVswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff71cc;
}
#TOP .kv .KVswiper .swiper-wrapper {
  align-items: center;
}
#TOP .sec__about .notice {
  padding: 2rem;
  border-radius: 1rem 0;
  background: #000;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #TOP .sec__about .notice {
    font-size: 2rem;
  }
}
#TOP .sec__about .notice .notice__place {
  margin-top: 3rem;
  display: block;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #TOP .sec__about .notice .notice__place {
    font-size: 3rem;
  }
}
#TOP .sec__about .notice .notice__place .notice__place--address {
  display: block;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec__about .notice .notice__place .notice__place--address {
    font-size: 2rem;
  }
}
#TOP .megamenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  max-width: 102rem;
  margin: auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #TOP .megamenu {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    border-radius: 0;
    margin-bottom: 2rem;
  }
}
#TOP .megamenu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #TOP .megamenu a {
    padding: 2rem 0;
  }
}
#TOP .megamenu a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
@media (any-hover: hover) {
  #TOP .megamenu a.links:hover::after {
    background: rgba(255, 255, 255, 0.4);
  }
}
#TOP .megamenu a:nth-child(4n+1) {
  background-image: url("../img/common/megamenu1.jpg");
}
#TOP .megamenu a:nth-child(4n+1) .menu__en {
  color: #ee7d7d;
}
#TOP .megamenu a:nth-child(4n+2) {
  background-image: url("../img/common/megamenu2.jpg");
}
#TOP .megamenu a:nth-child(4n+2) .menu__en {
  color: #d55858;
}
#TOP .megamenu a:nth-child(4n+3) {
  background-image: url("../img/common/megamenu3.jpg");
}
#TOP .megamenu a:nth-child(4n+3) .menu__en {
  color: #576ba1;
}
#TOP .megamenu a:nth-child(4n+4) {
  background-image: url("../img/common/megamenu4.jpg");
}
#TOP .megamenu a:nth-child(4n+4) .menu__en {
  color: #4aa1d1;
}
#TOP .megamenu a .menu__en {
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "Iosevka Charon Mono", monospace;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #TOP .megamenu a .menu__en {
    font-size: 2.2rem;
  }
}
#TOP .megamenu a .menu__jp {
  font-size: 1.8rem;
  font-weight: bold;
  color: #7d7d7d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #TOP .megamenu a .menu__jp {
    font-size: 1.1rem;
  }
}
#TOP .megamenu a .menu__jp small {
  display: block;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .megamenu a .menu__jp small {
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
#TOP .megamenu a[tabindex="-1"] {
  position: relative;
}
#TOP .megamenu a[tabindex="-1"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

#TOP .sec--talent {
  padding: 12rem 3rem;
  background: var(--event-paper);
  border-bottom: 1px solid var(--event-ink);
}
#TOP .sec--talent .inner {
  width: min(118rem, 100%);
  padding: 0;
  background: transparent;
  border-radius: 0;
}
#TOP .sec--talent .event-section-label {
  margin-bottom: 2.4rem;
  color: var(--event-accent);
  font: 700 1.2rem/1 Arial, sans-serif;
  letter-spacing: 0.16em;
}
#TOP .sec--talent .ttl__bg {
  height: auto;
  margin-bottom: 5rem;
}
#TOP .sec--talent .ttl__bg .ttl__bg--in {
  position: static;
  padding: 0;
  background: none;
  color: var(--event-ink);
  text-align: left;
  font: 900 clamp(5.5rem, 10vw, 12rem)/0.78 Arial, sans-serif;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
#TOP .sec--talent .days {
  padding: 0;
  border: 0;
}
#TOP .sec--talent .days + .days {
  margin-top: 6rem;
}
#TOP .sec--talent .days .days__ttl {
  margin-bottom: 1.8rem;
  padding: 0 0 1.2rem;
  border-bottom: 1px solid var(--event-ink);
  color: var(--event-accent);
  font: 700 1.4rem/1 Arial, sans-serif;
  letter-spacing: 0.12em;
  text-align: left;
}
#TOP .sec--talent .andmore {
  margin-top: 1.4rem;
  color: var(--event-ink);
  font-size: 1.2rem;
}
#TOP .sec--talent .btn__center {
  display: flex;
  justify-content: flex-end;
}
#TOP .sec--talent .btn1 {
  margin: 5rem 0 0;
  border: 1px solid var(--event-ink);
  border-radius: 0;
  padding: 1.5rem 4.8rem 1.5rem 1.8rem;
  background: transparent;
  color: var(--event-ink);
  font: 700 1.2rem/1 Arial, sans-serif;
  letter-spacing: 0.06em;
}
#TOP .sec--talent .btn1::after {
  right: 1.6rem;
  color: var(--event-ink);
}
#TOP .sec--talent .btn1:hover {
  background: var(--event-accent);
  color: var(--event-ink);
}
@media only screen and (max-width: 767px) {
  #TOP .sec--talent {
    padding: 7rem 2rem;
  }
  #TOP .sec--talent .event-section-label {
    margin-bottom: 1.6rem;
  }
  #TOP .sec--talent .ttl__bg {
    margin-bottom: 3.5rem;
  }
  #TOP .sec--talent .ttl__bg .ttl__bg--in {
    font-size: 5.5rem;
  }
  #TOP .sec--talent .days + .days {
    margin-top: 4rem;
  }
  #TOP .sec--talent .days .days__ttl {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }
  #TOP .sec--talent .btn__center {
    justify-content: flex-start;
  }
  #TOP .sec--talent .btn1 {
    margin-top: 3rem;
  }
}

.parners {
  background: #fff;
  padding: 4rem 0 8rem;
}
.parners .logos > li:nth-child(n+4) {
  display: none;
}

.ttl__logos {
  letter-spacing: 0.2em;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .ttl__logos {
    font-size: 2.5rem;
  }
}

.logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 8rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.logos li {
  text-align: center;
  max-width: 200px;
}
.logos li .img__vlong {
  width: auto;
  max-height: 130px;
}
@media only screen and (max-width: 767px) {
  .logos li .img__vlong {
    max-height: 80px;
  }
}
.logos.logos__square {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .logos.logos__square {
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.logos.logos__square li a {
  aspect-ratio: 1/1;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.logos.logos__archive {
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .logos.logos__archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

#TOP {
  padding-top: 0;
}
#TOP .kv {
  position: relative;
  overflow: hidden;
  min-height: 67rem;
  margin: 0;
  padding: 6rem 0 8rem;
  background: var(--event-ink);
  background-image: none;
  color: #fff;
}
#TOP .kv::before {
  content: "";
  position: absolute;
  width: min(54vw, 78rem);
  aspect-ratio: 1;
  top: -25rem;
  right: -12rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
#TOP .kv::after {
  content: "2026";
  position: absolute;
  right: 2vw;
  bottom: -11rem;
  color: rgba(255, 255, 255, 0.06);
  font: 900 30rem/0.8 Arial, sans-serif;
  letter-spacing: -0.09em;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #TOP .kv {
    min-height: 54rem;
    padding: 4.5rem 0 5rem;
  }
  #TOP .kv::after {
    right: 0.5rem;
    bottom: -5rem;
    font-size: 15rem;
  }
}
#TOP .kv__inner {
  position: relative;
  z-index: 1;
  width: min(144rem, 100%);
  margin: auto;
}
#TOP .kv__lead {
  margin: 0 3rem 5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__lead {
    margin: 0 2rem 4rem;
  }
}
#TOP .kv__eyebrow {
  margin-bottom: 1.8rem;
  color: var(--event-accent);
  font: 700 1.3rem/1 Arial, sans-serif;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__eyebrow {
    font-size: 1.1rem;
  }
}
#TOP .kv__date {
  font: 800 clamp(4.6rem, 7.2vw, 10rem)/0.9 Arial, sans-serif;
  letter-spacing: -0.07em;
}
#TOP .kv__date span {
  font-size: 0.28em;
  letter-spacing: 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__date {
    font-size: 4.6rem;
    line-height: 0.95;
  }
}
#TOP .kv__place {
  margin-top: 1.8rem;
  font: 700 1.4rem/1 Arial, sans-serif;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__place {
    font-size: 1.1rem;
  }
}
#TOP .kv .KVswiper {
  padding: 0 3rem 2.5rem 25%;
}
#TOP .kv .KVswiper .swiper-slide {
  border-radius: 0;
  background: transparent;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0.42;
}
#TOP .kv .KVswiper .swiper-slide.swiper-slide-active {
  transform: none;
  opacity: 1;
}
#TOP .kv .KVswiper .swiper-slide img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(0.85);
}
#TOP .kv .KVswiper .swiper-slide .slide__ttl {
  display: inline-block;
  padding: 0.9rem 1.2rem;
  background: var(--event-accent);
  color: var(--event-ink);
  font: 700 1.25rem/1 Arial, sans-serif;
  letter-spacing: 0.06em;
}
#TOP .kv .KVswiper .swiper-pagination {
  bottom: 0;
  text-align: left;
  padding-left: 25%;
}
#TOP .kv .KVswiper .swiper-pagination-bullet {
  width: 2.6rem;
  height: 2px;
  border-radius: 0;
  background: #fff;
  opacity: 0.35;
}
#TOP .kv .KVswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--event-accent);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #TOP .kv .KVswiper {
    padding: 0 2rem 2.5rem 14%;
  }
  #TOP .kv .KVswiper .swiper-slide .slide__ttl {
    font-size: 1.1rem;
  }
  #TOP .kv .KVswiper .swiper-pagination {
    padding-left: 14%;
  }
}
#TOP .megamenu {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--event-ink);
}
#TOP .megamenu a {
  min-height: 14rem;
  padding: 2rem;
  align-items: flex-start;
  justify-content: flex-end;
  background: var(--event-paper) !important;
  border-right: 1px solid var(--event-ink);
}
#TOP .megamenu a:nth-child(4n) {
  border-right: 0;
}
#TOP .megamenu a::before {
  content: "↗";
  position: absolute;
  top: 1.5rem;
  right: 1.7rem;
  font-size: 2.2rem;
}
#TOP .megamenu a::after {
  display: none;
}
#TOP .megamenu a:hover {
  background: var(--event-accent) !important;
}
#TOP .megamenu a .menu__en {
  color: var(--event-ink) !important;
  font: 800 2.8rem/0.9 Arial, sans-serif;
  letter-spacing: -0.06em;
}
#TOP .megamenu a .menu__jp {
  margin-top: 0.6rem;
  color: var(--event-ink);
  font-size: 1.2rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #TOP .megamenu {
    grid-template-columns: repeat(2, 1fr);
  }
  #TOP .megamenu a {
    min-height: 11rem;
    padding: 1.5rem;
  }
  #TOP .megamenu a:nth-child(2n) {
    border-right: 0;
  }
  #TOP .megamenu a:nth-child(4n+1), #TOP .megamenu a:nth-child(4n+3) {
    border-right: 1px solid var(--event-ink);
  }
  #TOP .megamenu a .menu__en {
    font-size: 2.3rem;
  }
  #TOP .megamenu a .menu__jp {
    font-size: 1.1rem;
  }
}
#TOP .sec--news,
#TOP .sec--about {
  padding: 12rem 3rem;
}
#TOP .sec--news .inner,
#TOP .sec--about .inner {
  width: min(118rem, 100%);
  padding: 0;
  background: transparent;
  border-radius: 0;
}
#TOP .sec--news .event-section-label,
#TOP .sec--about .event-section-label {
  margin-bottom: 2.4rem;
  color: var(--event-accent);
  font: 700 1.2rem/1 Arial, sans-serif;
  letter-spacing: 0.16em;
}
#TOP .sec--news .ttl__bg,
#TOP .sec--about .ttl__bg {
  height: auto;
  margin-bottom: 5rem;
}
#TOP .sec--news .ttl__bg .ttl__bg--in,
#TOP .sec--about .ttl__bg .ttl__bg--in {
  position: static;
  padding: 0;
  background: none;
  text-align: left;
  font: 900 clamp(5.5rem, 10vw, 12rem)/0.78 Arial, sans-serif;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
#TOP .sec--news .btn__center,
#TOP .sec--about .btn__center {
  display: flex;
  justify-content: flex-end;
}
#TOP .sec--news .btn1,
#TOP .sec--about .btn1 {
  border: 1px solid var(--event-ink);
  border-radius: 0;
  padding: 1.5rem 4.8rem 1.5rem 1.8rem;
  background: transparent;
  font: 700 1.2rem/1 Arial, sans-serif;
  letter-spacing: 0.06em;
}
#TOP .sec--news .btn1::after,
#TOP .sec--about .btn1::after {
  right: 1.6rem;
  color: var(--event-ink);
}
#TOP .sec--news .btn1:hover,
#TOP .sec--about .btn1:hover {
  background: var(--event-accent);
  color: var(--event-ink);
}
@media only screen and (max-width: 767px) {
  #TOP .sec--news,
  #TOP .sec--about {
    padding: 7rem 2rem;
  }
  #TOP .sec--news .event-section-label,
  #TOP .sec--about .event-section-label {
    margin-bottom: 1.6rem;
  }
  #TOP .sec--news .ttl__bg,
  #TOP .sec--about .ttl__bg {
    margin-bottom: 3.5rem;
  }
  #TOP .sec--news .ttl__bg .ttl__bg--in,
  #TOP .sec--about .ttl__bg .ttl__bg--in {
    font-size: 5.5rem;
  }
  #TOP .sec--news .btn__center,
  #TOP .sec--about .btn__center {
    justify-content: flex-start;
  }
  #TOP .sec--news .btn1,
  #TOP .sec--about .btn1 {
    margin-top: 3rem;
  }
}
#TOP .sec--news {
  background: #0e5b80;
  background: #cfb3ba;
  border-bottom: 1px solid var(--event-ink);
}
#TOP .sec--news .newsList {
  border-top: 1px solid var(--event-ink);
}
#TOP .sec--news .newsList li {
  border-bottom: 1px solid var(--event-ink);
}
#TOP .sec--news .newsList li > * {
  grid-template-columns: 18rem 1fr 3rem;
  align-items: center;
  padding: 2.3rem 0;
}
#TOP .sec--news .newsList li > *::after {
  content: "↗";
  justify-self: end;
  font: 400 2.2rem/1 Arial, sans-serif;
}
#TOP .sec--news .newsList time {
  color: var(--event-accent);
  font: 700 1.25rem/1 Arial, sans-serif;
  letter-spacing: 0.08em;
}
#TOP .sec--news .newsList .item__contents {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}
#TOP .sec--news .newsList li a:hover {
  background: var(--event-ink);
  color: #fff;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
#TOP .sec--news .newsList li a:hover .item__contents {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #TOP .sec--news .newsList li > * {
    grid-template-columns: 1fr 2rem;
    gap: 0.8rem;
    padding: 1.7rem 0;
  }
  #TOP .sec--news .newsList li > *::after {
    grid-column: 2;
    grid-row: 1/span 2;
    font-size: 1.8rem;
  }
  #TOP .sec--news .newsList time {
    grid-column: 1;
    font-size: 1.1rem;
  }
  #TOP .sec--news .newsList .item__contents {
    grid-column: 1;
    font-size: 1.4rem;
  }
}
#TOP .sec--about {
  padding-bottom: 14rem;
}
#TOP .sec--about .event-section-label,
#TOP .sec--about .ttl__bg .ttl__bg--in {
  color: var(--event-ink);
}
#TOP .sec--about .notice {
  color: #fff;
  width: min(92rem, 100%);
  margin: auto;
  text-align: center;
  font: 700 clamp(2.7rem, 2.8vw, 6.4rem)/0.98 Arial, sans-serif;
  letter-spacing: -0.06em;
  text-shadow: none;
  line-height: 1.4;
}
#TOP .sec--about .notice .notice__place {
  margin-top: 3rem;
  font-size: 0.48em;
  line-height: 1;
}
#TOP .sec--about .notice .notice__place .notice__place--address {
  margin-top: 1rem;
  font: 700 1.7rem/1.4 var(--font__zen_kaku);
  letter-spacing: 0.04em;
}
#TOP .sec--about .btn__center {
  justify-content: flex-start;
}
#TOP .sec--about .btn1 {
  margin: 5rem auto 0;
  background: var(--event-ink);
  border-color: var(--event-ink);
  color: #fff;
}
#TOP .sec--about .btn1::after {
  color: #fff;
}
#TOP .sec--about .btn1:hover {
  background: var(--event-paper);
  color: var(--event-ink);
}
#TOP .sec--about .btn1:hover::after {
  color: var(--event-ink);
}
@media only screen and (max-width: 767px) {
  #TOP .sec--about {
    padding-bottom: 0rem;
  }
  #TOP .sec--about .notice {
    font-size: 2.5rem;
  }
  #TOP .sec--about .notice .notice__place {
    margin-top: 3.4rem;
    font-size: 0.55em;
  }
  #TOP .sec--about .notice .notice__place .notice__place--address {
    font-size: 1.2rem;
  }
}
#TOP .charaBlock {
  margin-bottom: 6rem;
}

.logo__block {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .logo__block {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}

.commingsoon {
  text-align: center;
  font-size: 8rem;
  font-weight: bold;
  color: #ee6e84;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .commingsoon {
    font-size: 4rem;
  }
}
.commingsoon.small {
  font-size: 4rem;
}

.andmore {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 2rem;
}

#TICKET .seat {
  margin-bottom: 4rem;
}
#TICKET .tablePrice {
  border: 1px solid;
  width: 100%;
}
#TICKET .tablePrice th,
#TICKET .tablePrice td {
  border: 1px solid;
  padding: 1rem 1rem;
  text-align: center;
}
#TICKET .tablePrice thead th {
  background: var(--grad1);
  text-align: center;
  font-weight: bold;
}
#TICKET .tablePrice tbody tr td:first-of-type {
  font-weight: bold;
}
#TICKET .txt__strong {
  margin: 1rem 0;
}
#TICKET .head__note {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff6969;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #TICKET .head__note {
    font-size: 2rem;
  }
}
#TICKET .ranks {
  margin-top: 2rem;
}
#TICKET .ranks .rank {
  background: #ffe7eb;
  display: grid;
  grid-template-columns: 10rem 1fr 10rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #TICKET .ranks .rank {
    grid-template-columns: 9rem 1fr;
    grid-template-rows: auto auto;
    align-items: stretch;
    gap: 0 2rem;
  }
}
#TICKET .ranks .rank + .rank {
  margin-top: 2rem;
}
#TICKET .ranks .rank .rank__head {
  background: #ff6969;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  #TICKET .ranks .rank .rank__head {
    grid-column: 1;
    grid-row: 1/3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#TICKET .ranks .rank .rank__head::after {
  content: "";
  width: 1.3rem;
  height: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: -1.2rem;
  background: #ff6969;
}
#TICKET .ranks .rank .rank__body {
  font-size: 1.6rem;
  padding: 1rem 0;
  padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
  #TICKET .ranks .rank .rank__body {
    grid-column: 2;
    grid-row: 1;
    padding-left: 0;
    padding-bottom: 0;
  }
}
#TICKET .ranks .rank .rank__price {
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  #TICKET .ranks .rank .rank__price {
    grid-column: 2;
    grid-row: 2;
    padding-top: 0;
  }
}
#TICKET .ranks .rank.rank__VIP {
  background: #ffeefc;
}
#TICKET .ranks .rank.rank__VIP .rank__head {
  background: #ff69c5;
  line-height: 1.2;
}
#TICKET .ranks .rank.rank__VIP .rank__head::after {
  background: #ff69c5;
}
#TICKET .ranks .rank.rank__SS {
  background: #fff6e7;
}
#TICKET .ranks .rank.rank__SS .rank__head {
  background: #ffa269;
}
#TICKET .ranks .rank.rank__SS .rank__head::after {
  background: #ffa269;
}
#TICKET .ranks .rank.rank__S {
  background: #ffe7eb;
}
#TICKET .ranks .rank.rank__S .rank__head {
  background: #ff6969;
}
#TICKET .ranks .rank.rank__S .rank__head::after {
  background: #ff6969;
}
#TICKET .ranks .rank.rank__A {
  background: #fff0e7;
}
#TICKET .ranks .rank.rank__A .rank__head {
  background: #cf957b;
}
#TICKET .ranks .rank.rank__A .rank__head::after {
  background: #cf957b;
}
#TICKET .ranks .rank.rank__B {
  background: #fffcfa;
}
#TICKET .ranks .rank.rank__B .rank__head {
  background: #d7b0b0;
}
#TICKET .ranks .rank.rank__B .rank__head::after {
  background: #d7b0b0;
}
#TICKET .ranks .rank.rank__etc {
  background: #fffcfa;
}
#TICKET .ranks .rank.rank__etc .rank__head {
  background: #b09d92;
}
#TICKET .ranks .rank.rank__etc .rank__head::after {
  background: #b09d92;
}
#TICKET .tiket__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 4rem 0;
}
@media only screen and (max-width: 767px) {
  #TICKET .tiket__links {
    gap: 4rem;
  }
}
#TICKET .tiket__links li a {
  display: grid;
  grid-template-columns: 30% 50% 20%;
  align-items: center;
  background: var(--grad1);
}
@media only screen and (max-width: 767px) {
  #TICKET .tiket__links li a {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }
}
#TICKET .tiket__links img {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #TICKET .tiket__links img {
    width: 30%;
  }
}
#TICKET .tiket__links .tiket__name {
  color: #e74094;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  #TICKET .tiket__links .tiket__name {
    font-size: 2rem;
    text-align: center;
    padding: 1rem 0;
  }
}
#TICKET .tiket__links .btn__buy {
  background: #f79292;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 100%;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #TICKET .tiket__links .btn__buy {
    padding: 1.5rem 0;
  }
}
#TICKET .tiket__links .btn__buy::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 1rem;
}

#ABOUT {
  color: #1c1038;
  background: #fffafc;
}
#ABOUT .about-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 3rem;
  background: radial-gradient(circle at 83% 24%, rgba(255, 128, 209, 0.7) 0, transparent 25%), radial-gradient(circle at 8% 88%, rgba(91, 241, 255, 0.7) 0, transparent 28%), linear-gradient(132deg, #9fe7ef 0%, #e2d8ff 48%, #ffc8e6 100%);
  border-bottom: 2px solid #1c1038;
}
#ABOUT .about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(28, 16, 56, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 16, 56, 0.15) 1px, transparent 1px);
  background-size: 6.7rem 6.7rem;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-hero {
    padding: 6rem 2rem;
  }
  #ABOUT .about-hero::before {
    background-size: 3.5rem 3.5rem;
  }
}
#ABOUT .about-hero__inner {
  position: relative;
  z-index: 1;
  width: min(118rem, 100%);
  margin: 0 auto;
}
#ABOUT .about-hero__eyebrow,
#ABOUT .about-content__heading > p,
#ABOUT .about-roadmap__heading > p,
#ABOUT .about-message__eyebrow {
  margin: 0 0 2.2rem;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-hero__eyebrow,
  #ABOUT .about-content__heading > p,
  #ABOUT .about-roadmap__heading > p,
  #ABOUT .about-message__eyebrow {
    margin-bottom: 1.6rem;
    font-size: 0.95rem;
  }
}
#ABOUT .about-hero__eyebrow {
  display: inline-block;
  padding: 0.8rem 1.1rem;
  color: #fffafc;
  background: #1c1038;
}
#ABOUT .about-hero__title {
  margin: 0;
  color: #fffafc;
  font: 900 clamp(7rem, 11vw, 14rem)/0.7 Georgia, "Times New Roman", serif;
  letter-spacing: -0.1em;
  text-shadow: 0.35rem 0.35rem 0 #7514b8, -0.1rem -0.1rem 0 #7514b8, 0.1rem -0.1rem 0 #7514b8, -0.1rem 0.1rem 0 #7514b8;
}
#ABOUT .about-hero__title span {
  color: #1c1038;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-hero__title {
    font-size: clamp(5.2rem, 15vw, 7rem);
    text-shadow: 0.2rem 0.2rem 0 #7514b8, -0.07rem -0.07rem 0 #7514b8, 0.07rem -0.07rem 0 #7514b8, -0.07rem 0.07rem 0 #7514b8;
  }
}
#ABOUT .about-hero__sub {
  margin: 4rem 0 0;
  font: 700 1.35rem/1.55 Arial, sans-serif;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-hero__sub {
    margin-top: 2.8rem;
    font-size: 1rem;
  }
}
#ABOUT .about-content,
#ABOUT .about-roadmap,
#ABOUT .about-message {
  padding: 12rem 3rem;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-content,
  #ABOUT .about-roadmap,
  #ABOUT .about-message {
    padding: 7rem 2rem;
  }
}
#ABOUT .about-content .inner,
#ABOUT .about-roadmap .inner,
#ABOUT .about-message .inner {
  width: min(104rem, 100%);
  margin: 0 auto;
  padding: 0;
}
#ABOUT .about-content .inner {
  display: grid;
  grid-template-columns: minmax(26rem, 0.85fr) minmax(0, 1.15fr);
  gap: 8rem;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-content .inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
#ABOUT .about-content__heading h2,
#ABOUT .about-roadmap__heading h2 {
  margin: 0;
  font: 900 clamp(4.8rem, 6vw, 7.6rem)/0.76 Georgia, "Times New Roman", serif;
  letter-spacing: -0.1em;
}
#ABOUT .about-content__heading h2 span,
#ABOUT .about-roadmap__heading h2 span {
  font-size: 0.48em;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-content__heading h2,
  #ABOUT .about-roadmap__heading h2 {
    font-size: clamp(4.6rem, 14vw, 6.2rem);
  }
}
#ABOUT .about-content__body {
  padding-top: 0.4rem;
}
#ABOUT .about-content__body p {
  margin: 0;
  font-size: 1.75rem;
  line-height: 2;
}
#ABOUT .about-content__body p + p {
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-content__body p {
    font-size: 1.4rem;
    line-height: 1.95;
  }
}
#ABOUT .about-roadmap {
  background: #f1edff;
  border-top: 2px solid #1c1038;
  border-bottom: 2px solid #1c1038;
}
#ABOUT .about-roadmap__heading {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-roadmap__heading {
    margin-bottom: 4rem;
  }
}
#ABOUT .about-roadmap__list {
  border-top: 2px solid #1c1038;
}
#ABOUT .about-roadmap__item {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 5rem;
  padding: 3.2rem 0;
  border-bottom: 2px solid #1c1038;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-roadmap__item {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2.3rem 0;
  }
}
#ABOUT .about-roadmap__date {
  margin: 0;
  color: #ab27e8;
  font: 800 2rem/1 Arial, sans-serif;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-roadmap__date {
    font-size: 1.6rem;
  }
}
#ABOUT .about-roadmap__text h3 {
  margin: 0;
  font: 900 2.5rem/1 Georgia, "Times New Roman", serif;
  letter-spacing: -0.06em;
}
#ABOUT .about-roadmap__text p {
  margin: 1.2rem 0 0;
  font-size: 1.65rem;
  line-height: 1.85;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-roadmap__text h3 {
    font-size: 2rem;
  }
  #ABOUT .about-roadmap__text p {
    margin-top: 0.9rem;
    font-size: 1.35rem;
    line-height: 1.8;
  }
}
#ABOUT .about-message {
  text-align: center;
  background: #fff9cf;
}
#ABOUT .about-message .inner {
  max-width: 94rem;
}
#ABOUT .about-message__eyebrow {
  color: #ab27e8;
}
#ABOUT .about-message h2 {
  margin: 0;
  color: #7514b8;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-message h2 {
    font-size: 2.15rem;
  }
}
#ABOUT .about-message h2 + p {
  margin: 3rem 0 0;
  font-size: 1.75rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #ABOUT .about-message h2 + p {
    margin-top: 2rem;
    font-size: 1.35rem;
    line-height: 1.9;
  }
  #ABOUT .about-message h2 + p br {
    display: none;
  }
}

#NEWS {
  min-height: 100vh;
  color: #1c1038;
  background: #fffafc;
}
#NEWS .news-page-head {
  position: relative;
  overflow: hidden;
  padding: 7rem 3rem;
  background: radial-gradient(circle at 84% 25%, rgba(255, 128, 209, 0.68) 0, transparent 25%), radial-gradient(circle at 7% 87%, rgba(91, 241, 255, 0.66) 0, transparent 28%), linear-gradient(132deg, #9fe7ef 0%, #e2d8ff 48%, #ffc8e6 100%);
  border-bottom: 2px solid #1c1038;
}
#NEWS .news-page-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(28, 16, 56, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 16, 56, 0.15) 1px, transparent 1px);
  background-size: 6.7rem 6.7rem;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-page-head {
    padding: 5rem 2rem;
  }
  #NEWS .news-page-head::before {
    background-size: 3.5rem 3.5rem;
  }
}
#NEWS .news-page-head--single {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-page-head--single {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#NEWS .news-page-head__inner {
  position: relative;
  z-index: 1;
  width: min(104rem, 100%);
  margin: 0 auto;
}
#NEWS .news-page-head__eyebrow {
  display: inline-block;
  margin: 0 0 2rem;
  padding: 0.8rem 1.1rem;
  color: #fffafc;
  background: #1c1038;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-page-head__eyebrow {
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
  }
}
#NEWS .news-page-head h1 {
  margin: 0;
  color: #fffafc;
  font: 900 clamp(7rem, 11vw, 13rem)/0.7 Georgia, "Times New Roman", serif;
  letter-spacing: -0.1em;
  text-shadow: 0.35rem 0.35rem 0 #7514b8, -0.1rem -0.1rem 0 #7514b8, 0.1rem -0.1rem 0 #7514b8, -0.1rem 0.1rem 0 #7514b8;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-page-head h1 {
    font-size: clamp(6rem, 18vw, 8rem);
    text-shadow: 0.2rem 0.2rem 0 #7514b8, -0.07rem -0.07rem 0 #7514b8, 0.07rem -0.07rem 0 #7514b8, -0.07rem 0.07rem 0 #7514b8;
  }
}
#NEWS .news-archive__content,
#NEWS .news-single__content {
  padding: 10rem 3rem 13rem;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-archive__content,
  #NEWS .news-single__content {
    padding: 6rem 2rem 8rem;
  }
}
#NEWS .news-archive__content .inner,
#NEWS .news-single__content .inner {
  width: min(104rem, 100%);
  margin: 0 auto;
  padding: 0;
}
#NEWS .news-archive__list {
  border-top: 2px solid #1c1038;
}
#NEWS .news-archive__item {
  border-bottom: 2px solid #1c1038;
}
#NEWS .news-archive__item > * {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr) 3rem;
  gap: 3rem;
  align-items: center;
  padding: 2.8rem 1.5rem;
  color: #1c1038;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-archive__item > * {
    grid-template-columns: 1fr 2rem;
    gap: 0.9rem;
    padding: 1.8rem 0;
  }
}
#NEWS .news-archive__item a {
  transition: background 0.2s ease, padding 0.2s ease;
}
@media (any-hover: hover) {
  #NEWS .news-archive__item a:hover {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background: #ffe761;
  }
}
#NEWS .news-archive__item time {
  display: inline-block;
  width: max-content;
  padding: 0.65rem 0.8rem;
  color: #1c1038;
  background: #ffe761;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-archive__item time {
    grid-column: 1;
    font-size: 0.95rem;
  }
}
#NEWS .news-archive__item p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-archive__item p {
    grid-column: 1;
    font-size: 1.35rem;
  }
}
#NEWS .news-archive__item span {
  justify-self: end;
  color: #ab27e8;
  font: 400 2.3rem/1 Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-archive__item span {
    grid-column: 2;
    grid-row: 1/span 2;
    font-size: 1.8rem;
  }
}
#NEWS .news-archive__empty {
  padding: 4rem 0;
  border-bottom: 2px solid #1c1038;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-archive__empty {
    padding: 3rem 0;
    font-size: 1.35rem;
  }
}
#NEWS .news-single__article {
  width: min(80rem, 100%);
  margin: 0 auto;
}
#NEWS .news-single__date {
  display: inline-block;
  margin: 0 0 2.4rem;
  padding: 0.75rem 1rem;
  color: #1c1038;
  background: #ffe761;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-single__date {
    margin-bottom: 1.8rem;
    font-size: 0.95rem;
  }
}
#NEWS .news-single__article h2 {
  margin: 0;
  padding-bottom: 4rem;
  border-bottom: 2px solid #1c1038;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-single__article h2 {
    padding-bottom: 2.6rem;
    font-size: 2.2rem;
  }
}
#NEWS .news-single__editor {
  padding: 5rem 0 0;
  font-size: 1.7rem;
  line-height: 2;
}
#NEWS .news-single__editor > *:first-child {
  margin-top: 0;
}
#NEWS .news-single__editor p + p {
  margin-top: 2.4rem;
}
#NEWS .news-single__editor h2,
#NEWS .news-single__editor h3,
#NEWS .news-single__editor h4 {
  margin: 4rem 0 2rem;
  font-weight: 700;
  line-height: 1.5;
}
#NEWS .news-single__editor h2 {
  font-size: 2.8rem;
}
#NEWS .news-single__editor h3 {
  font-size: 2.3rem;
}
#NEWS .news-single__editor h4 {
  font-size: 2rem;
}
#NEWS .news-single__editor a {
  display: inline;
  color: #7514b8;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
#NEWS .news-single__editor img {
  width: auto;
  max-width: 100%;
  margin: 3rem auto;
}
#NEWS .news-single__editor ul,
#NEWS .news-single__editor ol {
  margin: 2.4rem 0;
  padding-left: 1.5em;
}
#NEWS .news-single__editor ul {
  list-style: disc;
}
#NEWS .news-single__editor ol {
  list-style: decimal;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-single__editor {
    padding-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  #NEWS .news-single__editor p + p {
    margin-top: 1.8rem;
  }
  #NEWS .news-single__editor h2,
  #NEWS .news-single__editor h3,
  #NEWS .news-single__editor h4 {
    margin: 3rem 0 1.5rem;
  }
  #NEWS .news-single__editor h2 {
    font-size: 2.1rem;
  }
  #NEWS .news-single__editor h3 {
    font-size: 1.8rem;
  }
  #NEWS .news-single__editor h4 {
    font-size: 1.6rem;
  }
  #NEWS .news-single__editor img {
    margin: 2rem auto;
  }
}
#NEWS .news-single__back {
  margin-top: 7rem;
  padding-top: 3rem;
  border-top: 2px solid #1c1038;
}
@media only screen and (max-width: 767px) {
  #NEWS .news-single__back {
    margin-top: 5rem;
    padding-top: 2rem;
  }
}
#NEWS .news-single__back a {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  padding: 1.3rem 1.6rem;
  color: #1c1038;
  background: #fff9cf;
  border: 2px solid #1c1038;
  box-shadow: 0.3rem 0.3rem 0 #1c1038;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.08em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#NEWS .news-single__back a span {
  font-size: 1.6rem;
}
@media (any-hover: hover) {
  #NEWS .news-single__back a:hover {
    box-shadow: 0.1rem 0.1rem 0 #1c1038;
    transform: translate(0.2rem, 0.2rem);
  }
}
@media only screen and (max-width: 767px) {
  #NEWS .news-single__back a {
    gap: 1.8rem;
    padding: 1.1rem 1.3rem;
    font-size: 1rem;
  }
}

#CONTACT {
  color: #1c1038;
  background: #fffafc;
}
#CONTACT .contact-page-head {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 3rem;
  background: radial-gradient(circle at 84% 25%, rgba(255, 128, 209, 0.68) 0, transparent 25%), radial-gradient(circle at 7% 87%, rgba(91, 241, 255, 0.66) 0, transparent 28%), linear-gradient(132deg, #9fe7ef 0%, #e2d8ff 48%, #ffc8e6 100%);
  border-bottom: 2px solid #1c1038;
}
#CONTACT .contact-page-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(28, 16, 56, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 16, 56, 0.15) 1px, transparent 1px);
  background-size: 6.7rem 6.7rem;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #CONTACT .contact-page-head {
    padding: 4rem 2rem;
  }
  #CONTACT .contact-page-head::before {
    background-size: 3.5rem 3.5rem;
  }
}
#CONTACT .contact-page-head__inner {
  position: relative;
  z-index: 1;
  width: min(104rem, 100%);
  margin: 0 auto;
  padding: 0;
}
#CONTACT .contact-page-head__inner > p {
  display: inline-block;
  margin: 0 0 1.8rem;
  padding: 0.8rem 1.1rem;
  color: #fffafc;
  background: #1c1038;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}
#CONTACT .contact-page-head__inner h1 {
  margin: 0;
  color: #fffafc;
  font: 900 clamp(6rem, 10vw, 11rem)/0.7 Georgia, "Times New Roman", serif;
  letter-spacing: -0.1em;
  text-shadow: 0.32rem 0.32rem 0 #7514b8, -0.09rem -0.09rem 0 #7514b8, 0.09rem -0.09rem 0 #7514b8, -0.09rem 0.09rem 0 #7514b8;
}
@media only screen and (max-width: 767px) {
  #CONTACT .contact-page-head__inner > p {
    margin-bottom: 1.4rem;
    font-size: 0.85rem;
  }
  #CONTACT .contact-page-head__inner h1 {
    font-size: clamp(5.5rem, 16vw, 7.2rem);
    text-shadow: 0.2rem 0.2rem 0 #7514b8, -0.07rem -0.07rem 0 #7514b8, 0.07rem -0.07rem 0 #7514b8, -0.07rem 0.07rem 0 #7514b8;
  }
}
#CONTACT .contact-content {
  padding: 9rem 3rem 12rem;
}
@media only screen and (max-width: 767px) {
  #CONTACT .contact-content {
    padding: 6rem 2rem 8rem;
  }
}
#CONTACT .contact-content > .inner {
  width: min(104rem, 100%);
  margin: 0 auto;
  padding: 0;
  background: #fffafc;
}
#CONTACT .contact-form {
  max-width: 80rem;
  margin: 0 auto;
}
#CONTACT .contact-form__list {
  margin: 0;
  padding: 0;
}
#CONTACT .contact-form__item {
  display: flex;
  gap: 3rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #ddd;
}
#CONTACT .contact-form__head {
  width: 24rem;
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#CONTACT .contact-form__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}
#CONTACT .contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  height: 2.4rem;
  padding: 0 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #d9534f;
  border-radius: 0.4rem;
}
#CONTACT .contact-form__body {
  flex: 1;
  margin: 0;
}
#CONTACT .contact-form__body p {
  margin: 0;
}
#CONTACT .contact-form__input:not([type=file]) {
  width: 100%;
  height: 5.6rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  box-sizing: border-box;
}
#CONTACT .contact-form__textarea {
  width: 100%;
  min-height: 20rem;
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  box-sizing: border-box;
  resize: vertical;
}
#CONTACT .contact-form__input::placeholder,
#CONTACT .contact-form__textarea::placeholder {
  color: #999;
}
#CONTACT .contact-form__input:focus,
#CONTACT .contact-form__textarea:focus {
  outline: none;
  border-color: #333;
}
#CONTACT .contact-form__submit {
  margin-top: 4rem;
  text-align: center;
}
#CONTACT .contact-form__submit p {
  margin: 0;
}
#CONTACT .contact-form__button {
  min-width: 28rem;
  height: 6rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #222;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  appearance: none;
}
#CONTACT .contact-form__button:hover {
  opacity: 0.8;
}
#CONTACT .wpcf7-spinner {
  display: block;
  margin: 1.6rem auto 0;
}
#CONTACT .wpcf7-not-valid-tip {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #d9534f;
}
#CONTACT .wpcf7 form .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  #CONTACT .contact-form__item {
    display: block;
    padding: 2rem 0;
  }
  #CONTACT .contact-form__head {
    width: auto;
    margin-bottom: 1.2rem;
  }
  #CONTACT .contact-form__input {
    height: 5rem;
    font-size: 1.5rem;
  }
  #CONTACT .contact-form__textarea {
    min-height: 16rem;
    font-size: 1.5rem;
  }
  #CONTACT .contact-form__button {
    width: 100%;
    min-width: 0;
    height: 5.6rem;
    font-size: 1.5rem;
  }
}
#CONTACT .contact-thanks__inner {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}
#CONTACT .contact-thanks__title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}
#CONTACT .contact-thanks__text {
  margin: 2.4rem 0 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
}
#CONTACT .contact-thanks__btn {
  margin-top: 4rem;
}
#CONTACT .contact-thanks__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28rem;
  height: 6rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #222;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
#CONTACT .contact-thanks__link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #CONTACT .contact-thanks__inner {
    padding: 4rem 2rem;
  }
  #CONTACT .contact-thanks__title {
    font-size: 2.4rem;
  }
  #CONTACT .contact-thanks__text {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.9;
    text-align: left;
  }
  #CONTACT .contact-thanks__link {
    width: 100%;
    min-width: 0;
    height: 5.6rem;
    font-size: 1.5rem;
  }
}

#BRAND {
  color: #1c1038;
  background: #fffafc;
}
#BRAND .brand-page-head {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 3rem;
  background: radial-gradient(circle at 84% 25%, rgba(255, 128, 209, 0.68) 0, transparent 25%), radial-gradient(circle at 7% 87%, rgba(91, 241, 255, 0.66) 0, transparent 28%), linear-gradient(132deg, #9fe7ef 0%, #e2d8ff 48%, #ffc8e6 100%);
  border-bottom: 2px solid #1c1038;
}
#BRAND .brand-page-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(28, 16, 56, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 16, 56, 0.15) 1px, transparent 1px);
  background-size: 6.7rem 6.7rem;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #BRAND .brand-page-head {
    padding: 4rem 2rem;
  }
  #BRAND .brand-page-head::before {
    background-size: 3.5rem 3.5rem;
  }
}
#BRAND .brand-page-head__inner {
  position: relative;
  z-index: 1;
  width: min(104rem, 100%);
  margin: 0 auto;
  padding: 0;
}
#BRAND .brand-page-head__inner > p {
  display: inline-block;
  margin: 0 0 1.8rem;
  padding: 0.8rem 1.1rem;
  color: #fffafc;
  background: #1c1038;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}
#BRAND .brand-page-head__inner h1 {
  margin: 0;
  color: #fffafc;
  font: 900 clamp(6rem, 10vw, 11rem)/0.7 Georgia, "Times New Roman", serif;
  letter-spacing: -0.1em;
  text-shadow: 0.32rem 0.32rem 0 #7514b8, -0.09rem -0.09rem 0 #7514b8, 0.09rem -0.09rem 0 #7514b8, -0.09rem 0.09rem 0 #7514b8;
}
@media only screen and (max-width: 767px) {
  #BRAND .brand-page-head__inner > p {
    margin-bottom: 1.4rem;
    font-size: 0.85rem;
  }
  #BRAND .brand-page-head__inner h1 {
    font-size: clamp(5.5rem, 16vw, 7.2rem);
    text-shadow: 0.2rem 0.2rem 0 #7514b8, -0.07rem -0.07rem 0 #7514b8, 0.07rem -0.07rem 0 #7514b8, -0.07rem 0.07rem 0 #7514b8;
  }
}
#BRAND .brand-content {
  padding: 9rem 3rem 12rem;
}
#BRAND .brand-content > .inner {
  width: min(104rem, 100%);
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #BRAND .brand-content {
    padding: 6rem 2rem 8rem;
  }
}
#BRAND .brand-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
#BRAND .brand-list li {
  min-width: 0;
  border: 1px solid #1c1038;
  background: #fffafc;
}
#BRAND .brand-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 2.4rem;
  transition: background 0.25s ease;
}
#BRAND .brand-list a:hover {
  opacity: 1;
  background: #ffe761;
}
#BRAND .brand-list img {
  width: 100%;
  max-height: 12rem;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  #BRAND .brand-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #BRAND .brand-list a {
    padding: 2rem;
  }
  #BRAND .brand-list img {
    max-height: 8rem;
  }
}

#ARTIST,
#MC,
#MODEL {
  color: #1c1038;
  background: #fffafc;
}
#ARTIST .artist-page-head,
#ARTIST .mc-page-head,
#ARTIST .model-page-head,
#MC .artist-page-head,
#MC .mc-page-head,
#MC .model-page-head,
#MODEL .artist-page-head,
#MODEL .mc-page-head,
#MODEL .model-page-head {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 3rem;
  background: radial-gradient(circle at 84% 25%, rgba(255, 128, 209, 0.68) 0, transparent 25%), radial-gradient(circle at 7% 87%, rgba(91, 241, 255, 0.66) 0, transparent 28%), linear-gradient(132deg, #9fe7ef 0%, #e2d8ff 48%, #ffc8e6 100%);
  border-bottom: 2px solid #1c1038;
}
#ARTIST .artist-page-head::before,
#ARTIST .mc-page-head::before,
#ARTIST .model-page-head::before,
#MC .artist-page-head::before,
#MC .mc-page-head::before,
#MC .model-page-head::before,
#MODEL .artist-page-head::before,
#MODEL .mc-page-head::before,
#MODEL .model-page-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(28, 16, 56, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 16, 56, 0.15) 1px, transparent 1px);
  background-size: 6.7rem 6.7rem;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #ARTIST .artist-page-head,
  #ARTIST .mc-page-head,
  #ARTIST .model-page-head,
  #MC .artist-page-head,
  #MC .mc-page-head,
  #MC .model-page-head,
  #MODEL .artist-page-head,
  #MODEL .mc-page-head,
  #MODEL .model-page-head {
    padding: 4rem 2rem;
  }
  #ARTIST .artist-page-head::before,
  #ARTIST .mc-page-head::before,
  #ARTIST .model-page-head::before,
  #MC .artist-page-head::before,
  #MC .mc-page-head::before,
  #MC .model-page-head::before,
  #MODEL .artist-page-head::before,
  #MODEL .mc-page-head::before,
  #MODEL .model-page-head::before {
    background-size: 3.5rem 3.5rem;
  }
}
#ARTIST .artist-page-head__inner,
#ARTIST .mc-page-head__inner,
#ARTIST .model-page-head__inner,
#MC .artist-page-head__inner,
#MC .mc-page-head__inner,
#MC .model-page-head__inner,
#MODEL .artist-page-head__inner,
#MODEL .mc-page-head__inner,
#MODEL .model-page-head__inner {
  position: relative;
  z-index: 1;
  width: min(104rem, 100%);
  margin: 0 auto;
  padding: 0;
}
#ARTIST .artist-page-head__inner > p,
#ARTIST .mc-page-head__inner > p,
#ARTIST .model-page-head__inner > p,
#MC .artist-page-head__inner > p,
#MC .mc-page-head__inner > p,
#MC .model-page-head__inner > p,
#MODEL .artist-page-head__inner > p,
#MODEL .mc-page-head__inner > p,
#MODEL .model-page-head__inner > p {
  display: inline-block;
  margin: 0 0 1.8rem;
  padding: 0.8rem 1.1rem;
  color: #fffafc;
  background: #1c1038;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}
#ARTIST .artist-page-head__inner h1,
#ARTIST .mc-page-head__inner h1,
#ARTIST .model-page-head__inner h1,
#MC .artist-page-head__inner h1,
#MC .mc-page-head__inner h1,
#MC .model-page-head__inner h1,
#MODEL .artist-page-head__inner h1,
#MODEL .mc-page-head__inner h1,
#MODEL .model-page-head__inner h1 {
  margin: 0;
  color: #fffafc;
  font: 900 clamp(6rem, 10vw, 11rem)/0.7 Georgia, "Times New Roman", serif;
  letter-spacing: -0.1em;
  text-shadow: 0.32rem 0.32rem 0 #7514b8, -0.09rem -0.09rem 0 #7514b8, 0.09rem -0.09rem 0 #7514b8, -0.09rem 0.09rem 0 #7514b8;
}
@media only screen and (max-width: 767px) {
  #ARTIST .artist-page-head__inner > p,
  #ARTIST .mc-page-head__inner > p,
  #ARTIST .model-page-head__inner > p,
  #MC .artist-page-head__inner > p,
  #MC .mc-page-head__inner > p,
  #MC .model-page-head__inner > p,
  #MODEL .artist-page-head__inner > p,
  #MODEL .mc-page-head__inner > p,
  #MODEL .model-page-head__inner > p {
    margin-bottom: 1.4rem;
    font-size: 0.85rem;
  }
  #ARTIST .artist-page-head__inner h1,
  #ARTIST .mc-page-head__inner h1,
  #ARTIST .model-page-head__inner h1,
  #MC .artist-page-head__inner h1,
  #MC .mc-page-head__inner h1,
  #MC .model-page-head__inner h1,
  #MODEL .artist-page-head__inner h1,
  #MODEL .mc-page-head__inner h1,
  #MODEL .model-page-head__inner h1 {
    font-size: clamp(5.5rem, 16vw, 7.2rem);
    text-shadow: 0.2rem 0.2rem 0 #7514b8, -0.07rem -0.07rem 0 #7514b8, 0.07rem -0.07rem 0 #7514b8, -0.07rem 0.07rem 0 #7514b8;
  }
}
#ARTIST .artist-content,
#ARTIST .mc-content,
#ARTIST .model-content,
#MC .artist-content,
#MC .mc-content,
#MC .model-content,
#MODEL .artist-content,
#MODEL .mc-content,
#MODEL .model-content {
  padding: 9rem 3rem 12rem;
}
@media only screen and (max-width: 767px) {
  #ARTIST .artist-content,
  #ARTIST .mc-content,
  #ARTIST .model-content,
  #MC .artist-content,
  #MC .mc-content,
  #MC .model-content,
  #MODEL .artist-content,
  #MODEL .mc-content,
  #MODEL .model-content {
    padding: 6rem 2rem 8rem;
  }
}
#ARTIST .artist-content > .inner,
#ARTIST .mc-content > .inner,
#ARTIST .model-content > .inner,
#MC .artist-content > .inner,
#MC .mc-content > .inner,
#MC .model-content > .inner,
#MODEL .artist-content > .inner,
#MODEL .mc-content > .inner,
#MODEL .model-content > .inner {
  width: min(104rem, 100%);
  margin: 0 auto;
  padding: 0;
}
#ARTIST .days,
#MC .days,
#MODEL .days {
  padding: 0;
  border: 0;
}

.modelList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  align-items: stretch;
}
.modelList li {
  min-width: 0;
  background: var(--event-paper);
  background: #fff;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modelList li > a {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modelList .img {
  position: relative;
  overflow: hidden;
  background: var(--event-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modelList .img__inner {
  position: relative;
}
.modelList .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.modelList .name {
  display: block;
  min-height: 5.6rem;
  padding: 1.3rem 1.4rem;
  color: var(--event-ink);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modelList a:hover {
  opacity: 1;
}
.modelList a:hover .img img {
  transform: scale(1.04);
}
.modelList a:hover .name {
  background: var(--event-accent);
}
@media only screen and (max-width: 767px) {
  .modelList {
    grid-template-columns: repeat(3, 1fr);
  }
  .modelList .name {
    min-height: 3.8rem;
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.modelList + .ttl__01 {
  margin-top: 4rem;
}

.days {
  border: 1px solid;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .days {
    padding: 2rem 1rem;
  }
}
.days + .days {
  margin-top: 4rem;
}
.days .daysblock + .daysblock {
  margin-top: 2rem;
}
.days .days__ttl {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.days .days__ttl__light {
  border-top: 1px solid;
  padding-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#AWARD .award {
  margin-top: 1rem;
}
#AWARD .award__lead {
  color: #fe74aa;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #AWARD .award__lead {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
#AWARD .award__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #AWARD .award__list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
#AWARD .award__item {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, rgb(200, 247, 255), rgb(255, 171, 70) 30%, rgb(255, 0, 165) 70%, rgb(191, 233, 255)) border-box;
  border: 3px solid transparent;
  border-radius: 0.8rem;
  min-height: 12rem;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #AWARD .award__item {
    min-height: auto;
    padding: 1.2rem 2rem;
  }
}
#AWARD .award__item::before {
  content: "AWARD";
  color: #ffa6c6;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
}
#AWARD .award__name {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #AWARD .award__name {
    font-size: 2rem;
  }
}
#AWARD .award__prize {
  border-top: 1px solid #f1c9d8;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #AWARD .award__prize {
    font-size: 1.4rem;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
  }
}

#TOP .kv {
  min-height: 94rem;
  padding: 5rem 3rem 0;
  overflow: hidden;
  background: radial-gradient(circle at 72% 26%, rgba(255, 255, 255, 0.8) 0 2%, transparent 23%), radial-gradient(circle at 87% 72%, rgba(255, 99, 219, 0.64) 0, transparent 27%), radial-gradient(circle at 7% 91%, rgba(103, 244, 255, 0.82) 0, transparent 30%), linear-gradient(122deg, #e0d7ff 0%, #ffd8e6 47%, #9ae5ef 100%);
  color: #160f32;
}
#TOP .kv::before {
  width: 100%;
  height: 100%;
  inset: 0;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(rgba(22, 15, 50, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 15, 50, 0.14) 1px, transparent 1px);
  background-size: 6.7rem 6.7rem;
  opacity: 0.52;
}
#TOP .kv::after {
  content: "✦";
  right: 6vw;
  bottom: 6rem;
  color: #ab27e8;
  font: 400 15rem/1 Georgia, serif;
  letter-spacing: 0;
  opacity: 1;
  transform: rotate(13deg);
}
@media only screen and (max-width: 767px) {
  #TOP .kv {
    min-height: 82rem;
    padding: 3.2rem 2rem 0;
  }
  #TOP .kv::before {
    background-size: 3.5rem 3.5rem;
  }
  #TOP .kv::after {
    right: -1rem;
    bottom: 8rem;
    font-size: 9rem;
  }
}
#TOP .kv__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "eyebrow" "title" "slider" "date" "place" "cta";
  grid-template-rows: auto auto minmax(30rem, 1fr) auto auto auto;
  align-items: center;
  width: min(132rem, 100%);
  min-height: 82rem;
  padding-bottom: 7rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__inner {
    min-height: 72rem;
    padding-bottom: 6rem;
  }
}
#TOP .kv__lead {
  display: contents;
}
#TOP .kv__eyebrow {
  grid-area: eyebrow;
  justify-self: start;
  z-index: 2;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.7rem 1.1rem;
  color: #fff;
  background: #1c1038;
  font: 700 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__eyebrow {
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }
}
#TOP .kv__title {
  grid-area: title;
  justify-self: start;
  z-index: 2;
  margin: 0;
  color: #fffafc;
  font: 900 clamp(6.6rem, 8.2vw, 12rem)/0.72 Georgia, "Times New Roman", serif;
  letter-spacing: -0.09em;
  text-shadow: 0.35rem 0.35rem 0 #7514b8, -0.11rem -0.11rem 0 #7514b8, 0.11rem -0.11rem 0 #7514b8, -0.11rem 0.11rem 0 #7514b8;
}
#TOP .kv__title span {
  display: block;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__title {
    font-size: clamp(5.2rem, 16vw, 7.2rem);
    line-height: 0.75;
    text-shadow: 0.2rem 0.2rem 0 #7514b8, -0.08rem -0.08rem 0 #7514b8, 0.08rem -0.08rem 0 #7514b8, -0.08rem 0.08rem 0 #7514b8;
  }
}
#TOP .kv__date {
  grid-area: date;
  justify-self: start;
  z-index: 2;
  margin: 0;
  color: #1c1038;
  font: 800 1.9rem/1 Arial, sans-serif;
  letter-spacing: -0.03em;
}
#TOP .kv__date span {
  font-size: 0.55em;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__date {
    margin-top: 2.7rem;
    font-size: 1.4rem;
  }
}
#TOP .kv__place {
  grid-area: place;
  justify-self: start;
  z-index: 2;
  margin: 0.8rem 0 0;
  color: #1c1038;
  font: 700 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__place {
    font-size: 0.9rem;
  }
}
#TOP .kv__cta {
  grid-area: cta;
  justify-self: start;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 2.6rem;
  margin: 2.5rem 0 0;
  padding: 1.2rem 1.4rem;
  border: 2px solid #1c1038;
  border-radius: 99rem;
  color: #1c1038;
  background: #fff9cf;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.08em;
  box-shadow: 0.3rem 0.3rem 0 #1c1038;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#TOP .kv__cta span {
  font-size: 1.8rem;
  line-height: 0.5;
}
#TOP .kv__cta:hover {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: 0.1rem 0.1rem 0 #1c1038;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__cta {
    margin-top: 2rem;
    padding: 1rem 1.2rem;
    font-size: 1rem;
  }
}
#TOP .mainslider {
  grid-area: slider;
  position: relative;
  z-index: 2;
  justify-self: center;
  align-self: center;
  width: min(88rem, 100%);
  min-width: 0;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  #TOP .mainslider {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 2rem 0;
  }
}
#TOP .kv .KVswiper {
  padding: 0;
}
#TOP .kv .KVswiper .swiper-wrapper {
  align-items: center;
}
#TOP .kv .KVswiper .swiper-slide {
  overflow: hidden;
  aspect-ratio: auto;
  border: 0.5rem solid #1c1038;
  border-radius: 0;
  background: transparent;
  opacity: 0.48;
  transform: scale(0.88);
  transition: transform 0.55s ease, opacity 0.55s ease;
}
#TOP .kv .KVswiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
#TOP .kv .KVswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: initial;
  filter: saturate(1.08) contrast(1.04);
}
#TOP .kv .KVswiper .swiper-slide .slide__ttl {
  position: static;
  display: block;
  margin: 0;
  padding: 1rem;
  background: #ffe761;
  color: #1c1038;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  transform: none;
}
#TOP .kv .KVswiper .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0;
  text-align: center;
}
#TOP .kv .KVswiper .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.35rem !important;
  background: #fff;
  border: 1px solid #1c1038;
  opacity: 1;
}
#TOP .kv .KVswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.4rem;
  border-radius: 99rem;
  background: #1c1038;
}
@media only screen and (max-width: 767px) {
  #TOP .kv .KVswiper .swiper-slide {
    border-width: 0.3rem;
  }
  #TOP .kv .KVswiper .swiper-slide .slide__ttl {
    padding: 0.7rem 0.65rem;
    font-size: 0.75rem;
  }
  #TOP .kv .KVswiper .swiper-pagination {
    display: none;
  }
}
#TOP .kv__ticker {
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: 1.7rem;
  left: 50%;
  width: 120vw;
  overflow: hidden;
  border-top: 2px solid #1c1038;
  border-bottom: 2px solid #1c1038;
  background: #ff80d1;
  transform: translateX(-50%) rotate(-3deg);
}
@media only screen and (max-width: 767px) {
  #TOP .kv__ticker {
    bottom: 1rem;
  }
}
#TOP .kv__ticker-track {
  display: flex;
  width: max-content;
  padding: 1rem 0;
  color: #1c1038;
  font: 800 1.3rem/1 Arial, sans-serif;
  letter-spacing: 0.04em;
  animation: event-ticker 22s linear infinite;
}
#TOP .kv__ticker-track span {
  padding: 0 1.8rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #TOP .kv__ticker-track {
    padding: 0.8rem 0;
    font-size: 1rem;
  }
  #TOP .kv__ticker-track span {
    padding: 0 1.2rem;
  }
}
#TOP .megamenu {
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid #1c1038;
  border-bottom: 2px solid #1c1038;
  background: #fffafc;
}
#TOP .megamenu a {
  min-height: 12rem;
  padding: 2.2rem;
  border-right: 2px solid #1c1038;
  background: #fffafc !important;
}
#TOP .megamenu a:nth-child(4n) {
  border-right: 0;
}
#TOP .megamenu a::before {
  top: 1.5rem;
  right: 1.8rem;
  color: #ab27e8;
  font-size: 2.4rem;
}
#TOP .megamenu a:hover {
  background: #ffe761 !important;
}
#TOP .megamenu a .menu__en {
  color: #1c1038 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  letter-spacing: -0.08em;
}
#TOP .megamenu a .menu__jp {
  color: #1c1038;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  #TOP .megamenu {
    grid-template-columns: repeat(2, 1fr);
  }
  #TOP .megamenu a {
    min-height: 10rem;
    padding: 1.5rem;
    border-right: 2px solid #1c1038;
  }
  #TOP .megamenu a:nth-child(2n) {
    border-right: 0;
  }
  #TOP .megamenu a .menu__en {
    font-size: 2.4rem;
  }
}

@keyframes event-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  #TOP .kv__ticker-track {
    animation: none;
  }
}
#TOP .sec--artist .days + .days,
#TOP .sec--model-list .andmore {
  display: none;
}
#TOP .sec--news {
  padding: 11rem 3rem;
  overflow: hidden;
  background: radial-gradient(circle at 88% 18%, rgba(255, 128, 209, 0.72) 0, transparent 21%), radial-gradient(circle at 7% 96%, rgba(114, 239, 255, 0.72) 0, transparent 29%), linear-gradient(132deg, #9fe7ef 0%, #e2d8ff 48%, #ffc8e6 100%);
  border-bottom: 2px solid #1c1038;
}
#TOP .sec--news .inner {
  width: min(118rem, 100%);
  padding: 0;
  background: transparent;
  border-radius: 0;
}
#TOP .sec--news .event-section-label {
  color: #1c1038;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}
#TOP .sec--news .ttl__bg {
  height: auto;
  margin-bottom: 4.5rem;
}
#TOP .sec--news .ttl__bg .ttl__bg--in {
  position: static;
  padding: 0;
  background: none;
  color: #1c1038;
  text-align: left;
  font: 900 clamp(6rem, 11vw, 14rem)/0.72 Georgia, "Times New Roman", serif;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
#TOP .sec--news .newsList {
  border-top: 2px solid rgba(28, 16, 56, 0.78);
}
#TOP .sec--news .newsList li {
  border-bottom: 2px solid rgba(28, 16, 56, 0.78);
}
#TOP .sec--news .newsList li > * {
  grid-template-columns: 16rem 1fr 3rem;
  align-items: center;
  padding: 2.2rem 1.4rem;
  color: #1c1038;
}
#TOP .sec--news .newsList li > *::after {
  content: "↗";
  justify-self: end;
  color: #ab27e8;
  font: 400 2.1rem/1 Arial, sans-serif;
}
#TOP .sec--news .newsList time {
  display: inline-block;
  width: max-content;
  padding: 0.65rem 0.8rem;
  color: #1c1038;
  background: #ffe761;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.06em;
}
#TOP .sec--news .newsList .item__contents {
  color: #1c1038;
  font-size: 1.65rem;
  font-weight: 700;
}
#TOP .sec--news .newsList li a:hover {
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  background: #ff80d1;
  color: #1c1038;
}
#TOP .sec--news .newsList li a:hover .item__contents {
  color: #1c1038;
}
#TOP .sec--news .btn__center {
  display: flex;
  justify-content: flex-end;
}
#TOP .sec--news .btn1 {
  margin: 4rem 0 0;
  padding: 1.4rem 4.5rem 1.4rem 1.6rem;
  border: 2px solid #1c1038;
  border-radius: 99rem;
  color: #1c1038;
  background: #fffafc;
  font: 800 1.1rem/1 Arial, sans-serif;
  letter-spacing: 0.06em;
}
#TOP .sec--news .btn1::after {
  right: 1.6rem;
  color: #ab27e8;
}
#TOP .sec--news .btn1:hover {
  border-color: #1c1038;
  background: #1c1038;
  color: #fffafc;
}
@media only screen and (max-width: 767px) {
  #TOP .sec--news {
    padding: 7rem 2rem;
  }
  #TOP .sec--news .ttl__bg {
    margin-bottom: 3rem;
  }
  #TOP .sec--news .ttl__bg .ttl__bg--in {
    font-size: 6rem;
  }
  #TOP .sec--news .newsList li > * {
    grid-template-columns: 1fr 2rem;
    gap: 0.8rem;
    padding: 1.5rem 0.2rem;
  }
  #TOP .sec--news .newsList li > *::after {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  #TOP .sec--news .newsList time {
    grid-column: 1;
    font-size: 0.95rem;
  }
  #TOP .sec--news .newsList .item__contents {
    grid-column: 1;
    font-size: 1.3rem;
  }
  #TOP .sec--news .btn__center {
    justify-content: flex-start;
  }
  #TOP .sec--news .btn1 {
    margin-top: 3rem;
  }
}
#TOP .timetable__wrapper {
  background: #e2d8ff !important;
  border-top: 2px solid #1c1038;
  border-bottom: 2px solid #1c1038;
}
#TOP .timetable__wrapper .poster {
  padding: 10rem max(3rem, (100% - 118rem) / 2) !important;
  background: radial-gradient(circle at 10% 86%, rgba(91, 241, 255, 0.72) 0, transparent 27%), radial-gradient(circle at 93% 13%, rgba(255, 128, 209, 0.8) 0, transparent 25%), linear-gradient(132deg, #9fe7ef 0%, #e2d8ff 48%, #ffc8e6 100%) !important;
}
#TOP .timetable__wrapper .poster::before {
  opacity: 0.45 !important;
  background-image: linear-gradient(rgba(28, 16, 56, 0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 16, 56, 0.22) 1px, transparent 1px) !important;
  background-size: 6.7rem 6.7rem !important;
}
#TOP .timetable__wrapper .poster > .page-title {
  margin-bottom: 5rem !important;
  text-align: left !important;
}
#TOP .timetable__wrapper .poster > .page-title h1 {
  color: #1c1038;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(6rem, 11vw, 14rem) !important;
  line-height: 0.72 !important;
  letter-spacing: -0.09em !important;
}
#TOP .timetable__wrapper .timetable__block .page-title p {
  color: #1c1038 !important;
  font: 800 1.2rem/1 Arial, sans-serif !important;
  letter-spacing: 0.14em !important;
}
#TOP .timetable__wrapper .table-card {
  border: 2px solid #1c1038 !important;
  box-shadow: 0.45rem 0.45rem 0 #ff80d1 !important;
}
#TOP .timetable__wrapper .stage-title {
  background: #1c1038 !important;
}
#TOP .timetable__wrapper .stage-mark, #TOP .timetable__wrapper .timebox {
  background: #1c1038 !important;
}
#TOP .timetable__wrapper .section-label__text {
  background: #ff80d1 !important;
}
#TOP .timetable__wrapper .act {
  border-color: #1c1038 !important;
}
#TOP .timetable__wrapper .act strong {
  color: #1c1038 !important;
}
#TOP .timetable__wrapper .side-note {
  color: #1c1038 !important;
}
@media only screen and (max-width: 767px) {
  #TOP .timetable__wrapper .poster {
    padding: 7rem 1.4rem !important;
  }
  #TOP .timetable__wrapper .poster::before {
    background-size: 3.5rem 3.5rem !important;
  }
  #TOP .timetable__wrapper .poster > .page-title {
    margin-bottom: 3.5rem !important;
  }
}
