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 {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
  display:block;
}
ol, ul {
  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;
}
ins {
  background-color:#ff9;
  color:#333;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#333;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  width: 180px;
  height:1px;
  border:0;
  border-top:2px solid #ffffff40;
  /* margin:1em 0; */
  margin:40px auto;
  padding:0;
}
input, select {
  vertical-align:middle;
}


/*
  Base
---------------------------------------------- */
html {
  box-sizing: border-box;
  height: 100%;
  overscroll-behavior-y: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Regular */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('./fonts/CabinetGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'CabinetGrotesk';
  src: url('./fonts/CabinetGrotesk-Medium.woff2')  format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'CabinetGrotesk', 'Zen Kaku Gothic New', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  overscroll-behavior-y: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: bold;
}

input,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
}

:root {
  --main-color: #E75295;
  --sub-color: #857BB6;
}

.is-hidden {
  display: none;
}

section {
  position: relative;
  padding: 0 14px;
}

.background-visual {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 140lvh;
  min-height: 140vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  /* background-image: url(../img/kv-bg.jpg); */
  background-color: var(--main-color);
}

.wrapper-main, .wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.wrapper {
  padding-right: 210px;
}

@media screen and (max-width: 430px) {
  .wrapper {
    padding-right: 0;
  }
}

.main-contents {
  /* width: 100%; */
  /* max-width: 32rem; */
  /* padding: 0 calc(34.3% - 430px) 0 65.7%; */
  position: relative;
  width: 430px;
  margin-left: auto;
  /* z-index: 200; */
}

@media screen and (max-width: 430px) {
  .main-contents {
    width: 100%;
  }
}

.main-contents > div {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 430px) {
  .main-contents > div {
    border-left: none;
    border-right: none;
  }
}

.main-contents section {
  /* border-left: 3px solid #fff;
  border-right: 3px solid #fff; */
  padding: 0 14px;
}

h2 {
  font-size: 58px;
  font-weight: initial;
  text-align: center;
}

h3 {
  font-weight: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 16px;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 9999px;
}


/*
  menu pc
---------------------------------------------- */
.left-contents-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  /* width: 65.7%; */
  width: 50%;
  height: 100%;
  min-height:720px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
}

@media screen and (max-width: 1060px) {
  .left-contents-wrap {
    display: none;
  }
}

.left-contents {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px 13% 20px 13%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
}

@media screen and (min-width: 1200px) {
  .left-contents {
    align-items: center;
  }
}

.menu-top .header-logo-link img {
  max-width: 140px;
}

.menu-top .kv-date-time-wrapper {
  max-width: 200px;
  margin-top: 30px;
}

.menu-top .kv-place {
  font-size: clamp(1.25rem, 1vw + 0.8rem, 1.4375rem);
  margin-top: 18px;
}

.menu {
  display: flex;
  width: 100%;
}

.menu-ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: clamp(1.4375rem, 1.2vw + 1rem, 1.625rem);
  gap: 20px;
}

/* @media screen and (min-width: 1200px) {
  .menu-ul {
    width: fit-content;
    margin: 0 auto;
  }
} */

.menu-li {
  display: flex;
  /* width: 100%; */
  padding: 1px 0;
}

.menu-head {
  flex-direction: column;
}

.menu-head p {
  pointer-events: none;
  padding-bottom: 17px;
}

.menu-head ul {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-head ul li {
  font-size: 21px;
}

.menu-link {
  display: flex;
  width: 100%;
  line-height: 1;
  /* transform-origin: top left; */
  /* font-weight: 400; */
  /* transition: filter .3s; */
}

.menu-link:hover {
  /* filter: blur(5px);
  transition: filter .4s; */
  /* color: var(--sub-color); */
  color: #000;
}

.menu-bottom-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.menu-bottom-wrapper .cta-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--sub-color);
  border: 3px solid #fff;
  border-radius: 10rem;
  padding: .5rem 1.5rem .6rem;
}

.menu-bottom-wrapper .cta-link {
  font-size: clamp(1.625rem, 1.5vw + 1rem, 1.875rem);
  text-align: center;
}

.menu-bottom-wrapper .cta-link .cta-ja {
  display: block;
  font-size: 14px;
  margin-top: -5px;
}

.menu-bottom-wrapper .insta-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-bottom-wrapper .insta-btn p {
  font-size: clamp(1.125rem, 1vw + 0.5rem, 1.25rem);
  white-space: nowrap;
}

.sns-btn-link div {
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sns-btn-link:hover {
  filter: invert(1);
}

.sns-btn-link div img {
  width: 1.6rem;
}

.left-contents-bg-img-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.left-contents-bg-img-02 {
  position: absolute;
  top: 50%;
  right: -50%;
  z-index: -1;
}

.left-contents-bg-img-03 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.batsu {
  display: block;
  /* position: relative; */
  width: 30px;
  height: 30px;
}

.batsu::before, .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #000;
}

.batsu::before {
  transform: translate(-50%,-50%) rotate(50deg);
}

.batsu::after {
  transform: translate(-50%,-50%) rotate(-50deg);
}


/*
  追従ボタン
---------------------------------------------- */
.right-contents-wrap {
  position: fixed;
  bottom: 20px;
  right: 24px;
  z-index: 200;
}

@media screen and (max-width: 430px) {
  .right-contents-wrap {
    right: 14px;
  }
}

.right-contents-btn-link {
  max-width: 160px;
  display: block;
  transition-duration: .4s;
}

@media screen and (max-width: 430px) {
  .right-contents-btn-link {
    max-width: 120px;
  }
}

.right-contents-btn-link:hover {
  transform: scale(1.05);
}

/* 1. アニメーション定義 */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* 2. ボタンにアニメーションを適用 */
.right-contents-btn-link {
  animation: float 3s ease-in-out infinite; /* 3秒で往復、無限ループ */
}


/*
  menu sp
---------------------------------------------- */
.header-wrap-sp {
  position: fixed;
  width: 424px;
  padding: 16px 14px 12px;
  background-color: #000;
  z-index: 200;
  display: none;
}

@media screen and (max-width: 1060px) {
  .header-wrap-sp {
    display: block;
    width: 424px;
  }
}

@media screen and (max-width: 430px) {
  .header-wrap-sp {
    width: 100%;
    padding: 14px 14px 12px;
  }
}

.header-wrap-top-sp>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .header-wrap-top-sp.is-active {
  align-items: inherit;
  flex-direction: row-reverse;
} */

.header-logo-link-sp {
  display: block;
  max-width: 100px;
}

@media screen and (max-width: 430px) {
  .header-logo-link-sp {
    max-width: 80px;
  }
}

.menu-wrap-sp {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  padding: 9px;
  cursor: pointer;
}

.drawer__button {
  position: relative;
  top: 2%;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.drawer__button>span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s ease;
}

.menu-wrap-sp span:first-child {
  transform: translate(0%, calc(-50% - 0.35rem));
  transition: transform 0.3s ease;
}

.menu-wrap-sp.is-active span:first-child {
  transform: translate(0, -50%) rotate(-45deg);
}

.menu-wrap-sp span:nth-child(2) {
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}

.menu-wrap-sp.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-wrap-sp span:last-child {
  transform: translate(0%, calc(-50% + 0.35rem));
  transition: transform 0.3s ease;
}

.menu-wrap-sp.is-active span:last-child {
  transform: translate(0, -50%) rotate(45deg);
}

.drawer__nav {
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
  display: none;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 400;
}

.drawer__nav.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.drawer__nav__menu {
  margin-top: 40px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.drawer__nav__item {
  font-size: 27px;
}

.drawer__nav__item .menu-li {
  font-size: 22px;
}

.drawer__nav__inner .insta-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%) !important;
  bottom: 160px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.drawer__nav__inner .insta-btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.drawer__nav__inner .insta-btn a:hover {
  filter: initial;
  opacity: .6;
}

.drawer__nav__inner .insta-btn p {
  white-space: nowrap;
}

.header-wrap-sp hr {
  width: 424px;
  color: #868686;
  margin: 16px auto 20px;
  margin-left: -14px;
}

@media screen and (max-width: 430px) {
  .header-wrap-sp hr {
    width: 430px;
    /* margin: 13px auto 12px; */
    margin: 13px auto 12px -14px;
  }
}

.anchor-link-wrap {
  display: flex;
  justify-content: space-around;
}


/*
  fv
---------------------------------------------- */
.section-kv {
  height: 100svh;
  background-color: var(--main-color);
}

@media screen and (max-width: 1060px) {
  .section-kv {
    height: initial;
    /* padding-top: 154px !important; */
  }
}

@media screen and (max-width: 400px) {
  .section-kv {
    height: inherit;
  }
}

.kv-wrap {
  height: 90vh;
  /* margin-bottom: 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1060px) {
  .kv-wrap {
    /* padding-top: 154px; */
  }
}

@media screen and (max-width: 375px) {
  .kv-wrap {
    height: 140svh;
  }
}

.kv-logo {
  margin-bottom: 35px;
}

.kv-date-time-wrapper {
  margin-bottom: 26px;
}

.kv-time {
  text-align: center;
  margin-top: 14px;
  font-weight: 500;
}

.kv-place {
  font-size: 23px;
  margin-bottom: 26px;
}

.feature-scroll {
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 430px) {
  .feature-scroll {
    top: -60px;
  }
}

@media screen and (max-width: 375px) {
  .feature-scroll {
    /* top: -40px; */
  }
}

.feature-scroll-link {
  display: inline-block;
  /* position: absolute; */
  /* bottom: 0; */
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.feature-scroll-link::after {
  content: "";
  position: absolute;
  top: 32px;
  /* bottom: 0; */
  left: 50%;
  width: 1px;
  height: 6rem;
  background: #fff;
  /* animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; */
  animation: sdl 4s ease-in-out infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.kv-bg-img-01 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1060px) {
  .kv-bg-img-01 {
    /* top: 154px; */
  }
}

.kv-bg-img-02 {
  position: absolute;
  right: 0;
  bottom: 36%;
}

.kv-uneune-wrap {
  position: relative;
}

.kv-uneune-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1060px) {
  .kv-uneune-wrap {
    top: 154px;
  }
}

@media screen and (max-width: 430px) {
  .kv-uneune-wrap {
    top: 128.41px;
  }
}

.kv-uneune-01 img {
  /* height: 100vh; */
}

.kv-uneune-02 img {
  /* height: 55vh; */
}


/*
  about
---------------------------------------------- */
.section-about {
  background-color: var(--main-color);
}

.about-wrap {
  padding-top: 26%;
  position: relative;
  z-index: 2;
}

.about-text {
  text-align: center;
  /* margin-bottom: 38px; */
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.about-text h2 {
  font-size: 26px;
  line-height: 1.8;
}


@media screen and (max-width: 390px) {
  .about-text h2 {
    font-size: clamp(1.5rem, 3vw + 0.75rem, 1.8125rem);
  }
}

.about-text p {
  line-height: 2.2;
  margin-top: 40px;
}

.about-text p span {
  display: block;
  margin-top: 20px;
}

.about-movie {
  position: relative;
  z-index: 1;
}

.about-movie h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.about-movie video {
  max-width: 300px;
  width: 100%;
  /* margin-left: -14px; */
}

@media screen and (max-width: 375px) {
  .about-movie video {
    max-width: 200px;
  }
}

/* swiper */
.swiper {
  touch-action: pan-y;
}

.swiper-wrapper {
  padding-bottom: 20px;
}

.swiper-scrollbar {
  background-color: #fff;
  height: 2px !important;
}

.swiper-scrollbar-drag {
  background-color: #fff;
  height: 10px;
  top: -3px !important;
  cursor: grab;
}

.swiper-scrollbar-drag:active {
  cursor: grabbing;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}


/*
  tab
---------------------------------------------- */
.tab-wrap {
  /* padding-top: 100px; */
  padding-top: 200px;
}

@media screen and (max-width: 1060px) {
  .tab-wrap {
    padding-top: 100px;
  }
}

.tab-switch {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  row-gap: 10px;
  column-gap: 22px;
}

/* 各タブボタンの設定 */
.tab-switch > label {
  width: calc(50% - 22px);
  height: 50px;
  flex: 1 1 auto; /* タブが均等に幅をとるが、幅を超えると折り返す */
  order: -1; /* 上部に表示する */
  position: relative;
  padding: .7em 1em;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  transition:.3s all;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* タブボタンのホバーおよび選択状態のスタイル */
.tab-switch > label:hover,
.tab-switch label:has(:checked) {
  /* background-color: var(--sub-color); */
  background: linear-gradient(90deg, #887BB8 1.18%, #B767A7 81.97%, #E75295 99.86%);
}

.tab-switch input {
  display: none;
}

.tab-switch > div {
  display: none;
  width: 100%;
}

.tab-switch label:has(:checked) + div {
  display: block;
}

.tab-head {
  text-align: center;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tab-head p:first-child {
  font-size: 38px;
}

.tab-head p:last-child {
  font-size: 26px;
  margin-top: 6px;
  line-height: 1.2;
}

.tab-head p:last-child span {
  display: block;
  font-size: 22px;
}

.tab-thum,
.tab-thum img {
  border-radius: 6px;
}

.tab-desc {
  margin-top: 20px;
}

.tab-title {
  text-align: center;
  font-size: 30px;
}

.tab-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 16px;
}

.tab-content-wrapper > div {
  position: relative;
}

.note {
  font-size: 12px;
  text-align: right;
  margin-top: 30px;
  padding-right: 14px;
}


/*
  tab-01
---------------------------------------------- */
.left-wrap {
  display: flex;
  align-items: center;
}

.left-wrap.--reverse {
  flex-direction: row-reverse;
}

.left-wrap-img {
  max-width: 60%;
  margin-left: -14px;
}

.left-wrap.--reverse .left-wrap-img {
  margin-left: initial;
  margin-right: -14px;
}

.left-wrap-desc {
  margin-top: -70px;
}

.left-wrap-desc-logo {
  width: 54px;
  height: 20px;
  /* padding: 6px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-color: #fff; */
  margin-bottom: 6px;
}

.left-wrap-desc-flex {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.left-wrap-desc-name {
  font-size: 17px;
  margin-top: 8px;
}

.left-wrap-desc-icon {
  line-height: 1;
  text-align: end;
}

.left-wrap.--reverse .left-wrap-desc-icon {
  text-align: start;
}

.cross-icon {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tab-content-wrapper-right {
  max-width: 60%;
  margin: -60px -14px 0 auto;
}

.btn--white {
  color: #000;
  background-color: #fff;
}

.btn--white:hover {
  color: #fff;
  background: #000;
}

.tab-content .btn {
  display: block;
  max-width: 260px;
  margin: 60px auto 0;
}


/*
  tab-other
---------------------------------------------- */
.tab-content-wrapper.--other {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: inherit;
  row-gap: 40px;
}

.tab-content-wrapper.--other .--other-item {
  width: calc(50% - 8px);
}

.judge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.judge-wrap-img {
  max-width: 150px;
  border-radius: 50%;
}

.judge-wrap-img img {
  border-radius: 50%;
}

.judge-wrap-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.judge-wrap-desc > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.judge-wrap-desc-name {
  font-size: 20px;
  margin-top: 6px;
}

.judge-wrap-desc-icon {
  /* margin-top: -7px; */
}

.judge-wrap-desc-icon img {
  /* width: 18px; */
}

.judge-title {
  text-align: center;
  font-size: 13px;
}

.tab-content-txt-wrap {
  margin-top: 40px;
  padding: 0 14px;
}

.tab-content-txt-ttl {
  font-size: 20px;
}

.tab-content-txt {
  font-size: 13px;
}


/*
  modal
---------------------------------------------- */
.tab-modal-wrap.--ver02 {
  margin-top: -30px;
}

.tab-modal-wrap input {
  display: none;
}

.tab-modal-wrap-open-label,
.tab-modal-wrap-close-label {
  cursor: pointer;
}

.tab-modal-wrap-open-label {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-modal-wrap-open-label:hover {
  opacity: .6;
}

.tab-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.tab-modal-wrap-open-input:checked + label + input + .tab-modal {
  display: block;
  animation: tab-modal-animation .6s;
}

.tab-modal-content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  border-radius: 12px;
  background-color: var(--sub-color);
  z-index: 2;
}

@media screen and (max-width: 430px) {
  .tab-modal-content-wrap {
    width: 90%;
  }
}

.tab-modal-wrap-close-label {
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 99999;
  font-size: 1.3em;
}

.tab-modal-content {
  position: relative;
  height: 90vh;
  overflow-y: auto;
  padding: 80px 40px 20px;
}

@media screen and (max-width: 430px) {
  .tab-modal-wrap-close-label {
    right: 20px;
  }

  .tab-modal-content {
    padding: 80px 20px 20px;
  }
}

.tab-modal-close-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .80);
  z-index: 1;
}

@keyframes tab-modal-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.judge-wrap-img-no-picture {
  width: 150px;
  height: 150px;
  background: #000;
  border-radius: 50%;
}

span.judge-wrap-desc-icon {
  display: inline-flex;
  margin-left: 10px;
}

/* 中身 */
.modal-content-image {
  height: 300px;
  background-size: contain;
  /* background-size: cover; */
  background-position: center;
  /* background-position: top; */
  background-repeat: no-repeat;
  background-color: #fff;
}

/* .modal-content-image.--suzuna {
  background-position: 0 -130px;
}

.modal-content-image.--mitsuki {
  background-position: 0 -80px;
}

.modal-content-image.--sun {
  background-position: 0;
}

.modal-content-image.--karin {
  background-position: 0 -60px;
}

.modal-content-image.--sakura {
  background-position: 0 -80px;
}

.modal-content-image.--tomotaka {
  background-position: 0 -140px;
}

.modal-content-image.--masato {
  background-position: 0 -80px;
}

.modal-content-image.--hisayuki {
  background-position: 0 -130px;
}

.modal-content-image.--souichiro {
  background-position: 0 -70px;
}

.modal-content-image.--hide {
  background-position: 0 -80px;
}

.modal-content-image.--masanobu,
.modal-content-image.--kousuke {
  background-position: 0 -30px;
}


@media screen and (max-width: 430px) {
  .modal-content-image.--suzuna {
    background-position: 0 -80px;
  }

  .modal-content-image.--mitsuki {
    background-position: 0 -40px;
  }

  .modal-content-image.--karin {
    background-position: 0 0;
  }

  .modal-content-image.--sakura {
    background-position: 0 -10px;
  }

  .modal-content-image.--tomotaka {
    background-position: 0 -50px;
  }

  .modal-content-image.--masato {
    background-position: 0 -40px;
  }

  .modal-content-image.--hisayuki {
    background-position: 0 -50px;
  }

  .modal-content-image.--souichiro {
    background-position: 0 -10px;
  }

  .modal-content-image.--hide {
    background-position: 0 -10px;
  }

  .modal-content-image.--masanobu,
  .modal-content-image.--kousuke {
    background-position: 0 0;
  }
} */

.blurred-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blurred-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--src);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(15px);
  z-index: 0;
}

.blurred-image img {
  position: relative;
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.modal-content-txt-top {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.modal-content-txt-top .sns-btn-link {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-content-txt-top .sns-btn-link img {
  width: 17px;
}

.modal-content-name {
  margin-top: 20px;
  font-size: 24px;
}

.modal-content-title {
  margin-top: 6px;
  font-size: 13px;
}

.modal-content-body {
  margin-top: 26px;
}

.modal-content-bottom {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 430px) {
  .modal-content-bottom {
    position: initial;
    transform: initial;
    justify-content: center;
    margin-top: 30px;
  }
}

.modal-content-bottom .sns-btn-link {
  width: 34px;
  height: 34px;

  padding: 0;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-content-bottom .sns-btn-link img {
  width: 17px;
}

/* .modal-content-double-wrap .modal-content-bottom {
  position: initial;
  transform: initial;
  justify-content: center;
  margin-top: 30px;
} */

.modal-content-double-wrap:nth-of-type(2) {
  margin-top: 50px;
}


/*
  time-table
---------------------------------------------- */
#sec-07 {
  position: relative; /* 疑似要素を使うために必要 */
}

#sec-07::before {
  content: "";
  display: block;
  height: 10px;      /* 好きな余白量に調整 */
  margin-top: 10px; /* 疑似要素分を巻き戻して、実際の見た目を変えない */
}

.time-table-wrap {
  margin-top: 80px;
}


/*
  ticket
---------------------------------------------- */
.section-ticket {
  padding: 0 !important;
  position: relative;
  margin-top: 150px;
  z-index: 2;
}

.wave {
  position: absolute;
}

.wave.--start {
  top: -60px;
}

@media screen and (max-width: 360px) {
  .wave.--start {
    top: -50px;
  }
}

.wave.--end {
  bottom: -70px;
}

@media screen and (max-width: 420px) {
  .wave.--end {
    bottom: -60px;
  }
}

@media screen and (max-width: 360px) {
  .wave.--end {
    bottom: -50px;
  }
}

.ticket-wrap {
  color: #000;
  background-color: #fff;
  padding: 50px 14px 70px;
}

.btn-copy {
  color: var(--main-color);
  text-align: center;
}

.btn--pink {
  display: block;
  color: #fff;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  width: 100%;
  font-size: 30px;
  margin-top: 4px;
}

.btn--pink span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.btn--pink:hover {
  color: var(--main-color);
  background: #fff;
}

.btn-note {
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 46px;
}

.ticket-flow-list-ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.ticket-flow-item-number {
  display: inline-block;
  color: var(--sub-color);
  font-weight: 700;
}

.ticket-flow-item-number > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ticket-flow-item-number span {
  line-height: 1;
}

.ticket-flow-item-number span:first-child {
  font-size: 12px;
  margin-bottom: 3px;
}

.ticket-flow-item-number span:last-child {
  font-size: 42px;
  margin-top: -4px;
}

.ticket-flow-item-header {
  margin: 14px 0 16px;
  font-weight: 700;
}

.ticket-flow-item-text {
  font-size: 14px;
}

.ticket-flow-item-text a {
  text-decoration: underline !important;
}

.ticket-flow-item-arrow {
  width: 10px;
  margin: 12px auto 20px;
}

.ticket-wrap hr {
  border-top: 2px solid #CECECE;
  margin: 70px auto;
}

.ticket-flow-wrap:last-child .ticket-flow-item-text {
  margin-top: 16px;
}


/*
  access
---------------------------------------------- */
.section-access {
  margin-top: 40px;
}

.access-wrap {
  padding-top: 80px;
}

.access-map {
  height: 250px;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-map-desc-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-size: 15px;
}

.access-map-desc-wrap p:first-child {
  font-size: 22px;
}


/*
  contact
---------------------------------------------- */
.contact-wrap {
  margin-top: 80px;
  padding-bottom: 90px;
}

.contact-wrap p {
  text-align: center;
}

.btn--black {
  max-width: 350px;
  margin: 30px auto 0;
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  /* border: 2px solid #000; */
  width: 100%;
  font-size: 15px;
}

.btn--black:hover {
  color: #000;
  background: #fff;
}

.btn--black-icon {
  margin-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--black:hover .btn--black-icon  {
  filter: invert(1);
}

.btn--black:last-child {
  margin-top: 20px;
}

.info-area {
  position: relative;
  z-index: 1;
}

.info-area-uneune {
  position: absolute;
  top: -40px;
  left: 0;
  height: 104%;
  z-index: -1;
}

.info-area-uneune img {
  height: 103%;
}


/*
  グラデーション背景
---------------------------------------------- */
.bg-gradation-area {
  background: linear-gradient(180deg, #E75295 0, #64529F 14.47%, #E75295 44.09%, #B16FAA 61.23%, #DE629E 88.53%);
  /* margin-top: -40px; */
  margin-top: -120px;
}

@media screen and (max-width: 1060px) {
  .bg-gradation-area {
    margin-top: 140px;
  }
}


/*
  bottom
---------------------------------------------- */
.section-bottom {
  background-color: #000;
  z-index: 1;
}

.bottom-wrap {
  padding-top: 110px;
}

.bottom-wrap-logo {
  max-width: 276px;
  margin: auto;
}

.bottom-wrap-organizer {
  margin-top: 60px;
  text-align: center;
}

.organizer-logo {
  display: inline-block;
  margin-top: 16px;
}

.organizer-logo a {
  display: block;
  /* background-color: #fff; */
  padding: 8px;
}

.organizer-logo a:hover {
  opacity: 0.6;
}

.bottom-wrap hr {
  max-width: 146px;
}

.bottom-wrap-support-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.bottom-wrap-support-wrap a {
  display: block;
}


/*
  footer
---------------------------------------------- */
footer {
  background-color: #000;
}

.footer-wrap {
  padding: 50px 0 12px;
}

.footer-wrap .insta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 20px;
}

.footer-wrap .insta-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.footer-wrap .insta-btn a:hover {
  filter: initial;
  opacity: .6;
}

.footer-wrap .insta-btn p {
  white-space: nowrap;
}

.footer-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 26px;
  font-size: 12px;
  color: #7E7979;
}

.footer-menu a {
  text-decoration: underline;
}

.copy {
  margin-top: 12px;
  text-align: center;
  font-size: 10px;
  color: #7E7979;
}


/*
  2025年09月 更新のため追加
---------------------------------------------- */
.booth-content {
  max-width: 90%;
  margin: 70px auto 0;
}

.booth-content a {
  transition: all 0.3s !important;
}

.booth-content a:hover {
  opacity: .6;
}

.present-content {
  max-width: 90%;
  margin: 24px auto 40px;
}


/*
  animation
---------------------------------------------- */
/* ページ読み込むまでは全体を非表示 */
body {
  opacity: 0;
  transition: 1s ease;
}

/* ページ読み込みが終わったら全体をフェードイン */
body.loaded  {
  opacity: 1;
}


/* 初期状態 */
.anim {
  opacity: 0;
  /* transition: all 0.6s cubic-bezier(0.155, 0.910, 0.695, 0.950); */
  transition: all 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s;
}

/* フェード＋スライドアップの初期位置 */
.anim-slideup {
  transform: translate(0, 50px);
}

/* 表示されたときにリセット */
.anim.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

.mask-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.info-area-uneune.mask-wrapper {
  position: absolute;
}

.uneune-img {
  display: block;
  width: 100%;
  height: auto;
}

/* マスク本体：最初は画像を覆っている */
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  transform: translateY(0);
  pointer-events: none;
}

.mask.reveal {
  animation: maskReveal 1.8s linear forwards;
}


/* アニメーション定義 */
@keyframes maskReveal {
  100% {
    transform: translateY(100%);
  }
}

/* 順に発火：.kv-uneune-01 → .kv-uneune-02-2 */
.kv-uneune-01 .mask {
  /* animation-delay: 0s; */
}

.kv-uneune-02 .mask {
  /* animation-delay: 1.8s; */
}


.section-bottom-wrap.anim-slideup {
  transform: none; /* ← スライドアニメしないように */
  opacity: 1;
  transition: none;
}
