@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-pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .l-header__modal {
    height: 100vh;
    height: 100dvh;
    top: 0;
    background-image: url("../img/bg_nav-pc.png");
    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: 700px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-header__modal--inner {
    display: block;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    padding: 15.2vw 6.5vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__modal--nav {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header__modal--item {
  margin: 0 0 16px;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-header__modal--navinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-header__modal--jpwrap {
    padding-left: 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__modal--jpwrap {
    padding-left: 34px;
  }
}
.l-header__modal--star.purple {
  background-image: url("../img/star_purple.png");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: left center;
  color: #ae95ff;
}
.l-header__modal--star.pink {
  background-image: url("../img/star_pink.png");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: left center;
  color: #ff8cf2;
}
@media screen and (min-width: 768px) {
  .l-header__modal--star {
    padding-left: 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__modal--star {
    padding-left: 34px;
  }
}

body {
  width: 100%;
  background-image: url("../img/bg_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.l-wrapper {
  position: relative;
}

.l-partner {
  padding: 50px 0 86px;
  background-color: #000000;
}
.l-partner__ttlblc {
  margin: 5px 0 40px;
}
.l-partner__tgc {
  width: 208px;
  margin: 0 auto 42px;
}
.l-partner__liveplanet {
  width: 262px;
  margin: 0 auto 73px;
}
.l-partner__showroom {
  width: 264px;
  margin: 0 auto 66px;
}
.l-partner__showroom02 {
  width: 264px;
  margin: 0 auto 15px;
}
.l-partner__txtblc {
  margin: 0 auto 20px;
}
.l-partner__liveplanet02 {
  width: 262px;
  margin: 0 auto 38px;
}
.l-partner__sweetalley {
  width: 260px;
  margin: 0 auto 70px;
}
.l-partner__tv {
  width: 204px;
  margin: 0 auto 70px;
}
.l-partner__notewrap {
  margin: 0 auto 70px;
}
.l-partner__twinplanet {
  margin: 0 auto;
  width: 260px;
}

.l-footer {
  background-color: #FFFFFF;
  padding: 56px 0 80px;
}
p .l-footer__logowrap {
  margin: 0 auto 36px;
}
.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: 360px;
    height: 135px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 360px;
    max-height: 135px;
    width: 78.3vw;
    height: 29.4vw;
  }
}
.l-footer__snswrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px auto 19px;
}
.l-footer__links {
  background-image: url("../img/footer_deco.png");
  padding-top: 39px;
  background-repeat: no-repeat;
  background-size: 400px 21px;
  background-position: center top;
}
.l-footer__link {
  margin: 0 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;
}

@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--partners {
  max-width: 268px;
  width: 19.14vw;
  margin: 0 auto;
  padding: 40px 0;
  border: solid #ae95ff 1px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .l-container__sideinner--partners {
    width: 17.5vw;
  }
}
.l-container__side--tgc {
  width: 128px;
  margin: 28px auto 25px;
}
.l-container__side--livet {
  width: 160px;
  margin: 0 auto 50px;
}
.l-container__side--showr {
  width: 160px;
  margin: 26px auto 0;
}
.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 20px;
}
.l-container__left--logo {
  display: block;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .l-container__left--logo {
    max-width: 316px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .l-container__left--logo {
    width: 20.6vw;
  }
}

.l-nav__logo {
  background-image: url("../img/pc_logo.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 {
    max-width: 316px;
    max-height: 119px;
    width: 22.5vw;
    height: 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__btnblc--wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 9.1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__linkblc--wrapper {
    display: flex;
    align-items: center;
    margin: 16px 0 34px 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__btnwrap {
    margin: 26px 0 24px;
  }
}
@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-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: calc(50% - 80px);
    top: calc(50% - 75px);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .l-fv__ttlwrap {
    display: none;
  }
}
.l-fv__btn {
  width: 100%;
  position: relative;
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}
.l-fv__btn.is-hidden {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-fv__btn {
    padding: 24px 0 30px;
    background-image: url("../img/bg_btn.png");
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .l-fv__btn {
    background-image: url("../img/bg_btn-sp.png");
    background-position: center center;
    background-size: cover;
    padding: 4.6vw 0 12vw;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}
.l-fv__btn--wrap {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-fv__btn--wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-fv__btn--wrap {
    margin-top: 10px;
  }
}

.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__link--top {
  animation: flash 1s infinite;
  background-color: #ae95ff;
  text-decoration: none;
  display: block;
  padding: 16px 0;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-button__link--top {
    max-width: 316px;
    width: 22.5vw;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .c-button__link--top {
    width: 20.6vw;
  }
}
.c-button__target--entry {
  background-color: #ae95ff;
  text-decoration: none;
  display: block;
  padding: 18px 0;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 360px;
  width: 78.2vw;
  animation: flash 1s infinite;
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    display: none;
  }
}
.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: 112px;
  }
}
@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 #ff8cf2, 0 0 20px #ff8cf2, 0 0 35px #ff8cf2, 0 0 40px #ff8cf2, 0 0 50px #ff8cf2, 0 0 75px #ff8cf2;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff8cf2;
  }
}
@keyframes flash {
  0%, 100% {
    /* 明るく光るよう影を重ねる */
    box-shadow: 0 0 5px #fbc6dd, 0 0 10px #fbc6dd, 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 #fbc6dd, 0 0 10px #fbc6dd, 0 0 15px #fbc6dd, 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/txt_fv-pc.png");
    width: 664px;
    height: 338px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__ttl {
    display: none;
  }
}
.c-paragraph__date {
  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__date {
    background-image: url("../img/fv_date02.png");
    width: 535px;
    height: 79px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__date {
    background-image: url("../img/fv_date-sp02.png");
    max-width: 400px;
    max-height: 39px;
    width: 87vw;
    height: 8.6vw;
  }
}
.c-paragraph__entry {
  color: #FFF;
  animation: flashtext 1s infinite;
}
.c-paragraph__logo--pc {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/pc_logo.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__logo--pc {
    max-width: 316px;
    max-height: 119px;
    width: 22.5vw;
    height: 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__logo--pc {
    display: none;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .c-paragraph__logo--pc {
    display: block;
    width: 20.6vw;
    height: 7.8vw;
  }
}
.c-paragraph__date--pc {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/pc_date02.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__date--pc {
    max-width: 316px;
    max-height: 91px;
    width: 22.5vw;
    height: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__date--pc {
    display: none;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .c-paragraph__date--pc {
    display: block;
    width: 20.6vw;
    height: 5.96vw;
  }
}
.c-paragraph__linktop {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/fv_entry.png");
  max-width: 177px;
  max-height: 35px;
}
@media screen and (min-width: 768px) {
  .c-paragraph__linktop {
    width: 12.62vw;
    height: 2.5vw;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .c-paragraph__linktop {
    width: 12.62vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__linktop {
    width: 39vw;
    height: 7.6vw;
  }
}
.c-paragraph__targetentry {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/fv_entry.png");
  max-width: 202px;
  max-height: 40px;
}
@media screen and (min-width: 768px) {
  .c-paragraph__targetentry {
    width: 202px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__targetentry {
    width: 44vw;
    height: 8.7vw;
  }
}
.c-paragraph__liveplanet {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/ttl_liveplanet.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__liveplanet {
    width: 280px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__liveplanet {
    width: 60.8vw;
    height: 10vw;
  }
}
.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: 16px 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: 14px;
  height: 14px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/arrow_footer.png");
}
.c-paragraph__footerlink--arrow.purple {
  background-image: url("../img/arrow_purple.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: 11px;
  }
}
.c-paragraph__ambassader--x {
  width: 30px;
  height: 30px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon_x-purple.png");
}
.c-paragraph__ambassader--youtube {
  width: 30px;
  height: 30px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon_youtube-purple.png");
}
.c-paragraph__subttl {
  width: 131px;
  height: 48px;
  min-width: 131px;
  min-height: 48px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/subttl.png");
}

@keyframes flashtext {
  0%, 100% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 5px #ff8cf2, 0 0 10px #ff8cf2, 0 0 15px #ff8cf2, 0 0 20px #ff8cf2, 0 0 35px #ff8cf2, 0 0 40px #ff8cf2, 0 0 50px #ff8cf2, 0 0 75px #ff8cf2;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    text-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 15px #ff8cf2, 0 0 20px #ff8cf2;
  }
}
.p-home__ttlwrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 35px;
}
.p-home__kakko--top {
  background-image: url("../img/top_kakko.png");
  background-repeat: no-repeat;
  padding-top: 6.53%;
  background-size: 100% auto;
}
.p-home__kakko--btm {
  background-image: url("../img/btm_kakko.png");
  background-repeat: no-repeat;
  padding-bottom: 6.53%;
  background-size: 100% auto;
  background-position: 0 bottom;
}
.p-home__ttlwraprelative {
  position: relative;
  margin: 0 auto 35px;
  width: 100%;
  display: block;
}
.p-home__ttlabsolute {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.p-home__ambassader {
  background-color: #000000;
  padding: 50px 30px 0;
}
.p-home__ambassader--ttlwrap {
  margin: 0 auto 34px;
}
.p-home__ambassader--peoplewrap {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .p-home__ambassader--item {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__ambassader--item {
    width: 34.7vw;
  }
}
.p-home__ambassader--name {
  margin: 13px auto 8px;
}
.p-home__ambassader--sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78px;
  margin: 16px auto 30px;
}
.p-home__ambassader--arrow {
  margin: 0 auto 38px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100px;
}
.p-home__ambassader--arrow-star {
  display: block;
  white-space: nowrap;
  margin: 0 auto;
  text-indent: -9999px;
  display: block;
  writing-mode: vertical-lr;
}
.p-home__ambassader--arrow-star::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/star_ambassader.png");
  width: 16px;
  height: 16px;
  position: absolute;
  top: -7px;
  left: -7px;
  animation-duration: 1.8s;
  animation-name: top-to-bottom;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.p-home__ambassader--arrow-line {
  margin: 0 auto 0;
  height: 86px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background-color: #ae95ff;
}
.p-home__ambassader--comment {
  padding-bottom: 1px;
}
.p-home__ambassader--video {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 20px auto;
}
.p-home__ambassader--video iframe {
  width: 100%;
  height: 100%;
}
.p-home__news {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home__news {
    padding: 80px 30px 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__news {
    padding: 17.4vw 6.5vw 1px;
  }
}
.p-home__news--item {
  padding: 30px 40px;
  margin: 0 auto 18px;
}
.p-home__news--item:nth-child(odd) {
  background-color: #ae95ff;
}
.p-home__news--item:nth-child(even) {
  background-color: #ff8cf2;
}
.p-home__news--itemblc {
  display: flex;
  align-items: flex-end;
  margin: 0 0 14px;
}
.p-home__news--itemblc-date {
  margin-left: 5px;
}
.p-home__about {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home__about {
    padding: 80px 30px 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about {
    padding: 17.4vw 6.5vw 1px;
  }
}
.p-home__about--feature {
  margin: 0 0 10px;
}
.p-home__about--feature p {
  text-indent: -0.5em;
}
.p-home__about--feature-txt {
  margin: 18px 0 0;
}
.p-home__benefit {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home__benefit {
    padding: 80px 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__benefit {
    padding: 17.4vw 6.5vw 50px;
  }
}
.p-home__benefit--box {
  border: solid 1px #ae95ff;
  padding: 40px 36px;
  margin: 0 auto 20px;
  position: relative;
}
.p-home__benefit--h3 {
  position: absolute;
  top: -14px;
  left: 27px;
  background-color: #000000;
  display: inline-block;
  padding: 0 10px;
}
.p-home__benefit--h3 p {
  display: inline-block;
}
.p-home__benefit--item {
  display: flex;
  margin: 0 0 40px;
}
.p-home__benefit--num {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  margin-right: 20px;
}
.p-home__benefit--special {
  display: inline-block;
  border: solid 1px #ff8cf2;
  padding: 2px 10px 4px;
  margin-bottom: 12px;
}
.p-home__benefit--special p {
  display: inline-block;
  line-height: 1;
}
.p-home__schedule {
  background-color: #ae95ff;
}
@media screen and (min-width: 768px) {
  .p-home__schedule {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__schedule {
    padding: 8.7vw 6.5vw;
  }
}
.p-home__schedule--txtblc {
  margin: 11px auto 13px;
}
.p-home__schedule--item {
  margin: 0 0 30px;
}
.p-home__schedule--blcttl {
  margin: 0 0 12px;
  display: flex;
}
.p-home__schedule--period {
  background-color: #FFFFFF;
  border: solid 2px #000000;
  display: inline-block;
  padding: 7px 20px;
}
.p-home__schedule--period.black {
  background-color: #000000;
}
.p-home__schedule--period02 {
  background-color: #FFFFFF;
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
  display: inline-block;
  padding: 4px 20px 5px;
}
.p-home__target {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home__target {
    padding: 85px 0 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__target {
    padding: 18.4vw 0 1px;
  }
}
@media screen and (min-width: 768px) {
  .p-home__kakko--content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__kakko--content {
    padding: 0 6.5vw;
  }
}
.p-home__target--txtblc {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  align-items: flex-start;
}
.p-home__target--star {
  display: block;
  background-image: url("../img/star_purple.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  min-width: 19px;
  height: 19px;
  margin-right: 15px;
  margin-top: 4px;
}
.p-home__target--indent {
  padding-left: 24px;
}
.p-home__target--indent02 {
  padding-left: 34px;
}
.p-home__target--head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
}
.p-home__target--entry {
  margin: 28px auto 20px;
}
.p-home__apply {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home__apply {
    padding: 58px 0 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__apply {
    padding: 12.6vw 0 12vw;
  }
}
.p-home__liveplanet {
  background-color: #000000;
  padding-bottom: 40px;
}
.p-home__liveplanet--inner {
  background-color: #FFFFFF;
  padding: 57px 50px 10px;
}
.p-home__liveplanet--ttlwrap {
  margin: 12px auto 24px;
}
.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: #ae95ff;
  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__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: #ff8cf2;
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
}
.p-home__tgc {
  background-color: #ae95ff;
}
@media screen and (min-width: 768px) {
  .p-home__tgc {
    padding: 48px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__tgc {
    padding: 10vw 6.5vw 6.5vw;
  }
}
.p-home__tgc--txtblc {
  margin: 23px 0;
}
.p-home__precaution {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home__precaution {
    padding: 80px 30px 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__precaution {
    padding: 17.4vw 6.5vw 1px;
  }
}
.p-home__precaution--ttlwrap {
  margin: 18px auto 28px;
}
.p-home__precaution--noteblc {
  max-width: 360px;
  margin: 0 auto;
}
.p-home__contact {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home__contact {
    padding: 48px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__contact {
    padding: 10.6vw 6.5vw;
  }
}
.p-home__contact--btnblc {
  margin: 30px auto 20px;
}

@keyframes scroll {
  0% {
    margin-top: 86px;
    height: 86px;
  }
  50% {
    height: 86px;
    margin-top: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes top-to-bottom {
  0% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(86px);
  }
}
.p-home__shizuoka {
  padding-top: 40px;
  background-color: #000;
}
.p-home__shizuoka--inner {
  background-color: #ff8cf2;
}
@media screen and (min-width: 768px) {
  .p-home__shizuoka--inner {
    padding: 48px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__shizuoka--inner {
    padding: 10vw 6.5vw 6.5vw;
  }
}
.p-home__shizuoka--txtblc {
  margin: 23px 0;
}
.p-home__shizuoka--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-home__shizuoka--img {
    width: 242px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__shizuoka--img {
    width: 52.6vw;
  }
}

#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 #000000;
  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 #000000;
  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: #000000;
}

.purple {
  color: #ae95ff;
}

.pink {
  color: #ff8cf2;
}

.blue {
  color: #80aaff;
}

.white {
  color: #FFF;
}

.grey {
  color: #717071;
}

.center {
  text-align: center;
}

.thin {
  font-weight: 100;
}

.exlight {
  font-weight: 200;
}

.italic {
  font-style: italic;
}

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

.letter075 {
  letter-spacing: 0.075em;
}

.letter50 {
  letter-spacing: 0.05em;
}

.letterminus {
  letter-spacing: -0.025em !important;
}

.u-text__noto {
  font-family: "Noto Sans JP", sans-serif;
}
.u-text__fv-entry {
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .u-text__fv-entry {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__fv-entry {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.u-text__mid--en {
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .u-text__mid--en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__midsmall {
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
.u-text__footlink {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}
.u-text__nav--jp {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .u-text__nav--jp {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__nav--jp {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.u-text__nav--en {
  font-family: "acumin-pro-wide", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .u-text__nav--en {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__nav--en {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.u-text__h2 {
  font-family: "acumin-pro-wide", sans-serif;
}
@media screen and (min-width: 768px) {
  .u-text__h2 {
    font-size: 51px;
    font-size: 3.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__h2 {
    font-size: clamp(10vw, 10vw, 51px);
  }
}
.u-text__h2-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
}
.u-text__h3 {
  font-family: "acumin-pro-wide", sans-serif;
}
@media screen and (min-width: 768px) {
  .u-text__h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__h3 {
    font-size: clamp(5.6vw, 5.6vw, 24px);
  }
}
.u-text__acumin14 {
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.u-text__acumin16 {
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.u-text__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.u-text__name-small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.u-text__noto25 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.u-text__noto14 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.u-text__noto15 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.u-text__noto17 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
}
.u-text__noto18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.u-text__feature-big {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__feature-big {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__feature-big {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.u-text__feature {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.u-text__about-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.u-text__benefit--space {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.u-text__benefit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.u-text__main-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
}
.u-text__partner {
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -0.05em;
}

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