@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6, li) {
  overflow-wrap: break-word;
  line-height: inherit;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
  cursor: not-allowed;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  word-wrap: break-word;
  position: relative;
  background: #fff9f0;
}
body.is-modal-open {
  overflow: hidden;
}

::selection {
  background: #665f57;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover, a:visited {
  text-decoration: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  user-select: none;
  pointer-events: none;
}

.font-gochi-hand {
  font-family: "Gochi Hand", cursive;
  font-weight: 400;
  font-style: normal;
}

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

.is-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}

.audition-wrapper {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  padding-bottom: calc(100 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-wrapper {
    padding-bottom: calc(40 / 16 * 1rem);
  }
}
.audition-wrapper .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.audition-wrapper .kv-bg > img {
  scale: 2;
  animation: kvBgRotation 60s infinite linear forwards;
}
.audition-wrapper .kv-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(300 / 16 * 1rem);
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 249, 240, 0) 0%, rgb(255, 249, 240) 100%);
}

@keyframes kvBgRotation {
  100% {
    rotate: 360deg;
  }
}
@media (prefers-reduced-motion: reduce) {
  .has-inview {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.audition-kv__image {
  width: 84%;
  margin: 0 auto;
  opacity: 0;
}
.audition-kv__image.is-inview {
  opacity: 1;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .audition-kv__image {
    width: 92%;
  }
}
.audition-kv__title {
  width: 87.5%;
  margin: -11% auto 0 auto;
  opacity: 0;
  translate: 0 calc(-10 / 16 * 1rem);
  scale: 1.5;
  transition: 1.4s 0.4s cubic-bezier(0.9, -0.01, 1, 1);
}
.audition-kv__title.is-inview {
  scale: 1;
  opacity: 1;
  translate: 0;
}

.audition-paper-bg01 {
  position: absolute;
  width: 86.4%;
  left: 6.7%;
  top: 24vw;
  z-index: -1;
}

.audition-common-box {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16.66%;
}
@media screen and (max-width: 960px) {
  .audition-common-box {
    padding: 0 4%;
  }
}

.audition-cont01 {
  position: relative;
}
.audition-cont01__title {
  width: 95.5%;
  margin: calc(50 / 16 * 1rem) auto;
}
.audition-cont01 .period {
  margin-top: calc(20 / 16 * 1rem);
}
.audition-cont01__paper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.audition-cont01__paper-bg img {
  width: 100%;
}
.audition-cont01__foot-image {
  width: 92.5%;
  margin: calc(50 / 16 * 1rem) auto 0 auto;
  overflow: hidden;
}
.audition-cont01__foot-image img {
  translate: 0 100%;
  opacity: 0;
}
.audition-cont01__foot-image.is-inview img {
  translate: 0 0;
  opacity: 1;
  transition: 0.6s 0.2s ease-out;
}

.audition-requirements__box {
  margin-bottom: calc(50 / 16 * 1rem);
  border-radius: calc(14 / 16 * 1rem);
  position: relative;
  z-index: 0;
  padding-bottom: calc(50 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-requirements__box {
    margin-bottom: calc(30 / 16 * 1rem);
    padding-bottom: calc(20 / 16 * 1rem);
  }
}
.audition-requirements__box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.audition-requirements__box--01 {
  background: #ffcbab;
}
.audition-requirements__box--01 .audition-requirements__subtitle {
  width: 56%;
}
@media screen and (max-width: 960px) {
  .audition-requirements__box--01 .audition-requirements__subtitle {
    width: 84%;
  }
}
.audition-requirements__box--02 {
  background: #f9bec0;
}
.audition-requirements__box--02 .audition-requirements__subtitle {
  width: 82.2%;
}
@media screen and (max-width: 960px) {
  .audition-requirements__box--02 .audition-requirements__subtitle {
    width: 90.42%;
  }
}
.audition-requirements__box--03 {
  background: #f7ecb2;
}
.audition-requirements__box--03 .audition-requirements__subtitle {
  width: 17.6%;
}
@media screen and (max-width: 960px) {
  .audition-requirements__box--03 .audition-requirements__subtitle {
    width: 26.4%;
  }
}
.audition-requirements__number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 10.6%;
  translate: -35% -15%;
  opacity: 0;
  rotate: -40deg;
}
.audition-requirements__number.is-inview {
  opacity: 1;
  rotate: 0deg;
  translate: -25% -25%;
  transition: 0.6s ease-out;
}
.audition-requirements__subtitle {
  position: relative;
  z-index: 1;
  padding: calc(50 / 16 * 1rem) 0 calc(20 / 16 * 1rem) 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .audition-requirements__subtitle {
    padding: calc(30 / 16 * 1rem) 0;
  }
}
.audition-requirements__cont01 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 4%;
}
.audition-requirements__cont01 > li {
  width: 18%;
  translate: calc(10 / 16 * 1rem) 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .audition-requirements__cont01 > li {
    width: 24%;
  }
}
.audition-requirements__cont01.is-inview li {
  transition: 0.6s;
  opacity: 1;
  translate: 0 0;
}
.audition-requirements__cont01.is-inview li:nth-of-type(2) {
  transition-delay: 0.1s;
}
.audition-requirements__cont01.is-inview li:nth-of-type(3) {
  transition-delay: 0.2s;
}
.audition-requirements__cont02 {
  position: relative;
  z-index: 1;
}
.audition-requirements__cont02 > img {
  width: 59.6%;
  margin: 0 auto;
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .audition-requirements__cont02 > img {
    width: 70%;
  }
}
.audition-requirements__cont02.is-inview img {
  opacity: 1;
  transition: 0.6s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.audition-requirements__cont03 {
  position: relative;
  z-index: 1;
}
.audition-requirements__cont03-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 / 16 * 1rem);
}
.audition-requirements__cont03-text {
  text-align: center;
  padding-top: calc(30 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-requirements__cont03-text {
    padding-top: calc(20 / 16 * 1rem);
    font-size: calc(11 / 16 * 1rem);
  }
}
.audition-requirements__cont03-item01 {
  width: 13%;
  translate: calc(-20 / 16 * 1rem) 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .audition-requirements__cont03-item01 {
    width: 19.5%;
  }
}
.audition-requirements__cont03-item02 {
  width: 10.7%;
  translate: 0 calc(20 / 16 * 1rem);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .audition-requirements__cont03-item02 {
    width: 16.05%;
  }
}
.audition-requirements__cont03-item02 svg {
  width: 100%;
  height: auto;
}
.audition-requirements__cont03-item02 svg path {
  stroke: none;
}
.audition-requirements__cont03-item03 {
  width: 16.7%;
  translate: calc(20 / 16 * 1rem) 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .audition-requirements__cont03-item03 {
    width: 25.05%;
  }
}
.audition-requirements__cont03.is-inview .audition-requirements__cont03-item01 {
  transition: 0.6s;
  opacity: 1;
  transition-delay: 0.1s;
  translate: 0;
}
.audition-requirements__cont03.is-inview .audition-requirements__cont03-item02 {
  transition: 0.6s;
  opacity: 1;
  transition-delay: 0.5s;
  translate: 0;
}
.audition-requirements__cont03.is-inview .audition-requirements__cont03-item03 {
  transition: 0.6s;
  opacity: 1;
  transition-delay: 0.3s;
  translate: 0;
}

.audition-cont02 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: calc(70 / 16 * 1rem) 0;
}
@media screen and (max-width: 960px) {
  .audition-cont02 {
    padding: calc(30 / 16 * 1rem) 0;
    background-size: cover;
  }
}
.audition-cont02__title {
  margin: 0 auto calc(50 / 16 * 1rem) auto;
}
.audition-cont02__title--01 {
  width: 15.3%;
}
@media screen and (max-width: 960px) {
  .audition-cont02__title--01 {
    width: 30.6%;
  }
}
.audition-cont02__title--02 {
  width: 15.3%;
  margin-top: calc(50 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-cont02__title--02 {
    width: 30.6%;
  }
}
.audition-cont02__outline {
  border-radius: calc(20 / 16 * 1rem);
  overflow: hidden;
  margin-bottom: calc(20 / 16 * 1rem);
}
.audition-cont02__outline > li {
  background: #fff0d4;
  padding: calc(20 / 16 * 1rem);
  display: flex;
  align-items: center;
  font-size: calc(18 / 16 * 1rem);
  gap: calc(15 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-cont02__outline > li {
    font-size: calc(14 / 16 * 1rem);
  }
}
.audition-cont02__outline > li:not(:last-of-type) {
  margin-bottom: calc(5 / 16 * 1rem);
}
.audition-cont02__outline > li > i {
  width: calc(46 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-cont02__outline > li > i {
    width: calc(30 / 16 * 1rem);
  }
}
.audition-cont02__note {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .audition-cont02__note {
    font-size: calc(11 / 16 * 1rem);
  }
}
.audition-cont02__skills {
  display: flex;
}
.audition-cont02__skills > li {
  width: 33.33%;
}
.audition-cont02__skills > li:not(:last-of-type) {
  border-right: 1px solid #c0b2ac;
}
.audition-cont02__skills > li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .audition-cont02__skills > li figure {
    padding: 0 calc(10 / 16 * 1rem);
  }
}
.audition-cont02__skills > li figure img {
  width: 40%;
  margin-bottom: calc(15 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-cont02__skills > li figure img {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .audition-cont02__skills > li figure figcaption {
    font-size: calc(12 / 16 * 1rem);
    line-height: 1.3;
  }
}

.audition-cont03 {
  background: #fff6e5;
  padding: calc(70 / 16 * 1rem) 4% 0 4%;
}
@media screen and (max-width: 960px) {
  .audition-cont03 {
    padding: calc(30 / 16 * 1rem) 4% 0 4%;
  }
}
.audition-cont03 img {
  opacity: 0;
  transition: 0.8s;
}
.audition-cont03 img.is-inview {
  opacity: 1;
}

.audition-cont04 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: calc(70 / 16 * 1rem) 4%;
}
@media screen and (max-width: 960px) {
  .audition-cont04 {
    padding: calc(30 / 16 * 1rem) 0 calc(70 / 16 * 1rem) 0;
  }
}
.audition-cont04__title {
  margin: 0 auto;
}
.audition-cont04__title--01 {
  width: 15.3%;
}
@media screen and (max-width: 960px) {
  .audition-cont04__title--01 {
    width: 30.6%;
  }
}
.audition-cont04__title--02 {
  width: 15.4%;
}
@media screen and (max-width: 960px) {
  .audition-cont04__title--02 {
    width: 30.8%;
  }
}
.audition-cont04__title--02 {
  margin-top: calc(50 / 16 * 1rem);
}
.audition-cont04__register {
  margin: calc(50 / 16 * 1rem) 0 calc(20 / 16 * 1rem) 0;
  background: #fff0d4;
  border-radius: calc(20 / 16 * 1rem);
  padding: calc(25 / 16 * 1rem) calc(20 / 16 * 1rem);
  font-size: calc(20 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-cont04__register {
    font-size: calc(16 / 16 * 1rem);
  }
}
.audition-cont04__note {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .audition-cont04__note {
    font-size: calc(11 / 16 * 1rem);
  }
}
.audition-cont04__period {
  margin: calc(50 / 16 * 1rem) 0;
}
.audition-cont04__caution {
  margin-top: calc(20 / 16 * 1rem);
  background: #fff9f0;
  padding: calc(40 / 16 * 1rem) calc(40 / 16 * 1rem) calc(70 / 16 * 1rem) calc(40 / 16 * 1rem);
  border-radius: calc(20 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-cont04__caution {
    padding: calc(20 / 16 * 1rem) calc(20 / 16 * 1rem) calc(40 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
}
.audition-cont04__caution-list {
  font-size: calc(14 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-cont04__caution-list {
    font-size: calc(11 / 16 * 1rem);
  }
}
.audition-cont04__caution-list li {
  position: relative;
  padding-left: calc(30 / 16 * 1rem);
  margin: calc(10 / 16 * 1rem) 0;
}
.audition-cont04__caution-list li:before {
  content: "";
  width: calc(14 / 16 * 1rem);
  height: calc(2 / 16 * 1rem);
  background: #eb6877;
  position: absolute;
  top: calc(13 / 16 * 1rem);
  left: 0;
}
@media screen and (max-width: 960px) {
  .audition-cont04__caution-list li:before {
    top: calc(10 / 16 * 1rem);
  }
}
.audition-cont04__privacy-policy {
  text-align: center;
  margin: calc(30 / 16 * 1rem) 0 calc(80 / 16 * 1rem) 0;
}
@media screen and (max-width: 960px) {
  .audition-cont04__privacy-policy {
    margin: calc(30 / 16 * 1rem) 0 calc(30 / 16 * 1rem) 0;
  }
}
.audition-cont04__privacy-policy a {
  text-decoration: underline;
  text-underline-offset: calc(2 / 16 * 1rem);
  color: #bb4968;
}
.audition-cont04__cta {
  padding: 0 16%;
}
@media screen and (max-width: 960px) {
  .audition-cont04__cta {
    padding: 0;
  }
}
.audition-cont04__cta a {
  display: block;
  width: 100%;
  font-size: calc(36 / 16 * 1rem);
  font-weight: 800;
  background: #e76675;
  border: calc(3 / 16 * 1rem) solid white;
  border-radius: calc(200 / 16 * 1rem);
  text-align: center;
  color: white;
  padding: calc(20 / 16 * 1rem) 0;
  box-shadow: 0 0 calc(10 / 16 * 1rem) rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s;
}
.audition-cont04__cta a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .audition-cont04__cta a {
    font-size: calc(18 / 16 * 1rem);
  }
}

.audition-float-banner {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e76675;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.audition-float-banner.is-hidden {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  visibility: hidden;
  pointer-events: none;
}
.audition-float-banner .audition-common-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(20 / 16 * 1rem);
  padding-bottom: calc(20 / 16 * 1rem);
  gap: calc(30 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .audition-float-banner .audition-common-box {
    padding-top: calc(10 / 16 * 1rem);
    padding-bottom: calc(10 / 16 * 1rem);
    gap: calc(10 / 16 * 1rem);
  }
}
.audition-float-banner__period {
  width: 41.4%;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .audition-float-banner__period {
    width: 50%;
  }
}
.audition-float-banner__cta {
  flex-grow: 1;
}
.audition-float-banner__cta a {
  text-align: center;
  font-size: calc(30 / 16 * 1rem);
  font-weight: 800;
  border-radius: calc(100 / 16 * 1rem);
  display: block;
  background: white;
  color: #d5354b;
  line-height: 1;
  border: calc(2 / 16 * 1rem) solid #d5354b;
  box-shadow: 0 0 calc(10 / 16 * 1rem) rgba(213, 53, 75, 0.4);
  width: 100%;
  padding: calc(25 / 16 * 1rem) 0;
  transition: opacity 0.2s;
}
.audition-float-banner__cta a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .audition-float-banner__cta a {
    font-size: calc(16 / 16 * 1rem);
    padding: calc(15 / 16 * 1rem) 0;
  }
}

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