@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
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;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-btn.active {
  background: #333;
  color: #fff;
}

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

@media screen and (max-width: 559px) {
  body {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

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

.xxxxxxxxx::before {
  font-family: "Font Awesome 6 Free";
  content: "\f24e";
  font-weight: 900;
  padding-right: 3px;
}

table {
  width: 100%;
}

.site-title {
  background: #fee85e;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 232, 94, 0.5)), color-stop(45%, #fee85e), color-stop(70%, #fee85e), to(#fdd55a));
  background: linear-gradient(to bottom, rgba(254, 232, 94, 0.5) 0%, #fee85e 45%, #fee85e 70%, #fdd55a 100%);
}
.site-title img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .site-title img {
    max-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  .site-title {
    height: auto;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1400px) {
  .site-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 560px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .site-title img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 50vw;
  }
}

@media screen and (min-width: 768px) {
  .banners-area {
    margin: 15px auto 0;
    width: 40%;
    max-width: 480px;
  }
  .banners-area img {
    border-radius: 6px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banners-area {
    padding: 10px;
    max-width: 460px;
    margin: 0 auto;
  }
  .banners-area img {
    border-radius: 6px;
    width: 100%;
  }
}

.main {
  margin-top: 3.5em;
}
@media screen and (max-width: 559px) {
  .main {
    margin-top: 2em;
  }
}
.main img {
  width: 100%;
}
.main .over_tab_msg {
  margin-bottom: 1.5em;
  text-align: center;
  padding: 0 1em;
}
.main .over_tab_msg p.t {
  font-size: clamp(1rem, 0.815rem + 0.93vw, 1.625rem);
  line-height: 1.25;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .over_tab_msg p.cap {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.25;
  text-wrap: balance;
}
.main div.tab-menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.main div.tab-menu button.tab-btn {
  min-width: 30%;
  border: none;
}
@media screen and (max-width: 1024px) {
  .main div.tab-menu button.tab-btn {
    width: calc(50% - 25px);
    max-width: 310px;
  }
}
.main div.tab-menu button.tab-btn {
  font-weight: bold;
  padding: 0.875em 0 0.75em;
  text-align: center;
  border-radius: 10px 10px 0 0;
  color: rgba(0, 0, 0, 0.35);
  margin: 0 2px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 559px) {
  .main div.tab-menu button.tab-btn {
    padding: 0.675em 0 0.5em;
  }
}
.main div.tab-menu button.tab-btn.kids {
  background: #fee85e;
  color: black;
}
.main div.tab-menu button.tab-btn.marco {
  background: #0099ff;
  color: white;
}
.main div.tab-menu button.tab-btn p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.main div.tab-menu button.tab-btn p.title {
  font-size: clamp(0.813rem, 0.563rem + 1.25vw, 1.5rem);
}
.main div.tab-menu button.tab-btn p.age {
  margin-top: 4px;
}
.main div.tab-menu button.tab-btn p.sub1 {
  font-size: 75%;
  margin-bottom: 4px;
}
.main div.tab-menu button.tab-btn p.sub2 {
  font-size: 75%;
  margin-top: 4px;
}
.main div.tab-menu button.tab-btn.active {
  opacity: 1;
  background: black;
}
.main div.tab-menu button.tab-btn.active.kids {
  background: #fee85e;
  color: black;
}
.main div.tab-menu button.tab-btn.active.marco {
  background: #0099ff;
  color: white;
}
.main div.tab-menu button.tab-btn.active:hover {
  opacity: 1;
}
.main div.tab-menu button.tab-btn.active {
  cursor: auto;
}
.main div.tab-menu button.tab-btn:hover {
  opacity: 0.6;
}
.main ul.tab {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.main ul.tab li {
  min-width: 30%;
}
@media screen and (max-width: 1024px) {
  .main ul.tab li {
    width: calc(50% - 25px);
    max-width: 310px;
  }
}
.main ul.tab li {
  font-weight: bold;
  padding: 0.875em 0 0.75em;
  text-align: center;
  border-radius: 10px 10px 0 0;
  color: rgba(0, 0, 0, 0.35);
  margin: 0 2px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 559px) {
  .main ul.tab li {
    padding: 0.675em 0 0.5em;
  }
}
.main ul.tab li p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.main ul.tab li p.title {
  font-size: clamp(0.813rem, 0.563rem + 1.25vw, 1.5rem);
}
.main ul.tab li p.age {
  margin-top: 4px;
}
.main ul.tab li p.sub1 {
  font-size: 75%;
  margin-bottom: 4px;
}
.main ul.tab li p.sub2 {
  font-size: 75%;
  margin-top: 4px;
}
.main ul.tab li.active {
  opacity: 1;
  background: black;
}
.main ul.tab li.active.kids {
  background: #fee85e;
  color: black;
}
.main ul.tab li.active.marco {
  background: #0099ff;
  color: white;
}
.main ul.tab li.active {
  cursor: auto;
}
.main .area {
  margin: 0;
}
.main .area > div {
  display: none;
}
.main .area > div.show {
  display: block;
}
.main .area > div.show .area_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #562427;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  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;
}
.main .area > div.show .area_footer .set {
  padding: 1em 0 1.25em;
}
.main .area > div.show .area_footer .set p.cap6 {
  margin: 0;
  margin-bottom: 0.75em;
  font-size: 0.875em;
  font-weight: bold;
}
.main .area > div.show .area_footer .set a {
  display: block;
  width: 90vw;
  max-width: 560px;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5100), to(#ff3000));
  background: linear-gradient(to bottom, #ff5100 0%, #ff3000 100%);
  padding: 0.5em 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.25em;
  line-height: 1;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.main .area > div.show .area_footer .set a span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.main .area > div.show .area_footer .set .button-kids a {
  background: #fee85e;
}
.main .area > div.show .area_footer .set .button-baby a {
  background: #ffc1f8;
}
.main .area > div.show .area_footer .set p.credit {
  display: none;
}

.kids .set_width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media screen and (max-width: 1159px) {
  .kids .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 559px) {
  .kids .set_width {
    width: calc(100% - 30px);
  }
}

.marco-kids .set_width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media screen and (max-width: 1159px) {
  .marco-kids .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 559px) {
  .marco-kids .set_width {
    width: calc(100% - 30px);
  }
}

.sec_area {
  padding: 0 0 3.5em;
}
.sec_area h2 {
  background: #35c102;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  padding: 0.75em 0;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 599px) {
  .sec_area h2 {
    font-size: 24px;
  }
}
.sec_area p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 1em 0.75em;
}

.guide_summary {
  background: #fee85e;
  margin: 0 0 25px;
  padding: 3em 0;
}
@media screen and (min-width: 1200px) {
  .guide_summary {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 559px) {
  .guide_summary {
    padding: 2em 0;
  }
}

.title_area {
  width: 65%;
  max-width: 720px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 559px) {
  .title_area {
    width: 100%;
    max-width: 420px;
  }
}

.by_trifold_pamphlet {
  background: rgba(255, 255, 255, 0.85);
}
.by_trifold_pamphlet h2 {
  background: #fee85e;
  text-align: center;
  font-size: 1.25em;
  margin: 0;
}
.by_trifold_pamphlet h2 span {
  display: block;
  background: rgb(193.7962962963, 167.3148148148, 1.2037037037);
  padding: 0.5em 0;
  color: #fff;
}

.wrap_2and3 {
  margin: 2em auto;
}
@media screen and (max-width: 999px) {
  .wrap_2and3 {
    margin: 0 auto 2em;
  }
}
.wrap_2and3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_2and3 > div {
  width: calc(50% - 1em);
}
@media screen and (max-width: 999px) {
  .wrap_2and3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap_2and3 > div {
    width: 100%;
    max-width: 480px;
    margin: 2em auto 0;
  }
}

.by_trifold_pamphlet.vol1 {
  margin-top: 4em;
}
@media screen and (max-width: 999px) {
  .by_trifold_pamphlet.vol1 {
    margin-top: 2em;
    max-width: 480px;
  }
}

.main_bg {
  padding: 50px;
}
@media screen and (max-width: 999px) {
  .main_bg {
    padding: 30px;
  }
}
@media screen and (max-width: 559px) {
  .main_bg {
    padding: 1.5em;
  }
}
.main_bg .wrap_ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_bg .wrap_ph .ins_ph {
  width: calc((100% - 2em) / 2);
}
.main_bg .wrap_ph .ins_ph img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .main_bg .wrap_ph {
    display: block;
  }
  .main_bg .wrap_ph .ins_ph {
    width: 100%;
  }
  .main_bg .wrap_ph .ins_ph img {
    width: 100%;
  }
  .main_bg .wrap_ph .ins_ph:nth-child(1) {
    margin-top: -10px;
  }
  .main_bg .wrap_ph .ins_ph:nth-child(2) {
    margin-top: 10px;
  }
}
.main_bg .ph {
  margin-bottom: 1.5em;
  width: 100%;
}
.main_bg .ph img {
  width: 100%;
}
.main_bg p {
  font-size: 1em;
  line-height: 1.75;
}
@media only screen and (max-width: 599px) {
  .main_bg p {
    font-size: 0.9125em;
    line-height: 1.6125;
  }
}
.main_bg .lesson_concept {
  margin-top: 1.5em;
}
.main_bg .lesson_concept .t {
  font-size: 1em;
  border: 2px solid #000;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
}
.main_bg .lesson_concept ul {
  margin-top: 0.75em;
}
.main_bg .lesson_concept ul li {
  font-size: 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  .main_bg .lesson_concept ul li {
    font-size: 0.9125em;
  }
}
.main_bg .lesson_concept ul li {
  padding: 0.125em 0;
  padding-left: 1em;
  text-indent: -1em;
}
.main_bg .lesson_concept ul li::before {
  content: "・";
}
.main_bg .vol3_composite {
  margin-top: 0.5em;
  width: 100%;
}
.main_bg .vol3_composite img {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .marco-kids .pc600 {
    width: 100%;
    display: block;
  }
  .marco-kids .smp599 {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .marco-kids .pc600 {
    display: none;
  }
  .marco-kids .smp599 {
    width: 100%;
    display: block;
  }
}
.marco-kids .summary {
  text-align: center;
}
.marco-kids .summary .ins_marco_title {
  width: 100%;
  background: #0099ff;
  padding: 1.5em 0;
}
@media only screen and (max-width: 599px) {
  .marco-kids .summary .ins_marco_title {
    padding: 0.75em;
  }
}
@media screen and (min-width: 1200px) {
  .marco-kids .summary .ins_marco_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    border-radius: 15px 15px 0 0;
  }
}
.marco-kids .summary .ins_marco_title img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .marco-kids .summary .ins_marco_title img {
    max-width: 780px;
  }
}
.marco-kids .models {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 10px;
}
@media only screen and (max-width: 599px) {
  .marco-kids .models {
    padding-top: 10px;
  }
}
.marco-kids .models img {
  width: 100%;
}
.marco-kids .audition_info {
  background: #0099ff;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .marco-kids .audition_info {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    border-radius: 15px;
  }
}
.marco-kids .audition_info .entry_b.in_blue {
  padding: 20px 0 0;
}
.marco-kids .audition_info .marco_mag {
  margin: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 600px) {
  .marco-kids .audition_info .marco_mag img {
    max-width: 630px;
  }
}
@media only screen and (max-width: 599px) {
  .marco-kids .audition_info .marco_mag img {
    width: 90%;
  }
}
.marco-kids .audition_info .guide {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em;
  padding-top: 0;
}
@media only screen and (max-width: 599px) {
  .marco-kids .audition_info .guide {
    padding: 1em;
  }
}
.marco-kids .audition_info .title {
  border: 2px solid #fff;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
}
.marco-kids .audition_info .title p.sub {
  font-size: 1.25em;
  line-height: 1;
  margin: 0;
}
.marco-kids .audition_info .title p.sub .num {
  font-size: 150%;
  padding: 0 0.1em;
}
.marco-kids .audition_info .title p.sub .smp {
  display: inline;
}
@media screen and (max-width: 559px) {
  .marco-kids .audition_info .title p.sub .smp {
    display: block;
    line-height: 1.5;
    font-size: 1.125em;
  }
}
.marco-kids .audition_info .title h2 {
  font-size: 2em;
  line-height: 1;
  margin-top: 0.25em;
}
@media only screen and (max-width: 599px) {
  .marco-kids .audition_info .title p.sub {
    font-size: 1.125em;
  }
  .marco-kids .audition_info .title h2 {
    margin: 0;
    font-size: 1.25em;
    margin-top: 0.75em;
  }
}
.marco-kids .audition_info .txt p {
  font-size: 1.125em;
  line-height: 1.675;
  margin: 0.5em 0;
}
@media only screen and (max-width: 599px) {
  .marco-kids .audition_info .txt p {
    font-size: 1em;
    line-height: 1.6125;
  }
}
.marco-kids .voices {
  padding: 0 0 3em;
}
@media only screen and (max-width: 599px) {
  .marco-kids .voices {
    padding: 0 0 25px;
  }
}
.marco-kids .voices .voices_wrap {
  margin: 2em auto;
  max-width: 1000px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  .marco-kids .voices .voices_wrap {
    margin: 2em 1em 1em;
    display: block;
  }
}
.marco-kids .voices .chd {
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .marco-kids .voices .chd {
    width: 100%;
  }
}
.marco-kids .voices img {
  width: 100%;
}

.banner-area {
  margin: 0;
  padding: 0 1em;
}
.banner-area.ver2 {
  margin-top: 25px;
}

.multiple-items div.slick-slide {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 2.75em 0;
  text-align: center;
}
.multiple-items .slick-list {
  margin: 0 -5px;
}
.multiple-items .slick-slide {
  margin: 0 5px;
}

.baby-banner {
  margin: 15px 0 40px;
  padding: 0 1em;
}
.baby-banner img {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.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 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 100vmax;
  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 1.75em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1.125em;
}
@media screen and (max-width: 559px) {
  .entry_b a {
    padding: 0.675em 1.5em;
  }
}
.entry_b i {
  margin-right: 4px;
}

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

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

h2.show_group {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.3125em;
  padding: 12px 0;
  text-align: center;
  color: #333;
  border: solid #333;
  border-width: 2px 0;
}
@media only screen and (max-width: 599px) {
  h2.show_group {
    font-size: 1.25em;
    padding: 8px 0;
  }
}

.app_req_area {
  margin: -0.5em 0.5em 1em;
}
.app_req_area p {
  font-size: 1em;
  line-height: 1.65;
}
@media only screen and (max-width: 599px) {
  .app_req_area p {
    font-size: 0.9125em;
    line-height: 1.6125;
  }
}
.app_req_area p .age {
  font-size: 1.75em;
  padding-right: 3px;
}
.app_req_area p .check {
  color: #f00;
  margin-right: 3px;
}

ul.flow {
  margin: 2em 0 0;
}
@media only screen and (max-width: 599px) {
  ul.flow {
    margin: 1em auto 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: 1em;
  }
}
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: 1em;
  line-height: 1.75;
  margin: 0 3px;
}
@media only screen and (max-width: 599px) {
  ul.flow li p {
    font-size: 0.9125em;
    line-height: 1.6125;
  }
}
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 {
    font-size: 24px;
    margin: 0.5em 0;
  }
}
ul.flow li .notice {
  border-radius: 6px;
  margin: 2em auto 3em;
  padding: 0.75em 1em;
}
ul.flow li .notice.kids-af-set {
  background: rgba(254, 232, 94, 0.35);
  border: 1px solid #fee85e;
}
ul.flow li .notice.marcoSet {
  background: rgba(0, 153, 255, 0.15);
  border: 1px solid #0099ff;
}
@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;
}

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

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

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 h1 {
  color: #35c102;
  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 #35c102;
}
.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(53, 193, 2, 0.15);
  width: auto;
}
@media only screen and (min-width: 960px) {
  .formset_area table th {
    width: 16em;
  }
}
.formset_area table th {
  text-align: right;
}
.formset_area table th label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.formset_area table td p {
  margin: 0;
}
.formset_area table td {
  background: #fff;
}
@media only screen and (max-width: 959px) {
  .formset_area table td {
    background-color: transparent;
  }
}

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

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] {
  display: inline-block;
  width: 5em;
  margin: 0 3px;
}

.telnumber-field input[type=text] {
  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;
}

.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 span {
  color: #e00;
  font-weight: bold;
}

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

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

.mw_wp_form_confirm .remote_guide {
  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(53, 193, 2, 0.2);
    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_complete {
    min-height: 1em;
  }
}
/*=======================================
2023.05.13
=======================================*/
/* 写真が選択されている時、テキスト（ファイル名）の代わりに画像アイコンを表示する */
.mw-wp-form_image {
  color: #fff;
  font-size: 0;
  text-indent: 100%;
  width: 240px;
  height: 75px;
  background-image: url("../images/form_image_icon.jpg?v2025");
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-country-name {
  display: none;
}

.mw_wp_form .error {
  color: #ff0000;
}

.place_days .error {
  margin: 1em 0 1em;
}

.w_confirm_kaigyo {
  display: block;
}

.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: #35c102;
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.privacypolicy_area h1 {
  color: #35c102;
  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 #35c102;
}
.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: #35c102;
  margin: 2em 0 0.75em;
  background: rgba(53, 193, 2, 0.2);
  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(53, 193, 2, 0.5);
  color: #fff;
  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;
  }
}