@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-wimidium) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoomidiumg: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

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

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

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

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-wimidium, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  color: #3e3a39;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  font-family: "Noto Sans JP", "Zen Maru Gothic", "Open Sans", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  color-scheme: light;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 768px) {
  header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}

.scrollSet, .scrollSet01, .scrollSet02, .scrollSet03, .scrollSet04, .scrollSet05, .scrollSet06 {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}
.scrollSet.blurIn, .scrollSet01.blurIn, .scrollSet02.blurIn, .scrollSet03.blurIn, .scrollSet04.blurIn, .scrollSet05.blurIn, .scrollSet06.blurIn {
  opacity: 1;
  filter: blur(0);
}

.js-scroll-element {
  opacity: 0; /* 初期状態では非表示 */
  transform: translateY(20px); /* 初期状態では少し下に */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーションの設定 */
}
.js-scroll-element.active {
  opacity: 1; /* inviewクラスが付与されたら表示 */
  transform: translateY(0); /* inviewクラスが付与されたら元の位置に */
}

.js-scroll-element-fv {
  opacity: 0; /* 初期状態では非表示 */
  transform: translateY(20px); /* 初期状態では少し下に */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーションの設定 */
}
.js-scroll-element-fv.active {
  opacity: 1; /* inviewクラスが付与されたら表示 */
  transform: translateY(0); /* inviewクラスが付与されたら元の位置に */
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.red {
  color: #e50011;
}

.l-header__modal {
  width: 100%;
  display: block;
  position: fixed;
  transition: all 400ms;
  right: 0;
  opacity: 0;
  top: 0 !important;
  z-index: 100;
  animation: fadeout 0.4s;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-header__modal {
    height: 100vh;
    height: 100dvh;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/bg_nav.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__modal {
    height: 100vh;
    height: 100dvh;
    top: 0;
    background-image: url("../img/bg_nav.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.l-header__modal.is-checked {
  overflow-y: scroll;
  opacity: 1;
  animation: fadein 0.4s;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .l-header__modal--inner {
    width: 640px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-header__modal--inner {
    display: block;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    padding: 70px 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__modal--nav {
    width: 317px;
  }
}
.l-header__modal--item {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .l-header__modal--navinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
body {
  width: 100%;
  background-image: url("../img/bg_blue.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: 0 100vh;
  background-attachment: fixed;
}

.l-wrapper {
  position: relative;
}

.l-footer__logowrap {
  margin: 0 auto 13px;
}
.l-footer__logo {
  background-image: url("../img/logo.png");
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 307px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 66.8vw;
    height: 7.6vw;
  }
}
.l-footer__snswrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 22px auto 16px;
}
.l-footer__link {
  margin: 20px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__snswrap--item {
  margin: 0 9px;
}
.l-footer__snswrap--item.youtube {
  margin: 0 8px 0 12px;
}
.l-footer__top {
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    padding-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    padding-top: 21.5vw;
  }
}
.l-footer__btm {
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__btm {
    height: 218px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btm {
    height: 47vw;
  }
}
.l-footer__links {
  background-color: #FFF;
  background-image: url("../img/line.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .l-footer__links {
    padding: 35px 30px 0;
    background-size: 400px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    padding: 7.6vw 6.5vw 0;
    background-size: 87vw 4.4vw;
  }
}

@media screen and (max-width: 767px) {
  body#home .l-container__main {
    margin: 0 auto;
    position: absolute;
    left: 0;
    z-index: 3;
    top: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-container__main {
    width: 460px;
    min-width: 460px;
    max-width: 460px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .l-container__main {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-container__right {
    width: calc(50vw - 230px);
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-container__right {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-container__left {
    width: calc(50vw - 230px);
    height: 100vh;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-container__left {
    display: none;
  }
}
.l-container__sideinner {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-container__sideinner--talent {
  max-width: 260px;
  width: 18.6vw;
}
.l-container__btn {
  width: 90vw;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5vw;
  z-index: 10;
}
.l-container__ttlwrap--top {
  display: block;
  margin: 0 auto 32px;
}

.l-nav__about {
  background-image: url("../img/txt_about.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__about {
    width: 190px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__about {
    width: 190px;
    height: 38px;
  }
}
.l-nav__point {
  background-image: url("../img/txt_point.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__point {
    width: 130px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__point {
    width: 130px;
    height: 38px;
  }
}
.l-nav__movie {
  background-image: url("../img/txt_movie.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__movie {
    width: 137px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__movie {
    width: 137px;
    height: 39px;
  }
}
.l-nav__place {
  background-image: url("../img/txt_place.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__place {
    width: 166px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__place {
    width: 166px;
    height: 39px;
  }
}
.l-nav__flow {
  background-image: url("../img/txt_flow.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__flow {
    width: 179px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__flow {
    width: 179px;
    height: 39px;
  }
}
.l-nav__idol {
  background-image: url("../img/txt_idol.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__idol {
    width: 223px;
    height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__idol {
    width: 223px;
    height: 41px;
  }
}
.l-nav__precaution {
  background-image: url("../img/txt_precaution.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__precaution {
    width: 237px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__precaution {
    width: 237px;
    height: 39px;
  }
}
.l-nav__contact {
  background-image: url("../img/txt_contact.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__contact {
    width: 180px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__contact {
    width: 180px;
    height: 39px;
  }
}
.l-nav__logo {
  background-image: url("../img/ttl_idolaudition.png");
  background-size: contain;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-nav__logo {
    width: 316px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__btnblc--wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__linkblc--wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 57px 18px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__btnwrap {
    margin: 30px 0 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__btnwrap {
    padding: 0 18px;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__snsblc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__snsblc {
    position: absolute;
    right: 28px;
    top: 128px;
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__snsblc--item {
    margin: 0 9px;
  }
  .l-nav__snsblc--item.youtube {
    margin: 0 8px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__snsblc--item {
    margin: 0 auto 23px;
  }
}

.l-fv {
  width: 100%;
  z-index: 1;
  position: relative;
}
.l-fv02 {
  position: relative;
}
.l-fv__contents {
  width: 100%;
  font-size: 0;
  line-height: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-fv__contents {
    padding-top: 177.8%;
  }
}
@media screen and (max-width: 767px) {
  .l-fv__contents {
    padding-top: 56.25%;
  }
}
.l-fv__inner {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 bottom;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-fv__inner {
    background-image: url("../img/bg-btm.png");
  }
}
@media screen and (max-width: 767px) {
  .l-fv__inner {
    background-image: url("../img/bg_sp-btm.png");
  }
}
.l-fv__video {
  width: 100%;
}
.l-fv__video video {
  width: 100%;
}
.l-fv__prevent {
  width: 100%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-fv__prevent {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .l-fv__prevent {
    padding-top: 177.8%;
  }
}
@media screen and (min-width: 768px) {
  .l-fv__ttlwrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: calc(50% - 80px);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .l-fv__ttlwrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-fv__btnwrap {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: calc(50% + 125px);
  transform: translate(-50%, -50%);
}

.c-button__header--wrap {
  position: fixed;
  z-index: 200;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .c-button__header--wrap {
    right: 150px;
    top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__header--wrap {
    right: 15px;
    top: 15px;
    display: block;
  }
}
.c-button__header-sp {
  background-image: url("../img/menu_btn-close.png");
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block !important;
}
.c-button__header-sp.is-checked {
  background-image: url("../img/menu_btn-open.png");
}
.c-button__link {
  animation: flash 1s infinite;
}
@media screen and (min-width: 768px) {
  .c-button__link {
    background-color: #FFF;
    text-decoration: none;
    display: block;
    padding: 26px 0;
    width: 360px;
    border-radius: 46px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link {
    width: 100%;
    display: block;
    border-radius: 5vw;
    font-size: 0;
    line-height: 0;
  }
}
.c-button__link--top {
  animation: flash 1s infinite;
}
@media screen and (min-width: 768px) {
  .c-button__link--top {
    background-color: #FFF;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    max-width: 260px;
    width: 18.5vw;
    border-radius: 46px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--top {
    background-color: #FFF;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    width: 100%;
    border-radius: 6px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    display: none;
  }
}
.c-button__submit--wrapper {
  padding: 0 20px 60px;
}
.c-button__pink {
  background-color: #fb9ddd;
  border-radius: 5px;
  padding: 26px 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
.c-button__pink p {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-button__pink {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__pink {
    max-width: 78vw;
  }
}
.c-button__blue {
  background-color: #80aaff;
  border-radius: 5px;
  padding: 26px 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
.c-button__blue:disabled {
  background-color: #ccc;
}
.c-button__blue p {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-button__blue {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__blue {
    max-width: 78vw;
  }
}
.c-button__mail {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/btn_mail.png");
}
@media screen and (min-width: 768px) {
  .c-button__mail {
    width: 400px;
    height: 112px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__mail {
    width: 87vw;
    height: 24.4vw;
  }
}
.c-button__tel {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/btn_tel02.png");
}
@media screen and (min-width: 768px) {
  .c-button__tel {
    width: 400px;
    height: 113px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__tel {
    width: 87vw;
    height: 24.4vw;
  }
}

@keyframes flash {
  0%, 100% {
    /* 明るく光るよう影を重ねる */
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fbc6dd, 0 0 20px #fbc6dd, 0 0 35px #fbc6dd, 0 0 40px #fbc6dd, 0 0 50px #fbc6dd, 0 0 75px #fbc6dd;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fbc6dd;
  }
}
.c-icon__x {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/icon_x.png");
  width: 30px;
  height: 24px;
}
.c-icon__x.white {
  background-image: url("../img/icon_x-white.png");
}
.c-icon__insta {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/icon_insta.png");
  width: 30px;
  height: 24px;
}
.c-icon__insta.white {
  background-image: url("../img/icon_insta-white.png");
}
.c-icon__youtube {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/icon_youtube.png");
  width: 30px;
  height: 24px;
}
.c-icon__youtube.white {
  background-image: url("../img/icon_youtube-white.png");
}
.c-icon__fb {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/icon_facebook.png");
  width: 30px;
  height: 24px;
}
.c-icon__fb.white {
  background-image: url("../img/icon_facebook-white.png");
}

.c-paragraph__ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-paragraph__ttl {
    background-image: url("../img/ttl_pc.png");
    width: 460px;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__ttl {
    background-image: url("../img/ttl_sp.png");
    width: 75.8vw;
    height: 44.6vw;
  }
}
.c-paragraph__ttl-top {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-paragraph__ttl-top {
    background-image: url("../img/ttl.png");
    max-width: 316px;
    max-height: 180px;
    width: 22.5vw;
    height: 12.8vw;
  }
}
.c-paragraph__about--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_about.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__about--ttl {
    width: 298px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__about--ttl {
    width: 65vw;
    height: 34.8vw;
  }
}
.c-paragraph__about--subttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/subttl_about.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__about--subttl {
    width: 103px;
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__about--subttl {
    width: 22.3vw;
    height: 82.6vw;
  }
}
.c-paragraph__movie--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_movie.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__movie--ttl {
    width: 180px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__movie--ttl {
    width: 39vw;
    height: 13vw;
  }
}
.c-paragraph__place--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_place.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__place--ttl {
    width: 162px;
    height: 61px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__place--ttl {
    width: 35.2vw;
    height: 13.3vw;
  }
}
.c-paragraph__flow--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_flow.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__flow--ttl {
    width: 295px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__flow--ttl {
    width: 64.1vw;
    height: 34.8vw;
  }
}
.c-paragraph__talent--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_talent.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__talent--ttl {
    width: 355px;
    height: 61px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__talent--ttl {
    width: 77.1vw;
    height: 13.7vw;
  }
}
.c-paragraph__precaution--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_precaution.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__precaution--ttl {
    width: 367px;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__precaution--ttl {
    width: 79.8vw;
    height: 18.3vw;
  }
}
.c-paragraph__contact--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_contact.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__contact--ttl {
    width: 259px;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__contact--ttl {
    width: 56.3vw;
    height: 18.3vw;
  }
}
.c-paragraph__footerlink {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-paragraph__footerlink {
    margin: 0 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-paragraph__footerlink.center {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__footerlink--wrap {
    margin: 0 0 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-paragraph__footerlink--wrap.top {
    margin: 14px 0 30px;
  }
}
.c-paragraph__arrow-blue {
  width: 15px;
  height: 15px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/arrow_blue.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__arrow-blue {
    margin-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__arrow-blue {
    margin-left: 3px;
  }
}
.c-paragraph__footerlink--arrow {
  width: 15px;
  height: 15px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/arrow_footer.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__footerlink--arrow {
    margin-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__footerlink--arrow {
    margin-left: 3px;
  }
}
.c-paragraph__faq--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_faq.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__faq--ttl {
    width: 299px;
    height: 168px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__faq--ttl {
    width: 65vw;
    height: 36.5vw;
  }
}
.c-paragraph__policy--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_policy.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__policy--ttl {
    width: 299px;
    height: 212px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__policy--ttl {
    width: 65vw;
    height: 46vw;
  }
}
.c-paragraph__entry--ttl {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_entry.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__entry--ttl {
    width: 299px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__entry--ttl {
    width: 65vw;
    height: 34.8vw;
  }
}

.p-home__about {
  background-color: #fff7ff;
}
@media screen and (min-width: 768px) {
  .p-home__about {
    margin-top: -130px;
    border-radius: 230px 230px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about {
    margin-top: -37vw;
    border-radius: 50vw 50vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-home__about--ttlwrap {
    padding-top: 21px;
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about--ttlwrap {
    padding-top: 5vw;
    padding-bottom: 10.2vw;
  }
}
.p-home__about--txtwrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-home__about--txtwrap {
    padding: 0 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about--txtwrap {
    padding: 0 10.8vw 10.8vw;
  }
}
.p-home__about--subttlwrap {
  margin-right: 16px;
}
.p-home__about--txt {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-home__about--point {
    padding: 0 25px 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about--point {
    padding: 0 5.4vw 12.1vw;
  }
}
.p-home__movie {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  .p-home__movie {
    padding: 60px 30px 314px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__movie {
    padding: 13vw 6.5vw 68.2vw;
  }
}
.p-home__movie--ttlwrap {
  margin: 0 auto 30px;
}
.p-home__movie--video {
  padding: 5px;
  background-color: #FFF;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto 16px;
}
.p-home__movie--video iframe {
  width: 100%;
  height: 100%;
}
.p-home__movie--video02 {
  padding: 5px;
  background-color: #FFF;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 36px auto 16px;
}
.p-home__movie--video02 iframe {
  width: 100%;
  height: 100%;
}
.p-home__movie--btnwrap {
  margin: 38px 0 80px;
}
.p-home__place {
  background-color: #FFF;
  background-image: url("../img/bg-place-top.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 41px;
}
.p-home__place--inner {
  background-color: #FFF;
  background-image: url("../img/bg-place-btm.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 bottom;
  height: 100%;
  padding: 0 40px 80px;
}
.p-home__place--ttlwrap {
  margin: 0 auto 22px;
}
.p-home__place--swipeimg {
  margin: 0 auto 15px;
  display: block;
}
.p-home__swiper--container {
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前への矢印 */
  /* 次への矢印 */
  /* 画像サイズ調整 */
}
.p-home__swiper--container .swiper-button-prev,
.p-home__swiper--container .swiper-button-next {
  height: 56px;
  width: 56px;
}
.p-home__swiper--container .swiper-button-prev::after,
.p-home__swiper--container .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 56px;
  margin: auto;
  width: 56px;
}
.p-home__swiper--container .swiper-button-prev::after {
  background-image: url("../img/arrow-prev.png");
}
.p-home__swiper--container .swiper-button-next::after {
  background-image: url("../img/arrow-next.png");
}
.p-home__swiper--container .swiper-button-prev {
  left: -56px;
}
@media screen and (min-width: 768px) {
  .p-home__swiper--container .swiper-button-prev {
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__swiper--container .swiper-button-prev {
    top: 40%;
  }
}
.p-home__swiper--container .swiper-button-next {
  right: -56px;
}
@media screen and (min-width: 768px) {
  .p-home__swiper--container .swiper-button-next {
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__swiper--container .swiper-button-next {
    top: 40%;
  }
}
.p-home__swiper--container .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-home__swiper--container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -42px;
}
.p-home__swiper--container .swiper-pagination-bullet {
  background-color: #fb9ddd;
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
}
.p-home__flow {
  background-color: #f7fcff;
}
@media screen and (min-width: 768px) {
  .p-home__flow {
    margin-top: -212px;
    border-radius: 230px 230px 0 0;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__flow {
    margin-top: -46vw;
    border-radius: 50vw 50vw 0 0;
    padding-bottom: 13vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__flow--ttlwrap {
    padding-top: 21px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__flow--ttlwrap {
    padding-top: 5vw;
    padding-bottom: 4.9vw;
  }
}
.p-home__flow--txtwrap img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-home__flow--txtwrap {
    padding: 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__flow--txtwrap {
    padding: 0 6vw;
  }
}
.p-home__talent {
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-home__talent {
    padding: 57px 50px 76px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__talent {
    padding: 12.4vw 10.9vw 16.5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__talent--ttlwrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__talent--ttlwrap {
    padding-bottom: 10vw;
  }
}
.p-home__talent--txtwrap02 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-home__talent--txtwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__talent--txtwrap {
    margin: 0 auto 10.9vw;
  }
}
.p-home__swiper--container-blue {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前への矢印 */
  /* 次への矢印 */
  /* 画像サイズ調整 */
}
.p-home__swiper--container-blue .swiper-button-prev,
.p-home__swiper--container-blue .swiper-button-next {
  height: 50px;
  width: 50px;
}
.p-home__swiper--container-blue .swiper-button-prev::after,
.p-home__swiper--container-blue .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.p-home__swiper--container-blue .swiper-button-prev::after {
  background-image: url("../img/arrow-prev.png");
}
.p-home__swiper--container-blue .swiper-button-next::after {
  background-image: url("../img/arrow-next.png");
}
.p-home__swiper--container-blue .swiper-button-prev {
  left: -50px;
}
@media screen and (min-width: 768px) {
  .p-home__swiper--container-blue .swiper-button-prev {
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__swiper--container-blue .swiper-button-prev {
    top: 33%;
  }
}
.p-home__swiper--container-blue .swiper-button-next {
  right: -50px;
}
@media screen and (min-width: 768px) {
  .p-home__swiper--container-blue .swiper-button-next {
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__swiper--container-blue .swiper-button-next {
    top: 33%;
  }
}
.p-home__swiper--container-blue .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-home__swiper--container-blue .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -1px;
}
.p-home__swiper--container-blue .swiper-pagination-bullet {
  background-color: #80aaff;
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
}
.p-home__talent--btnwrap {
  margin: 0 auto 36px;
}
@media screen and (min-width: 768px) {
  .p-home__talent--btnwrap {
    width: 248px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__talent--btnwrap {
    width: 54vw;
  }
}
.p-home__precaution {
  background-color: #FFF;
  background-image: url("../img/line.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .p-home__precaution {
    padding: 98px 30px 0;
    background-size: 400px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__precaution {
    padding: 21.3vw 6.5vw 0;
    background-size: 87vw 4.4vw;
  }
}
.p-home__precaution--ttlwrap {
  margin: 0 auto 30px;
}
.p-home__precaution--blc {
  padding: 0 18px;
}
.p-home__contact--ttlwrap {
  margin: 60px auto 28px;
}
.p-home__contact--btnblc {
  margin: 30px 0 20px;
}

#faq .l-footer__top {
  padding-top: 10px;
}

.p-faq {
  background-color: #fff7ff;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin-top: 100px;
    border-radius: 230px 230px 0 0;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-top: 21.7vw;
    border-radius: 50vw 50vw 0 0;
    padding: 0 10vw;
  }
}
.p-faq__btm {
  background: linear-gradient(to bottom, rgb(255, 247, 255), rgb(255, 255, 255));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq__btm {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__btm {
    height: 21.7vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__ttlwrap {
    padding-top: 21px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__ttlwrap {
    padding-top: 5vw;
    padding-bottom: 4.9vw;
  }
}
.p-faq__question {
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-right: 16px;
}
.p-faq__question img {
  width: 100%;
  height: auto;
}
.p-faq__mark {
  width: 28px;
  min-width: 28px;
  height: 22px;
  position: relative;
  margin-left: 20px;
  margin-top: 5px;
}
.p-faq__mark--close {
  width: 28px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icon_faq-close.png");
  background-size: contain;
  opacity: 1;
  transition: opacity 1s ease; /* ふわっと切り替わる */
}
.p-faq__mark--open {
  width: 28px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icon_faq-open.png");
  background-size: contain;
}
.p-faq__buttonblc {
  padding-top: 24px;
}
.p-faq__qblc {
  padding: 33px 0 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #717071;
}
.p-faq__qblc.open .p-faq__mark--close {
  opacity: 0;
  transition: opacity 1s ease; /* ふわっと切り替わる */
}
.p-faq__answerblc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.p-faq__answerblc--inner {
  padding: 13px 0;
}

.p-thanks__blc {
  padding: 20px 50px 40px;
}
.p-thanks__lineblc {
  margin: 0 auto 50px;
}

.p-entry {
  background-color: #f7fcff;
}
@media screen and (min-width: 768px) {
  .p-entry {
    margin-top: 100px;
    border-radius: 230px 230px 0 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry {
    margin-top: 21.7vw;
    border-radius: 50vw 50vw 0 0;
    padding: 0 6.5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-entry__ttlwrap {
    padding-top: 21px;
    padding-bottom: 24px;
    padding-top-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__ttlwrap {
    padding-top: 5vw;
    padding-bottom: 4.9vw;
    padding-top-bottom: 10vw;
  }
}
.p-entry__featurewrap {
  margin: 36px 0 28px;
}
.p-entry__midblc {
  padding-bottom: 26px;
}
.p-entry__smlblc {
  padding-left: 1em;
}
.p-entry__tp {
  border: solid 1px #828282;
  width: 100%;
  padding: 30px 20px;
}
.p-entry__tpwrap {
  background-color: #fff7ff;
  padding: 0 30px;
}
.p-entry__tp--ttlwrap {
  margin: 0 auto 5px;
}
.p-entry__arrow--wrap {
  margin: 0 auto 46px;
}
.p-entry__arrow--wrap {
  width: 236px;
  margin: 0 auto 44px;
}
.p-entry__featurewrap {
  margin: 36px 0 28px;
}
.p-entry__line {
  padding: 70px 30px 0;
  border-radius: 9px;
  background-color: #06c754;
  padding: 32px 0 0;
  display: block;
}
.p-entry__line--qrblc {
  width: 160px;
  margin: 0 auto 14px;
}
.p-entry__btm {
  background-image: url("../img/img_line--line.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 35px 45px 30px;
  margin-top: 8px;
}
.p-entry__ {
  margin-top: -2px;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-entry__ {
    padding: 22px 0 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__ {
    padding: 6vw 0 17vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-entry__txtwrap {
    padding: 25px 24px 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__txtwrap {
    padding: 6.6vw 6.8vw 12.5vw;
  }
}
.p-entry__txtwrap02 {
  margin: 0 auto 40px;
}
.p-entry__policy {
  display: inline-block;
  padding: 0 10px 10px;
  border-bottom: solid 1px #80aaff;
}
.p-entry__policy a {
  text-decoration: none;
}
.p-entry__content--noticeblc {
  margin: 0 auto 68px;
}
.p-entry__checktxtwrap {
  margin: 0 auto 25px;
}
.p-entry__checkbox-blc {
  display: flex;
  align-items: center;
  column-gap: 12px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto 20px;
}
.p-entry__lineblc {
  padding: 0 20px;
  margin: 0 auto 40px;
}
.p-entry__agreeinput {
  appearance: none;
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #717071;
  cursor: pointer;
  background-color: #FFFFFF;
}
.p-entry__agreeinput:checked::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1px;
  height: 1px;
  border-bottom: 2px solid #3e3a39;
  transform: rotate(-45deg);
  padding: 13px;
}
.p-entry__conctact--policy {
  background-color: #FFF;
  border: none;
}
.p-entry__radio-label {
  display: flex;
  align-items: ceter;
  column-gap: 3px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.p-entry__radio-txt {
  padding-right: 10px;
  padding-left: 10px;
}
.p-entry__radio {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #000287;
  border-radius: 9999px;
  cursor: pointer;
}
.p-entry__radio:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 9999px;
  background-color: #000287;
}
.p-entry__item {
  margin: 0 0 30px;
  padding: 0 20px;
}
.p-entry__item.grey {
  padding: 20px;
  background-color: #f7f7f7;
}
.p-entry__agree--contents {
  background-color: #f7f7f7;
  padding: 20px 20px 0;
  margin-top: 40px;
}
.p-entry__agree--contents02 {
  background-color: #fff7ff;
  padding: 30px 20px 30px;
  background-image: url("../img/line_policy.png");
  background-repeat: no-repeat;
  margin: 0 auto 50px;
  background-size: 100% auto;
  background-color: #f7f7f7;
}
.p-entry__content {
  margin: 8px 0 0;
}
.p-entry__content.flex {
  display: flex;
  justify-content: space-between;
}
.p-entry__txtarea {
  height: 240px;
  padding: 10px;
}
.p-entry__conctact--policy {
  padding: 20px 10px;
  width: 100%;
  max-height: 420px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-entry__conctact--policy {
    max-height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__conctact--policy {
    max-height: 110vw;
  }
}
.p-entry__noticewrap {
  padding: 0 20px;
}
.p-entry__line--wrap {
  padding: 0 30px;
}
.p-entry__btmsolid {
  background: linear-gradient(to bottom, rgb(247, 252, 255), rgb(255, 255, 255));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__btmsolid {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__btmsolid {
    height: 10.7vw;
  }
}

.p-entry__formwrap input[type=tel],
.p-entry__formwrap input[type=text],
.p-entry__formwrap input[type=email],
.p-entry__formwrap select,
.p-entry__formwrap textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #3e3a39;
  padding: 8px 10px;
  outline: none;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #717071;
}
.p-entry__formwrap input[type=tel]::placeholder,
.p-entry__formwrap input[type=text]::placeholder,
.p-entry__formwrap input[type=email]::placeholder,
.p-entry__formwrap select::placeholder,
.p-entry__formwrap textarea::placeholder {
  color: #CCC;
}
.p-entry__formwrap .errorwrapper input[type=tel],
.p-entry__formwrap .errorwrapper input[type=text],
.p-entry__formwrap .errorwrapper input[type=email],
.p-entry__formwrap .errorwrapper select,
.p-entry__formwrap .errorwrapper textarea {
  border-color: #e50011;
  background-color: #F9EBF6;
}
.p-entry__formwrap label,
.p-entry__formwrap option {
  color: #80aaff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.p-entry__formwrap select {
  -webkit-appearance: none;
  appearance: none;
}
.p-entry__formwrap select::-ms-expand {
  display: none;
}
.p-entry__formwrap select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/arrow_select.png");
  background-repeat: no-repeat;
  background-size: contain;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right center;
  /* 画像の位置 */
}

.p-entry__select-option {
  color: #80aaff;
  font-family: "Zen Maru Gothic", sans-serif;
}

.error {
  color: #e50011;
  margin-top: 5px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .error {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .error {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.errorwrapper .p-home__input, .errorwrapper .p-home__txtarea {
  border-color: #e50011;
  background-color: #F9EBF6;
}

txtarea {
  width: 100%;
}

.p-policy {
  background-color: #fff7ff;
}
@media screen and (min-width: 768px) {
  .p-policy {
    margin-top: 100px;
    border-radius: 230px 230px 0 0;
    padding: 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-policy {
    margin-top: 21.7vw;
    border-radius: 50vw 50vw 0 0;
    padding: 0 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p-policy__ttlwrap {
    padding-top: 21px;
    padding-bottom: 24px;
    padding-top-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-policy__ttlwrap {
    padding-top: 5vw;
    padding-bottom: 4.9vw;
    padding-top-bottom: 10vw;
  }
}
.p-policy__ttlblc {
  margin: 16px 0 48px;
}
.p-policy__midblc {
  padding-bottom: 26px;
}
.p-policy__smlblc {
  padding-left: 1em;
}
.p-policy__tp {
  border: solid 1px #828282;
  width: 100%;
  padding: 30px 20px;
}
.p-policy__tpwrap {
  background-color: #fff7ff;
  padding: 0 30px;
}
.p-policy__tp--ttlwrap {
  margin: 0 auto 5px;
}

.nounder {
  text-decoration: none;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.underline {
  text-decoration: unerline;
}

.l-grey {
  color: #828282;
}

.red {
  color: #e50011;
}

.color {
  color: #3e3a39;
}

.pink {
  color: #fb9ddd !important;
}

.blue {
  color: #80aaff !important;
}

.white {
  color: #FFF;
}

.grey {
  color: #717071;
}

.center {
  text-align: center;
}

.midium {
  font-weight: 100;
}

.exlight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.midium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.u-text__btn {
  font-size: 19px;
  font-size: 1.1875rem;
}
.u-text__common {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.u-text__common-en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.u-text__video {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.u-text__thanks {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.14;
}
.u-text__main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.u-text__footer {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.1;
}
.u-text__main-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.u-text__about {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.u-text__note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.u-text__policy--txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 200%;
}
.u-text__talent {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
.u-text__footlink {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.u-text__copys {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.u-text__line {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}
.u-text__faq {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.55;
}
.u-text__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
.u-text__form {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.u-text__thanks-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.u-text__form02 {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: underline;
}

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