@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
/* -----------------------------------------------------------------
フォント設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
メディアクエリ
----------------------------------------------------------------- */
/* media query */
/* -----------------------------------------------------------------
ホバー
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
ホバーアニメーション
----------------------------------------------------------------- */
/* 半透明になる - 優先度の低いバナーなど */
/* 押しボタン - UIパーツなど */
/* 飛び出し - 目立たせたい要素など */
/* -----------------------------------------------------------------
テキスト内リンク設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
リンクアイコン付与
----------------------------------------------------------------- */
/* aタグ内のspanにアイコン付与したい際にselectorWrapは使用する */
/* -----------------------------------------------------------------
拡張子別リンクアイコンカラー設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
子要素のマージントップを0に強制
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
次要素のマージントップを0に強制
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
カラム別マージントップ設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
テキスト非表示
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
クリック・タッチの最小ターゲット設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
Webフォント設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
CSS変数設定
----------------------------------------------------------------- */
:root {
  --primary: #e8380d;
  --secondary: #94252a;
  --txtColor: #3b3d48;
  --borderColor: #c6c6c6;
  --bgColor: #fff;
  --bgColorSecondary: #3b3d48;
  --bgColorTertiary: #f5f5f5;
  --bgColorTh: #e6e6e6;
  --bgColorThSub: rgba(230, 230, 230, 0.25);
  --white: #fff;
  --black: #3b3d48;
  --fontFamily: "Zen Maru Gothic", "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --txtSizeSp: 1.4rem;
  --txtSizePc: 1.6rem;
  --lineHeight: 1.75;
  --lineHeightTitle: 1.5;
  --letterSpacing: 0.01em;
  --fixedWidth: 1040px;
  --fixedWidthInner: 880px;
  --fixedWidthMain: 800px;
  --zIndexLv0: 0;
  --zIndexLv1: 1;
  --zIndexLv2: 10;
  --zIndexLv3: 100;
  --zIndexLv4: 1000;
  --zIndexLv5: 10000;
  --breakTabLength: 768;
  --breakPcLength: 1025;
  /* 個人設定 */
  --colorKey: #f46ca9;
  --colorKey50: #f9b5d4;
  --colorKey25: #fcdae9;
  --colorKeyText: #ea4f98;
  /* キャラ設定 */
  --colorCurewonderful: #ff326b;
  --colorCurewonderfulUiBg: #fffcdf;
  --colorCurefriendly: #aa57ff;
  --colorCurefriendlyUiBg: #f4dafa;
  --colorCurenyami: #29b6ff;
  --colorCurenyamiUiBg: #fdfedf;
  --colorCurelillian: #25e9e8;
  --colorCurelillianUiBg: #ffd3ff;
  --colorCurelillianText: #0fbdd0;
  /* イージング */
  --easeOutBack: cubic-bezier(0.4, 1.5, 0.64, 1.5);
  /* アスペクト比計算用 */
  --widthPC: 1440;
  --widthSP: 750;
  --heightCharacterPc: 700;
  --heightCharacterSp: 856;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-main__ttl .p-text-ttl2__inner {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}
.p-mv {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.p-mv::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 7.22vw;
  min-height: 20px;
  content: "";
  background: url("img/mask_mv_pc.svg") center no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 768px) {
  .p-mv::before {
    height: auto;
    aspect-ratio: 1440 / 104;
  }
}
@media print, screen and (min-width: 768px) {
  .p-mv {
    min-height: 320px;
    max-height: 560px;
    aspect-ratio: 1440 / 560;
  }
}
.p-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-main__inner {
  background-color: #fbf5ff;
}
@media print, screen and (min-width: 768px) {
  .p-main__inner {
    position: relative;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-main__inner {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}
.p-main__ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: var(--lineHeightTitle);
  color: #9656f2;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-main__ttl {
    font-size: 4.2rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-main__ttl {
    font-size: 4.2rem;
    text-align: center;
  }
}
.p-main__ttl-line {
  display: block !important;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .p-main__ttl-line {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 16px;
    padding-top: 16px;
  }
}
.p-main__sign-line {
  display: block !important;
  width: 440px;
  max-width: 100%;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .p-main__sign-line {
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0;
  }
}
.p-section {
  padding-block: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-section {
    padding-block: 90px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-section {
    padding-block: 120px;
  }
}
.p-section.p-section--bg-purple {
  background: #fbf5ff;
}
.p-section.p-section--lace-decoration {
  position: relative;
  padding-block: 8px 92px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-section.p-section--lace-decoration {
    padding-block: 24px 80px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-section.p-section--lace-decoration {
    padding-block: 30px 160px;
  }
}
.p-section__bg-img {
  position: absolute;
  z-index: 0;
  width: 170px;
  height: auto;
  pointer-events: none;
}
.p-section__bg-img img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.p-section__bg-img--left-top {
  top: 80px;
  z-index: -1;
  right: -32px;
  left: auto;
  bottom: auto;
  opacity: 0.6;
}
.p-section__bg-img--right-bottom {
  top: auto;
  z-index: -1;
  left: -32px;
  bottom: 40px;
  right: auto;
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .p-section__bg-img {
    width: 260px;
  }
  .p-section__bg-img img {
    opacity: 1;
  }
  .p-section__bg-img--left-top {
    top: -140px;
    right: -32px;
    left: auto;
    bottom: auto;
    opacity: 1;
  }
  .p-section__bg-img--right-bottom {
    top: auto;
    left: -32px;
    bottom: 0;
    right: auto;
    opacity: 1;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-section__bg-img--left-top {
    top: 24px;
    left: auto;
    bottom: auto;
    right: -32px;
    opacity: 1;
  }
  .p-section__bg-img--right-bottom {
    top: auto;
    bottom: 40px;
    right: auto;
    opacity: 1;
  }
}
.p-section__inner {
  position: relative;
  z-index: 2;
}
.p-text-ttl2__inner {
  display: inline-block;
}
.p-text-p {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
  padding: 0 24px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .p-text-p {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    text-align: center;
    font-size: 1.8rem;
  }
}
.p-text-center {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
  font-size: 1.4rem;
  padding: 24px 24px 0 24px;
  font-weight: 500;
  text-align: center;
  color: #272b43;
}
@media print, screen and (min-width: 768px) {
  .p-text-center {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    padding-top: 24px;
    text-align: center;
    font-size: 1.6rem;
  }
}
/* header */
.p-header {
  position: absolute;
  z-index: var(--zIndexLv5);
  width: 100%;
}
.p-header__logo {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .p-header__logo {
    margin-top: 10px;
    margin-left: 0;
  }
}
.p-header__logo-link {
  display: block;
}
.p-header__logok-img {
  height: 50px;
}
@media print, screen and (min-width: 1025px) {
  .p-header__logok-img {
    height: 72px;
  }
}
/* footer */
.p-footer {
  position: relative;
  padding-block: 92px 40px;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-footer {
    padding-block: 147px 40px;
  }
}
.p-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 40px;
  content: "";
  background: url("img/deco_race_bottom.webp") repeat-x top center / auto 100%;
  filter: drop-shadow(0 10px 10px #00000008);
}
@media print, screen and (min-width: 768px) {
  .p-footer::before {
    height: 50px;
  }
}
.p-footer__banner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.p-footer__banner-item {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-footer__banner-item {
    max-width: 300px;
    margin: 0;
  }
}
.p-footer__banner-link {
  display: block;
  transition: opacity 160ms linear;
}
.p-footer__banner-link:focus-visible {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__banner-link:hover {
    opacity: 0.6;
  }
}
.p-footer__banner-img {
  width: 100%;
}
.p-footer__copy {
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__copy {
    -webkit-margin-before: 75px;
    margin-block-start: 75px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-footer__copy {
    -webkit-margin-before: 80px;
    margin-block-start: 80px;
  }
}
