@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*==================================================

style

==================================================*/
html {
  font-size: 10px;
}

#dreamkidsdanceaudition {
  background: #0A0B13;
  color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.75;
  overflow-x: hidden;
  font-size: clamp(1.3rem, 1.328125vw, 3.4rem);
  /* common
  ==================================================*/
  /* main
  ==================================================*/
  /* overview
  ==================================================*/
  /* information
  ==================================================*/
  /* schedule
  ==================================================*/
  /* guidelines
  ==================================================*/
  /* contact
  ==================================================*/
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition {
    font-size: min(4.2666666667vw, 3.2rem);
  }
}
#dreamkidsdanceaudition * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#dreamkidsdanceaudition span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
#dreamkidsdanceaudition img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
#dreamkidsdanceaudition a {
  display: block;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-onlyPc {
    display: none;
  }
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-onlySp {
    display: none;
  }
}
#dreamkidsdanceaudition .p-no-break {
  white-space: nowrap;
}
#dreamkidsdanceaudition .p-header {
  width: 100%;
  padding: 30px 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-header {
    padding: 15px 15px 0;
  }
}
#dreamkidsdanceaudition .p-header__logo {
  width: 19.53125vw;
  height: 2.578125vw;
  max-width: 250px;
  max-height: 33px;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-header__logo {
    width: 40vw;
    height: 5.3333333333vw;
    max-width: 300px;
    max-height: 40px;
  }
}
#dreamkidsdanceaudition .p-header__logo:hover {
  opacity: 0.6;
}
#dreamkidsdanceaudition .p-content {
  position: relative;
}
#dreamkidsdanceaudition .p-content__mb {
  height: 16.40625vw;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-content__mb {
    height: 64vw;
    max-height: 380px;
  }
}
#dreamkidsdanceaudition .p-inner {
  width: 84.375%;
  max-width: calc(1080px * 2);
  margin: 0 auto;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-inner {
    width: 92%;
  }
}
#dreamkidsdanceaudition .p-btn {
  width: 60.3703703704%;
  margin: 0 auto;
  filter: drop-shadow(min(0.9375vw, 24px) min(0.9375vw, 24px) 0 #ffffff);
  transition: filter 0.5s;
  transform: translateZ(0); /* Safari対策 */
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-btn {
    width: 86.9565217391%;
    filter: drop-shadow(min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) 0 #ffffff);
  }
}
#dreamkidsdanceaudition .p-btn:hover {
  filter: drop-shadow(0 0 0 transparent) brightness(1.3);
}
#dreamkidsdanceaudition .p-heading {
  width: 66.2037037037%;
  max-width: 1430px;
  margin: 0 auto 4.6296296296%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-heading {
    width: 86.9565217391%;
    margin-bottom: 8.6956521739%;
  }
}
#dreamkidsdanceaudition .p-lead {
  margin-bottom: 5.5555555556%;
  letter-spacing: 0.04em;
  line-height: 2.25;
  text-align: center;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-lead {
    width: 86.9565217391%;
    margin: 0 auto 2em;
    line-height: 1.75;
    text-align: left;
  }
}
#dreamkidsdanceaudition .p-detail {
  padding: 1.8518518519% 3.2407407407% 3.7037037037%;
  background: linear-gradient(to right, #D3BED3 0%, #D3EAE7 100%);
  border-radius: 25px;
  color: #7B488D;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-detail {
    margin: 0 6.5217391304%;
    padding: 0.75em 0.75em 1.5em;
    border-radius: 15px;
  }
}
#dreamkidsdanceaudition .p-detail * {
  letter-spacing: 0.04em;
}
#dreamkidsdanceaudition .p-detail--reverse {
  background: linear-gradient(to right, #D3EAE7 0%, #D3BED3 100%);
}
#dreamkidsdanceaudition .p-detail__ttl {
  margin-bottom: 1.25em;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
  font-size: clamp(1.6rem, 1.71875vw, 4.4rem);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-detail__ttl {
    font-size: min(4.5333333333vw, 3.4rem);
  }
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-detail__ttl {
    margin-bottom: 0.5em;
  }
}
#dreamkidsdanceaudition .p-detail__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  border-radius: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#dreamkidsdanceaudition .p-notes {
  letter-spacing: normal;
  font-size: clamp(0.9rem, 0.9375vw, 2.4rem);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-notes {
    font-size: min(3.2vw, 2.4rem);
  }
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-centerSp {
    text-align: center;
  }
}
#dreamkidsdanceaudition .p-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-float {
    bottom: 15px;
    right: 15px;
  }
}
#dreamkidsdanceaudition .p-float[data-float=hidden] {
  opacity: 0;
  transform: translateX(calc(100% + 30px));
}
#dreamkidsdanceaudition .p-float[data-float=show] {
  opacity: 1;
  transform: translateX(0);
}
#dreamkidsdanceaudition .p-float[data-float-fixed=off] {
  position: absolute;
}
#dreamkidsdanceaudition .p-float__bnr {
  width: 14.84375vw;
  max-width: 190px;
  height: 14.84375vw;
  max-height: 190px;
  margin-bottom: min(1.5625vw, 40px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-float__bnr {
    width: 32vw;
    max-width: 180px;
    height: 32vw;
    max-height: 180px;
    margin-bottom: min(4vw, 30px);
  }
}
#dreamkidsdanceaudition .p-float__bnr a {
  filter: drop-shadow(min(0.9375vw, 24px) min(0.9375vw, 24px) 0 #ffffff);
  transition: filter 0.5s;
  transform: translateZ(0); /* Safari対策 */
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-float__bnr a {
    filter: drop-shadow(min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) 0 #ffffff);
  }
}
#dreamkidsdanceaudition .p-float__bnr a:hover {
  filter: drop-shadow(0 0 0 transparent) brightness(1.3);
}
#dreamkidsdanceaudition .p-float__pagetop {
  width: 6.40625vw;
  height: 6.40625vw;
  max-width: 82px;
  max-height: 82px;
  margin-left: auto;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-float__pagetop {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    max-width: 66px;
    max-height: 66px;
  }
}
#dreamkidsdanceaudition .p-float__pagetop a {
  width: 100%;
  height: 100%;
  background-color: #FF729C;
  border-radius: 100%;
  position: relative;
  transition: filter 0.5s;
  transform: translateZ(0); /* Safari対策 */
}
#dreamkidsdanceaudition .p-float__pagetop a::before, #dreamkidsdanceaudition .p-float__pagetop a::after {
  content: "";
  width: 1.796875vw;
  height: 0.46875vw;
  max-width: 23px;
  max-height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-float__pagetop a::before, #dreamkidsdanceaudition .p-float__pagetop a::after {
    width: 3.2vw;
    height: 0.8vw;
    border-radius: 0.4vw;
  }
}
#dreamkidsdanceaudition .p-float__pagetop a::before {
  transform: translateX(calc(-50% + 1px)) rotate(-50deg);
  transform-origin: left bottom;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-float__pagetop a::before {
    transform: translateX(-50%) rotate(-50deg);
  }
}
#dreamkidsdanceaudition .p-float__pagetop a::after {
  transform: translateX(calc(-50% - 1px)) rotate(50deg);
  transform-origin: right bottom;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-float__pagetop a::after {
    transform: translateX(-50%) rotate(50deg);
  }
}
#dreamkidsdanceaudition .p-float__pagetop a:hover {
  filter: brightness(1.3);
}
#dreamkidsdanceaudition .p-footer {
  padding: 50px;
  background: #DA0000;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-footer {
    padding: 20px;
  }
}
#dreamkidsdanceaudition .p-footer__txt {
  margin-bottom: 3em;
  font-size: clamp(1rem, 1.09375vw, 2.8rem);
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-footer__txt {
    margin-bottom: 2em;
    font-size: min(2.9333333333vw, 2.2rem);
    letter-spacing: normal;
  }
}
#dreamkidsdanceaudition .p-footer__logo {
  width: 31.09375%;
  max-width: 398px;
  margin: 0 auto;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-footer__logo {
    width: 71.6417910448%;
    max-width: 480px;
  }
}
#dreamkidsdanceaudition .p-footer__logo:hover {
  opacity: 0.6;
}
#dreamkidsdanceaudition .main {
  position: relative;
}
#dreamkidsdanceaudition .main__img {
  position: relative;
  overflow-x: hidden;
}
#dreamkidsdanceaudition .main__img__txt {
  width: 132.8125%;
  max-width: 3400px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .main__img__txt {
    width: 100%;
    max-width: 100%;
  }
}
#dreamkidsdanceaudition .main__img__ttl {
  width: 132.8125%;
  max-width: 3400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .main__img__ttl {
    width: 100%;
    max-width: 100%;
  }
}
#dreamkidsdanceaudition .main__container {
  margin-bottom: max(100px, 7.8125%);
  position: relative;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .main__container {
    margin-bottom: max(400px, 106.6666666667%);
  }
}
#dreamkidsdanceaudition .main__container__inner {
  margin-top: max(-560px, -21.875vw);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .main__container__inner {
    margin-top: max(-40px, -8vw);
  }
}
#dreamkidsdanceaudition .main__container__inner .p-btn {
  margin-bottom: 9.2592592593%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .main__container__inner .p-btn {
    margin-bottom: 14.4927536232%;
  }
}
#dreamkidsdanceaudition .main__message {
  width: max-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .main__message {
    padding-top: 5.5em;
  }
}
#dreamkidsdanceaudition .main__message__info {
  width: 8.25em;
  height: 8.25em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .main__message__info {
    width: 6.5625em;
    height: 6.5625em;
    top: 0;
    left: -1em;
    transform: translate(0, 0);
  }
}
#dreamkidsdanceaudition .main__message__txt__copy {
  margin-top: 0.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(2.4rem, 2.5vw, 6.4rem);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .main__message__txt__copy {
    font-size: min(5.3333333333vw, 4rem);
  }
}
#dreamkidsdanceaudition .main__message__txt__copy span {
  padding-left: 5px;
  background: linear-gradient(to bottom, transparent 0%, transparent 45%, #43678F 45%, #43678F 90%, transparent 90%);
}
#dreamkidsdanceaudition .p-obj {
  position: relative;
}
#dreamkidsdanceaudition .p-obj__img {
  width: 35.15625vw;
  max-width: 900px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img {
    width: 58.6666666667vw;
  }
}
#dreamkidsdanceaudition .p-obj__img--left {
  left: max(-20.703125vw, -530px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img--left {
    left: max(-26.6666666667vw, -200px);
  }
}
#dreamkidsdanceaudition .p-obj__img--right {
  right: max(-20.703125vw, -530px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img--right {
    right: max(-26.6666666667vw, -200px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj01 {
  top: max(-16.015625vw, -410px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj01 {
    top: max(-25.3333333333vw, -190px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj02 {
  top: max(-8.984375vw, -230px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj02 {
    top: min(4vw, 30px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj03 {
  top: max(-5.859375vw, -150px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj03 {
    right: max(-32vw, -240px);
    top: max(-6.6666666667vw, -50px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj04 {
  bottom: max(-33.59375vw, -860px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj04 {
    left: max(-32vw, -240px);
    bottom: max(-4vw, -30px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj05 {
  top: min(7.03125vw, 180px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj05 {
    top: max(-26.6666666667vw, -200px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj06 {
  top: max(-3.125vw, -80px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj06 {
    top: max(-18.6666666667vw, -140px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj07 {
  bottom: max(-14.453125vw, -370px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj07 {
    bottom: max(-32vw, -240px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj08 {
  bottom: max(-7.8125vw, -200px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj08 {
    bottom: max(-28vw, -210px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj09 {
  top: 0;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj09 {
    top: min(17.3333333333vw, 130px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj10 {
  top: max(-1.5625vw, -40px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj10 {
    top: min(5.3333333333vw, 40px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj11 {
  top: max(-11.71875vw, -300px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj11 {
    top: max(-29.3333333333vw, -220px);
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj12 {
  top: 0;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj12 {
    top: max(-8vw, -60px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj13 {
  top: max(-1.171875vw, -30px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj13 {
    left: max(-32vw, -240px);
    top: max(-24vw, -180px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj14 {
  top: max(-6.25vw, -160px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj14 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj15 {
  bottom: min(6.25vw, 160px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj15 {
    left: max(-32vw, -240px);
    bottom: min(18.6666666667vw, 140px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj16 {
  top: 0;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj16 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj17 {
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj17 {
    bottom: min(80vw, 600px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj18 {
  top: max(-13.28125vw, -340px);
  z-index: -1;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj18 {
    right: 0;
    left: max(-29.3333333333vw, -220px);
    top: max(-8vw, -60px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj19 {
  top: max(-10.9375vw, -280px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj19 {
    top: max(-16vw, -120px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj20 {
  top: max(-6.640625vw, -170px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj20 {
    top: max(-21.3333333333vw, -160px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj21 {
  bottom: max(-1.171875vw, -30px);
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .p-obj__img.obj21 {
    bottom: max(-2.6666666667vw, -20px);
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp01 {
  top: min(26.6666666667vw, 200px);
  z-index: -1;
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp01 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp02 {
  top: min(32vw, 240px);
  z-index: -1;
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp02 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp03 {
  top: min(40vw, 300px);
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp03 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp04 {
  top: min(88vw, 660px);
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp04 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp05 {
  bottom: max(-24vw, -180px);
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp05 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp06 {
  bottom: max(-17.3333333333vw, -130px);
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp06 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp07 {
  right: max(-32vw, -240px);
  top: max(-10.6666666667vw, -80px);
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp07 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp08 {
  right: max(-32vw, -240px);
  bottom: min(33.3333333333vw, 250px);
  z-index: 0;
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp08 {
    display: none;
  }
}
#dreamkidsdanceaudition .p-obj__img.obj-sp09 {
  bottom: min(13.3333333333vw, 100px);
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .p-obj__img.obj-sp09 {
    display: none;
  }
}
#dreamkidsdanceaudition .overview {
  padding-bottom: 12.5%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .overview {
    padding-bottom: 26.6666666667%;
  }
}
#dreamkidsdanceaudition .overview__detail {
  margin-bottom: 7.4074074074%;
  padding: 3.7037037037%;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .overview__detail {
    margin-bottom: 11.5942028986%;
    padding: 11.5942028986% 7.2463768116%;
  }
}
#dreamkidsdanceaudition .overview__detail__container {
  margin-bottom: 0.75em;
  display: flex;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .overview__detail__container {
    margin-bottom: 1.5em;
    flex-direction: column;
    line-height: 1.5;
  }
}
#dreamkidsdanceaudition .overview__detail__container dt {
  font-weight: 500;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .overview__detail__container dd {
    letter-spacing: normal;
  }
}
#dreamkidsdanceaudition .overview__detail__item {
  min-width: 10em;
  margin-right: 1em;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .overview__detail__item {
    margin: 0 0 0.25em;
    text-align: center;
  }
}
#dreamkidsdanceaudition .overview__detail__item .icon {
  width: 0.2em;
  height: 0.2em;
  background: #7B488D;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0.75em;
  right: 0;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .overview__detail__item .icon {
    display: none;
  }
}
#dreamkidsdanceaudition .overview__detail__item .icon::before, #dreamkidsdanceaudition .overview__detail__item .icon::after {
  content: "";
  width: 0.2em;
  height: 0.2em;
  background: #7B488D;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
}
#dreamkidsdanceaudition .overview__detail__item .icon::before {
  left: -0.75em;
}
#dreamkidsdanceaudition .overview__detail__item .icon::after {
  left: -1.5em;
}
#dreamkidsdanceaudition .overview__detail__desc dl {
  display: flex;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .overview__detail__desc dl {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .overview__detail__desc dl:not(:last-child) {
    margin-bottom: 0.75em;
  }
}
#dreamkidsdanceaudition .overview__detail__desc dl .black {
  color: #333333;
}
#dreamkidsdanceaudition .information {
  padding: 7.8125% 0 12.5%;
  background: rgb(237.85, 237.92, 238.48);
  color: #000000;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .information {
    padding: 10.6666666667% 0 16%;
  }
}
#dreamkidsdanceaudition .information__list {
  display: flex;
  gap: 0 5.5555555556%;
  justify-content: center;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .information__list {
    flex-direction: column;
    gap: 40px 0;
  }
}
#dreamkidsdanceaudition .information__list li {
  width: 29.6296296296%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .information__list li {
    width: 100%;
  }
}
#dreamkidsdanceaudition .information__list li a {
  transition: opacity 0.5s;
}
#dreamkidsdanceaudition .information__list li a:hover {
  opacity: 0.6;
}
#dreamkidsdanceaudition .schedule {
  padding: 7.8125% 0 12.5%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .schedule {
    padding: 26.6666666667% 0 40%;
  }
}
#dreamkidsdanceaudition .schedule .p-heading {
  margin-bottom: 7.4074074074%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .schedule .p-heading {
    margin-bottom: 17.3913043478%;
  }
}
#dreamkidsdanceaudition .schedule__calendar {
  width: 75.9259259259%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .schedule__calendar {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
#dreamkidsdanceaudition .schedule__calendar .gc iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 8/6.5;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .schedule__calendar .gc iframe {
    aspect-ratio: 1/2;
  }
}
#dreamkidsdanceaudition .guidelines {
  padding: 7.8125% 0 11.71875%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .guidelines {
    padding: 10.6666666667% 0 21.3333333333%;
  }
}
#dreamkidsdanceaudition .guidelines__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #dreamkidsdanceaudition .guidelines .p-heading {
    margin-bottom: 7.4074074074%;
  }
}
#dreamkidsdanceaudition .guidelines__detail {
  margin-bottom: 2.7777777778%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .guidelines__detail {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
}
#dreamkidsdanceaudition .guidelines__detail__list {
  display: grid;
  gap: 0.5em 0;
  place-content: center;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .guidelines__detail__list {
    gap: 1em 0;
    place-content: start;
  }
}
#dreamkidsdanceaudition .guidelines__detail__list__item {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .guidelines__detail__list__item {
    display: block;
    letter-spacing: normal;
    line-height: 1.5;
  }
}
#dreamkidsdanceaudition .guidelines__detail__list__item:not(:first-of-type) {
  margin-left: 1em;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .guidelines__detail__list__item:not(:first-of-type) {
    margin: 1em 0 0;
  }
}
#dreamkidsdanceaudition .guidelines__detail__list--qualification li p {
  padding-left: 0;
  text-indent: 0;
}
#dreamkidsdanceaudition .guidelines__detail__process {
  display: grid;
  place-content: center;
}
#dreamkidsdanceaudition .guidelines__detail__process li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .guidelines__detail__process li {
    letter-spacing: normal;
    line-height: 1.5;
  }
}
#dreamkidsdanceaudition .guidelines__detail__process li:not(:last-child) {
  margin-bottom: 0.5em;
  padding-bottom: 1.25em;
  position: relative;
}
#dreamkidsdanceaudition .guidelines__detail__process li:not(:last-child)::after {
  content: "";
  border-top: solid 0.55em #7B488D;
  border-left: solid 0.45em transparent;
  border-right: solid 0.45em transparent;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#dreamkidsdanceaudition .guidelines .p-btn {
  margin: 9.2592592593% auto 18.5185185185%;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .guidelines .p-btn {
    margin: 11.5942028986% auto 23.1884057971%;
  }
}
#dreamkidsdanceaudition .guidelines__bnr {
  width: 85.9375%;
  max-width: 2200px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .guidelines__bnr {
    width: 85.3333333333%;
  }
}
#dreamkidsdanceaudition .guidelines__bnr a {
  transition: filter 0.5s;
  transform: translateZ(0); /* Safari対策 */
}
#dreamkidsdanceaudition .guidelines__bnr a:hover {
  filter: brightness(1.3);
}
#dreamkidsdanceaudition .contact__lead {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .contact__lead {
    margin-bottom: 1em;
  }
}
#dreamkidsdanceaudition .contact__info {
  margin-bottom: 12.962962963%;
  text-align: center;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .contact__info {
    width: 86.9565217391%;
    margin: 0 auto 11.5942028986%;
    text-align: left;
  }
}
#dreamkidsdanceaudition .contact__info p {
  line-height: 2;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .contact__info p {
    line-height: 1.75em;
  }
}
#dreamkidsdanceaudition .contact__info__mail {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #dreamkidsdanceaudition .contact__info__mail {
    margin-bottom: 1em;
  }
}
#dreamkidsdanceaudition .contact__info__mail a {
  text-decoration: underline;
  display: inline-block;
}
#dreamkidsdanceaudition .contact__info__mail a:hover {
  text-decoration: none;
}
#dreamkidsdanceaudition .contact__info__notes li {
  padding-left: 1em;
  text-indent: -1em;
}/*# sourceMappingURL=dreamkidsdanceaudition.css.map */