@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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: "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;
  line-height: 1.5;
  color: #111;
}
@media screen and (max-width: 1060px) {
  html {
    font-size: min(0.9433962264vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vmin;
  }
}

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;
  letter-spacing: 0.15em;
}
body.is-fixed {
  height: 100vh;
  overflow: hidden;
}
body.is-fixed .l-header {
  opacity: 0;
  pointer-events: none;
}

#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: relative;
  opacity: var(--header-opacity, 1);
  transition: opacity 0.1s linear;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .l-header {
    min-height: 100vh;
    margin-bottom: 100vh;
    padding: 5.1724137931vw 0 8.6206896552vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    min-height: 100dvh;
    margin-bottom: 100dvh;
    padding: 8vmin 5.3333333333vmin 10.6666666667vmin;
  }
}
.is-scroll .l-header {
  margin-bottom: 0;
}
.l-header::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: -1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.l-header::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: -1;
  background-color: rgba(114, 142, 197, 0.15);
  background-image: url(../img/bg_header.png);
  background-repeat: repeat;
  background-position: center top;
  background-attachment: fixed;
}
@media screen and (min-width: 769px) {
  .l-header::after {
    background-size: 0.8620689655vw auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header::after {
    background-size: 2.5vw auto;
  }
}

.l-header__inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    justify-content: center;
    align-items: flex-start;
    gap: 6.8965517241vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    flex-direction: column;
    gap: 5.3333333333vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-header__head {
    width: 39.6551724138vw;
    margin-left: 3.4482758621vw;
  }
}
.l-header__head__logo {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .l-header__head__logo {
    width: 27.5862068966vw;
    margin-bottom: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__head__logo {
    width: 64vmin;
    margin-bottom: 3.2vmin;
  }
}
.l-header__head__tag {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l-header__head__tag {
    margin-bottom: 3.4482758621vw;
    font-size: 2.9310344828vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__head__tag {
    font-size: 7.4666666667vmin;
  }
}
.l-header__head__tag .txt {
  position: relative;
  display: block;
  text-shadow: #00329d 0.025em 0.025em 0, #00329d 0em 0em 0.025em;
}
.l-header__head__tag .txt::before {
  content: "";
  position: absolute;
  inset: 60% -0.35em 0 -0.25em;
  display: block;
  background-color: #f6ff00;
  transform: skewX(-30deg) rotate(-4deg);
  z-index: -1;
}
.l-header__head__tag .txt .small {
  font-size: 0.8em;
}
.l-header__head__notes {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #00329d;
  text-shadow: #fff 0.1em 0.1em 0;
}
@media screen and (min-width: 769px) {
  .l-header__head__notes {
    margin-top: 3.4482758621vw;
    font-size: 1.0344827586vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .l-header__head__notes {
    margin-top: 5.3333333333vmin;
    font-size: 2.9333333333vmin;
    text-align: left;
    line-height: 1.8;
  }
}
.l-header__head__notes__item {
  position: relative;
  display: block;
  padding-left: 1.2em;
}
.l-header__head__notes__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__head__notes__item a {
  text-decoration: underline;
}
.l-header__head__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 100vmax;
  background-color: #00329d;
  box-shadow: #fff 0.2em 0.2em 0;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header__head__btn {
    gap: 1.3793103448vw;
    padding: 1.724137931vw 3.4482758621vw;
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__head__btn {
    gap: 3.2vmin;
    padding: 4.2666666667vmin 8vmin;
    font-size: 3.7333333333vmin;
  }
}
.l-header__head__btn .strong {
  color: #f6ff00;
  font-size: 1.2em;
  line-height: 0.5;
}
.l-header__head__btn::after {
  content: "";
  display: block;
  background-color: #f6ff00;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 769px) {
  .l-header__head__btn::after {
    width: 1.0344827586vw;
    height: 0.6896551724vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__head__btn::after {
    width: 3.2vmin;
    height: 2.1333333333vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-header__body {
    width: 39.6551724138vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__body {
    text-align: center;
  }
}
.l-header__body__head {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  font-weight: 900;
  line-height: 2;
  color: #00329d;
}
@media screen and (min-width: 769px) {
  .l-header__body__head {
    align-items: flex-start;
    margin-bottom: 3.4482758621vw;
    font-size: 2.5862068966vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__body__head {
    align-items: center;
    margin-bottom: 6.4vmin;
    font-size: 6.4vmin;
  }
}
.l-header__body__head .line {
  position: relative;
  display: inline-block;
  text-shadow: #fff 0.1em 0.1em 0;
}
.l-header__body__head .line::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  background-color: #00329d;
}
@media screen and (min-width: 769px) {
  .l-header__body__head .line::before {
    height: 0.1724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__body__head .line::before {
    height: 0.5333333333vmin;
  }
}
.l-header__body__txt {
  font-weight: 900;
  text-shadow: #fff 0.1em 0.1em 0;
}
@media screen and (min-width: 769px) {
  .l-header__body__txt {
    font-size: 1.3793103448vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .l-header__body__txt {
    margin-bottom: 5.3333333333vmin;
    font-size: 3.4666666667vmin;
    line-height: 1.8;
  }
}
.l-header__body__txt .strong {
  display: inline-block;
  margin-bottom: 0.5em;
  color: #e30000;
}
@media screen and (min-width: 769px) {
  .l-header__body__txt .strong {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .l-header__body__txt .strong {
    font-size: 1.3em;
  }
}

.l-header__sentinel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.l-footer {
  background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 769px) {
  .l-footer__wrap {
    border-top: 0.3448275862vw solid #510778;
    padding: 3.4482758621vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    border-top: 1.0666666667vmin solid #510778;
    padding: 10.6666666667vmin 0;
  }
}

.l-footer__logo {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .l-footer__logo {
    width: 13.7931034483vw;
    margin-bottom: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 37.3333333333vmin;
    margin-bottom: 10.6666666667vmin;
  }
}

.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: 1.5em;
  }
}
.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: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__txt .txt {
    font-size: 2.9333333333vmin;
  }
}
.l-footer__sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-footer__sns__list {
    gap: 1.3793103448vw;
    margin-bottom: 2.5862068966vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__list {
    gap: 4vmin;
    margin-bottom: 5.3333333333vmin;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sns__list__item {
    width: 3.1034482759vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__list__item {
    width: 8.5333333333vmin;
  }
}

.l-footer__copyright {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 2.6666666667vmin;
  }
}

.l-footer__pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  background-color: #00329d;
  font-size: 0;
  z-index: 1000;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-footer__pageTop {
    width: 4.3103448276vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__pageTop {
    width: 10.6666666667vmin;
  }
}
#wrapper:not(.is-scroll) .l-footer__pageTop {
  translate: 0 100%;
}
.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: 1.0344827586vw;
    height: 0.775862069vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__pageTop::before {
    width: 3.2vmin;
    height: 2.4vmin;
  }
}

.c-cards {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  min-height: 100dvh;
}
@media screen and (min-width: 769px) {
  .c-cards {
    padding: 6vw 0.4vw 9.4827586207vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards {
    padding: 21.3333333333vmin 1.0666666667vmin 26.6666666667vmin;
  }
}

.is-scroll .c-cards {
  position: relative;
}

.c-cards__list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .c-cards__list {
    grid-template-columns: repeat(8, 1fr);
    gap: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0666666667vmin;
  }
}
.c-cards__list__item {
  min-width: 0;
  transition: 0.4s all cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.c-cards__list__item:not(.is-complete) {
  opacity: 0;
  translate: 0 10vh;
}

.c-cards__config {
  position: absolute;
  inset: auto 0 0;
}
@media screen and (min-width: 769px) {
  .c-cards__config {
    height: 4.3103448276vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__config {
    height: 10.6666666667vmin;
  }
}
.c-cards__config:not(.is-bottom) .c-cards__config__inner {
  position: fixed;
  inset: auto 0 0;
  z-index: 100;
}
.c-cards__config__inner {
  background-color: #00329d;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-cards__config__inner {
    height: 4.3103448276vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__config__inner {
    height: 10.6666666667vmin;
  }
}
#wrapper:not(.is-scroll) .c-cards__config__inner {
  translate: 0 100%;
}
.c-cards__config__selects {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-cards__config__selects {
    padding-right: 10.6666666667vmin;
  }
}
.c-cards__config__selects__item {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .c-cards__config__selects__item {
    flex: 1;
  }
}
.c-cards__config__selects__item .txt {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00329d;
  pointer-events: none;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-cards__config__selects__item .txt {
    width: 18.9655172414vw;
    height: 4.3103448276vw;
    font-size: 1.2068965517vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__config__selects__item .txt {
    width: 100%;
    height: 10.6666666667vmin;
    font-size: 2.8vmin;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
  }
}
.c-cards__config__selects__item .txt.is-active {
  background-color: #fff;
  color: #00329d;
}
@media screen and (min-width: 769px) {
  .c-cards__config__selects__item .txt.is-active {
    gap: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__config__selects__item .txt.is-active {
    gap: 1.6vmin;
  }
}
.c-cards__config__selects__item .txt.is-active::before {
  content: "";
  display: block;
  aspect-ratio: 5/11;
  rotate: 45deg;
}
@media screen and (min-width: 769px) {
  .c-cards__config__selects__item .txt.is-active::before {
    width: 0.4310344828vw;
    border-right: 0.1724137931vw solid #00329d;
    border-bottom: 0.1724137931vw solid #00329d;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__config__selects__item .txt.is-active::before {
    width: 1.0666666667vmin;
    border-right: 0.4vmin solid #00329d;
    border-bottom: 0.4vmin solid #00329d;
  }
}
.c-cards__config__selects__item .select {
  position: absolute;
  inset: 0;
  color: #fff;
  z-index: 1;
  outline: none;
  border: 0;
  background: none;
  font-size: 16px;
}
.c-cards__config__sentinel {
  position: absolute;
  inset: auto 0 0;
  width: 1px;
  height: 1px;
}

.c-cards__pager {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-cards__pager {
    gap: 0.5172413793vw;
    margin-top: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__pager {
    gap: 2.1333333333vmin;
    margin-top: 10.6666666667vmin;
  }
}
.c-cards__pager__total {
  position: absolute;
  inset: 100% -25vw auto;
  font-weight: 900;
  text-align: center;
  color: #00329d;
}
@media screen and (min-width: 769px) {
  .c-cards__pager__total {
    margin-top: 0.8620689655vw;
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__pager__total {
    margin-top: 2.6666666667vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-cards__pager__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-cards__pager__list {
    gap: 0.5172413793vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__pager__list {
    gap: 3.2vmin;
  }
}
.c-cards__pager__list__item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-cards__pager__list__item .num {
    width: 2.5862068966vw;
    height: 2.5862068966vw;
    border-radius: 0.2586206897vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__pager__list__item .num {
    width: 8vmin;
    height: 8vmin;
    border-radius: 0.8vmin;
    font-size: 3.2vmin;
  }
}
.c-cards__pager__list__item .num.is-current {
  background-color: #00329d;
  color: #fff;
}
.c-cards__pager__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-cards__pager__btn {
    width: 2.5862068966vw;
    height: 2.5862068966vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__pager__btn {
    width: 8vmin;
    height: 8vmin;
  }
}
.c-cards__pager__btn::before {
  content: "";
  display: block;
  background-color: #00329d;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 50%);
  clip-path: polygon(100% 0, 100% 100%, 0% 50%);
}
@media screen and (min-width: 769px) {
  .c-cards__pager__btn::before {
    width: 0.775862069vw;
    height: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__pager__btn::before {
    width: 2.4vmin;
    height: 3.2vmin;
  }
}
.c-cards__pager__btn.next {
  scale: -1;
}
.c-cards__pager__btn[disabled] {
  pointer-events: none;
}
.c-cards__pager__btn[disabled]::before {
  background-color: #dcdcdc;
}

.c-cards__candidate {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s all ease-in-out;
}
.c-cards__candidate:not(.is-open) {
  opacity: 0;
  pointer-events: none;
}
.c-cards__candidate__scroll {
  position: absolute;
  inset: 0;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__scroll {
    padding: 6.8965517241vw 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__scroll {
    padding: 21.3333333333vmin 10.6666666667vmin;
  }
}
.c-cards__candidate__wrap {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__wrap {
    width: 27.5862068966vw;
  }
}
.c-cards__candidate__inner .list__item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item {
    padding: 1.2931034483vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item {
    width: 100%;
    padding: 2.6666666667vmin;
  }
}
.c-cards__candidate__inner .list__item .img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  pointer-events: none;
  width: 50%;
  margin-inline: auto;
}
.c-cards__candidate__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-cards__candidate__inner .list__item .img:empty {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #e8e8e8;
}
.c-cards__candidate__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-cards__candidate__inner .list__item .youtube {
    margin: -1.2931034483vw -1.2931034483vw 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .youtube {
    margin: -2.6666666667vmin -2.6666666667vmin 0;
  }
}
.c-cards__candidate__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-cards__candidate__inner .list__item .name {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .name {
    margin-top: 0.8620689655vw;
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .name {
    margin-top: 4vmin;
    font-size: 4vmin;
  }
}
.c-cards__candidate__inner .list__item .name .small {
  font-size: 0.75em;
}
.c-cards__candidate__inner .list__item .kana {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .kana {
    font-size: 0.9482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .kana {
    font-size: 2.9333333333vmin;
  }
}
.c-cards__candidate__inner .list__item .sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .sns {
    gap: 0.8620689655vw;
    margin-top: 0.6896551724vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .sns {
    gap: 5.3333333333vmin;
    margin-top: 4vmin;
  }
}
.c-cards__candidate__inner .list__item .sns__item a {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .sns__item a {
    gap: 0.6896551724vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .sns__item a {
    gap: 2.1333333333vmin;
  }
}
.c-cards__candidate__inner .list__item .sns__item a .icn {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .sns__item a .icn {
    width: 1.5517241379vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .sns__item a .icn {
    width: 5.3333333333vmin;
  }
}
.c-cards__candidate__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-cards__candidate__inner .list__item .sns__item a .txt {
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .sns__item a .txt {
    font-size: 2.9333333333vmin;
  }
}
.c-cards__candidate__inner .list__item .links {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .links {
    gap: 0.8620689655vw;
    margin-top: 1.2931034483vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .links {
    gap: 2.6666666667vmin;
    margin-top: 5.3333333333vmin;
    margin-bottom: 1.3333333333vmin;
  }
}
.c-cards__candidate__inner .list__item .links__item {
  padding-inline: 1em;
}
.c-cards__candidate__inner .list__item .links__item:has(.links__detail) {
  display: none;
}
.c-cards__candidate__inner .list__item .links__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  background-color: #6e126f;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .links__btn {
    height: 2.7586206897vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .links__btn {
    height: 10.6666666667vmin;
    font-size: 3.2vmin;
  }
}
.c-cards__candidate__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(https://saiseinomichi.fun/assets/img/icon/icn_blank.png) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .links__btn[target=_blank]::after {
    right: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .links__btn[target=_blank]::after {
    right: 4vmin;
  }
}
.c-cards__candidate__inner .list__item .links__btn.go2senkyo {
  text-indent: -100vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__inner .list__item .links__btn.go2senkyo {
    background: #fff url(https://saiseinomichi.fun/assets/img/icon/icn_go2senkyo.svg) no-repeat center/6.8965517241vw auto;
    border: 0.0862068966vw solid #6e126f;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__inner .list__item .links__btn.go2senkyo {
    background: #fff url(https://saiseinomichi.fun/assets/img/icon/icn_go2senkyo.svg) no-repeat center/21.3333333333vmin auto;
    border: 0.2666666667vmin solid #6e126f;
  }
}
.c-cards__candidate__inner .list__item .links__btn.go2senkyo::after {
  filter: none;
}
.c-cards__candidate__inner .list__item .links__detail {
  display: none;
}
.c-cards__candidate__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00329d;
  border-radius: 50%;
  translate: 50% -50%;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__close {
    width: 2.5862068966vw;
    height: 2.5862068966vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__close {
    width: 8vmin;
    height: 8vmin;
  }
}
.c-cards__candidate__close .bar {
  position: absolute;
  inset: 0;
  width: 50%;
  margin: auto;
  background-color: #fff;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-cards__candidate__close .bar {
    height: 0.1724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__candidate__close .bar {
    height: 0.5333333333vmin;
  }
}
.c-cards__candidate__close .bar.top {
  rotate: 45deg;
}
.c-cards__candidate__close .bar.bottom {
  rotate: -45deg;
}

.c-cards__detail {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s all ease-in-out;
}
.js-cards:not(.is-open) .c-cards__detail {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.c-cards__detail__scroll {
  position: absolute;
  inset: 0;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__scroll {
    padding: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__scroll {
    padding: 5.3333333333vmin 5.3333333333vmin 10.6666666667vmin;
  }
}
.c-cards__detail__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120dvh;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner {
    width: 34.4827586207vw;
  }
}
.c-cards__detail__inner .c-card {
  height: auto;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card {
    padding: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card {
    padding: 8vmin 5.3333333333vmin;
  }
}
.c-cards__detail__inner .c-card.is-new::before {
  content: none;
}
.c-cards__detail__inner .c-card .photo {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .photo {
    width: 13.7931034483vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .photo {
    width: 42.6666666667vmin;
    margin-bottom: 4.2666666667vmin;
  }
}
.c-cards__detail__inner .c-card .name {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .name {
    margin-bottom: 0.5172413793vw;
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .name {
    margin-bottom: 1.6vmin;
    font-size: 5.3333333333vmin;
  }
}
.c-cards__detail__inner .c-card .sns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .sns {
    margin-bottom: 1.724137931vw;
    gap: 0.6896551724vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .sns {
    margin-bottom: 5.3333333333vmin;
    gap: 2.1333333333vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .sns__item {
    width: 2.0689655172vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .sns__item {
    width: 6.4vmin;
  }
}
.c-cards__detail__inner .c-card .sns__item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .x {
    margin-bottom: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .x {
    margin-bottom: 5.3333333333vmin;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .attribute {
    margin-bottom: 5.3333333333vmin;
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .oshi__head {
    margin-bottom: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .oshi__head {
    margin-bottom: 2.6666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .oshi__list {
    gap: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .oshi__list {
    gap: 0.4310344828vw;
  }
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .oshi__list__item {
    width: 8.275862069vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .oshi__list__item {
    width: 24.5333333333vmin;
  }
}
.c-cards__detail__inner .c-card .oshi__photo {
  width: 80%;
  margin-inline: auto;
}
.c-cards__detail__inner .c-card .oshi__name {
  display: block;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .oshi__name {
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .oshi__name {
    font-size: 2.6666666667vmin;
  }
}
.c-cards__detail__inner .c-card .detail {
  display: block;
}
.c-cards__detail__inner .c-card .detail:has(.js-show-qr-btn.is-active) .detail__main {
  display: none;
}
.c-cards__detail__inner .c-card .detail:has(.js-show-qr-btn.is-active) .detail__qr {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__txt {
    font-size: 1.0344827586vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__txt {
    font-size: 3.2vmin;
    line-height: 1.8;
  }
}
.c-cards__detail__inner .c-card .detail__views {
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__views {
    font-size: 0.775862069vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__views {
    font-size: 2.4vmin;
    line-height: 1.8;
  }
}
.c-cards__detail__inner .c-card .detail__qr {
  display: none;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__qr {
    width: 11.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__qr {
    width: 34.1333333333vmin;
  }
}
.c-cards__detail__inner .c-card .detail__qr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100vmax;
  background-color: #eee;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__qr-btn {
    width: 15.5172413793vw;
    height: 3.1034482759vw;
    margin-top: 1.724137931vw;
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__qr-btn {
    width: 48vmin;
    height: 10.6666666667vmin;
    margin-top: 5.3333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-cards__detail__inner .c-card .detail__qr-btn.is-active {
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__qr-btn.is-active {
    margin-top: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__qr-btn.is-active {
    margin-top: 10.6666666667vmin;
  }
}
.c-cards__detail__inner .c-card .detail__qr-btn.is-active::before {
  content: "QRコードを非表示";
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__qr-btn.is-active::before {
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__qr-btn.is-active::before {
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__share {
    margin-top: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__share {
    margin-top: 8vmin;
  }
}
.c-cards__detail__inner .c-card .detail__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-cards__detail__inner .c-card .detail__share__url {
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__share__url {
    font-size: 2.6666666667vmin;
  }
}
.c-cards__detail__inner .c-card .detail__share__url__input {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__share__url__input {
    width: 17.2413793103vw;
    padding: 0.5172413793vw 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__share__url__input {
    width: 48vmin;
    padding: 1.6vmin 2.6666666667vmin;
  }
}
.c-cards__detail__inner .c-card .detail__share__url__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__share__url__label {
    padding: 0.5172413793vw 0.8620689655vw;
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__share__url__label {
    padding: 1.6vmin 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-cards__detail__inner .c-card .detail__share__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__inner .c-card .detail__share__list {
    margin-top: 1.724137931vw;
    gap: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__share__list {
    margin-top: 5.3333333333vmin;
    gap: 3.2vmin;
  }
}
.c-cards__detail__inner .c-card .detail__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-cards__detail__inner .c-card .detail__share__btn {
    width: 8.6206896552vw;
    height: 3.1034482759vw;
    gap: 0.8620689655vw;
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__inner .c-card .detail__share__btn {
    width: 26.6666666667vmin;
    height: 10.6666666667vmin;
    gap: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-cards__detail__inner .c-card .detail__share__btn.share {
  background-color: #000;
  color: #fff;
}
.c-cards__detail__inner .c-card .detail__share__btn.like {
  border: 0.1724137931vw solid #ccc;
  background-color: #fff;
}
.c-cards__detail__inner .c-card .detail__share__btn.like .num {
  font-size: 0.9482758621vw;
}
.c-cards__detail__inner .c-card .detail-btn {
  display: none;
}
.c-cards__detail__edit {
  margin-top: auto;
}
.c-cards__detail__edit.is-hidden {
  display: none;
}
.c-cards__detail__edit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__edit__head {
    gap: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__edit__head {
    gap: 4vmin;
  }
}
.c-cards__detail__edit__head.is-hidden {
  display: none;
}
.c-cards__detail__edit__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100vmax;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__edit__btn {
    width: 13.7931034483vw;
    padding: 0.8620689655vw 1.724137931vw;
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__edit__btn {
    width: 48vmin;
    padding: 2.6666666667vmin 5.3333333333vmin;
    font-size: 3.2vmin;
  }
}
.c-cards__detail__edit__notes {
  position: relative;
  line-height: 1.75;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__edit__notes {
    font-size: 0.775862069vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__edit__notes {
    padding-left: 1.2em;
    font-size: 2.6666666667vmin;
  }
}
.c-cards__detail__edit__notes::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .c-cards__detail__edit__notes::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-cards__detail__edit__notes a {
  text-decoration: underline;
}
.c-cards__detail__edit__body {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-cards__detail__edit__body.is-hidden {
  display: none;
}
.c-cards__detail__edit__body__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00329d;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__edit__body__close {
    width: 5.1724137931vw;
    height: 5.1724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__edit__body__close {
    width: 16vmin;
    height: 16vmin;
  }
}
.c-cards__detail__edit__body__close .bar {
  position: absolute;
  inset: 0;
  width: 50%;
  margin: auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__edit__body__close .bar {
    height: 0.1724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__edit__body__close .bar {
    height: 0.5333333333vmin;
  }
}
.c-cards__detail__edit__body__close .bar.top {
  rotate: 45deg;
}
.c-cards__detail__edit__body__close .bar.bottom {
  rotate: -45deg;
}
.c-cards__detail__edit__input {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid white;
  border-radius: 100vmax;
  overflow: hidden;
  z-index: 2000;
}
.c-cards__detail__edit__input .hidden {
  position: fixed;
  top: 0;
  left: -100vw;
}
.c-cards__detail__edit__input .input {
  color: #fff;
}
.c-cards__detail__edit__input .input:focus {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__edit__input .input {
    width: 17.2413793103vw;
    padding: 0.8620689655vw 1.724137931vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__edit__input .input {
    width: 53.3333333333vmin;
    padding: 2.6666666667vmin 5.3333333333vmin;
    font-size: 3.2vmin;
  }
}
.c-cards__detail__edit__input .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
@media screen and (min-width: 769px) {
  .c-cards__detail__edit__input .btn {
    width: 6.8965517241vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__edit__input .btn {
    width: 18.6666666667vmin;
    font-size: 3.2vmin;
  }
}
.c-cards__detail__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-cards__detail__close {
    width: 13.7931034483vw;
    margin-top: 1.724137931vw;
    margin-bottom: 10.3448275862vw;
    padding: 0.8620689655vw 1.724137931vw;
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__detail__close {
    width: 48vmin;
    margin-top: 5.3333333333vmin;
    margin-bottom: 32vmin;
    padding: 2.6666666667vmin 5.3333333333vmin;
    font-size: 3.2vmin;
  }
}

.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  transition: 0.6s all ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-card {
    padding: 1vw;
    border-radius: 0.6896551724vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card {
    padding: 4vmin 1.3333333333vmin;
    border-radius: 2.1333333333vmin;
  }
}
.c-card.is-new::before {
  content: "NEW";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e30000;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
  pointer-events: none;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-card.is-new::before {
    width: 2.0689655172vw;
    font-size: 0.6034482759vw;
    translate: -80% 60%;
  }
}
@media screen and (max-width: 768px) {
  .c-card.is-new::before {
    width: 6.4vmin;
    font-size: 1.8666666667vmin;
    translate: -55% 60%;
  }
}
.c-card .photo {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 1vw;
  border-radius: 50%;
  background: #eee url(../img/icn_default.png) no-repeat center/cover;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-card .photo {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .photo {
    margin-bottom: 2.6666666667vmin;
  }
}
.c-card .name {
  display: block;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-card .name {
    margin-bottom: 0.1vw;
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .name {
    margin-bottom: 0.5333333333vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-card .x {
  display: block;
  max-width: 80%;
  margin-inline: auto;
  letter-spacing: 0;
  text-decoration: underline;
  text-align: center;
  color: #00329d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-card .x {
    margin-bottom: 0.8vw;
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .x {
    margin-bottom: 2.6666666667vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-card .attribute {
  margin-top: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-card .attribute {
    margin-bottom: 0.8vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .attribute {
    margin-bottom: 2.6666666667vmin;
    font-size: 2.9333333333vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-card .oshi {
    margin-bottom: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .oshi {
    margin-bottom: 5.3333333333vmin;
  }
}
.c-card .oshi__head {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-card .oshi__head {
    margin-bottom: 0.5vw;
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .oshi__head {
    margin-bottom: 1.3333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-card .oshi__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-card .oshi__list {
    gap: 0.2vw;
    padding: 0 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .oshi__list {
    gap: 0.5333333333vmin;
  }
}
.c-card .oshi__list__item {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-card .oshi__list__item {
    width: 2.7586206897vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .oshi__list__item {
    width: 8.5333333333vmin;
  }
}
.c-card .oshi__photo {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-card .oshi__name {
  display: none;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-card .oshi__name {
    margin-top: 0.5vw;
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .oshi__name {
    margin-top: 2.1333333333vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-card .detail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  background-color: #efefef;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-card .detail-btn {
    padding: 0.5vw 0;
    font-size: 0.95vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .detail-btn {
    padding: 1.6vmin 0;
    font-size: 2.6666666667vmin;
  }
}
.c-card .detail {
  display: none;
}
.c-card .sns {
  display: none;
}

[data-candidate=検討中],
[data-candidate=再生の道（箱推し）] {
  pointer-events: none;
  cursor: default;
}

[data-candidate=検討中] .oshi__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
}
[data-candidate=検討中] .oshi__photo::before {
  content: "検討中";
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 769px) {
  [data-candidate=検討中] .oshi__photo::before {
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  [data-candidate=検討中] .oshi__photo::before {
    font-size: 2.6666666667vmin;
  }
}

[data-candidate=再生の道（箱推し）] .oshi__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(81, 7, 120, 0.5);
}
[data-candidate=再生の道（箱推し）] .oshi__photo::before {
  content: "箱";
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 769px) {
  [data-candidate=再生の道（箱推し）] .oshi__photo::before {
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 768px) {
  [data-candidate=再生の道（箱推し）] .oshi__photo::before {
    font-size: 4.2666666667vmin;
  }
}

[data-candidate=やなぎさわ誉之] .oshi__photo {
  background-image: url(../img/oshi/01_yanagisawa_takayuki.png);
}

[data-candidate=天野こころ] .oshi__photo {
  background-image: url(../img/oshi/02_amano_kokoro.png);
}

[data-candidate=たいら雄大] .oshi__photo {
  background-image: url(../img/oshi/03_taira_yuudai.png);
}

[data-candidate=弘田としやす] .oshi__photo {
  background-image: url(../img/oshi/04_hirota_toshiyasu.png);
}

[data-candidate=岩崎あきら] .oshi__photo {
  background-image: url(../img/oshi/05_iwasaki_akira.png);
}

[data-candidate=坪田こうすけ] .oshi__photo {
  background-image: url(../img/oshi/06_tsubota_kousuke.png);
}

[data-candidate=岡本ゆうじ] .oshi__photo {
  background-image: url(../img/oshi/07_okamoto_yuuji.png);
}

[data-candidate=松尾ゆうき] .oshi__photo {
  background-image: url(../img/oshi/08_matsuo_yuuki.png);
}

[data-candidate=加藤てつお] .oshi__photo {
  background-image: url(../img/oshi/09_katou_tetsuo.png);
}

[data-candidate=山下こういち] .oshi__photo {
  background-image: url(../img/oshi/10_yamashita_kouichi.png);
}

[data-candidate="くれ よしつぐ"] .oshi__photo {
  background-image: url(../img/oshi/11_kure_yoshitsugu.png);
}

[data-candidate="とりうみ あや"] .oshi__photo {
  background-image: url(../img/oshi/12_toriumi_aya.png);
}

[data-candidate="はぎわら たかし"] .oshi__photo {
  background-image: url(../img/oshi/13_hagiwara_takashi.png);
}

[data-candidate=奥本かずき] .oshi__photo {
  background-image: url(../img/oshi/14_okumoto_kazuki.png);
}

[data-candidate=青柳みつや] .oshi__photo {
  background-image: url(../img/oshi/15_aoyagi_mitsuya.png);
}

[data-candidate="こすみ けんしろう"] .oshi__photo {
  background-image: url(../img/oshi/16_kosumi_kenshirou.png);
}

[data-candidate=増田よしひこ] .oshi__photo {
  background-image: url(../img/oshi/17_masuda_yoshihiko.png);
}

[data-candidate=中村幸信] .oshi__photo {
  background-image: url(../img/oshi/18_nakamura_yukinobu.png);
}

[data-candidate="南 貴大"] .oshi__photo {
  background-image: url(../img/oshi/19_minami_takahiro.png);
}

[data-candidate=船本優月] .oshi__photo {
  background-image: url(../img/oshi/20_funamoto_yuduki.png);
}

[data-candidate="うえま あつこ"] .oshi__photo {
  background-image: url(../img/oshi/21_uema_atsuko.png);
}

[data-candidate=片岡ひろし] .oshi__photo {
  background-image: url(../img/oshi/22_kataoka_hiroshi.png);
}

[data-candidate="えら やすひろ"] .oshi__photo {
  background-image: url(../img/oshi/23_era_yasuhiro.png);
}

[data-candidate=岩見なつよ] .oshi__photo {
  background-image: url(../img/oshi/24_iwami_natsuyo.png);
}

[data-candidate=福岡なつみ] .oshi__photo {
  background-image: url(../img/oshi/25_fukuoka_natsumi.png);
}

[data-candidate=すなみ薫] .oshi__photo {
  background-image: url(../img/oshi/26_sunami_kaoru.png);
}

[data-candidate=尾花山かずや] .oshi__photo {
  background-image: url(../img/oshi/27_obanayama_kazuya.png);
}

[data-candidate=村越じゅんた] .oshi__photo {
  background-image: url(../img/oshi/28_murakoshi_junta.png);
}

[data-candidate=松尾まさひろ] .oshi__photo {
  background-image: url(../img/oshi/29_matsuo_masahiro.png);
}

[data-candidate=浅井なおゆき] .oshi__photo {
  background-image: url(../img/oshi/30_asai_naoyuki.png);
}

[data-candidate=たきぐち昭彦] .oshi__photo {
  background-image: url(../img/oshi/31_takiguchi_akihiko.png);
}

[data-candidate=すけだ雄也] .oshi__photo {
  background-image: url(../img/oshi/32_sukeda_yuuya.png);
}

[data-candidate=大塚きいち] .oshi__photo {
  background-image: url(../img/oshi/33_ootsuka_kiichi.png);
}

[data-candidate=石田ゆたか] .oshi__photo {
  background-image: url(../img/oshi/34_ishida_yutaka.png);
}

[data-candidate=河添ひろし] .oshi__photo {
  background-image: url(../img/oshi/35_kawazoe_hiroshi.png);
}

[data-candidate=奥泉あきひろ] .oshi__photo {
  background-image: url(../img/oshi/36_okuizumi_akihiro.png);
}

[data-candidate=渡辺純平] .oshi__photo {
  background-image: url(../img/oshi/37_watanabe_junpei.png);
}

[data-candidate=石井まさき] .oshi__photo {
  background-image: url(../img/oshi/38_ishii_masaki.png);
}

[data-candidate=土田ひろし] .oshi__photo {
  background-image: url(../img/oshi/39_tsuchida_hiroshi.png);
}

[data-candidate=こうぐち信明] .oshi__photo {
  background-image: url(../img/oshi/40_kouguchi_nobuaki.png);
}

[data-candidate=仲れいこ] .oshi__photo {
  background-image: url(../img/oshi/41_naka_reiko.png);
}

[data-candidate=奥村こうき] .oshi__photo {
  background-image: url(../img/oshi/42_okumura_kouki.png);
}

[data-candidate=吉田あや] .oshi__photo {
  background-image: url(../img/oshi/43_yoshida_aya.png);
}

[data-candidate="浦野 仁"] .oshi__photo {
  background-image: url(../img/oshi/44_urano_jin.png);
}

[data-candidate=大谷佳弘] .oshi__photo {
  background-image: url(../img/oshi/45_ootani_yoshihiro.png);
}

[data-candidate=金井きょうた] .oshi__photo {
  background-image: url(../img/oshi/46_kanai_kyouta.png);
}

[data-candidate="きじま やすお"] .oshi__photo {
  background-image: url(../img/oshi/47_kijuma_yasuo.png);
}

[data-candidate="ぎぼ はるき"] .oshi__photo {
  background-image: url(../img/oshi/48_gibo_haruki.png);
}

[data-candidate="小林 学"] .oshi__photo {
  background-image: url(../img/oshi/49_kobayashi_manabu.png);
}

[data-candidate=水野純也] .oshi__photo {
  background-image: url(../img/oshi/50_mizuno_junya.png);
}

[data-candidate=宮田崇生] .oshi__photo {
  background-image: url(../img/oshi/51_miyata_takao.png);
}

[data-candidate=横山はるき] .oshi__photo {
  background-image: url(../img/oshi/52_yokoyama_haruki.png);
}

.c-form {
  background-color: rgba(53, 116, 251, 0.15);
  background-image: url(../img/bg_grid.png);
  background-repeat: repeat;
  background-position: center top;
}
@media screen and (min-width: 769px) {
  .c-form {
    padding: 6.8965517241vw 0;
    background-size: 0.8620689655vw auto;
  }
}
@media screen and (max-width: 768px) {
  .c-form {
    padding: 5.3333333333vmin 2.6666666667vmin 8vmin;
    background-size: 2.5vw auto;
  }
}

@media screen and (max-width: 768px) {
  div:has(.g-recaptcha-bubble-arrow) {
    left: 0 !important;
  }
}

.c-form__wrap {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__wrap {
    width: 86.2068965517vw;
    margin-inline: auto;
    padding: 6.8965517241vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__wrap {
    padding: 5.3333333333vmin 4vmin 10.6666666667vmin;
  }
}

.c-form__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-form__head {
    gap: 1.2931034483vw;
    margin-bottom: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__head {
    gap: 2.6666666667vmin;
    margin-bottom: 5.3333333333vmin;
  }
}
.c-form__head .head {
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .c-form__head .head {
    font-size: 2.4137931034vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__head .head {
    font-size: 5.8666666667vmin;
  }
}
.c-form__head .txt {
  background-color: #00329d;
  padding: 0.1em 0.75em;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__head .txt {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__head .txt {
    font-size: 3.7333333333vmin;
    text-align: center;
  }
}
.c-form__head .txt .strong {
  font-size: 1.2em;
  line-height: 0.5;
  color: #f6ff00;
}

.c-form__notice {
  background-color: #f3f3f3;
}
@media screen and (min-width: 769px) {
  .c-form__notice {
    margin-bottom: 5.1724137931vw;
    padding: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice {
    margin-bottom: 10.6666666667vmin;
    padding: 5.3333333333vmin 4vmin;
  }
}
.c-form__notice.is-hidden {
  display: none;
}
.c-form__notice__head {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-form__notice__head {
    margin-bottom: 1.2931034483vw;
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__head {
    margin-bottom: 4vmin;
    font-size: 3.4666666667vmin;
  }
}
.c-form__notice__txt {
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .c-form__notice__txt {
    margin-bottom: 2.5862068966vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__txt {
    margin-bottom: 8vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-form__notice__col {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-form__notice__col {
    gap: 1.724137931vw;
    margin-bottom: 2.5862068966vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__col {
    flex-direction: column;
    gap: 2.6666666667vmin;
    margin-bottom: 5.3333333333vmin;
  }
}
.c-form__notice__col__item {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) {
  .c-form__notice__col__item {
    border-radius: 1.2931034483vw;
    padding: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__col__item {
    border-radius: 2.6666666667vmin;
    padding: 4vmin;
  }
}
.c-form__notice__col__head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-form__notice__col__head {
    margin-bottom: 0.8620689655vw;
    font-size: 1.1206896552vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__col__head {
    margin-bottom: 2.6666666667vmin;
    font-size: 3.2vmin;
  }
}
.c-form__notice__col__list {
  display: flex;
  flex-direction: column;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .c-form__notice__col__list {
    gap: 0.6896551724vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__col__list {
    gap: 1.0666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-form__notice__col__list__item {
  position: relative;
  padding-left: 1em;
}
.c-form__notice__col__list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-form__notice__section__head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-form__notice__section__head {
    margin-bottom: 0.8620689655vw;
    font-size: 1.1206896552vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__section__head {
    margin-bottom: 2.6666666667vmin;
    font-size: 3.2vmin;
  }
}
.c-form__notice__section__txt {
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .c-form__notice__section__txt {
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__section__txt {
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-form__notice__section__txt + .c-form__notice__section__txt {
    margin-top: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__notice__section__txt + .c-form__notice__section__txt {
    margin-top: 2.6666666667vmin;
  }
}

.c-form__input.is-hidden {
  display: none;
}
.c-form__input:has([name=id]) .c-form__input__edit {
  display: block;
}
.c-form__input__edit {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-form__input__edit {
    margin-bottom: 1.724137931vw;
    padding-top: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__edit {
    margin-bottom: 5.3333333333vmin;
    padding-top: 5.3333333333vmin;
  }
}
.c-form__input__edit__txt {
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .c-form__input__edit__txt {
    margin-bottom: 1.724137931vw;
    font-size: 1.2068965517vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__edit__txt {
    margin-bottom: 5.3333333333vmin;
    font-size: 3.4666666667vmin;
  }
}
.c-form__input__edit__txt small {
  display: block;
  color: #999;
}
@media screen and (min-width: 769px) {
  .c-form__input__edit__txt small {
    margin-top: 0.4310344828vw;
    font-size: 0.9482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__edit__txt small {
    margin-top: 2.1333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.c-form__input__edit__txt .marker {
  background: linear-gradient(transparent 60%, #ff0 60%);
  font-weight: 700;
}
.c-form__input__edit__remove {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-form__input__edit__remove {
    gap: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__edit__remove {
    gap: 2.6666666667vmin;
  }
}
.c-form__input__edit__remove .input {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-form__input__edit__remove .input {
    width: 1.3793103448vw;
    height: 1.3793103448vw;
    border: 0.1724137931vw solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__edit__remove .input {
    width: 4.2666666667vmin;
    height: 4.2666666667vmin;
    border: 0.5333333333vmin solid #ccc;
  }
}
.c-form__input__edit__remove .input:has(:checked)::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 40%;
  height: 80%;
  margin: auto;
  rotate: 45deg;
  translate: 0 -10%;
}
@media screen and (min-width: 769px) {
  .c-form__input__edit__remove .input:has(:checked)::before {
    border-right: 0.1724137931vw solid #00329d;
    border-bottom: 0.1724137931vw solid #00329d;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__edit__remove .input:has(:checked)::before {
    border-right: 0.5333333333vmin solid #00329d;
    border-bottom: 0.5333333333vmin solid #00329d;
  }
}
.c-form__input__edit__remove .txt {
  font-weight: 700;
  color: #e30000;
}
@media screen and (min-width: 769px) {
  .c-form__input__edit__remove .txt {
    font-size: 1.2068965517vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__edit__remove .txt {
    font-size: 3.4666666667vmin;
  }
}
.c-form__input__wrap.is-hidden {
  display: none;
}
.c-form__input__list {
  margin-inline: auto;
}
.c-form__input__list__item {
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item {
    padding-top: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item {
    padding-top: 5.3333333333vmin;
  }
}
.c-form__input__list__item dt {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item dt {
    gap: 0.8620689655vw;
    margin-bottom: 1.2931034483vw;
    font-size: 1.2068965517vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item dt {
    gap: 2.6666666667vmin;
    margin-bottom: 4vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-form__input__list__item dt::before {
  content: "任意";
  background-color: #999;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item dt::before {
    padding: 0.0862068966vw 0.8620689655vw;
    border-radius: 0.5172413793vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item dt::before {
    min-width: 13.3333333333vmin;
    padding: 0.2666666667vmin 2.6666666667vmin;
    border-radius: 1.6vmin;
    font-size: 3.2vmin;
  }
}
.c-form__input__list__item dt.required::before {
  content: "必須";
  background-color: #e30000;
}
.c-form__input__list__item dd {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item dd {
    padding-bottom: 1.724137931vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item dd {
    padding-bottom: 5.3333333333vmin;
    font-size: 3.2vmin;
  }
}
.c-form__input__list__item .error {
  display: none;
  color: #e30000;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .error {
    margin-top: 0.4310344828vw;
    font-size: 0.9482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .error {
    margin-top: 1.3333333333vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-form__input__list__item .input {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .input {
    gap: 0.5172413793vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .input {
    gap: 1.6vmin;
  }
}
.c-form__input__list__item .input.is-error input[type=text],
.c-form__input__list__item .input.is-error input[type=password],
.c-form__input__list__item .input.is-error textarea,
.c-form__input__list__item .input.is-error .select,
.c-form__input__list__item .input.is-error .checkbox {
  border-color: rgba(227, 0, 0, 0.5);
  background-color: rgba(227, 0, 0, 0.1);
}
.c-form__input__list__item .input.is-error + .error {
  display: block;
}
.c-form__input__list__item .input input[type=text],
.c-form__input__list__item .input input[type=password] {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .input input[type=text],
  .c-form__input__list__item .input input[type=password] {
    width: 50%;
    padding: 0 0.8620689655vw;
    border: 0.1724137931vw solid #ccc;
    border-radius: 0.5172413793vw;
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .input input[type=text],
  .c-form__input__list__item .input input[type=password] {
    width: 100%;
    padding: 0 2.6666666667vmin;
    border: 0.5333333333vmin solid #ccc;
    border-radius: 1.6vmin;
    font-size: 4.2666666667vmin;
  }
  .c-form__input__list__item .input input[type=text]:focus,
  .c-form__input__list__item .input input[type=password]:focus {
    font-size: 16px;
  }
}
.c-form__input__list__item .input input[type=text][readonly],
.c-form__input__list__item .input input[type=password][readonly] {
  border-color: rgba(246, 255, 0, 0.15);
  background-color: rgba(246, 255, 0, 0.15);
}
.c-form__input__list__item .input .checkbox {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .input .checkbox {
    width: 1.3793103448vw;
    height: 1.3793103448vw;
    border: 0.1724137931vw solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .input .checkbox {
    width: 4.2666666667vmin;
    height: 4.2666666667vmin;
    border: 0.5333333333vmin solid #ccc;
  }
}
.c-form__input__list__item .input .checkbox:has([readonly]) {
  background-color: rgba(246, 255, 0, 0.15);
}
.c-form__input__list__item .input .checkbox:has(:checked)::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 40%;
  height: 80%;
  margin: auto;
  rotate: 45deg;
  translate: 0 -10%;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .input .checkbox:has(:checked)::before {
    border-right: 0.1724137931vw solid #00329d;
    border-bottom: 0.1724137931vw solid #00329d;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .input .checkbox:has(:checked)::before {
    border-right: 0.5333333333vmin solid #00329d;
    border-bottom: 0.5333333333vmin solid #00329d;
  }
}
.c-form__input__list__item .input input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -100vw;
}
.c-form__input__list__item .input .select {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .input .select {
    width: 30%;
    padding: 0 0.8620689655vw;
    border: 0.1724137931vw solid #ccc;
    border-radius: 0.5172413793vw;
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .input .select {
    width: 100%;
    padding: 0 2.6666666667vmin;
    border: 0.5333333333vmin solid #ccc;
    border-radius: 1.6vmin;
    font-size: 4.2666666667vmin;
  }
}
.c-form__input__list__item .input .select[disabled] {
  border-color: rgba(246, 255, 0, 0.15);
  background-color: rgba(246, 255, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .input .select.candidate {
    margin-top: 1.2931034483vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .input .select.candidate {
    margin-top: 4vmin;
  }
}
.c-form__input__list__item .input .select.is-hidden {
  display: none;
}
.c-form__input__list__item .input textarea {
  width: 100%;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .input textarea {
    min-height: 10.3448275862vw;
    padding: 0.8620689655vw;
    border: 0.1724137931vw solid #ccc;
    border-radius: 0.5172413793vw;
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .input textarea {
    min-height: 42.6666666667vmin;
    padding: 2.6666666667vmin;
    border: 0.5333333333vmin solid #ccc;
    border-radius: 1.6vmin;
    font-size: 4.2666666667vmin;
  }
  .c-form__input__list__item .input textarea:focus {
    font-size: 16px;
  }
}
.c-form__input__list__item .input textarea[readonly] {
  border-color: rgba(246, 255, 0, 0.15);
  background-color: rgba(246, 255, 0, 0.15);
}
.c-form__input__list__item .sub {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item .sub {
    margin-top: 1.2931034483vw;
    margin-left: 1.2931034483vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item .sub {
    margin-top: 4vmin;
    margin-left: 4vmin;
    font-size: 3.2vmin;
  }
}
.c-form__input__list__item small {
  display: block;
  color: #999;
}
@media screen and (min-width: 769px) {
  .c-form__input__list__item small {
    margin-top: 0.4310344828vw;
    font-size: 0.9482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__list__item small {
    margin-top: 1.3333333333vmin;
    font-size: 2.9333333333vmin;
  }
}
@media screen and (min-width: 769px) {
  .c-form__input__section {
    margin-top: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__section {
    margin-top: 10.6666666667vmin;
  }
}
.c-form__input__section__head {
  background-color: #efefef;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-form__input__section__head {
    margin-bottom: 1.2931034483vw;
    padding: 0.4310344828vw 0.8620689655vw;
    font-size: 1.2068965517vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__section__head {
    margin-bottom: 4vmin;
    padding: 1.3333333333vmin 2.6666666667vmin;
    font-size: 3.7333333333vmin;
  }
}
.c-form__input__section__txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-form__input__section__txt {
    margin-bottom: 1.2931034483vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__section__txt {
    margin-bottom: 4vmin;
    font-size: 3.2vmin;
  }
}
.c-form__input__section__txt small {
  display: inline-block;
  line-height: 1.75;
  color: #999;
}
@media screen and (min-width: 769px) {
  .c-form__input__section__txt small {
    font-size: 0.9482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__section__txt small {
    margin-top: 1.3333333333vmin;
    font-size: 2.9333333333vmin;
  }
}
.c-form__input__recaptcha {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .c-form__input__recaptcha {
    margin-top: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__recaptcha {
    margin-top: 10.6666666667vmin;
  }
}
.c-form__input__recaptcha .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}
.c-form__input__confirm {
  position: relative;
}
.c-form__input__confirm.is-hidden {
  position: fixed;
  top: 0;
  left: -100vw;
  opacity: 0;
  pointer-events: none;
}
.c-form__input__submit.is-hidden {
  position: fixed;
  top: 0;
  left: -100vw;
  opacity: 0;
  pointer-events: none;
}
.c-form__input__submit__txt {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-form__input__submit__txt {
    margin-top: 3.4482758621vw;
    font-size: 1.2068965517vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__submit__txt {
    margin-top: 10.6666666667vmin;
    font-size: 3.2vmin;
    line-height: 1.825;
    text-align: left;
  }
}
.c-form__input__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.4s opacity ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-form__input__buttons {
    gap: 1.724137931vw;
    margin-top: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__buttons {
    gap: 5.3333333333vmin;
    margin-top: 10.6666666667vmin;
  }
}
.c-form__input__buttons.is-hidden {
  position: fixed;
  top: 0;
  left: -100vw;
  opacity: 0;
  pointer-events: none;
}
.c-form__input__buttons__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  background-color: #00329d;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__input__buttons__btn {
    width: 27.5862068966vw;
    padding: 1.2931034483vw;
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__buttons__btn {
    width: 74.6666666667vmin;
    padding: 4vmin;
    font-size: 4.8vmin;
  }
}
.c-form__input__buttons__revice {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 100vmax;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-form__input__buttons__revice {
    width: 13.7931034483vw;
    padding: 0.8620689655vw;
    font-size: 1.2068965517vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input__buttons__revice {
    width: 42.6666666667vmin;
    padding: 2.6666666667vmin;
    font-size: 3.7333333333vmin;
  }
}

.c-form__complete {
  background-color: #f3f3f3;
  transition: 0.6s opacity ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-form__complete {
    margin-bottom: 1.2931034483vw;
    padding: 3.4482758621vw;
    border-radius: 2.5862068966vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__complete {
    margin-bottom: 4vmin;
    padding: 5.3333333333vmin;
    border-radius: 4vmin;
  }
}
.c-form__complete.is-hidden {
  position: fixed;
  top: 0;
  left: -100vw;
  opacity: 0;
  pointer-events: none;
}
.c-form__complete__head {
  font-weight: 900;
  text-align: center;
  color: #00329d;
}
@media screen and (min-width: 769px) {
  .c-form__complete__head {
    margin-bottom: 1.2931034483vw;
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__complete__head {
    margin-bottom: 4vmin;
    font-size: 4.2666666667vmin;
  }
}
.c-form__complete__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-form__complete__txt {
    gap: 1.2931034483vw;
    font-size: 1.2068965517vw;
    line-height: 2.25;
  }
}
@media screen and (max-width: 768px) {
  .c-form__complete__txt {
    gap: 4vmin;
    font-size: 3.2vmin;
    line-height: 2;
  }
}
.c-form__complete__txt .btn {
  text-decoration: underline;
  color: #00329d;
}

.c-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  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: 6.8965517241vw;
    height: 6.8965517241vw;
  }
}
@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: 0.2586206897vw;
  }
}
@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-graph {
  display: none;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-graph {
    padding: 6.8965517241vw 6.8965517241vw;
  }
}
@media screen and (max-width: 768px) {
  .c-graph {
    padding: 10.6666666667vmin 6.6666666667vmin;
  }
}

.c-graph__head {
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-graph__head {
    margin-bottom: 2.1551724138vw;
    font-size: 2.4137931034vw;
  }
}
@media screen and (max-width: 768px) {
  .c-graph__head {
    margin-bottom: 8vmin;
    font-size: 5.8666666667vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-graph__txt {
    display: flex;
    justify-content: center;
    margin-bottom: 3.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .c-graph__txt {
    margin-bottom: 8vmin;
  }
}
.c-graph__txt .txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-graph__txt .txt {
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-graph__txt .txt {
    font-size: 3.2vmin;
  }
}

@media screen and (min-width: 769px) {
  .c-graph__section {
    margin-bottom: 2.5862068966vw;
  }
}
@media screen and (max-width: 768px) {
  .c-graph__section {
    margin-bottom: 9.3333333333vmin;
  }
}
.c-graph__section__head {
  padding: 0.25em 1em;
  background-color: #00329d;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-graph__section__head {
    margin-bottom: 1.724137931vw;
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 768px) {
  .c-graph__section__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 4.2666666667vmin;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .c-graph__section__txt {
    margin-bottom: 1.724137931vw;
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 768px) {
  .c-graph__section__txt {
    margin-bottom: 4vmin;
    font-size: 3.2vmin;
    line-height: 2;
  }
}
.graph__scroll {
  display: flex;
  width: 100vw;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .graph__scroll {
    margin-inline: -6.8965517241vw;
    padding: 1.724137931vw 6.8965517241vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__scroll {
    margin-inline: -6.6666666667vmin;
    padding: 4vmin 6.6666666667vmin;
  }
}
.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) {
  .graph__inner {
    margin: 0 0 2.5862068966vw 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__inner {
    margin: 0 0 5.3333333333vmin 5.8666666667vmin;
  }
}
.graph__txt {
  position: absolute;
  top: 100%;
  right: 100%;
  white-space: nowrap;
  translate: 50% 0;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .graph__txt {
    margin-top: 0.6896551724vw;
    font-size: 0.6896551724vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__txt {
    margin-top: 2.1333333333vmin;
    font-size: 2.1333333333vmin;
  }
}
.graph__horizontal {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.graph__horizontal__item {
  position: relative;
  flex: 1;
  border-top: 1px dotted #bbb;
}
.graph__horizontal__item:nth-of-type(1) {
  border-top: 1px solid #bbb;
}
.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) {
  .graph__horizontal__item::before {
    margin-right: 0.6896551724vw;
    font-size: 0.775862069vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__horizontal__item::before {
    margin-right: 2.1333333333vmin;
    font-size: 2.4vmin;
  }
}
.graph__vertical {
  position: relative;
  display: flex;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .graph__vertical {
    height: 24.1379310345vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__vertical {
    height: 74.6666666667vmin;
  }
}
.graph__vertical::after {
  content: "";
  display: block;
  flex: 1;
  border-right: 1px solid #bbb;
}
@media screen and (min-width: 769px) {
  .graph__vertical::after {
    min-width: 8.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__vertical::after {
    min-width: 25.0666666667vmin;
  }
}
.graph__vertical__item {
  position: relative;
  flex: 1;
  border-right: 1px dotted #bbb;
}
@media screen and (min-width: 769px) {
  .graph__vertical__item {
    min-width: 8.4482758621vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__vertical__item {
    min-width: 25.0666666667vmin;
  }
}
.graph__vertical__item .bar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: var(--bar);
  --bg: #999;
  background-color: var(--bg);
  translate: 50% 0;
}
.graph__vertical__item .bar::before {
  content: attr(data-count);
  position: absolute;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .graph__vertical__item .bar::before {
    inset: 0.0862068966vw 0 auto;
    font-size: 0.775862069vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__vertical__item .bar::before {
    inset: 0.2666666667vmin 0 auto;
    font-size: 2.4vmin;
  }
}
.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) {
  .graph__vertical__item .legend {
    margin-top: 0.6896551724vw;
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 768px) {
  .graph__vertical__item .legend {
    margin-top: 2.1333333333vmin;
    font-size: 2.6666666667vmin;
  }
}

.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: 1.724137931vw;
  }
}
@media screen and (max-width: 768px) {
  .c-closed__inner {
    gap: 5.3333333333vmin;
    padding-inline: 5.3333333333vmin;
  }
}

.c-closed__head {
  font-weight: 700;
  text-align: center;
  color: #6e126f;
}
@media screen and (min-width: 769px) {
  .c-closed__head {
    font-size: 3.1034482759vw;
  }
}
@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: 1.3793103448vw;
  }
}
@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: 1.3793103448vw;
  }
}
@media screen and (max-width: 768px) {
  .c-closed__time {
    font-size: 3.7333333333vmin;
  }
}

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

.u-marker {
  background: linear-gradient(transparent 60%, #f6ff00 60%);
}
/*# sourceMappingURL=style.css.map */
