@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

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;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img {
  vertical-align: bottom;
}

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

dl, dt, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

.xxxxxxxxx:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.svg-inline--fa {
  margin-right: 0.2em;
}

body {
  color: #333;
  background: #fff;
  font-size: 16px;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  text-align: center;
}

@media screen and (max-width: 559px) {
  body {
    font-size: 14px;
  }
}
p {
  margin: 0;
}

a {
  font-weight: bold;
  color: #09f;
  text-decoration: none;
  outline: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.7;
}

.set_width {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1059px) {
  .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 559px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

.entry_b {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_b a {
  font-weight: normal;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  border-radius: 2.75em;
  display: block;
  background: #ee0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#ee0000));
  background: linear-gradient(to bottom, #ff3333 0%, #ee0000 100%);
  padding: 0.75em 2em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.25em;
}
.end {
  background: #ee0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#ee0000));
  background: linear-gradient(to bottom, #ff3333 0%, #ee0000 100%);
  color: #fff;
  text-align: center;
  padding: 1.5em 0;
  font-size: 1.125em;
}

.rtn_kids {
  background: #000;
  padding: 12px 0;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.rtn_kids a {
  font-weight: normal;
  color: #fff;
}

.rinji_title_area {
  padding: 3em 0;
  background: #fdd1e2;
}
.rinji_title_area .title {
  margin: 1em auto 2em;
  width: 100%;
  max-width: 600px;
}
.rinji_title_area .title img {
  width: 100%;
}

.wide_set_contents {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}

.audtion_info {
  text-align: left;
  padding: 2em 0;
}
@media screen and (max-width: 559px) {
  .audtion_info {
    padding: 2em 0;
  }
}

h2.show_group {
  background: #fdd1e2;
  color: #f75b87;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em 0;
}

ul.audition_date {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.audition_date li {
  padding: 1rem 2.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.875em;
}
ul.audition_date li span {
  display: block;
}
ul.audition_date li em {
  font-size: 2em;
  font-style: normal;
}
ul.audition_date li .ddl {
  margin-top: 3px;
}
@media only screen and (max-width: 999px) {
  ul.audition_date {
    max-width: 450px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.audition_date li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 1rem 1em;
    border-bottom: 1px dotted #999;
  }
  ul.audition_date li:last-child {
    border-bottom: 0;
  }
  ul.audition_date li .ddl {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 349px) {
  ul.audition_date {
    font-size: 0.875em;
  }
}

.app_req_area {
  margin: 0 20px 2em;
}
.app_req_area p {
  font-size: 1.125em;
  line-height: 1.75;
}
.app_req_area p .age {
  font-size: 1.75em;
  padding-right: 3px;
}
.app_req_area p .check {
  color: #f00;
  margin-right: 3px;
}

footer {
  background: #000;
  color: #fff;
  padding: 3em 0;
}
footer p {
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
}

ul.flow {
  margin: 2em 1em 2em;
}
@media only screen and (max-width: 599px) {
  ul.flow {
    margin: 1em 5px 2em;
  }
}
ul.flow li h3 {
  background: #e3e3e3;
  border-radius: 6px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.5em;
  padding: 0.325em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 599px) {
  ul.flow li h3 {
    font-size: 1.125em;
  }
}
ul.flow li h3 .num {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.25em 1em;
  margin-right: 0.5em;
  line-height: 1;
}
ul.flow li p {
  font-size: 1.125em;
  line-height: 1.75;
  margin: 0 0.5em;
}
@media only screen and (max-width: 599px) {
  ul.flow li p {
    font-size: 1em;
    line-height: 1.5;
  }
}
ul.flow li .arrow {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #ccc;
  margin: 1rem auto 2rem;
}
@media only screen and (max-width: 599px) {
  ul.flow li .arrow {
    margin: 0.25em 0 0.325em;
  }
}
ul.flow li .notice {
  border-radius: 6px;
  background: rgba(253, 209, 226, 0.1);
  margin: 2em auto 3em;
  padding: 0.75em 1em;
  border: 1px solid #fdd1e2;
}
@media only screen and (max-width: 599px) {
  ul.flow li .notice {
    margin: 1em 0.5em;
    padding: 0.5em;
  }
}
ul.flow li .notice p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0.5em;
}
ul.flow li .notice p:before {
  display: none;
  content: "\f00c";
  font-family: "Font Awesome 5 Solid";
}
ul.flow li .notice p .svg-inline--fa {
  color: red;
}

/*-----------------------------------------------------

formset_area

-----------------------------------------------------*/
@media (min-width: 960px) {
  a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 959px) {
  .wide_set_contents {
    border-width: 0;
  }
}
.formset_area {
  max-width: 900px;
  margin: 5em auto;
  padding: 0px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .formset_area {
    margin: 3em auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 399px) {
  .formset_area {
    margin: 2em auto;
    padding: 0 15px;
  }
}
.formset_area p.subb {
  font-size: 1em;
  font-weight: bold;
  color: #f75b87;
  text-align: center;
  margin-bottom: 0.75em;
}
.formset_area h1 {
  color: #f75b87;
  font-size: 2.25em;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #f75b87;
}
.formset_area h1 .min {
  padding-right: 0.1em;
  font-size: 75%;
}
@media screen and (max-width: 599px) {
  .formset_area h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 329px) {
  .formset_area h1 {
    font-size: 1.35em;
  }
}
.formset_area ul {
  margin-left: 1.5em;
  list-style-type: disc;
}
.formset_area ul li {
  line-height: 1.5;
  padding: 0.25em 0;
}

.form_using p {
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 0.25em;
}

p.error_msg {
  border: 2px solid #e00;
  border-radius: 4px;
  color: #e00;
  padding: 0.5em 0.5em;
  text-align: center;
}

.required {
  background: #e00;
  color: #fff;
  padding: 2px 0.5em;
  border-radius: 4px;
  margin: 0 0.375em;
  font-weight: normal;
  font-size: 60%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.formset_area table {
  width: 100%;
  margin-top: 2em;
}
.formset_area table th, .formset_area table td {
  font-size: 1em;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 0.75em;
}
.formset_area table th {
  background: rgba(253, 209, 226, 0.5);
  width: auto;
  text-align: right;
}
@media only screen and (min-width: 960px) {
  .formset_area table th {
    width: 16em;
  }
}
.formset_area table th label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.formset_area table td {
  background: #fff;
}
.formset_area table td p {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .formset_area table td {
    background-color: transparent;
  }
}

td input, textarea {
  background: #f9f9f9;
  font-size: 1em;
  padding: 0.75em;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  td input, textarea {
    background: #fff;
  }
}

td input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.birthday-field input[type=text] {
  display: inline-block;
  width: 3.5em;
  margin-left: 1em;
  margin-right: 0.25em;
}
.birthday-field input[type=text]:first-child {
  width: 5em;
  margin-left: 0em;
}
@media only screen and (max-width: 499px) {
  .birthday-field input[type=text] {
    width: 3em;
    margin-left: 0.5em;
    margin-right: 0.25em;
  }
}

select#age {
  font-size: 1.125em;
  color: #666;
  position: relative;
  width: 100%;
  padding: 10px 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
}

select::-ms-expand {
  display: none;
}

.zipcode-field input[type=text],
.telnumber-field input[type=tel] {
  display: inline-block;
  width: 5em;
  margin: 0 3px;
}

td.reason_tA textarea {
  height: 8em;
}

td.radiobutton-field input[type=radio] {
  display: none;
}

td.radiobutton-field span.mwform-radio-field-text {
  padding-left: 24px;
  position: relative;
  margin-right: 1em;
}

td.radiobutton-field span.mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}

td.radiobutton-field input:checked + span.mwform-radio-field-text {
  color: #e33;
}

td.radiobutton-field input:checked + span.mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #e33;
  border-radius: 50%;
}

.place_days .vertical-item,
.survey_how label {
  display: block;
  margin: 0.325em 0;
}

.place_days .mwform-radio-field:nth-child(2),
.place_days .mwform-radio-field:nth-child(3) {
  margin-bottom: 1em;
  margin-bottom: 0em;
}

.place_days .mwform-radio-field:nth-child(6) {
  margin-top: 2em;
}

td.checbox-field input[type=checkbox] {
  display: none;
}

td.checbox-field .mwform-checkbox-field-text {
  padding-left: 24px;
  position: relative;
  margin-right: 1em;
}

td.checbox-field .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}

td.checbox-field input:checked + .mwform-checkbox-field-text {
  color: #e33;
}

td.checbox-field input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 7px;
  width: 9px;
  height: 18px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #e33;
  border-right: 3px solid #e33;
}

.consent_check {
  margin-top: 0.5em;
  font-weight: bold;
}

span.age_notice {
  display: block;
  margin-top: 0.5em;
}

.formset_area table td .image1,
.formset_area table td .image2 {
  width: 85%;
}

.mwform-file-delete {
  font-size: 1em;
  padding-left: 0.5em;
}

.w_media {
  display: block;
  margin-bottom: 0.5em;
}

.w_media2 {
  display: block;
  margin: 1em 0 0.25em;
}

.w_media3 input[type=text] {
  display: inline-block;
  width: 50%;
}

.remote_guide {
  display: block;
  color: #333;
  font-size: 0.875em;
  line-height: 1.5;
}
.remote_guide strong {
  color: #e00;
}

.mw_wp_form_confirm .privacy_tr,
.mw_wp_form_confirm .w_media,
.mw_wp_form_confirm .w_media2,
.mw_wp_form_confirm .age_notice {
  display: none;
}

.mw_wp_form_confirm table td {
  font-weight: bold;
}

.mw_wp_form_confirm .required {
  display: none;
}

.mw_wp_form .error {
  margin-top: 5px;
}

.mw_wp_form_confirm .w_media3:before {
  content: "";
  padding-left: 1em;
}

.mw-wp-form_image img {
  max-width: 300px;
}

.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

.birthday-field input[type=text].dummy_ex {
  display: none;
}

.submit_box {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formset_area input[type=submit] {
  margin: 0 5px;
  display: block;
  width: 10em;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 1px #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#999999));
  background: linear-gradient(to bottom, #bbbbbb 0%, #999999 100%);
}
.formset_area input[type=submit]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.mw_wp_form_complete {
  min-height: 600px;
}

.mw_wp_form_complete p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 959px) {
  .formset_area table th, .formset_area table td {
    text-align: left;
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
  }
  .formset_area table th {
    padding: 0.5em 0.75em;
    font-weight: bold;
    background: rgba(253, 209, 226, 0.5);
    border-radius: 4px;
    margin-bottom: 0.75em;
  }
  .formset_area table th br {
    display: none;
  }
  .formset_area table th label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .formset_area table th label br {
    display: none;
  }
  .formset_area table td {
    padding: 0 10px;
    padding: 0 2px;
    margin-bottom: 2.5em;
  }
  .formset_area table td input {
    padding: 10px 2%;
  }
  .formset_area .mw_wp_form_confirm table th {
    border-bottom: 0;
    font-size: 1em;
    font-weight: bold;
  }
  .formset_area .mw_wp_form_confirm table th br {
    display: none;
  }
  .formset_area .mw_wp_form_confirm table td {
    font-size: 1.2em;
  }
  .mw-wp-form_image img {
    max-width: 200px;
  }
  .mw_wp_form_complete {
    min-height: 1em;
  }
}
.privacypolicy_area {
  max-width: 900px;
  margin: 5em auto 10em;
  padding: 0px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .privacypolicy_area {
    margin: 3em auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 399px) {
  .privacypolicy_area {
    margin: 2em auto;
    padding: 0 15px;
  }
}
.privacypolicy_area p.sub {
  text-align: center;
  color: #fdd1e2;
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.privacypolicy_area h1 {
  color: #f75b87;
  font-size: 2.25em;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #f75b87;
}
.privacypolicy_area h1 .min {
  padding-right: 0.1em;
  font-size: 75%;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 329px) {
  .privacypolicy_area h1 {
    font-size: 1.35em;
  }
}
.privacypolicy_area p {
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area p {
    font-size: 14px;
  }
}
.privacypolicy_area h2 {
  font-size: 1.5em;
  line-height: 1;
  color: #f75b87;
  margin: 2em 0 0.75em;
  background: rgba(253, 209, 226, 0.75);
  padding: 0.25em 0.5em;
  border-radius: 1em;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area h2 {
    font-size: 1.125em;
  }
}
.privacypolicy_area .pplist_area li {
  line-height: 1.6;
  margin: 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area .pplist_area li {
    font-size: 14px;
  }
}
.privacypolicy_area .pplist_area .num {
  background: rgba(253, 209, 226, 0.75);
  color: #f75b87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  margin-top: 0.1em;
  margin-right: 0.5em;
  padding: 0 1.5em;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area .pplist_area .num {
    padding: 0 1em;
  }
}
.privacypolicy_area .contact_add p {
  line-height: 1.6;
  margin: 0.5em 0.5em;
}
.privacypolicy_area .contact_add p br.show599 {
  display: none;
}
@media screen and (max-width: 499px) {
  .privacypolicy_area .contact_add p br.show599 {
    display: block;
  }
}