@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* メディアクエリ
==================================== */
html {
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1320 * 100vw);
  }
}
@media screen and (min-width: 1320px) {
  html {
    font-size: 10px;
  }
}

body {
  font-feature-settings: "palt";
  position: relative;
  color: #5B5B5B;
  font-family: fot-seurat-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: max(2rem, 16px);
  }
}
body.is-loading {
  overflow: hidden;
}
body.is-loaded {
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

a {
  color: inherit;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}
.mainCopy {
  color: red;
}

.l-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.l-loading__cont {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.l-wrapper {
  overflow: hidden;
}

.l-inner {
  width: 1380px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 24px;
    width: 100%;
    max-width: 498px;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 30px;
  }
}

.l-inner--sm {
  width: 1156px;
}

.l-footer {
  background-color: #FFFFFF;
  padding-block-start: 20px;
  padding-block-end: 95px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-block-end: 12.5rem;
  }
}

.l-footer__copy {
  text-align: center;
  font-size: 14px;
}

.c-anime {
  opacity: 0;
}

.c-anime-fadeIn.js-anime-active {
  animation: fadeIn 0.4s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-anime-fadeInUp.js-anime-active {
  animation: fadeInUp 0.4s forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-anime-fadeInDown.js-anime-active {
  animation: fadeInDown 0.4s forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-anime-fadeInLeft.js-anime-active {
  animation: fadeInLeft 0.4s forwards;
}
@media screen and (max-width: 767px) {
  .c-anime-fadeInLeft.js-anime-active {
    animation: fadeInUp 0.4s forwards;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-25px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-anime-fadeInRight.js-anime-active {
  animation: fadeInRight 0.4s forwards;
}
@media screen and (max-width: 767px) {
  .c-anime-fadeInRight.js-anime-active {
    animation: fadeInUp 0.4s forwards;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(25px);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-button {
  display: block;
  color: #FFFFFF;
  background-color: #4D4D4D;
  text-align: center;
  padding: 13px;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 0 #999);
}

.c-button-discord {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background-color: #5865F2;
}
.c-button-discord::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url("../images/common/icon-discord.png") no-repeat center center/contain;
}

.c-campaign-button {
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-campaign-button {
    width: clamp(353px, 100%, 380px);
  }
}
@media screen and (min-width: 768px) {
  .c-campaign-button {
    width: min(39.23vw, 565px);
  }
}
.c-campaign-button a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .c-campaign-button a:hover {
    opacity: 0.8;
  }
}
.c-campaign-button a img {
  width: 100%;
}

.c-title {
  font-family: arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 14rem;
  }
}
.c-title span {
  display: inline-block;
  background: linear-gradient(90deg, #FF5AA5 0%, #FF7087 50%, #FF7F6B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 0 #999);
  transform: translateZ(0);
}

.p-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.p-loading__cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.6s;
  background-color: #F4FAFF;
}

.p-loading__cont.is-hidden {
  opacity: 0;
}

.p-loading__logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-loading__logo {
    max-width: 270px;
  }
}
@media screen and (min-width: 768px) {
  .p-loading__logo {
    max-width: 300px;
  }
}

.p-loading__line {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #5784FD 0%, #AB8ADD 50%, #FE6DB6 100%);
  animation: loadingLine 1.8s forwards;
  transform-origin: left;
}

@keyframes loadingLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.p-mv {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.4s;
  background-color: #F4FAFF;
}
.p-mv img {
  width: 100%;
}

.p-mv.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-about {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about {
    margin-top: -3rem;
  }
}

.p-about__top {
  padding-block-start: 80px;
  background: url(../images/about/about-bg_sm.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-about__top {
    padding-block-start: 8rem;
    padding-block-end: 5.7rem;
    background-image: url(../images/about/about-bg_lg.png);
  }
}

.p-about__title {
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__title .line-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.p-about__title .logo {
  display: block;
  width: 189px;
  aspect-ratio: 189/70;
  background: url(../images/common/logo.png) no-repeat center center/contain;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .p-about__title .logo {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-about__title .logo {
    display: inline-block;
    width: 38.4rem;
    aspect-ratio: 384/143;
  }
}
.p-about__title .accent {
  color: #FF757E;
}
@media screen and (min-width: 768px) {
  .p-about__title .accent {
    font-size: 5.2rem;
  }
}

.p-about__box {
  position: relative;
  margin-block-start: 60px;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #5784FD 0%, #AB8ADD 50%, #FE6DB6 100%);
  padding: 24px 28px;
}
@media screen and (min-width: 768px) {
  .p-about__box {
    margin-block-start: 8rem;
    padding: 3.2rem 4.8rem 6.5rem;
  }
}
.p-about__box::before, .p-about__box::after {
  content: "";
  display: block;
  position: absolute;
}
.p-about__box::before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #FFFFFF;
  top: 3px;
  left: 3px;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-about__box::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
  }
}
.p-about__box::after {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), linear-gradient(180deg, #0696FE 0%, #47AEFE 50%, #6BC4FD 100%);
  top: 16px;
  left: 16px;
  z-index: 2;
  border-radius: 4px;
}

.p-about__box-inner {
  position: relative;
  z-index: 3;
}
.p-about__box-inner h3 {
  display: flex;
  align-items: center;
  color: #FF757E;
  font-size: 24px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FF757E;
}
@media screen and (max-width: 767px) {
  .p-about__box-inner h3 {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-about__box-inner h3 {
    font-size: 4.4rem;
  }
}
.p-about__box-inner h3 .logo {
  display: inline-block;
  width: 144px;
  aspect-ratio: 189/70;
  background: url(../images/common/logo.png) no-repeat center center/contain;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .p-about__box-inner h3 .logo {
    width: 31.4rem;
    aspect-ratio: 384/143;
  }
}
.p-about__box-inner p {
  margin-top: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-about__box-inner p {
    margin-block-start: 20px;
    font-size: 2.4rem;
    padding-inline-start: 1.6rem;
  }
}

.p-about__bottom {
  padding-block-start: 84px;
  padding-block-end: 80px;
  background-color: #F4FAFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__bottom {
    padding-block-start: 4.4rem;
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__bottom > .l-inner {
    padding-inline: 10px;
  }
}

.p-about__bottom-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-about__bottom-texts {
    gap: 6rem;
  }
}
.p-about__bottom-texts h3 {
  color: #FF757E;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-about__bottom-texts h3 {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__bottom-texts p {
    font-size: 2.4rem;
  }
}
.p-about__bottom-texts p .accent {
  color: #FF757E;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-about__bottom-texts p .accent {
    font-size: 3.6rem;
  }
}

.p-about__button {
  margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  .p-about__button {
    margin-block-start: 10rem;
  }
}

.p-mission {
  position: relative;
  padding-block-start: 60px;
  padding-block-end: 70px;
  background: url(../images/mission/mission-bg_sm.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-mission {
    padding-block: 10rem;
    background-image: url(../images/mission/mission-bg_lg.png);
  }
}

.p-mission__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mission__image {
    display: block;
    width: min(59.65vw, 859px);
    aspect-ratio: 859/1118;
    position: absolute;
    top: 13%;
    left: -3.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-mission__image {
    left: calc((100vw - 1440px) / 2 - 3.7rem);
  }
}

.p-mission__list {
  margin-block-start: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .p-mission__list {
    max-width: 400px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__list {
    width: 59.84%;
    margin-left: auto;
    align-items: flex-end;
    margin-block-start: 6rem;
    gap: 3.2rem;
  }
}

.p-mission__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  aspect-ratio: 353/132;
  background: linear-gradient(180deg, #65FEB7 0%, #CDEA97 50%, #FDD572 100%);
  box-shadow: 2px 2px 0 0 #999;
  border-radius: 8px;
  padding: 10px 24px 10px 32px;
}
@media screen and (min-width: 768px) {
  .p-mission__item {
    gap: 20px;
    width: max(42.7rem, 280px);
    aspect-ratio: 427/153;
    padding: 1rem 1.2rem 1rem 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__item:nth-child(1) {
    margin-right: 46%;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__item:nth-child(2) {
    margin-right: 34%;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__item:nth-child(3) {
    margin-right: 22%;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__item:nth-child(4) {
    margin-right: 10%;
  }
}
.p-mission__item::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-mission__item::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }
}
.p-mission__item > div {
  position: relative;
  z-index: 2;
  width: 54px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #3EF253 0%, #6FEC7E 50%, #71F080 100%);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-mission__item > div {
    width: 6rem;
  }
}
.p-mission__item > div span {
  font-family: arial, sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-mission__item > div span {
    font-size: 4rem;
  }
}
.p-mission__item > p {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-mission__item > p {
    font-size: 2.8rem;
  }
}
.p-mission__item > p .fz-sm {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-mission__item > p .fz-sm {
    font-size: max(1.8rem, 14px);
  }
}

.p-mission__foot {
  margin-block-start: 64px;
  width: 95%;
  max-width: 420px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mission__foot {
    margin-block-start: 13.3rem;
    max-width: 76.7rem;
  }
}
.p-mission__foot img {
  display: block;
  width: 100%;
  transform: rotate(-2deg);
}

.p-mission__star {
  position: absolute;
  z-index: 2;
}

.p-mission__star-1 {
  width: 155px;
  aspect-ratio: 155/144;
  top: 8%;
  right: -20px;
  background: url(../images/mission/star-top_sm.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-mission__star-1 {
    width: 31.4rem;
    aspect-ratio: 314/292;
    top: 3%;
    right: 2%;
    background-image: url(../images/mission/star-top_lg.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-mission__star-1 {
    right: calc((100vw - 1440px) / 2 - 2%);
  }
}

.p-mission__star-2 {
  width: 125px;
  aspect-ratio: 1;
  right: -23px;
  background: url(../images/mission/star-middle_sm.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-mission__star-2 {
    bottom: 34%;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__star-2 {
    width: 23.5rem;
    aspect-ratio: 235/349;
    top: 17%;
    left: 3rem;
    background-image: url(../images/mission/star-middle_lg.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-mission__star-2 {
    left: calc((100vw - 1440px) / 2 - 3rem);
  }
}

@media screen and (min-width: 768px) {
  .p-mission__star-3 {
    width: 34rem;
    aspect-ratio: 1;
    top: 30%;
    right: -9.7rem;
    background: url(../images/mission/star-middle_lg2.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1440px) {
  .p-mission__star-3 {
    right: calc((100vw - 1440px) / 2 - 9.7rem);
  }
}

.p-mission__star-4 {
  width: 116px;
  aspect-ratio: 116/173;
  bottom: 14%;
  left: -20px;
  background: url(../images/mission/star-bottom_sm.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-mission__star-4 {
    width: 25.3rem;
    aspect-ratio: 1;
    bottom: 25%;
    left: 40%;
    background-image: url(../images/mission/star-bottom_lg.png);
  }
}

.p-reward {
  padding-block-start: 60px;
  padding-block-end: 80px;
  background-color: #F4FAFF;
}
@media screen and (min-width: 768px) {
  .p-reward {
    padding-block-start: 20rem;
    padding-block-end: 12rem;
  }
}

.p-reward__list {
  margin-block-start: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .p-reward__list {
    margin-block-start: 14.3rem;
    width: min(83%, 1096px);
    margin-inline: auto;
    gap: 10.8rem;
  }
}

.p-reward__item {
  position: relative;
  background: linear-gradient(180deg, #5784FD 0%, #AB8ADD 50%, #FE6DB6 100%);
  border-radius: 8px;
  padding: 42px 25px;
}
@media screen and (min-width: 768px) {
  .p-reward__item {
    padding: 5.4rem 10rem 5.4rem 15rem;
  }
}
.p-reward__item::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  background: linear-gradient(90deg, #CEEAFF 0%, #DCF0FF 50%, #E1F3FF 100%);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-reward__item::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
  }
}
.p-reward__item .point {
  width: 262px;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-reward__item .point {
    width: 51.6rem;
    top: -7.6rem;
  }
}
.p-reward__item p {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-reward__item p {
    font-size: 3.2rem;
  }
}

.p-reward__item:last-child .point {
  width: 297px;
}
@media screen and (min-width: 768px) {
  .p-reward__item:last-child .point {
    width: 57.9rem;
  }
}

.p-reward__foot {
  margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  .p-reward__foot {
    margin-block-start: 10rem;
  }
}
.p-reward__foot h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reward__foot h3 span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 52px;
  background-color: #5984FC;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p-reward__foot h3 span {
    font-size: 3.2rem;
    line-height: 64px;
    padding-inline: 5.8rem;
  }
}
.p-reward__foot h3::before, .p-reward__foot h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 52px;
  background-color: #5984FC;
}
@media screen and (min-width: 768px) {
  .p-reward__foot h3::before, .p-reward__foot h3::after {
    height: 64px;
  }
}
.p-reward__foot h3::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translateX(0.5px);
}
.p-reward__foot h3::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-0.5px);
}
.p-reward__foot p {
  margin-block-start: 24px;
  color: #5984FC;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reward__foot p {
    font-size: 3.2rem;
  }
}

.p-rule {
  position: relative;
  background-color: #FFFFFF;
  padding-block-start: 60px;
  padding-block-end: 80px;
}
@media screen and (min-width: 768px) {
  .p-rule {
    padding-block-start: 10rem;
    padding-block-end: 15rem;
  }
}

.p-rule__list {
  margin-block-start: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-rule__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-rule__list {
    margin-block-start: 8rem;
    gap: 2rem;
  }
}

.p-rule__item {
  position: relative;
  font-size: 16px;
  background: linear-gradient(180deg, #5784FD 0%, #AB8ADD 50%, #FE6DB6 100%);
  border-radius: 8px;
  padding: 32px 25px;
}
@media screen and (max-width: 767px) {
  .p-rule__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-rule__item {
    width: 25%;
    font-size: max(1.6rem, 14px);
  }
}
@media screen and (min-width: 768px) {
  .p-rule__item:nth-child(2) {
    animation-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .p-rule__item:nth-child(3) {
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .p-rule__item:nth-child(4) {
    animation-delay: 0.6s;
  }
}
.p-rule__item::before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  background: #FFFFFF url(../images/rule/item-bg.png) no-repeat center bottom/cover;
  border-radius: 6px;
}

.p-rule__item-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-rule__item-index {
  display: block;
  color: #5984FC;
  font-size: 24px;
  text-align: center;
}

.p-rule__item-text {
  margin-block-start: 32px;
  flex-grow: 1;
  display: grid;
  place-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-rule__item-text {
    min-height: 3lh;
  }
}
.p-rule__item-text span {
  display: block;
  width: 100%;
}

.p-rule__item-button {
  margin-top: 30px;
}

.p-rule__button {
  margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  .p-rule__button {
    margin-top: 10rem;
  }
}

/* 非表示
==================================== */
@media screen and (min-width: 1320px) {
  .u-hidden-xl {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .u-hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sm {
    display: none;
  }
}

.u-text-stroke-6 {
  color: #5B5B5B;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #FFFFFF;
  paint-order: stroke fill;
}

.u-text-stroke-4 {
  color: #5B5B5B;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #FFFFFF;
  paint-order: stroke fill;
}

@media screen and (min-width: 768px) {
  .u-text-stroke-md4 {
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: #FFFFFF;
    paint-order: stroke fill;
  }
}

@media screen and (min-width: 768px) {
  .u-text-stroke-md3 {
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #FFFFFF;
    paint-order: stroke fill;
  }
}

@media screen and (max-width: 767px) {
  .u-text-stroke-sm4 {
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: #FFFFFF;
    paint-order: stroke fill;
  }
}

@media screen and (max-width: 767px) {
  .u-text-stroke-sm3 {
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #FFFFFF;
    paint-order: stroke fill;
  }
}

.u-font-gothic {
  font-family: fot-seurat-pron, sans-serif;
}

.u-font-serif {
  font-family: "Noto Serif JP", serif;
}

.u-color-main {
  color: #FF757E;
}

.u-color-accent {
  color: #54325D;
}

.u-bold {
  font-weight: 700;
}

.u-semibold {
  font-weight: 600;
}

.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}/*# sourceMappingURL=style.css.map */