@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html, input,
textarea {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

html {
  width: 100%;
  background-color: #efefef;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: min(0.7320644217vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vmin;
  }
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-x: clip;
  font-size: 1.4rem;
}
body.is-fixed {
  height: 100vh;
  overflow: hidden;
}

#wrapper.is-resize * {
  transition: none !important;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

@media (any-hover: hover) {
  a,
  button {
    transition: 0.4s all;
  }
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

input,
textarea {
  font-weight: 500;
}

button {
  cursor: pointer;
}

.l-header {
  position: sticky;
  display: flex;
  align-items: center;
  background-color: white;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .l-header {
    top: 0;
    padding: min(1.0135135135vw, 15px) min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    top: -20.5333333333vmin;
    justify-content: center;
    flex-direction: column;
    gap: 4vmin;
    padding: 4vmin 0 0;
  }
  .l-header:has(.l-header__menu) {
    padding-bottom: 4vmin;
  }
  .l-header:not(.is-open) .l-header__menu__nav {
    translate: 100% 0;
    pointer-events: none;
  }
  .l-header.is-open .l-header__menu__btn .bar {
    position: absolute;
    inset: 0;
    width: 80%;
    margin: auto;
    background-color: #fff;
  }
  .l-header.is-open .l-header__menu__btn .bar.top {
    rotate: -135deg;
  }
  .l-header.is-open .l-header__menu__btn .bar.middle {
    opacity: 0;
  }
  .l-header.is-open .l-header__menu__btn .bar.bottom {
    rotate: 135deg;
  }
}

@media screen and (min-width: 769px) {
  .l-header__logo {
    width: min(9.4594594595vw, 140px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 29.3333333333vmin;
  }
}
.l-header__logo a {
  display: block;
}

@media screen and (min-width: 769px) {
  .l-header__menu {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  .l-header__menu__btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu__btn {
    position: absolute;
    inset: 3rem 3rem auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.4rem;
    width: 8rem;
    height: 8rem;
    pointer-events: auto;
    z-index: 10;
  }
  .l-header__menu__btn .bar {
    width: 60%;
    height: 0.2rem;
    background-color: #6e126f;
    transition: 0.3s all ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  .l-header__menu__nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu__nav {
    position: absolute;
    inset: 0 0 0 auto;
    padding-top: 15.2rem;
    width: 60%;
    background-color: #6d126f;
    transition: 0.3s all ease-in-out;
    pointer-events: auto;
    z-index: 1;
  }
}
.l-header__menu__nav__list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-header__menu__nav__list {
    gap: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu__nav__list {
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu__nav__list__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.l-header__menu__nav__list__item a {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-header__menu__nav__list__item a {
    display: block;
    font-size: min(1.2162162162vw, 18px);
    color: #6d126f;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu__nav__list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
    background-color: #6d126f;
    font-size: 2.4rem;
    color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    width: 100%;
  }
}
.l-header__nav__list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-header__nav__list {
    gap: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__list {
    justify-content: center;
    background-color: #6d126f;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__list__item + .l-header__nav__list__item {
    border-left: 0.2666666667vmin solid rgba(255, 255, 255, 0.5);
  }
}
.l-header__nav__list__item a {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-header__nav__list__item a {
    display: block;
    font-size: min(1.2162162162vw, 18px);
    color: #6d126f;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.6666666667vmin;
    padding-inline: 3.7333333333vmin;
    background-color: #6d126f;
    font-size: 2.9333333333vmin;
    color: #fff;
  }
}
.l-header__nav__dropdown {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__nav__dropdown:not(.is-open) .l-header__nav__dropdown__item {
    opacity: 0;
    pointer-events: none;
    scale: 1 0;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__dropdown__label {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__dropdown__label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.6666666667vmin;
    background-color: #6d126f;
    font-size: 2.9333333333vmin;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    z-index: 110;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__dropdown__item {
    display: flex;
    gap: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__dropdown__item {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    transform-origin: center top;
    transition: 0.1s all ease-in-out;
    background-color: #fff;
  }
  .l-header__nav__dropdown__item a {
    padding-inline: 4vmin;
    border-top: 1px solid rgba(109, 18, 111, 0.25);
    background-color: #fff;
    white-space: nowrap;
    color: #6d126f;
  }
}

.l-footer {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: min(5.4054054054vw, 80px) 0 min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 16vmin 0 8vmin;
  }
}

.l-footer__pageTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6d126f;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .l-footer__pageTop {
    right: min(1.3513513514vw, 20px);
    bottom: min(1.3513513514vw, 20px);
    width: min(4.0540540541vw, 60px);
    height: min(4.0540540541vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__pageTop {
    right: 2.6666666667vmin;
    bottom: 2.6666666667vmin;
    width: 9.3333333333vmin;
    height: 9.3333333333vmin;
  }
}
.l-footer__pageTop::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
@media screen and (min-width: 769px) {
  .l-footer__pageTop::before {
    width: min(0.9459459459vw, 14px);
    height: min(0.6081081081vw, 9px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__pageTop::before {
    width: 2.4vmin;
    height: 1.4666666667vmin;
  }
}

.l-footer__sns__txt {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer__sns__txt {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__txt {
    margin-bottom: 2.25em;
  }
}
.l-footer__sns__txt::before, .l-footer__sns__txt::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #000;
}
.l-footer__sns__txt::before {
  rotate: -25deg;
}
.l-footer__sns__txt::after {
  rotate: 25deg;
}
.l-footer__sns__txt .txt {
  display: block;
  padding-inline: 1em;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .l-footer__sns__txt .txt {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__txt .txt {
    font-size: 2.6666666667vmin;
  }
}
.l-footer__sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-footer__sns__list {
    gap: min(1.0810810811vw, 16px);
    margin-bottom: min(2.027027027vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__list {
    gap: 4vmin;
    margin-bottom: 4.2666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sns__list__item {
    width: min(3.2432432432vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__list__item {
    width: 8.5333333333vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: min(0.9459459459vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 3.2vmin;
  }
}

.c-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-heading {
    gap: min(0.6756756757vw, 10px);
    margin-bottom: min(4.0540540541vw, 60px);
    font-size: min(3.2432432432vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading {
    gap: 1.3333333333vmin;
    margin-bottom: 8vmin;
    font-size: 7.4666666667vmin;
  }
}
.c-heading .sub {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-heading .sub {
    font-size: min(1.7567567568vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading .sub {
    font-size: 4.8vmin;
  }
}
.c-heading .main {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-heading .main {
    font-size: min(3.2432432432vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading .main {
    font-size: 7.4666666667vmin;
  }
}
.c-heading .label {
  display: inline-block;
  margin: 0 0.4em;
  padding: 0 0.5em;
  background-color: #6e126f;
  font-size: 0.75em;
  color: #fff;
}
.c-heading .new {
  display: inline-block;
  margin: 0 0.4em;
  padding: 0 0.75em;
  border-radius: 100vmax;
  background-color: #f00;
  font-size: 0.55em;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .c-about {
    margin-bottom: min(5.4054054054vw, 80px);
    padding-top: min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-about {
    padding: 8vmin 5.3333333333vmin 10.6666666667vmin;
  }
}

.c-about__title {
  display: block;
  font-weight: 800;
  text-align: center;
  color: #6d126f;
}
@media screen and (min-width: 769px) {
  .c-about__title {
    margin-bottom: min(1.6216216216vw, 24px);
    font-size: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-about__title {
    margin-bottom: 4vmin;
    font-size: 3.7333333333vmin;
    line-height: 1.75;
  }
}
.c-about__title .strong {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0 0.25em;
  background-color: #f00;
  color: #fff;
}

.c-about__head {
  font-weight: 900;
  text-align: center;
  line-height: 1.75;
  color: #6d126f;
}
@media screen and (min-width: 769px) {
  .c-about__head {
    margin-bottom: min(1.3513513514vw, 20px);
    font-size: min(2.4324324324vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .c-about__head {
    margin-bottom: 4vmin;
    font-size: 5.6vmin;
  }
}

.c-about__txt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-about__txt {
    margin-top: 1em;
    font-size: min(1.2162162162vw, 18px);
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) {
  .c-about__txt {
    margin-top: 1em;
    font-size: 3.4666666667vmin;
    line-height: 2.25;
  }
}
.c-about__txt .strong {
  font-weight: 900;
  color: #6d126f;
}
@media screen and (min-width: 769px) {
  .c-about__txt .strong {
    font-size: min(1.6216216216vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-about__txt .strong {
    display: inline-block;
    font-size: 4.5333333333vmin;
    text-align: center;
  }
}
.c-about__txt .small {
  display: block;
  margin-top: 0.7em;
  line-height: 1.825;
}
@media screen and (min-width: 769px) {
  .c-about__txt .small {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .c-about__txt .small {
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
    font-size: 0.7em;
  }
}

.c-about__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
  color: #f00;
}
@media screen and (min-width: 769px) {
  .c-about__link {
    margin-top: 1em;
    font-size: min(1.2162162162vw, 18px);
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-about__link {
    margin-top: 1em;
    font-size: 3.7333333333vmin;
    line-height: 1.825;
  }
}

.c-about__update {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-about__update {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .c-about__update {
    margin-top: 5em;
  }
}
.c-about__update__txt {
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  .c-about__update__txt {
    font-size: min(1.0810810811vw, 16px);
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-about__update__txt {
    font-size: 2.9333333333vmin;
    line-height: 1.825;
  }
}
.c-about__update__txt a {
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
.c-about__update__head {
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-about__update__head {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-about__update__head {
    font-size: 3.2vmin;
  }
}
.c-about__update__time {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-about__update__time {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-about__update__time {
    font-size: 3.2vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-schedule {
    max-width: min(94.5945945946vw, 1400px);
    margin-inline: auto;
    padding: min(5.4054054054vw, 80px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-schedule {
    padding: 10.6666666667vmin 5.3333333333vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-schedule__nav {
    margin-bottom: min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__nav {
    margin-bottom: 10.6666666667vmin;
  }
}
.c-schedule__nav .list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-schedule__nav .list {
    flex-wrap: wrap;
    border: 0.2666666667vmin solid #3f0140;
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-schedule__nav .list__item {
    flex: 1;
    border-top: min(0.1351351351vw, 2px) solid #3f0140;
    border-bottom: min(0.1351351351vw, 2px) solid #3f0140;
    border-left: min(0.1351351351vw, 2px) solid #3f0140;
  }
  .c-schedule__nav .list__item:last-child {
    border-right: min(0.1351351351vw, 2px) solid #3f0140;
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__nav .list__item {
    width: 50%;
    border-bottom: 0.2666666667vmin solid #3f0140;
  }
  .c-schedule__nav .list__item:nth-of-type(even) {
    border-left: 0.2666666667vmin solid #3f0140;
  }
}
.c-schedule__nav .list__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6e126f;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
  /*
  &::before {
    content: "";
    position: absolute;
    inset: 50% 0 0;
    display: block;
    background: linear-gradient(rgba(#000, 1), rgba(#000, 0.5));
    mix-blend-mode: overlay;
    opacity: 0.2;
  }
    */
}
@media screen and (min-width: 769px) {
  .c-schedule__nav .list__item a {
    height: min(4.7297297297vw, 70px);
    font-size: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__nav .list__item a {
    height: 12vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-schedule__nav .list__item a .small {
  display: inline-block;
  padding-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-schedule__nav .list__item a .small {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__nav .list__item a .small {
    font-size: 0.65em;
  }
}
.c-schedule__nav .list__item a::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  display: block;
  aspect-ratio: 1/1;
  background: radial-gradient(#3f0140, rgba(63, 1, 64, 0));
  mix-blend-mode: overlay;
}

@media screen and (min-width: 769px) {
  .c-schedule__section + .c-schedule__section {
    margin-top: min(6.7567567568vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__section + .c-schedule__section {
    margin-top: 16vmin;
  }
}
.c-schedule__section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-schedule__section__head {
    gap: min(0.4054054054vw, 6px);
    margin-bottom: min(2.7027027027vw, 40px);
    padding-bottom: min(0.8108108108vw, 12px);
    border-bottom: min(0.2027027027vw, 3px) solid #6e126f;
    font-size: min(2.5675675676vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__section__head {
    gap: 0.8vmin;
    margin-bottom: 5.3333333333vmin;
    padding-bottom: 2.4vmin;
    border-bottom: 0.5333333333vmin solid #6e126f;
    font-size: 5.0666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-schedule__section__head .small {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__section__head .small {
    font-size: 3.2vmin;
  }
}
.c-schedule__section__list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-schedule__section__list {
    gap: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__section__list {
    flex-direction: column;
  }
}
.c-schedule__section__list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-schedule__section__list__item:not(.is-open) .js-schedule-trigger::before {
    scale: 1;
  }
  .c-schedule__section__list__item:not(.is-open) .js-schedule-panel {
    position: absolute;
    top: -100000vh;
    left: -100000vw;
    opacity: 0;
    pointer-events: none;
  }
  .c-schedule__section__list__item .js-schedule-trigger {
    position: relative;
    cursor: pointer;
  }
  .c-schedule__section__list__item .js-schedule-trigger::before {
    content: "";
    position: absolute;
    inset: 0 4vmin 0 auto;
    display: block;
    width: 2.6666666667vmin;
    height: 1.6vmin;
    margin: auto 0;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    scale: -1;
  }
  .c-schedule__section__list__item .js-schedule-panel {
    margin-bottom: 13.3333333333vmin;
    transition: 0.6s opacity ease-in-out;
  }
}
.c-schedule__section__list__date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ac4a8d;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-schedule__section__list__date {
    height: min(2.7027027027vw, 40px);
    margin-bottom: min(1.3513513514vw, 20px);
    padding: 0 min(1.3513513514vw, 20px);
    font-size: min(1.2162162162vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__section__list__date {
    gap: 2.6666666667vmin;
    margin-bottom: 4vmin;
    padding: 2.6666666667vmin 4vmin;
    font-size: 3.7333333333vmin;
  }
}

.c-schedule__table {
  min-width: 100%;
}
@media screen and (min-width: 769px) {
  .c-schedule__table td {
    border: min(0.1351351351vw, 2px) solid #570a58;
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table td {
    border: 0.2666666667vmin solid #570a58;
  }
}
.c-schedule__table tbody td {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-schedule__table tbody td {
    min-width: 64vmin;
  }
}
.c-schedule__table tbody td:empty {
  background-color: #ccc;
}
.c-schedule__table .time {
  background-color: #f3d5ea;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .time {
    padding: min(0.4054054054vw, 6px);
    border-bottom: min(0.1351351351vw, 2px) solid #570a58;
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .time {
    padding: 1.6vmin;
    border-bottom: 0.2666666667vmin solid #570a58;
    font-size: 4.2666666667vmin;
    z-index: 10;
  }
}
.c-schedule__table .area {
  display: flex;
  justify-content: center;
  background-color: #6e126f;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .area {
    min-width: min(16.2162162162vw, 240px);
    gap: min(0.6756756757vw, 10px);
    padding: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .area {
    gap: 2.1333333333vmin;
    padding: 2vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-schedule__table .area__head {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .area__head {
    font-size: 4.2666666667vmin;
  }
}
.c-schedule__table .area__head .small {
  display: inline-block;
  font-size: 0.7em;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .area__number {
    font-size: min(0.9459459459vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .area__number {
    font-size: 3.2vmin;
  }
}
.c-schedule__table .youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .youtube {
    gap: min(0.3378378378vw, 5px);
    margin-bottom: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .youtube {
    gap: 1.3333333333vmin;
    margin-bottom: 2.6666666667vmin;
  }
}
.c-schedule__table .youtube__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .youtube__thumb {
    min-width: min(16.2162162162vw, 240px);
  }
}
.c-schedule__table .youtube__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-schedule__table .youtube__url {
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .youtube__url {
    padding-inline: min(1.0135135135vw, 15px);
    font-size: min(0.7432432432vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .youtube__url {
    padding-inline: 2.6666666667vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-schedule__table .list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .list {
    margin-top: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .list {
    margin-top: 2.6666666667vmin;
  }
}
.c-schedule__table .list__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .list__item {
    gap: min(0.4054054054vw, 6px);
    width: min(6.7567567568vw, 100px);
    padding: min(0.6756756757vw, 10px) min(0.6756756757vw, 10px) min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .list__item {
    gap: 1.6vmin;
    width: 20vmin;
    padding: 2.6666666667vmin 1.3333333333vmin 4vmin;
  }
}
.is-pending .c-schedule__table .list__item {
  opacity: 1;
}
.c-schedule__table .list__item .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #e8e8e8;
}
.c-schedule__table .list__item .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .list__item .name {
    font-size: min(0.8108108108vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .list__item .name {
    font-size: 2.9333333333vmin;
  }
}
.c-schedule__table .list__item[data-label] {
  opacity: 1;
}
.c-schedule__table .list__item[data-label]::before {
  content: attr(data-label);
  position: absolute;
  border-radius: 100vmax;
  background-color: #6e126f;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-schedule__table .list__item[data-label]::before {
    top: min(0.3378378378vw, 5px);
    left: min(0.3378378378vw, 5px);
    padding: min(0.0675675676vw, 1px) min(0.5405405405vw, 8px);
    font-size: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-schedule__table .list__item[data-label]::before {
    top: 0.6666666667vmin;
    left: 0;
    padding: 0.2666666667vmin 1.6vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-schedule__table .list__item[data-label=合格]::before {
  background-color: #d92123;
}

@media screen and (min-width: 769px) {
  .c-passed {
    max-width: min(94.5945945946vw, 1400px);
    margin-inline: auto;
    padding: min(5.4054054054vw, 80px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-passed {
    padding: 8vmin 5.3333333333vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-passed__nav {
    margin-bottom: min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__nav {
    margin-bottom: 10.6666666667vmin;
  }
}
.c-passed__nav .list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-passed__nav .list {
    flex-wrap: wrap;
    border: 0.2666666667vmin solid #3f0140;
    border-bottom: 0;
  }
}
.c-passed__nav .list__item {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .c-passed__nav .list__item {
    border-top: min(0.1351351351vw, 2px) solid #3f0140;
    border-bottom: min(0.1351351351vw, 2px) solid #3f0140;
    border-left: min(0.1351351351vw, 2px) solid #3f0140;
  }
  .c-passed__nav .list__item:last-child {
    border-right: min(0.1351351351vw, 2px) solid #3f0140;
  }
}
@media screen and (max-width: 768px) {
  .c-passed__nav .list__item {
    border-bottom: 0.2666666667vmin solid #3f0140;
  }
  .c-passed__nav .list__item:nth-of-type(even) {
    border-left: 0.2666666667vmin solid #3f0140;
  }
}
.c-passed__nav .list__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6e126f;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
  /*
  &::before {
    content: "";
    position: absolute;
    inset: 50% 0 0;
    display: block;
    background: linear-gradient(rgba(#000, 1), rgba(#000, 0.5));
    mix-blend-mode: overlay;
    opacity: 0.2;
  }
    */
}
@media screen and (min-width: 769px) {
  .c-passed__nav .list__item a {
    height: min(4.7297297297vw, 70px);
    font-size: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__nav .list__item a {
    height: 12vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-passed__nav .list__item a .small {
  display: inline-block;
  padding-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-passed__nav .list__item a .small {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  .c-passed__nav .list__item a .small {
    font-size: 0.65em;
  }
}
.c-passed__nav .list__item a::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  display: block;
  aspect-ratio: 1/1;
  background: radial-gradient(#3f0140, rgba(63, 1, 64, 0));
  mix-blend-mode: overlay;
}

@media screen and (min-width: 769px) {
  .c-passed__section + .c-passed__section {
    margin-top: min(6.7567567568vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section + .c-passed__section {
    margin-top: 16vmin;
  }
}
.c-passed__section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-passed__section__head {
    gap: min(0.4054054054vw, 6px);
    margin-bottom: min(2.7027027027vw, 40px);
    padding-bottom: min(0.8108108108vw, 12px);
    border-bottom: min(0.2027027027vw, 3px) solid #6e126f;
    font-size: min(2.5675675676vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__head {
    gap: 0.8vmin;
    margin-bottom: 5.3333333333vmin;
    padding-bottom: 2.4vmin;
    border-bottom: 0.5333333333vmin solid #6e126f;
    font-size: 5.0666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-passed__section__head .small {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__head .small {
    font-size: 3.2vmin;
  }
}
.c-passed__section__list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list {
    flex-direction: column;
    gap: 8vmin;
  }
}
.c-passed__section__list.is-sangiin {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list.is-sangiin .section {
    width: 100%;
  }
  .c-passed__section__list.is-sangiin .section__body .list {
    gap: min(1.6891891892vw, 25px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item {
    width: min(30.4054054054vw, 450px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .img {
    width: min(16.0135135135vw, 237px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .name {
    margin-top: min(1.0810810811vw, 16px);
    font-size: min(1.4864864865vw, 22px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .kana {
    font-size: min(0.9459459459vw, 14px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .sns {
    gap: min(1.0810810811vw, 16px);
    margin-top: min(0.8108108108vw, 12px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .sns__item a .icn {
    width: min(1.7567567568vw, 26px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .links {
    margin-top: min(1.3513513514vw, 20px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .links__btn {
    height: min(2.7027027027vw, 40px);
    font-size: min(1.0810810811vw, 16px);
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .links__btn.go2senkyo {
    background: #fff url(../img/icon/icn_go2senkyo.svg) no-repeat center/min(6.7567567568vw, 100px) auto;
  }
  .c-passed__section__list.is-sangiin .section__body .list__item .links__detail {
    height: min(2.7027027027vw, 40px);
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section {
    width: min(45.9459459459vw, 680px);
    margin-bottom: min(2.7027027027vw, 40px);
  }
}
.c-passed__section__list .section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ac4a8d;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__head {
    gap: min(0.8108108108vw, 12px);
    height: min(2.7027027027vw, 40px);
    margin-bottom: min(1.3513513514vw, 20px);
    padding: 0 min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__head {
    flex-wrap: wrap;
    gap: 1.0666666667vmin 2.6666666667vmin;
    margin-bottom: 5.3333333333vmin;
    padding: 2.6666666667vmin 4vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__head .head {
    font-size: min(1.2162162162vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__head .head {
    font-size: 3.7333333333vmin;
  }
  .c-passed__section__list .section__head .head:has(.small) {
    width: 100%;
  }
}
.c-passed__section__list .section__head .go2senkyo {
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__head .go2senkyo {
    gap: min(0.5405405405vw, 8px);
    margin-right: auto;
    padding: min(0.1351351351vw, 2px) min(0.472972973vw, 7px) min(0.1351351351vw, 2px) min(0.3378378378vw, 5px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__head .go2senkyo {
    gap: 1.3333333333vmin;
    margin-right: auto;
    padding: 0.5333333333vmin 1.3333333333vmin 0.5333333333vmin 1.0666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__head .go2senkyo img {
    width: min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__head .go2senkyo img {
    width: 18.6666666667vmin;
  }
}
.c-passed__section__list .section__head .go2senkyo::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ac4a8d;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__head .go2senkyo::after {
    width: min(0.3378378378vw, 5px);
    height: min(0.472972973vw, 7px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__head .go2senkyo::after {
    width: 1.0666666667vmin;
    height: 1.6vmin;
  }
}
.c-passed__section__list .section__head .small {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__head .small {
    font-size: min(0.8108108108vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__head .small {
    font-size: 2.9333333333vmin;
  }
}
.c-passed__section__list .section__head .number {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__head .number {
    font-size: min(0.8108108108vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__head .number {
    font-size: 3.2vmin;
  }
}
.c-passed__section__list .section__body .list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list {
    gap: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list {
    gap: 1.3333333333vmin;
  }
}
.c-passed__section__list .section__body .list__item {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item {
    width: min(22.6351351351vw, 335px);
    padding: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item {
    width: 100%;
    padding: 2.6666666667vmin;
  }
}
.c-passed__section__list .section__body .list__item .img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .img {
    width: min(11.6216216216vw, 172px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .img {
    width: 47.2vmin;
  }
}
.c-passed__section__list .section__body .list__item .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.c-passed__section__list .section__body .list__item .img:empty {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #e8e8e8;
}
.c-passed__section__list .section__body .list__item .youtube {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .youtube {
    margin: max(-1.0135135135vw, -15px) max(-1.0135135135vw, -15px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .youtube {
    margin: -2.6666666667vmin -2.6666666667vmin 0;
  }
}
.c-passed__section__list .section__body .list__item .youtube img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-passed__section__list .section__body .list__item .name {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .name {
    margin-top: min(0.6756756757vw, 10px);
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .name {
    margin-top: 2.6666666667vmin;
    font-size: 4.8vmin;
  }
}
.c-passed__section__list .section__body .list__item .name .small {
  font-size: 0.75em;
}
.c-passed__section__list .section__body .list__item .kana {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .kana {
    font-size: min(0.7432432432vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .kana {
    font-size: 2.9333333333vmin;
  }
}
.c-passed__section__list .section__body .list__item .profile {
  display: none;
}
.c-passed__section__list .section__body .list__item .sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .sns {
    gap: min(0.6756756757vw, 10px);
    margin-top: min(0.5405405405vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .sns {
    gap: 3.7333333333vmin;
    margin-top: 2.6666666667vmin;
  }
}
.c-passed__section__list .section__body .list__item .sns__item a {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .sns__item a {
    gap: min(0.5405405405vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .sns__item a {
    gap: 2.1333333333vmin;
  }
}
.c-passed__section__list .section__body .list__item .sns__item a .icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .sns__item a .icn {
    width: min(1.2162162162vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .sns__item a .icn {
    width: 5.3333333333vmin;
  }
}
.c-passed__section__list .section__body .list__item .sns__item a .txt {
  display: none;
  flex: 1;
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .sns__item a .txt {
    font-size: min(0.8108108108vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .sns__item a .txt {
    font-size: 2.9333333333vmin;
  }
}
.c-passed__section__list .section__body .list__item .links {
  display: flex;
  flex-direction: column;
  /*
  <li class="links__item"><button class="links__detail js-detail">詳しく見る</button></li>
  */
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .links {
    gap: min(0.6756756757vw, 10px);
    margin-top: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .links {
    gap: 2.6666666667vmin;
    margin-top: 4vmin;
    margin-bottom: 1.3333333333vmin;
  }
}
.c-passed__section__list .section__body .list__item .links__item {
  padding-inline: 1em;
}
.c-passed__section__list .section__body .list__item .links__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  background-color: #ac4a8d;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .links__btn {
    height: min(2.1621621622vw, 32px);
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .links__btn {
    height: 9.6vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-passed__section__list .section__body .list__item .links__btn[target=_blank]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin: auto 0;
  background: url(../img/icon/icn_blank.png) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .links__btn[target=_blank]::after {
    right: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .links__btn[target=_blank]::after {
    right: 4vmin;
  }
}
.c-passed__section__list .section__body .list__item .links__btn.official {
  background-color: #6e126f;
}
.c-passed__section__list .section__body .list__item .links__btn.go2senkyo {
  text-indent: -100vw;
  overflow: hidden;
  border: 1px solid rgba(110, 18, 111, 0.5);
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .links__btn.go2senkyo {
    background: #fff url(../img/icon/icn_go2senkyo.svg) no-repeat center/min(5.4054054054vw, 80px) auto;
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .links__btn.go2senkyo {
    background: #fff url(../img/icon/icn_go2senkyo.svg) no-repeat center/24vmin auto;
  }
}
.c-passed__section__list .section__body .list__item .links__btn.go2senkyo::after {
  filter: none;
}
.c-passed__section__list .section__body .list__item .links__btn.support {
  background-color: #2dabb4;
  border-color: #2dabb4;
}
.c-passed__section__list .section__body .list__item .links__detail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 100vmax;
  background-color: #e8e8e8;
  color: #3f0140;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .links__detail {
    height: min(2.1621621622vw, 32px);
    font-size: min(0.8108108108vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .links__detail {
    height: 9.6vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-passed__section__list .section__body .list__item .links__detail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin: auto 0;
  background: url(../img/icon/icn_open.png) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .c-passed__section__list .section__body .list__item .links__detail::after {
    right: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-passed__section__list .section__body .list__item .links__detail::after {
    right: 4vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-movies {
    padding: min(5.4054054054vw, 80px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-movies {
    padding: 10.6666666667vmin 0;
  }
}

@media screen and (min-width: 769px) {
  .c-movies__txt {
    margin-bottom: min(2.7027027027vw, 40px);
    font-size: min(1.2162162162vw, 18px);
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-movies__txt {
    margin: 0 5.3333333333vmin 5.3333333333vmin;
    font-size: 3.4666666667vmin;
    line-height: 1.825;
  }
}

.c-movies__slider {
  width: 100vw;
  overflow: hidden;
}
.c-movies__slider .swiper-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .c-movies__slider .swiper-pagination {
    gap: min(1.0810810811vw, 16px);
    margin-top: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-movies__slider .swiper-pagination {
    gap: 3.7333333333vmin;
    margin: 8vmin 5.3333333333vmin 0;
  }
}
.c-movies__slider .swiper-pagination-bullet {
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-movies__slider .swiper-pagination-bullet {
    width: min(0.6756756757vw, 10px);
    height: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-movies__slider .swiper-pagination-bullet {
    width: 2.1333333333vmin;
    height: 2.1333333333vmin;
  }
}
.c-movies__slider .swiper-pagination-bullet-active {
  background-color: #6e126f;
}
.c-movies__slider__list__item {
  display: flex;
  align-items: center;
  transition: 0.4s scale ease-in-out;
  transform-origin: center;
  background-color: #efefef;
}
@media screen and (min-width: 769px) {
  .c-movies__slider__list__item {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .c-movies__slider__list__item {
    aspect-ratio: 1.25/1;
  }
}
.c-movies__slider__list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .c-movies__slider__list__item::before {
    background: url(../img/icon/icn_play.png) no-repeat center/min(3.3783783784vw, 50px) auto;
  }
}
@media screen and (max-width: 768px) {
  .c-movies__slider__list__item::before {
    background: url(../img/icon/icn_play.png) no-repeat center;
    background-size: 10.6666666667vmin auto;
  }
}
.c-movies__slider__list__item.swiper-slide-active {
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .c-movies__slider__list__item.swiper-slide-active {
    scale: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .c-movies__slider__list__item.swiper-slide-active {
    scale: 1.25;
  }
}

@media screen and (min-width: 769px) {
  .c-notes {
    max-width: min(94.5945945946vw, 1400px);
    margin-inline: auto;
    margin-bottom: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes {
    margin-bottom: 10.6666666667vmin;
    padding: 0 5.3333333333vmin;
  }
}

.c-notes__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-notes__list {
    gap: min(0.4054054054vw, 6px);
    width: min(54.0540540541vw, 800px);
    margin-inline: auto;
    margin-bottom: min(2.027027027vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes__list {
    gap: 1.3333333333vmin;
    margin-bottom: 5.3333333333vmin;
  }
}
.c-notes__list__item {
  position: relative;
  line-height: 2;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .c-notes__list__item {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes__list__item {
    font-size: 3.2vmin;
  }
}
.c-notes__list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-notes__list__item .strong {
  font-weight: 700;
}
.c-notes__list__item a {
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
.c-notes__list__item a.support {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
@media screen and (min-width: 769px) {
  .c-notes__list__item a.support {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .c-notes__list__item a.support {
    margin-top: 0.25em;
  }
}
.c-notes__list__item a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 0.8em;
  height: 0.8em;
  margin-inline: 0.4em;
  background: url(../img/icon/icn_blank.png) no-repeat center/contain;
}

.c-notes__sns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-notes__sns {
    gap: min(1.3513513514vw, 20px);
    margin-bottom: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes__sns {
    align-items: center;
    flex-direction: column;
    gap: 4vmin;
    margin-bottom: 8vmin;
  }
}
.c-notes__official {
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) {
  .c-notes__official {
    width: min(54.0540540541vw, 800px);
    margin-inline: auto;
    padding: min(2.027027027vw, 30px);
    border-radius: min(2.027027027vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes__official {
    padding: 5.3333333333vmin;
    border-radius: 2.6666666667vmin;
  }
}
.c-notes__official__head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-notes__official__head {
    margin-bottom: min(1.0135135135vw, 15px);
    font-size: min(1.4864864865vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes__official__head {
    margin-bottom: 2.6666666667vmin;
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-notes__official__block {
    font-size: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes__official__block {
    font-size: 3.4666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-notes__official__block + .c-notes__official__block {
    margin-top: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes__official__block + .c-notes__official__block {
    margin-top: 2.6666666667vmin;
  }
}
.c-notes__official__block a {
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
@media screen and (min-width: 769px) {
  .c-notes__official__block a {
    font-size: min(1.2162162162vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-notes__official__block a {
    font-size: 2.9333333333vmin;
  }
}

.c-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4000;
  transition: 0.4s opacity ease-in-out;
}
.c-modal:not(.is-open) {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6d126f;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-modal__close {
    width: min(5.4054054054vw, 80px);
    height: min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    width: 16vmin;
    height: 16vmin;
  }
}
.c-modal__close .bar {
  position: absolute;
  inset: 0;
  width: 50%;
  margin: auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-modal__close .bar {
    height: min(0.2027027027vw, 3px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__close .bar {
    height: 0.5333333333vmin;
  }
}
.c-modal__close .bar.top {
  rotate: 45deg;
}
.c-modal__close .bar.bottom {
  rotate: -45deg;
}
.c-modal__movie {
  position: relative;
  max-width: 100%;
  width: 140dvh;
  aspect-ratio: 16/9;
  background-color: #000;
}
.c-modal__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-bg {
  position: fixed;
  inset: auto -20vw -70vh;
  pointer-events: none;
  z-index: -1;
}
.c-bg svg {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-youtube {
    padding: min(5.4054054054vw, 80px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-youtube {
    padding: 10.6666666667vmin 0;
  }
}

.c-youtube__lead {
  margin-top: -1rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 769px) {
  .c-youtube__lead {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__lead {
    margin-inline: 4rem;
    font-size: 2.2rem;
    line-height: 1.825;
  }
}

.c-youtube__heading {
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-youtube__heading {
    margin-bottom: min(2.7027027027vw, 40px);
    font-size: min(2.1621621622vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__heading {
    margin-bottom: 8vmin;
    font-size: 5.6vmin;
  }
}
.c-youtube__heading .label {
  display: inline-block;
  margin-right: 0.4em;
  padding: 0 0.5em;
  background-color: #6e126f;
  font-size: 0.75em;
  color: #fff;
}

.c-youtube__slider {
  width: 100vw;
  overflow: hidden;
}
.c-youtube__slider .swiper-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider .swiper-pagination {
    gap: min(1.0810810811vw, 16px);
    margin-top: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider .swiper-pagination {
    gap: 3.7333333333vmin;
    margin: 8vmin 5.3333333333vmin 0;
  }
}
.c-youtube__slider .swiper-pagination-bullet {
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider .swiper-pagination-bullet {
    width: min(0.6756756757vw, 10px);
    height: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider .swiper-pagination-bullet {
    width: 2.1333333333vmin;
    height: 2.1333333333vmin;
  }
}
.c-youtube__slider .swiper-pagination-bullet-active {
  background-color: #6e126f;
}
.c-youtube__slider__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s scale ease-in-out;
  transform-origin: center;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item {
    aspect-ratio: 1/1.5;
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item {
    aspect-ratio: 1/1;
  }
}
.c-youtube__slider__list__item.swiper-slide-active {
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item.swiper-slide-active {
    scale: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item.swiper-slide-active {
    scale: 1.25;
  }
}
.c-youtube__slider__list__item .youtube {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  width: 100%;
}
.c-youtube__slider__list__item .youtube__data {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  transition: 0.4s all ease-in-out;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__data {
    padding: 27.5% 2em 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__data {
    padding: 32% 2em 1em;
  }
}
.c-youtube__slider__list__item .youtube__data__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__data__title {
    font-size: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__data__title {
    font-size: 2.6666666667vmin;
  }
}
.c-youtube__slider__list__item .youtube__data__update {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__data__update {
    margin-top: 0.5em;
    font-size: min(0.5405405405vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__data__update {
    margin-top: 0.25em;
    font-size: 2.1333333333vmin;
  }
}
.c-youtube__slider__list__item .youtube__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (any-hover: hover) {
  .c-youtube__slider__list__item .youtube__thumb:hover {
    opacity: 1;
  }
  .c-youtube__slider__list__item .youtube__thumb:hover .youtube__data {
    opacity: 1;
  }
}
.c-youtube__slider__list__item .youtube__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__thumb::before {
    background: url(../img/icon/icn_play.png) no-repeat center/min(3.3783783784vw, 50px) auto;
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__thumb::before {
    background: url(../img/icon/icn_play.png) no-repeat center;
    background-size: 10.6666666667vmin auto;
  }
}
.c-youtube__slider__list__item .youtube__thumb__img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__channel {
    padding: min(0.5405405405vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__channel {
    padding: 1.6vmin;
  }
}
.c-youtube__slider__list__item .youtube__channel__link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__channel__link {
    gap: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__channel__link {
    gap: 3.2vmin;
  }
}
.c-youtube__slider__list__item .youtube__channel__icn {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__channel__icn {
    width: min(2.7027027027vw, 40px);
    height: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__channel__icn {
    width: 9.3333333333vmin;
    height: 9.3333333333vmin;
  }
}
.c-youtube__slider__list__item .youtube__channel__txt {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__channel__txt .txt {
    font-size: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__channel__txt .txt {
    font-size: 2.4vmin;
  }
}
.c-youtube__slider__list__item .youtube__channel__txt .url {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__channel__txt .url {
    margin-top: 0.2em;
    gap: min(0.4054054054vw, 6px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__channel__txt .url {
    margin-top: 0.3em;
    gap: 1.3333333333vmin;
  }
}
.c-youtube__slider__list__item .youtube__channel__txt .url__icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__channel__txt .url__icn {
    width: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__channel__txt .url__icn {
    width: 2.6666666667vmin;
  }
}
.c-youtube__slider__list__item .youtube__channel__txt .url__txt {
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
@media screen and (min-width: 769px) {
  .c-youtube__slider__list__item .youtube__channel__txt .url__txt {
    font-size: min(0.5405405405vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__slider__list__item .youtube__channel__txt .url__txt {
    font-size: 2vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-youtube__wrap {
    max-width: min(94.5945945946vw, 1400px);
    margin-inline: auto;
    margin-top: min(4.0540540541vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__wrap {
    margin-top: 8vmin;
    padding: 0 5.3333333333vmin;
  }
}

.c-youtube__notes {
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-youtube__notes {
    font-size: min(1.2162162162vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__notes {
    font-size: 3.4666666667vmin;
  }
}
.c-youtube__notes .notes {
  color: #666;
}
@media screen and (min-width: 769px) {
  .c-youtube__notes .notes {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-youtube__notes .notes {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 769px) {
  .c-support {
    max-width: min(54.0540540541vw, 800px);
    margin-inline: auto;
    padding-top: min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-support {
    padding: 10.6666666667vmin 5.3333333333vmin 0;
  }
}

.c-support__head {
  font-weight: 700;
  text-align: center;
  color: #6d126f;
}
@media screen and (min-width: 769px) {
  .c-support__head {
    margin-bottom: min(2.027027027vw, 30px);
    font-size: min(2.4324324324vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .c-support__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 5.3333333333vmin;
  }
}

.c-support__txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-support__txt {
    margin-bottom: min(2.7027027027vw, 40px);
    font-size: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-support__txt {
    margin-bottom: 10.6666666667vmin;
    font-size: 3.4666666667vmin;
  }
}
.c-support__txt a {
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
.c-support__txt a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 0.75em;
  height: 0.75em;
  margin-inline: 0.4em;
  background: url(../img/icon/icn_blank.png) no-repeat center/contain;
}
.c-support__txt .strong {
  font-weight: 700;
  color: #6d126f;
}
.c-support__txt .bold {
  font-weight: 700;
  color: #f00;
}
.c-support__txt .notes {
  display: inline-block;
  font-size: 0.85em;
}

@media screen and (min-width: 769px) {
  .c-banner {
    width: min(47.2972972973vw, 700px);
    margin-top: min(4.0540540541vw, 60px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-banner {
    padding: 0 5.3333333333vmin;
  }
}
.c-banner a {
  display: block;
}

.c-candidate-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s all ease-in-out;
}
.c-candidate-modal:not(.is-open) {
  opacity: 0;
  pointer-events: none;
}
.c-candidate-modal.is-profile .c-candidate-modal__inner .list__item .youtube {
  position: relative;
  display: block;
}
.c-candidate-modal.is-profile .c-candidate-modal__inner .list__item .youtube::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  border: 0.2em solid #f00;
  background-color: rgba(255, 0, 0, 0.4);
  z-index: 100;
  pointer-events: none;
  animation: tooltip 4s cubic-bezier(0.47, 1.64, 0.41, 0.8) alternate;
}
.c-candidate-modal.is-profile .c-candidate-modal__inner .list__item .youtube::after {
  content: "ここがクリックされた数";
  position: absolute;
  inset: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #f00;
  white-space: nowrap;
  letter-spacing: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal.is-profile .c-candidate-modal__inner .list__item .youtube::after {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal.is-profile .c-candidate-modal__inner .list__item .youtube::after {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 769px) {
  .c-candidate-modal.is-hp .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-x .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-instagram .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-tiktok .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-line .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-youtube .c-candidate-modal__inner .list__item .links {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal.is-hp .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-x .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-instagram .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-tiktok .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-line .c-candidate-modal__inner .list__item .links, .c-candidate-modal.is-youtube .c-candidate-modal__inner .list__item .links {
    margin-top: 4em;
  }
}
.c-candidate-modal.is-hp a, .c-candidate-modal.is-x a, .c-candidate-modal.is-instagram a, .c-candidate-modal.is-tiktok a, .c-candidate-modal.is-line a, .c-candidate-modal.is-youtube a {
  position: relative;
  display: block;
}
.c-candidate-modal.is-hp a::before, .c-candidate-modal.is-x a::before, .c-candidate-modal.is-instagram a::before, .c-candidate-modal.is-tiktok a::before, .c-candidate-modal.is-line a::before, .c-candidate-modal.is-youtube a::before {
  position: absolute;
  inset: -0.5em;
  display: block;
  border: 0.15em solid #f00;
  background-color: rgba(255, 0, 0, 0.2);
  z-index: 10;
  pointer-events: none;
  animation: tooltip 4s cubic-bezier(0.47, 1.64, 0.41, 0.8) alternate;
}
.c-candidate-modal.is-hp a::after, .c-candidate-modal.is-x a::after, .c-candidate-modal.is-instagram a::after, .c-candidate-modal.is-tiktok a::after, .c-candidate-modal.is-line a::after, .c-candidate-modal.is-youtube a::after {
  position: absolute;
  inset: 100% -10em auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  color: #f00;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal.is-hp a::after, .c-candidate-modal.is-x a::after, .c-candidate-modal.is-instagram a::after, .c-candidate-modal.is-tiktok a::after, .c-candidate-modal.is-line a::after, .c-candidate-modal.is-youtube a::after {
    margin-top: 1em;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal.is-hp a::after, .c-candidate-modal.is-x a::after, .c-candidate-modal.is-instagram a::after, .c-candidate-modal.is-tiktok a::after, .c-candidate-modal.is-line a::after, .c-candidate-modal.is-youtube a::after {
    margin-top: 0.6em;
    font-size: 1.4em;
  }
}
.c-candidate-modal.is-hp a:has(img[src="/assets/img/icon/icn_hp.png"])::before {
  content: "";
}
.c-candidate-modal.is-hp a:has(img[src="/assets/img/icon/icn_hp.png"])::after {
  content: "ここがクリックされた数";
}
.c-candidate-modal.is-x a:has(img[src="/assets/img/icon/icn_x.png"])::before {
  content: "";
}
.c-candidate-modal.is-x a:has(img[src="/assets/img/icon/icn_x.png"])::after {
  content: "ここがクリックされた数";
}
.c-candidate-modal.is-instagram a:has(img[src="/assets/img/icon/icn_instagram.png"])::before {
  content: "";
}
.c-candidate-modal.is-instagram a:has(img[src="/assets/img/icon/icn_instagram.png"])::after {
  content: "ここがクリックされた数";
}
.c-candidate-modal.is-tiktok a:has(img[src="/assets/img/icon/icn_tiktok.png"])::before {
  content: "";
}
.c-candidate-modal.is-tiktok a:has(img[src="/assets/img/icon/icn_tiktok.png"])::after {
  content: "ここがクリックされた数";
}
.c-candidate-modal.is-line a:has(img[src="/assets/img/icon/icn_line.png"])::before {
  content: "";
}
.c-candidate-modal.is-line a:has(img[src="/assets/img/icon/icn_line.png"])::after {
  content: "ここがクリックされた数";
}
.c-candidate-modal.is-youtube a:has(img[src="/assets/img/icon/icn_youtube.png"])::before {
  content: "";
}
.c-candidate-modal.is-youtube a:has(img[src="/assets/img/icon/icn_youtube.png"])::after {
  content: "ここがクリックされた数";
}
@keyframes tooltip {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0.25;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0.25;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}

.c-candidate-modal__scroll {
  position: absolute;
  inset: 0;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__scroll {
    padding: min(12.1621621622vw, 180px) min(2.7027027027vw, 40px) min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__scroll {
    padding: 29.3333333333vmin 5.3333333333vmin 16vmin;
  }
}

.c-candidate-modal__wrap {
  position: relative;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__wrap {
    width: min(43.2432432432vw, 640px);
  }
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__bottom {
    padding: 0 min(2.027027027vw, 30px) min(2.027027027vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__bottom {
    width: 100%;
    padding: 0 5.3333333333vmin 5.3333333333vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-candidate-modal__share {
    margin-top: min(2.7027027027vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__share {
    margin-top: 8vmin;
  }
}
.c-candidate-modal__share__url {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid #000;
  border-radius: 100vmax;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__share__url {
    font-size: min(0.8108108108vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__share__url {
    font-size: 2.6666666667vmin;
  }
}
.c-candidate-modal__share__url__input {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__share__url__input {
    width: min(21.6216216216vw, 320px);
    padding: min(0.4054054054vw, 6px) min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__share__url__input {
    width: 48vmin;
    padding: 1.6vmin 2.6666666667vmin;
  }
}
.c-candidate-modal__share__url__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__share__url__label {
    padding: min(0.4054054054vw, 6px) min(1.0135135135vw, 15px);
    font-size: min(0.9459459459vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__share__url__label {
    padding: 1.6vmin 2.6666666667vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-candidate-modal__share__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__share__list {
    margin-top: min(1.3513513514vw, 20px);
    gap: min(0.8108108108vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__share__list {
    margin-top: 5.3333333333vmin;
    gap: 3.2vmin;
  }
}
.c-candidate-modal__share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 100vmax;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__share__btn {
    width: min(10.8108108108vw, 160px);
    height: min(2.7027027027vw, 40px);
    gap: min(0.6756756757vw, 10px);
    font-size: min(0.9459459459vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__share__btn {
    width: 32vmin;
    height: 9.6vmin;
    gap: 2.6666666667vmin;
    font-size: 3.4666666667vmin;
  }
}
.c-candidate-modal__share__btn.share {
  background-color: #000;
  color: #fff;
}
.c-candidate-modal__share__btn.x {
  background-color: #111;
  color: #fff;
}
.c-candidate-modal__share__btn.line {
  background-color: #00c300;
  color: #fff;
}
.c-candidate-modal__share__btn .icn {
  display: block;
  width: min(1.6216216216vw, 24px);
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.c-candidate-modal__share__btn.like {
  border: min(0.1351351351vw, 2px) solid #ccc;
  background-color: #fff;
}
.c-candidate-modal__share__btn.like .num {
  font-size: min(0.8108108108vw, 12px);
}

@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item {
    padding: min(2.027027027vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item {
    width: 100%;
    padding: 5.3333333333vmin;
  }
}
.c-candidate-modal__inner .list__item .img {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 50%;
  margin-inline: auto;
}
.c-candidate-modal__inner .list__item .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.c-candidate-modal__inner .list__item .img:empty {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #e8e8e8;
}
.c-candidate-modal__inner .list__item .youtube {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .youtube {
    margin: max(-2.027027027vw, -30px) max(-2.027027027vw, -30px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .youtube {
    margin: -5.3333333333vmin -5.3333333333vmin 0;
  }
}
.c-candidate-modal__inner .list__item .youtube img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-candidate-modal__inner .list__item .name {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .name {
    margin-top: min(1.2162162162vw, 18px);
    font-size: min(1.6216216216vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .name {
    margin-top: 4vmin;
    font-size: 5.3333333333vmin;
  }
}
.c-candidate-modal__inner .list__item .name .small {
  font-size: 0.75em;
}
.c-candidate-modal__inner .list__item .kana {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .kana {
    font-size: min(0.8783783784vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .kana {
    font-size: 3.2vmin;
  }
}
.c-candidate-modal__inner .list__item .profile {
  text-align: center;
  line-height: 1.825;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .profile {
    margin-top: min(1.2162162162vw, 18px);
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .profile {
    margin-top: 4vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-candidate-modal__inner .list__item .sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .sns {
    gap: min(1.3513513514vw, 20px);
    margin-top: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .sns {
    gap: 4.8vmin;
    margin-top: 4.8vmin;
  }
}
.c-candidate-modal__inner .list__item .sns__item a {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .sns__item a {
    gap: min(0.5405405405vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .sns__item a {
    gap: 2.1333333333vmin;
  }
}
.c-candidate-modal__inner .list__item .sns__item a .icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .sns__item a .icn {
    width: min(2.027027027vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .sns__item a .icn {
    width: 5.8666666667vmin;
  }
}
.c-candidate-modal__inner .list__item .sns__item a .txt {
  display: none;
  flex: 1;
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .sns__item a .txt {
    font-size: min(0.8108108108vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .sns__item a .txt {
    font-size: 2.9333333333vmin;
  }
}
.c-candidate-modal__inner .list__item .links {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .links {
    gap: min(0.8108108108vw, 12px);
    margin-top: min(1.6216216216vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .links {
    gap: 2.6666666667vmin;
    margin-top: 5.3333333333vmin;
    margin-bottom: 1.3333333333vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .links__item {
    padding-inline: 3em;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .links__item {
    padding-inline: 1em;
  }
}
.c-candidate-modal__inner .list__item .links__item:has(.links__detail) {
  display: none;
}
.c-candidate-modal__inner .list__item .links__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  background-color: #ac4a8d;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .links__btn {
    height: min(2.7027027027vw, 40px);
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .links__btn {
    height: 9.6vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-candidate-modal__inner .list__item .links__btn[target=_blank]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin: auto 0;
  background: url(/assets/img/icon/icn_blank.png) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .links__btn[target=_blank]::after {
    right: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .links__btn[target=_blank]::after {
    right: 4vmin;
  }
}
.c-candidate-modal__inner .list__item .links__btn.official {
  background-color: #6e126f;
}
.c-candidate-modal__inner .list__item .links__btn.go2senkyo {
  text-indent: -100vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__inner .list__item .links__btn.go2senkyo {
    background: #fff url(/assets/img/icon/icn_go2senkyo.svg) no-repeat center/min(6.7567567568vw, 100px) auto;
    border: min(0.0675675676vw, 1px) solid #6e126f;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__inner .list__item .links__btn.go2senkyo {
    background: #fff url(/assets/img/icon/icn_go2senkyo.svg) no-repeat center/24vmin auto;
    border: 0.2666666667vmin solid #6e126f;
  }
}
.c-candidate-modal__inner .list__item .links__btn.go2senkyo::after {
  filter: none;
}
.c-candidate-modal__inner .list__item .links__btn.support {
  background-color: #2dabb4;
}

.c-candidate-modal__movie {
  position: relative;
  aspect-ratio: 16/9;
}
.c-candidate-modal__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-candidate-modal__movie:empty {
  display: none;
}

.c-candidate-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100vmax;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__close {
    width: min(13.5135135135vw, 200px);
    margin-top: min(2.027027027vw, 30px);
    padding: min(0.6756756757vw, 10px) min(1.3513513514vw, 20px);
    font-size: min(0.9459459459vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__close {
    width: 48vmin;
    margin-top: 5.3333333333vmin;
    padding: 2.6666666667vmin 5.3333333333vmin;
    font-size: 3.7333333333vmin;
  }
}

.c-candidate-modal__list {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  gap: 1px;
  padding: 1px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__list {
    overflow: auto;
  }
}
.c-candidate-modal__list__item {
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__list__item {
    width: min(6.7567567568vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__list__item {
    min-width: 17.3333333333vmin;
  }
}
.c-candidate-modal__list__item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-candidate-modal__list__item a .img {
  display: block;
  aspect-ratio: 1/1;
}
.c-candidate-modal__list__item a .name {
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-candidate-modal__list__item a .name {
    font-size: min(0.8783783784vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .c-candidate-modal__list__item a .name {
    font-size: 2.4vmin;
  }
}

.c-candidate-modal:has(.list__item[data-candidate=吉田あや]) .lateral[data-candidate=吉田あや] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate="浦野 仁"]) .lateral[data-candidate="浦野 仁"] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate=大谷佳弘]) .lateral[data-candidate=大谷佳弘] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate=金井きょうた]) .lateral[data-candidate=金井きょうた] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate="きじま やすお"]) .lateral[data-candidate="きじま やすお"] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate="ぎぼ はるき"]) .lateral[data-candidate="ぎぼ はるき"] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate="小林 学"]) .lateral[data-candidate="小林 学"] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate=水野純也]) .lateral[data-candidate=水野純也] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate=宮田たかお]) .lateral[data-candidate=宮田たかお] {
  pointer-events: none;
  opacity: 0.7;
}

.c-candidate-modal:has(.list__item[data-candidate=横山はるき]) .lateral[data-candidate=横山はるき] {
  pointer-events: none;
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .c-timeline {
    max-width: min(94.5945945946vw, 1400px);
    margin-inline: auto;
    padding: min(5.4054054054vw, 80px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-timeline {
    padding: 10.6666666667vmin 5.3333333333vmin 0;
  }
}

@media screen and (min-width: 769px) {
  .c-timeline__nav {
    margin-bottom: min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__nav {
    margin-bottom: 10.6666666667vmin;
  }
}
.c-timeline__nav .list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-timeline__nav .list {
    flex-wrap: wrap;
    border: 0.2666666667vmin solid #3f0140;
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-timeline__nav .list__item {
    flex: 1;
    border-top: min(0.1351351351vw, 2px) solid #3f0140;
    border-bottom: min(0.1351351351vw, 2px) solid #3f0140;
    border-left: min(0.1351351351vw, 2px) solid #3f0140;
  }
  .c-timeline__nav .list__item:last-child {
    border-right: min(0.1351351351vw, 2px) solid #3f0140;
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__nav .list__item {
    width: 50%;
    border-bottom: 0.2666666667vmin solid #3f0140;
  }
  .c-timeline__nav .list__item:nth-of-type(even) {
    border-left: 0.2666666667vmin solid #3f0140;
  }
}
.c-timeline__nav .list__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6e126f;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
  /*
  &::before {
    content: "";
    position: absolute;
    inset: 50% 0 0;
    display: block;
    background: linear-gradient(rgba(#000, 1), rgba(#000, 0.5));
    mix-blend-mode: overlay;
    opacity: 0.2;
  }
    */
}
@media screen and (min-width: 769px) {
  .c-timeline__nav .list__item a {
    height: min(4.7297297297vw, 70px);
    font-size: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__nav .list__item a {
    height: 12vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-timeline__nav .list__item a .small {
  display: inline-block;
  padding-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-timeline__nav .list__item a .small {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__nav .list__item a .small {
    font-size: 0.65em;
  }
}
.c-timeline__nav .list__item a::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  display: block;
  aspect-ratio: 1/1;
  background: radial-gradient(#3f0140, rgba(63, 1, 64, 0));
  mix-blend-mode: overlay;
}

@media screen and (min-width: 769px) {
  .c-timeline__section + .c-schedule__section {
    margin-top: min(6.7567567568vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__section + .c-schedule__section {
    margin-top: 16vmin;
  }
}
.c-timeline__section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-timeline__section__head {
    gap: min(0.4054054054vw, 6px);
    margin-bottom: min(2.7027027027vw, 40px);
    padding-bottom: min(0.8108108108vw, 12px);
    border-bottom: min(0.2027027027vw, 3px) solid #6e126f;
    font-size: min(2.5675675676vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__section__head {
    gap: 0.8vmin;
    margin-bottom: 5.3333333333vmin;
    padding-bottom: 2.4vmin;
    border-bottom: 0.5333333333vmin solid #6e126f;
    font-size: 5.0666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-timeline__section__head .small {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__section__head .small {
    font-size: 3.2vmin;
  }
}
.c-timeline__section__list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-timeline__section__list {
    gap: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__section__list {
    flex-direction: column;
  }
}
.c-timeline__section__list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-timeline__section__list__item:not(.is-open) .js-schedule-trigger::before {
    scale: 1;
  }
  .c-timeline__section__list__item:not(.is-open) .js-schedule-panel {
    position: absolute;
    top: -100000vh;
    left: -100000vw;
    opacity: 0;
    pointer-events: none;
  }
  .c-timeline__section__list__item .js-schedule-trigger {
    position: relative;
    cursor: pointer;
  }
  .c-timeline__section__list__item .js-schedule-trigger::before {
    content: "";
    position: absolute;
    inset: 0 4vmin 0 auto;
    display: block;
    width: 2.6666666667vmin;
    height: 1.6vmin;
    margin: auto 0;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    scale: -1;
  }
  .c-timeline__section__list__item .js-schedule-panel {
    margin-bottom: 13.3333333333vmin;
    transition: 0.6s opacity ease-in-out;
  }
}
.c-timeline__section__list__date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ac4a8d;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-timeline__section__list__date {
    height: min(2.7027027027vw, 40px);
    margin-bottom: min(1.3513513514vw, 20px);
    padding: 0 min(1.3513513514vw, 20px);
    font-size: min(1.2162162162vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__section__list__date {
    gap: 2.6666666667vmin;
    margin-bottom: 4vmin;
    padding: 2.6666666667vmin 4vmin;
    font-size: 3.7333333333vmin;
  }
}

.c-timeline__table {
  min-width: 100%;
}
@media screen and (min-width: 769px) {
  .c-timeline__table td {
    border: min(0.1351351351vw, 2px) solid #570a58;
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table td {
    border: 0.2666666667vmin solid #570a58;
  }
}
.c-timeline__table tbody td {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-timeline__table tbody td {
    min-width: 64vmin;
  }
}
.c-timeline__table tbody td:empty {
  background-color: #ccc;
}
.c-timeline__table .time {
  background-color: #f3d5ea;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .time {
    padding: min(0.4054054054vw, 6px);
    border-bottom: min(0.1351351351vw, 2px) solid #570a58;
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .time {
    padding: 1.6vmin;
    border-bottom: 0.2666666667vmin solid #570a58;
    font-size: 4.2666666667vmin;
    z-index: 10;
  }
}
.c-timeline__table .area {
  display: flex;
  justify-content: center;
  background-color: #6e126f;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .area {
    min-width: min(16.2162162162vw, 240px);
    gap: min(0.6756756757vw, 10px);
    padding: min(0.6756756757vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .area {
    gap: 2.1333333333vmin;
    padding: 2vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-timeline__table .area__head {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .area__head {
    font-size: 4.2666666667vmin;
  }
}
.c-timeline__table .area__head .small {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 0.8em;
}
.c-timeline__table .area__head .small a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .area__number {
    font-size: min(0.9459459459vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .area__number {
    font-size: 3.2vmin;
  }
}
.c-timeline__table .poster {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .poster {
    gap: min(0.3378378378vw, 5px);
    margin-bottom: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .poster {
    gap: 1.3333333333vmin;
    margin-bottom: 2.6666666667vmin;
  }
}
.c-timeline__table .poster__thumb {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .poster__thumb {
    min-width: min(16.2162162162vw, 240px);
  }
}
.c-timeline__table .poster__url {
  max-width: 90%;
  margin-inline: auto;
  letter-spacing: 0;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .poster__url {
    padding-inline: min(1.0135135135vw, 15px);
    font-size: min(0.7432432432vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .poster__url {
    padding-inline: 2.6666666667vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-timeline__table .list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .list {
    margin-top: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .list {
    margin-top: 2.6666666667vmin;
  }
}
.c-timeline__table .list__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .list__item {
    gap: min(0.4054054054vw, 6px);
    width: min(6.7567567568vw, 100px);
    padding: min(0.6756756757vw, 10px) min(0.6756756757vw, 10px) min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .list__item {
    gap: 1.6vmin;
    width: 20vmin;
    padding: 2.6666666667vmin 1.3333333333vmin 4vmin;
  }
}
.c-timeline__table .list__item .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #e8e8e8;
}
.c-timeline__table .list__item .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}
.c-timeline__table .list__item .name {
  letter-spacing: 0;
  margin-inline: -1em;
}
@media screen and (min-width: 769px) {
  .c-timeline__table .list__item .name {
    font-size: min(0.7432432432vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-timeline__table .list__item .name {
    font-size: 2.9333333333vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-graph {
    padding: min(5.4054054054vw, 80px) min(5.4054054054vw, 80px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-graph {
    padding: 10.6666666667vmin 5.3333333333vmin 0;
  }
}
.c-graph__txt {
  display: flex;
  justify-content: center;
}
.c-graph__txt .txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-graph__txt .txt {
    font-size: min(1.2162162162vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph__txt .txt {
    font-size: 3.4666666667vmin;
  }
}
.c-graph__section {
  margin-bottom: 3em;
}
.c-graph__section__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  background-color: #6e126f;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-graph__section__head {
    padding: 0.3em 1em;
    font-size: min(1.6216216216vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph__section__head {
    padding: 0.4em 1em;
    font-size: 4.2666666667vmin;
  }
}
.c-graph__section__head .sub {
  font-size: 0.75em;
  margin-left: 1em;
}
.c-graph__section__head2 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 0.2em solid #6e126f;
  font-weight: 700;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-graph__section__head2 {
    font-size: min(1.4864864865vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph__section__head2 {
    font-size: 4.2666666667vmin;
  }
}
.c-graph__section__head2 .btn-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  aspect-ratio: 1/1;
  margin-left: 0.5em;
  border-radius: 50%;
  background-color: #4a00e0;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.c-graph__section__total {
  margin-bottom: 0.5em;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-graph__section__total {
    font-size: min(1.2162162162vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph__section__total {
    margin-top: -0.5em;
    font-size: 3.2vmin;
  }
}
.c-graph__section__total::after {
  content: attr(data-total);
  font-weight: 700;
}
.c-graph .graph:not(.is-complete) .graph__vertical__item .bar {
  height: 0;
}
.c-graph .graph:not(.is-complete) .graph__vertical__item .bar::before {
  opacity: 0;
  translate: 0 100%;
}
.c-graph .graph__scroll {
  display: flex;
  width: 100vw;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .c-graph .graph__scroll {
    margin-inline: max(-5.4054054054vw, -80px);
    padding: min(1.3513513514vw, 20px) min(5.4054054054vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__scroll {
    margin-inline: -5.3333333333vmin;
    padding: 4vmin 5.3333333333vmin;
  }
}
.c-graph .graph__inner {
  position: relative;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) {
  .c-graph .graph__inner {
    margin: 0 0 min(2.027027027vw, 30px) min(4.5945945946vw, 68px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__inner {
    margin: 0 0 5.3333333333vmin 9.8666666667vmin;
  }
}
.c-graph .graph__txt {
  position: absolute;
  top: 100%;
  right: 100%;
  white-space: nowrap;
  translate: 50% 0;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-graph .graph__txt {
    margin-top: min(0.5405405405vw, 8px);
    font-size: min(0.5405405405vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__txt {
    margin-top: 2.1333333333vmin;
    font-size: 2.1333333333vmin;
  }
}
.c-graph .graph__horizontal {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.c-graph .graph__horizontal__item {
  position: relative;
  flex: 1;
  border-top: 1px dotted #bbb;
}
.c-graph .graph__horizontal__item:nth-of-type(1) {
  border-top: 1px solid #bbb;
}
.c-graph .graph__horizontal__item::before {
  content: attr(data-legend);
  position: absolute;
  top: 0;
  right: 100%;
  translate: 0 -50%;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-graph .graph__horizontal__item::before {
    margin-right: min(0.6756756757vw, 10px);
    font-size: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__horizontal__item::before {
    margin-right: 2.1333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-graph .graph__vertical {
  position: relative;
  display: flex;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .c-graph .graph__vertical {
    height: min(24.3243243243vw, 360px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__vertical {
    height: 74.6666666667vmin;
  }
}
.c-graph .graph__vertical::after {
  content: "";
  display: block;
  flex: 1;
  border-right: 1px solid #bbb;
}
@media screen and (min-width: 769px) {
  .c-graph .graph__vertical::after {
    min-width: min(8.4459459459vw, 125px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__vertical::after {
    min-width: 24vmin;
  }
}
.c-graph .graph__vertical__item {
  position: relative;
  flex: 1;
  border-right: 1px dotted #bbb;
}
@media screen and (min-width: 769px) {
  .c-graph .graph__vertical__item {
    min-width: min(8.4459459459vw, 125px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__vertical__item {
    min-width: 24vmin;
  }
}
.c-graph .graph__vertical__item:nth-child(1) .bar {
  transition-delay: 0.45s;
}
.c-graph .graph__vertical__item:nth-child(1) .bar::before {
  transition-delay: 0.75s;
}
.c-graph .graph__vertical__item:nth-child(2) .bar {
  transition-delay: 0.5s;
}
.c-graph .graph__vertical__item:nth-child(2) .bar::before {
  transition-delay: 0.8s;
}
.c-graph .graph__vertical__item:nth-child(3) .bar {
  transition-delay: 0.55s;
}
.c-graph .graph__vertical__item:nth-child(3) .bar::before {
  transition-delay: 0.85s;
}
.c-graph .graph__vertical__item:nth-child(4) .bar {
  transition-delay: 0.6s;
}
.c-graph .graph__vertical__item:nth-child(4) .bar::before {
  transition-delay: 0.9s;
}
.c-graph .graph__vertical__item:nth-child(5) .bar {
  transition-delay: 0.65s;
}
.c-graph .graph__vertical__item:nth-child(5) .bar::before {
  transition-delay: 0.95s;
}
.c-graph .graph__vertical__item:nth-child(6) .bar {
  transition-delay: 0.7s;
}
.c-graph .graph__vertical__item:nth-child(6) .bar::before {
  transition-delay: 1s;
}
.c-graph .graph__vertical__item:nth-child(7) .bar {
  transition-delay: 0.75s;
}
.c-graph .graph__vertical__item:nth-child(7) .bar::before {
  transition-delay: 1.05s;
}
.c-graph .graph__vertical__item:nth-child(8) .bar {
  transition-delay: 0.8s;
}
.c-graph .graph__vertical__item:nth-child(8) .bar::before {
  transition-delay: 1.1s;
}
.c-graph .graph__vertical__item:nth-child(9) .bar {
  transition-delay: 0.85s;
}
.c-graph .graph__vertical__item:nth-child(9) .bar::before {
  transition-delay: 1.15s;
}
.c-graph .graph__vertical__item:nth-child(10) .bar {
  transition-delay: 0.9s;
}
.c-graph .graph__vertical__item:nth-child(10) .bar::before {
  transition-delay: 1.2s;
}
.c-graph .graph__vertical__item:nth-child(11) .bar {
  transition-delay: 0.95s;
}
.c-graph .graph__vertical__item:nth-child(11) .bar::before {
  transition-delay: 1.25s;
}
.c-graph .graph__vertical__item:nth-child(12) .bar {
  transition-delay: 1s;
}
.c-graph .graph__vertical__item:nth-child(12) .bar::before {
  transition-delay: 1.3s;
}
.c-graph .graph__vertical__item:nth-child(13) .bar {
  transition-delay: 1.05s;
}
.c-graph .graph__vertical__item:nth-child(13) .bar::before {
  transition-delay: 1.35s;
}
.c-graph .graph__vertical__item:nth-child(14) .bar {
  transition-delay: 1.1s;
}
.c-graph .graph__vertical__item:nth-child(14) .bar::before {
  transition-delay: 1.4s;
}
.c-graph .graph__vertical__item:nth-child(15) .bar {
  transition-delay: 1.15s;
}
.c-graph .graph__vertical__item:nth-child(15) .bar::before {
  transition-delay: 1.45s;
}
.c-graph .graph__vertical__item:nth-child(16) .bar {
  transition-delay: 1.2s;
}
.c-graph .graph__vertical__item:nth-child(16) .bar::before {
  transition-delay: 1.5s;
}
.c-graph .graph__vertical__item:nth-child(17) .bar {
  transition-delay: 1.25s;
}
.c-graph .graph__vertical__item:nth-child(17) .bar::before {
  transition-delay: 1.55s;
}
.c-graph .graph__vertical__item:nth-child(18) .bar {
  transition-delay: 1.3s;
}
.c-graph .graph__vertical__item:nth-child(18) .bar::before {
  transition-delay: 1.6s;
}
.c-graph .graph__vertical__item:nth-child(19) .bar {
  transition-delay: 1.35s;
}
.c-graph .graph__vertical__item:nth-child(19) .bar::before {
  transition-delay: 1.65s;
}
.c-graph .graph__vertical__item:nth-child(20) .bar {
  transition-delay: 1.4s;
}
.c-graph .graph__vertical__item:nth-child(20) .bar::before {
  transition-delay: 1.7s;
}
.c-graph .graph__vertical__item:nth-child(21) .bar {
  transition-delay: 1.45s;
}
.c-graph .graph__vertical__item:nth-child(21) .bar::before {
  transition-delay: 1.75s;
}
.c-graph .graph__vertical__item:nth-child(22) .bar {
  transition-delay: 1.5s;
}
.c-graph .graph__vertical__item:nth-child(22) .bar::before {
  transition-delay: 1.8s;
}
.c-graph .graph__vertical__item:nth-child(23) .bar {
  transition-delay: 1.55s;
}
.c-graph .graph__vertical__item:nth-child(23) .bar::before {
  transition-delay: 1.85s;
}
.c-graph .graph__vertical__item:nth-child(24) .bar {
  transition-delay: 1.6s;
}
.c-graph .graph__vertical__item:nth-child(24) .bar::before {
  transition-delay: 1.9s;
}
.c-graph .graph__vertical__item:nth-child(25) .bar {
  transition-delay: 1.65s;
}
.c-graph .graph__vertical__item:nth-child(25) .bar::before {
  transition-delay: 1.95s;
}
.c-graph .graph__vertical__item:nth-child(26) .bar {
  transition-delay: 1.7s;
}
.c-graph .graph__vertical__item:nth-child(26) .bar::before {
  transition-delay: 2s;
}
.c-graph .graph__vertical__item:nth-child(27) .bar {
  transition-delay: 1.75s;
}
.c-graph .graph__vertical__item:nth-child(27) .bar::before {
  transition-delay: 2.05s;
}
.c-graph .graph__vertical__item:nth-child(28) .bar {
  transition-delay: 1.8s;
}
.c-graph .graph__vertical__item:nth-child(28) .bar::before {
  transition-delay: 2.1s;
}
.c-graph .graph__vertical__item:nth-child(29) .bar {
  transition-delay: 1.85s;
}
.c-graph .graph__vertical__item:nth-child(29) .bar::before {
  transition-delay: 2.15s;
}
.c-graph .graph__vertical__item:nth-child(30) .bar {
  transition-delay: 1.9s;
}
.c-graph .graph__vertical__item:nth-child(30) .bar::before {
  transition-delay: 2.2s;
}
.c-graph .graph__vertical__item:nth-child(31) .bar {
  transition-delay: 1.95s;
}
.c-graph .graph__vertical__item:nth-child(31) .bar::before {
  transition-delay: 2.25s;
}
.c-graph .graph__vertical__item:nth-child(32) .bar {
  transition-delay: 2s;
}
.c-graph .graph__vertical__item:nth-child(32) .bar::before {
  transition-delay: 2.3s;
}
.c-graph .graph__vertical__item:nth-child(33) .bar {
  transition-delay: 2.05s;
}
.c-graph .graph__vertical__item:nth-child(33) .bar::before {
  transition-delay: 2.35s;
}
.c-graph .graph__vertical__item:nth-child(34) .bar {
  transition-delay: 2.1s;
}
.c-graph .graph__vertical__item:nth-child(34) .bar::before {
  transition-delay: 2.4s;
}
.c-graph .graph__vertical__item:nth-child(35) .bar {
  transition-delay: 2.15s;
}
.c-graph .graph__vertical__item:nth-child(35) .bar::before {
  transition-delay: 2.45s;
}
.c-graph .graph__vertical__item:nth-child(36) .bar {
  transition-delay: 2.2s;
}
.c-graph .graph__vertical__item:nth-child(36) .bar::before {
  transition-delay: 2.5s;
}
.c-graph .graph__vertical__item:nth-child(37) .bar {
  transition-delay: 2.25s;
}
.c-graph .graph__vertical__item:nth-child(37) .bar::before {
  transition-delay: 2.55s;
}
.c-graph .graph__vertical__item:nth-child(38) .bar {
  transition-delay: 2.3s;
}
.c-graph .graph__vertical__item:nth-child(38) .bar::before {
  transition-delay: 2.6s;
}
.c-graph .graph__vertical__item:nth-child(39) .bar {
  transition-delay: 2.35s;
}
.c-graph .graph__vertical__item:nth-child(39) .bar::before {
  transition-delay: 2.65s;
}
.c-graph .graph__vertical__item:nth-child(40) .bar {
  transition-delay: 2.4s;
}
.c-graph .graph__vertical__item:nth-child(40) .bar::before {
  transition-delay: 2.7s;
}
.c-graph .graph__vertical__item:nth-child(41) .bar {
  transition-delay: 2.45s;
}
.c-graph .graph__vertical__item:nth-child(41) .bar::before {
  transition-delay: 2.75s;
}
.c-graph .graph__vertical__item:nth-child(42) .bar {
  transition-delay: 2.5s;
}
.c-graph .graph__vertical__item:nth-child(42) .bar::before {
  transition-delay: 2.8s;
}
.c-graph .graph__vertical__item:nth-child(43) .bar {
  transition-delay: 2.55s;
}
.c-graph .graph__vertical__item:nth-child(43) .bar::before {
  transition-delay: 2.85s;
}
.c-graph .graph__vertical__item:nth-child(44) .bar {
  transition-delay: 2.6s;
}
.c-graph .graph__vertical__item:nth-child(44) .bar::before {
  transition-delay: 2.9s;
}
.c-graph .graph__vertical__item:nth-child(45) .bar {
  transition-delay: 2.65s;
}
.c-graph .graph__vertical__item:nth-child(45) .bar::before {
  transition-delay: 2.95s;
}
.c-graph .graph__vertical__item:nth-child(46) .bar {
  transition-delay: 2.7s;
}
.c-graph .graph__vertical__item:nth-child(46) .bar::before {
  transition-delay: 3s;
}
.c-graph .graph__vertical__item:nth-child(47) .bar {
  transition-delay: 2.75s;
}
.c-graph .graph__vertical__item:nth-child(47) .bar::before {
  transition-delay: 3.05s;
}
.c-graph .graph__vertical__item:nth-child(48) .bar {
  transition-delay: 2.8s;
}
.c-graph .graph__vertical__item:nth-child(48) .bar::before {
  transition-delay: 3.1s;
}
.c-graph .graph__vertical__item:nth-child(49) .bar {
  transition-delay: 2.85s;
}
.c-graph .graph__vertical__item:nth-child(49) .bar::before {
  transition-delay: 3.15s;
}
.c-graph .graph__vertical__item:nth-child(50) .bar {
  transition-delay: 2.9s;
}
.c-graph .graph__vertical__item:nth-child(50) .bar::before {
  transition-delay: 3.2s;
}
.c-graph .graph__vertical__item:nth-child(51) .bar {
  transition-delay: 2.95s;
}
.c-graph .graph__vertical__item:nth-child(51) .bar::before {
  transition-delay: 3.25s;
}
.c-graph .graph__vertical__item:nth-child(52) .bar {
  transition-delay: 3s;
}
.c-graph .graph__vertical__item:nth-child(52) .bar::before {
  transition-delay: 3.3s;
}
.c-graph .graph__vertical__item:nth-child(53) .bar {
  transition-delay: 3.05s;
}
.c-graph .graph__vertical__item:nth-child(53) .bar::before {
  transition-delay: 3.35s;
}
.c-graph .graph__vertical__item:nth-child(54) .bar {
  transition-delay: 3.1s;
}
.c-graph .graph__vertical__item:nth-child(54) .bar::before {
  transition-delay: 3.4s;
}
.c-graph .graph__vertical__item:nth-child(55) .bar {
  transition-delay: 3.15s;
}
.c-graph .graph__vertical__item:nth-child(55) .bar::before {
  transition-delay: 3.45s;
}
.c-graph .graph__vertical__item:nth-child(56) .bar {
  transition-delay: 3.2s;
}
.c-graph .graph__vertical__item:nth-child(56) .bar::before {
  transition-delay: 3.5s;
}
.c-graph .graph__vertical__item:nth-child(57) .bar {
  transition-delay: 3.25s;
}
.c-graph .graph__vertical__item:nth-child(57) .bar::before {
  transition-delay: 3.55s;
}
.c-graph .graph__vertical__item:nth-child(58) .bar {
  transition-delay: 3.3s;
}
.c-graph .graph__vertical__item:nth-child(58) .bar::before {
  transition-delay: 3.6s;
}
.c-graph .graph__vertical__item:nth-child(59) .bar {
  transition-delay: 3.35s;
}
.c-graph .graph__vertical__item:nth-child(59) .bar::before {
  transition-delay: 3.65s;
}
.c-graph .graph__vertical__item:nth-child(60) .bar {
  transition-delay: 3.4s;
}
.c-graph .graph__vertical__item:nth-child(60) .bar::before {
  transition-delay: 3.7s;
}
.c-graph .graph__vertical__item:nth-child(61) .bar {
  transition-delay: 3.45s;
}
.c-graph .graph__vertical__item:nth-child(61) .bar::before {
  transition-delay: 3.75s;
}
.c-graph .graph__vertical__item:nth-child(62) .bar {
  transition-delay: 3.5s;
}
.c-graph .graph__vertical__item:nth-child(62) .bar::before {
  transition-delay: 3.8s;
}
.c-graph .graph__vertical__item:nth-child(63) .bar {
  transition-delay: 3.55s;
}
.c-graph .graph__vertical__item:nth-child(63) .bar::before {
  transition-delay: 3.85s;
}
.c-graph .graph__vertical__item:nth-child(64) .bar {
  transition-delay: 3.6s;
}
.c-graph .graph__vertical__item:nth-child(64) .bar::before {
  transition-delay: 3.9s;
}
.c-graph .graph__vertical__item:nth-child(65) .bar {
  transition-delay: 3.65s;
}
.c-graph .graph__vertical__item:nth-child(65) .bar::before {
  transition-delay: 3.95s;
}
.c-graph .graph__vertical__item:nth-child(66) .bar {
  transition-delay: 3.7s;
}
.c-graph .graph__vertical__item:nth-child(66) .bar::before {
  transition-delay: 4s;
}
.c-graph .graph__vertical__item:nth-child(67) .bar {
  transition-delay: 3.75s;
}
.c-graph .graph__vertical__item:nth-child(67) .bar::before {
  transition-delay: 4.05s;
}
.c-graph .graph__vertical__item:nth-child(68) .bar {
  transition-delay: 3.8s;
}
.c-graph .graph__vertical__item:nth-child(68) .bar::before {
  transition-delay: 4.1s;
}
.c-graph .graph__vertical__item:nth-child(69) .bar {
  transition-delay: 3.85s;
}
.c-graph .graph__vertical__item:nth-child(69) .bar::before {
  transition-delay: 4.15s;
}
.c-graph .graph__vertical__item:nth-child(70) .bar {
  transition-delay: 3.9s;
}
.c-graph .graph__vertical__item:nth-child(70) .bar::before {
  transition-delay: 4.2s;
}
.c-graph .graph__vertical__item:nth-child(71) .bar {
  transition-delay: 3.95s;
}
.c-graph .graph__vertical__item:nth-child(71) .bar::before {
  transition-delay: 4.25s;
}
.c-graph .graph__vertical__item:nth-child(72) .bar {
  transition-delay: 4s;
}
.c-graph .graph__vertical__item:nth-child(72) .bar::before {
  transition-delay: 4.3s;
}
.c-graph .graph__vertical__item:nth-child(73) .bar {
  transition-delay: 4.05s;
}
.c-graph .graph__vertical__item:nth-child(73) .bar::before {
  transition-delay: 4.35s;
}
.c-graph .graph__vertical__item:nth-child(74) .bar {
  transition-delay: 4.1s;
}
.c-graph .graph__vertical__item:nth-child(74) .bar::before {
  transition-delay: 4.4s;
}
.c-graph .graph__vertical__item:nth-child(75) .bar {
  transition-delay: 4.15s;
}
.c-graph .graph__vertical__item:nth-child(75) .bar::before {
  transition-delay: 4.45s;
}
.c-graph .graph__vertical__item:nth-child(76) .bar {
  transition-delay: 4.2s;
}
.c-graph .graph__vertical__item:nth-child(76) .bar::before {
  transition-delay: 4.5s;
}
.c-graph .graph__vertical__item:nth-child(77) .bar {
  transition-delay: 4.25s;
}
.c-graph .graph__vertical__item:nth-child(77) .bar::before {
  transition-delay: 4.55s;
}
.c-graph .graph__vertical__item:nth-child(78) .bar {
  transition-delay: 4.3s;
}
.c-graph .graph__vertical__item:nth-child(78) .bar::before {
  transition-delay: 4.6s;
}
.c-graph .graph__vertical__item:nth-child(79) .bar {
  transition-delay: 4.35s;
}
.c-graph .graph__vertical__item:nth-child(79) .bar::before {
  transition-delay: 4.65s;
}
.c-graph .graph__vertical__item:nth-child(80) .bar {
  transition-delay: 4.4s;
}
.c-graph .graph__vertical__item:nth-child(80) .bar::before {
  transition-delay: 4.7s;
}
.c-graph .graph__vertical__item:nth-child(81) .bar {
  transition-delay: 4.45s;
}
.c-graph .graph__vertical__item:nth-child(81) .bar::before {
  transition-delay: 4.75s;
}
.c-graph .graph__vertical__item:nth-child(82) .bar {
  transition-delay: 4.5s;
}
.c-graph .graph__vertical__item:nth-child(82) .bar::before {
  transition-delay: 4.8s;
}
.c-graph .graph__vertical__item:nth-child(83) .bar {
  transition-delay: 4.55s;
}
.c-graph .graph__vertical__item:nth-child(83) .bar::before {
  transition-delay: 4.85s;
}
.c-graph .graph__vertical__item:nth-child(84) .bar {
  transition-delay: 4.6s;
}
.c-graph .graph__vertical__item:nth-child(84) .bar::before {
  transition-delay: 4.9s;
}
.c-graph .graph__vertical__item:nth-child(85) .bar {
  transition-delay: 4.65s;
}
.c-graph .graph__vertical__item:nth-child(85) .bar::before {
  transition-delay: 4.95s;
}
.c-graph .graph__vertical__item:nth-child(86) .bar {
  transition-delay: 4.7s;
}
.c-graph .graph__vertical__item:nth-child(86) .bar::before {
  transition-delay: 5s;
}
.c-graph .graph__vertical__item:nth-child(87) .bar {
  transition-delay: 4.75s;
}
.c-graph .graph__vertical__item:nth-child(87) .bar::before {
  transition-delay: 5.05s;
}
.c-graph .graph__vertical__item:nth-child(88) .bar {
  transition-delay: 4.8s;
}
.c-graph .graph__vertical__item:nth-child(88) .bar::before {
  transition-delay: 5.1s;
}
.c-graph .graph__vertical__item:nth-child(89) .bar {
  transition-delay: 4.85s;
}
.c-graph .graph__vertical__item:nth-child(89) .bar::before {
  transition-delay: 5.15s;
}
.c-graph .graph__vertical__item:nth-child(90) .bar {
  transition-delay: 4.9s;
}
.c-graph .graph__vertical__item:nth-child(90) .bar::before {
  transition-delay: 5.2s;
}
.c-graph .graph__vertical__item:nth-child(91) .bar {
  transition-delay: 4.95s;
}
.c-graph .graph__vertical__item:nth-child(91) .bar::before {
  transition-delay: 5.25s;
}
.c-graph .graph__vertical__item:nth-child(92) .bar {
  transition-delay: 5s;
}
.c-graph .graph__vertical__item:nth-child(92) .bar::before {
  transition-delay: 5.3s;
}
.c-graph .graph__vertical__item:nth-child(93) .bar {
  transition-delay: 5.05s;
}
.c-graph .graph__vertical__item:nth-child(93) .bar::before {
  transition-delay: 5.35s;
}
.c-graph .graph__vertical__item:nth-child(94) .bar {
  transition-delay: 5.1s;
}
.c-graph .graph__vertical__item:nth-child(94) .bar::before {
  transition-delay: 5.4s;
}
.c-graph .graph__vertical__item:nth-child(95) .bar {
  transition-delay: 5.15s;
}
.c-graph .graph__vertical__item:nth-child(95) .bar::before {
  transition-delay: 5.45s;
}
.c-graph .graph__vertical__item:nth-child(96) .bar {
  transition-delay: 5.2s;
}
.c-graph .graph__vertical__item:nth-child(96) .bar::before {
  transition-delay: 5.5s;
}
.c-graph .graph__vertical__item:nth-child(97) .bar {
  transition-delay: 5.25s;
}
.c-graph .graph__vertical__item:nth-child(97) .bar::before {
  transition-delay: 5.55s;
}
.c-graph .graph__vertical__item:nth-child(98) .bar {
  transition-delay: 5.3s;
}
.c-graph .graph__vertical__item:nth-child(98) .bar::before {
  transition-delay: 5.6s;
}
.c-graph .graph__vertical__item:nth-child(99) .bar {
  transition-delay: 5.35s;
}
.c-graph .graph__vertical__item:nth-child(99) .bar::before {
  transition-delay: 5.65s;
}
.c-graph .graph__vertical__item:nth-child(100) .bar {
  transition-delay: 5.4s;
}
.c-graph .graph__vertical__item:nth-child(100) .bar::before {
  transition-delay: 5.7s;
}
.c-graph .graph__vertical__item .bar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: var(--bar);
  --bg: #999;
  background-color: var(--bg);
  translate: 50% 0;
  transition: 0.4s height ease-in-out;
}
.c-graph .graph__vertical__item .bar::before {
  content: attr(data-count);
  position: absolute;
  inset: auto 0 100%;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  transition: 0.3s all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-graph .graph__vertical__item .bar::before {
    margin-block: min(0.3378378378vw, 5px);
    font-size: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__vertical__item .bar::before {
    margin-block: 1.3333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-graph .graph__vertical__item .bar::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  mix-blend-mode: overlay;
  opacity: 0.4;
  background: linear-gradient(90deg, #000, transparent);
  z-index: 1;
}
.c-graph .graph__vertical__item .bar.is-top::before {
  inset: 0 0 auto;
  color: #fff;
}
.c-graph .graph__vertical__item .legend {
  position: absolute;
  top: 100%;
  right: 0;
  translate: 50% 0;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-graph .graph__vertical__item .legend {
    margin-top: min(0.8108108108vw, 12px);
    font-size: min(1.0135135135vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-graph .graph__vertical__item .legend {
    margin-top: 2.1333333333vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-graph .graph__vertical__item .legend[data-candidate] {
  cursor: pointer;
}

.c-redirect {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  min-height: 70dvh;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.c-redirect__head {
  font-weight: 700;
  color: #4c076c;
}
@media screen and (min-width: 769px) {
  .c-redirect__head {
    font-size: min(1.6216216216vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-redirect__head {
    font-size: 6.4vmin;
  }
}

.c-redirect__txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-redirect__txt {
    font-size: min(0.9459459459vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-redirect__txt {
    font-size: 3.2vmin;
  }
}
.c-redirect__txt a {
  display: block;
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}
@media screen and (min-width: 769px) {
  .c-redirect__txt a {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-redirect__txt a {
    font-size: 4.2666666667vmin;
  }
}

.c-closed {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-closed__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-closed__inner {
    gap: min(1.3513513514vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-closed__inner {
    gap: 5.3333333333vmin;
    padding-inline: 10.6666666667vmin;
  }
}

.c-closed__head {
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-closed__head {
    font-size: min(2.4324324324vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .c-closed__head {
    font-size: 6.4vmin;
  }
}

.c-closed__txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-closed__txt {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-closed__txt {
    font-size: 3.7333333333vmin;
  }
}
.c-closed__txt a {
  font-weight: 700;
  text-decoration: underline;
  color: #4a00e0;
}

.c-closed__time {
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-closed__time {
    font-size: min(1.0810810811vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-closed__time {
    font-size: 3.7333333333vmin;
  }
}

body:has(.c-closed) #wrapper {
  display: none;
}

.c-kv {
  position: relative;
  display: grid;
  gap: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-kv {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-kv {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-kv__item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #e0d5e0;
  filter: grayscale(40%);
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.c-kv__item::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #6d126f;
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 5;
  transition: 0.4s all ease-in-out;
}
.c-kv__item img {
  transition: 0.4s all ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (min-width: 769px) {
  .c-kv__item img {
    scale: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__item img {
    scale: 1.3;
  }
}
@media (any-hover: hover) {
  .c-kv__item:hover {
    background-color: rgba(204, 204, 204, 0.25);
    filter: grayscale(0%) saturate(110%);
    opacity: 1;
  }
  .c-kv__item:hover::before {
    opacity: 0;
  }
  .c-kv__item:hover img {
    scale: 1.1;
  }
}
.c-kv__title {
  position: absolute;
  display: flex;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .c-kv__title {
    inset: 0;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__title {
    right: 0;
    bottom: 0;
    width: calc(66.666666% - 1px);
    height: calc(25% - 1px);
    background-color: #6d126f;
  }
}
.c-kv__title__inner {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.3;
  z-index: 10;
  pointer-events: auto;
}
@media (any-hover: hover) {
  .c-kv__title__inner:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .c-kv__title__inner {
    align-items: center;
    gap: 1em;
  }
  .c-kv__title__inner::before {
    content: "";
    position: absolute;
    inset: -0.75em -5em -0.75em -2em;
    display: block;
    background-color: #6d126f;
    transform: skewX(-25deg) rotate(-0.5deg);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__title__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5em;
    width: 100%;
    height: 100%;
    padding-inline: 13.3333333333vmin;
  }
}
.c-kv__title__inner::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  margin: auto 0;
  rotate: 45deg;
}
@media screen and (min-width: 769px) {
  .c-kv__title__inner::after {
    inset: 0 max(-2.4324324324vw, -36px) 0 auto;
    width: min(1.2162162162vw, 18px);
    border-top: min(0.2702702703vw, 4px) solid #fff;
    border-right: min(0.2702702703vw, 4px) solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__title__inner::after {
    inset: 0 12.6666666667vmin 0 auto;
    width: 3.2vmin;
    border-top: 0.4vmin solid #fff;
    border-right: 0.4vmin solid #fff;
  }
}
.c-kv__title__inner .txt {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-kv__title__inner .txt {
    font-size: min(2.4324324324vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .c-kv__title__inner .txt {
    font-size: 6.4vmin;
  }
  .c-kv__title__inner .txt.name {
    font-size: 8vmin;
  }
}
.c-kv__title__inner .label {
  padding-inline: 0.5em;
  background-color: #fff;
  color: #6d126f;
}
@media screen and (min-width: 769px) {
  .c-kv__title__inner .label {
    font-size: min(1.8918918919vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .c-kv__title__inner .label {
    font-size: 3.7333333333vmin;
  }
}

.c-recruitment {
  margin-bottom: 8rem;
  padding-top: 8rem;
}

.c-recruitment__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-recruitment__head {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__head {
    font-size: 5.6rem;
  }
}
.c-recruitment__head .sub {
  display: inline-block;
  margin: 0 0.4em;
  padding: 0 0.5em;
  background-color: #6e126f;
  font-size: 0.6em;
  color: #fff;
}
.c-recruitment__head .main {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-recruitment__head .main {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__head .main {
    font-size: 5.6rem;
  }
}

.c-recruitment__lead {
  margin: 0 4rem 4rem;
}
.c-recruitment__lead .head {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #6e126f;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-recruitment__lead .head {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__lead .head {
    font-size: 3.2rem;
  }
}
.c-recruitment__lead .txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .c-recruitment__lead .txt {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__lead .txt {
    font-size: 2.2rem;
    line-height: 1.825;
  }
}
.c-recruitment__lead .notes {
  margin-bottom: 2rem;
  color: #666;
}
@media screen and (min-width: 769px) {
  .c-recruitment__lead .notes {
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__lead .notes {
    font-size: 2rem;
    line-height: 1.825;
  }
}
.c-recruitment__lead .notes a {
  text-decoration: underline;
  color: #6e126f;
}
.c-recruitment__lead .twitter-mention-button {
  display: block;
  margin-inline: auto !important;
}

.c-recruitment__youtube {
  margin-inline: auto;
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .c-recruitment__youtube {
    width: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__youtube {
    padding-inline: 4rem;
  }
}
.c-recruitment__youtube .youtube {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}
.c-recruitment__youtube .youtube::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: url(/assets/img/icon/icn_play.png) no-repeat center center/12% auto;
}

.c-recruitment__section {
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .c-recruitment__section {
    width: 100rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__section {
    padding-inline: 4rem;
  }
}
.c-recruitment__section .c-recruitment__section {
  margin-top: 2.5em;
  padding-left: 3rem;
  padding-right: 0;
}
.c-recruitment__section__head {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding-block: 1rem;
  border-bottom: 0.4rem solid #6e126f;
  font-weight: 700;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-recruitment__section__head {
    font-size: min(1.6216216216vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__section__head {
    font-size: 4.2666666667vmin;
  }
}
.c-recruitment__section__head .sub {
  font-size: 0.75em;
  margin-left: 1em;
}
.c-recruitment__section__head2 {
  display: flex;
  margin-bottom: 2rem;
  font-weight: 700;
  background-color: #6e126f;
  border-left: 0.6rem solid #6e126f;
}
@media screen and (min-width: 769px) {
  .c-recruitment__section__head2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__section__head2 {
    font-size: 2.4rem;
  }
}
.c-recruitment__section__head2 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  margin-left: -0.6rem;
  font-size: 0.9em;
  text-align: center;
  color: white;
}
.c-recruitment__section__head2 .main {
  display: block;
  flex: 1;
  background-color: #e9ceea;
  color: #6e126f;
  padding: 0.4rem 2rem;
}
.c-recruitment__section__head3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-recruitment__section__head3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__section__head3 {
    font-size: 2.4rem;
  }
}
.c-recruitment__section__txt {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .c-recruitment__section__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__section__txt {
    font-size: 2.2rem;
    line-height: 1.825;
  }
}
.c-recruitment__section__txt strong {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.85));
  font-weight: 700;
  color: #6e126f;
}
.c-recruitment__section__txt small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.75;
}
.c-recruitment__section__txt a {
  text-decoration: underline;
  color: #6e126f;
}
.c-recruitment__section__box {
  margin-block: 3rem;
  padding: 3rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-recruitment__section__box .c-recruitment__section__txt {
  margin: 0;
}
.c-recruitment__section__list {
  margin-bottom: 2.5rem;
}
.c-recruitment__section__list__item {
  position: relative;
  margin-left: 2rem;
  padding: 0.5rem 0 0.5rem 1em;
  border-bottom: 1px dotted #6e126f;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-recruitment__section__list__item {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__section__list__item {
    font-size: 2.2rem;
    line-height: 1.825;
  }
}
.c-recruitment__section__list__item::before {
  content: "・";
  position: absolute;
  inset: 0.5rem auto auto 0;
}
.c-recruitment__section__list__item:has(.icn) {
  padding: 0.5rem 0;
  font-weight: 700;
}
.c-recruitment__section__list__item:has(.icn)::before {
  content: none;
}
.c-recruitment__section__list__item:has(.num) {
  padding: 0.5rem 0 0.5rem 1.5em;
}
.c-recruitment__section__list__item:has(.num)::before {
  content: none;
}
.c-recruitment__section__list__item .icn {
  margin-right: 1rem;
  font-size: 0.85em;
}
.c-recruitment__section__list__item .num {
  position: absolute;
  inset: 0.5rem auto auto 0;
}
.c-recruitment__section__list__item strong {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.85));
  font-weight: 700;
  color: #6e126f;
}
.c-recruitment__section__list__item small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.75;
}

.c-recruitment__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-block: 6rem 8rem;
  padding-inline: 4rem;
}
.c-recruitment__btn .txt {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-recruitment__btn .txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__btn .txt {
    font-size: 2.2rem;
    line-height: 1.825;
  }
}
.c-recruitment__btn .txt strong {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.85));
  font-weight: 700;
  color: #6e126f;
}
.c-recruitment__btn .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 100vmax;
  background-color: #6e126f;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-recruitment__btn .btn {
    width: 64rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recruitment__btn .btn {
    width: 100%;
    font-size: 2.2rem;
  }
}
.c-recruitment__btn .btn::before {
  content: "";
  position: absolute;
  inset: -50% 0 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  rotate: -2deg;
}

.c-members {
  margin-bottom: 8rem;
  padding-top: 8rem;
}

.c-members__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-members__head {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__head {
    font-size: 5.6rem;
  }
}
.c-members__head .sub {
  display: inline-block;
  margin: 0 0.4em;
  padding: 0 0.5em;
  background-color: #6e126f;
  font-size: 0.6em;
  color: #fff;
}
.c-members__head .main {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-members__head .main {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__head .main {
    font-size: 5.6rem;
  }
}

.c-members__lead {
  margin: 0 4rem 6rem;
}
.c-members__lead .head {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #6e126f;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-members__lead .head {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__lead .head {
    font-size: 3.2rem;
  }
}
.c-members__lead .txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .c-members__lead .txt {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-members__lead .txt {
    font-size: 2.2rem;
    line-height: 1.825;
  }
}
.c-members__lead .notes {
  margin-bottom: 2rem;
  color: #666;
}
@media screen and (min-width: 769px) {
  .c-members__lead .notes {
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-members__lead .notes {
    font-size: 2rem;
    line-height: 1.825;
  }
}
.c-members__lead .notes a {
  text-decoration: underline;
  color: #6e126f;
}
.c-members__lead .notes .strong {
  color: #f00;
}
.c-members__lead .twitter-mention-button {
  display: block;
  margin-inline: auto !important;
}

.c-members__list {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .c-members__list {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 1520px) {
  .c-members__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-members__list {
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 3rem;
  }
}

.c-members__article {
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  box-shadow: 0 0 0.5rem rgba(110, 18, 111, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
  transition: 1s all ease-in-out;
}
.c-members__article:not(.is-complete) {
  translate: 0 1rem;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .c-members__article {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article {
    padding: 3rem;
  }
}
.c-members__article .header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-members__article .header {
    gap: 2rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .header {
    gap: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-members__article .header__photo {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .header__photo {
    width: 24rem;
  }
}
.c-members__article .header__photo a {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.c-members__article .header__photo a img {
  display: block;
  height: 100%;
  -o-object-position: center top;
  object-position: center top;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.c-members__article .header__txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.c-members__article .header__txt .name {
  position: relative;
}
.c-members__article .header__txt .name .sub {
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-members__article .header__txt .name .sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .header__txt .name .sub {
    font-size: 2rem;
  }
}
.c-members__article .header__txt .name .main {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-members__article .header__txt .name .main {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .header__txt .name .main {
    font-size: 3.6rem;
  }
}
.c-members__article .header__txt .name[data-role]::before {
  content: attr(data-role);
  position: absolute;
  inset: auto auto 100% 0;
  background-color: var(--role-color, #666);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-members__article .header__txt .name[data-role]::before {
    margin-bottom: 0.6rem;
    padding: 0.15rem 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .header__txt .name[data-role]::before {
    margin-bottom: 1rem;
    padding: 0.3rem 1.1rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-members__article .header__txt .age {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .header__txt .age {
    font-size: 2.4rem;
  }
}
.c-members__article .career {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-members__article .career {
    width: 86%;
    margin-inline: auto;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .career {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.c-members__article .message {
  display: none;
  width: 86%;
  margin: 0 auto 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
.c-members__article .message span {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-members__article:has(.sns) .buttons {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article:has(.sns) .buttons {
    margin-top: 3.2rem;
  }
}
.c-members__article .sns {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .c-members__article .sns {
    gap: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .sns {
    gap: 2.4rem;
  }
}
.c-members__article .sns__item {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-members__article .sns__item {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .sns__item {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 0.75rem;
  }
}
.c-members__article .buttons {
  display: flex;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .c-members__article .buttons {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .buttons {
    gap: 1.8rem;
  }
}
.c-members__article .buttons a {
  flex: 1;
}
.c-members__article .buttons a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url(../img/icon/icn_blank.png) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .c-members__article .buttons a::after {
    right: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .buttons a::after {
    right: 2.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.c-members__article .donate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  background-color: #46b4b7;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-members__article .donate {
    height: 3.2rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .donate {
    height: 6rem;
    font-size: 2.4rem;
  }
}
.c-members__article .donate::after {
  filter: brightness(0) invert(1);
}
.c-members__article .url {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  color: #fff;
  text-indent: -100vw;
  overflow: hidden;
  border: 1px solid rgba(110, 18, 111, 0.5);
}
@media screen and (min-width: 769px) {
  .c-members__article .url {
    height: 3.2rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .url {
    height: 6rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-members__article .url {
    background: #fff url(../img/icon/icn_go2senkyo.svg) no-repeat center/8rem auto;
  }
}
@media screen and (max-width: 768px) {
  .c-members__article .url {
    background: #fff url(../img/icon/icn_go2senkyo.svg) no-repeat center/16rem auto;
  }
}
/*# sourceMappingURL=style.css.map */
