/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::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;
  line-height: 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;
  /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

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

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

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 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. Change font properties to `inherit` in Safari.
*/
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

html {
  font-size: min(10px, 2.42vw);
}

body {
  font-size: 1.926rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

.container {
  width: 96%;
  max-width: 102rem;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(10px, 1.33333vw);
  }
  body {
    font-size: 2.191rem;
  }
  .container {
    width: 90%;
  }
  .pc {
    display: none !important;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header {
  width: 100%;
  padding: 3rem 0;
  background-color: #ffffff;
}
.header__inner {
  max-width: 102rem;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo-img {
  max-width: 49.5rem;
  /* 495px width */
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .header {
    padding: 4rem 0;
  }
  .header__logo-img {
    max-width: 80%;
  }
}
.footer {
  padding: 7rem 0 1rem;
}
.footer .copy {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 13.4rem 0 2rem;
  }
  .footer .copy {
    font-size: 1.815rem;
  }
}

@font-face {
  font-family: "KozGoPr6N";
  src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../fonts/KozGoPr6N-Heavy.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "EmojiOneColor";
  src: url("../fonts/EmojiOneColor.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  width: 96%;
  max-width: 104rem;
  margin: 0 auto;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.section-title--cast {
  margin-right: -20rem;
  transform: translateY(-20rem);
}
@media (max-width: 768px) {
  .section-title--cast {
    margin-right: 0;
    transform: translateY(1rem);
  }
  .section-title--cast img {
    max-width: 40.3rem;
  }
}
.section-title--director {
  margin-right: -12rem;
  transform: translateY(-2rem);
}
@media (max-width: 768px) {
  .section-title--director {
    margin-right: -12rem;
    transform: translateY(-5rem);
  }
  .section-title--director img {
    max-width: 34.9rem;
  }
}
.section-title--crowdfunding {
  max-width: 43.4rem;
  margin: 0 auto;
}
.section-title--supporters {
  transform: translateY(3rem);
}
@media (max-width: 768px) {
  .section-title--supporters {
    transform: translateY(4rem);
  }
  .section-title--supporters img {
    max-width: 69.6rem;
  }
}

.font-kozan {
  font-family: "KozGoPr6N", "Noto Sans JP", sans-serif;
}

.font-emoji {
  font-family: "EmojiOneColor", "Noto Sans JP", sans-serif;
}

.red {
  color: #e50012;
}

.red_1 {
  color: #008642;
}

.red_2 {
  color: #ea5902;
}

.red_3 {
  color: #e95504;
}

.red_4 {
  color: #009143;
}

.red_5 {
  color: #00a040;
}

.red_6 {
  color: #e83818;
}

.orange {
  color: #009944;
}

.pink-glow-box {
  background-color: #ffffff;
  border: 3px solid #ff65a3;
  border-radius: 1.4rem;
  box-shadow: 0 0 8px rgba(255, 101, 163, 0.6), 0 0 16px rgba(255, 101, 163, 0.4), 0 0 24px rgba(255, 101, 163, 0.2);
}

.orange-glow-box {
  background-color: #ffffff;
  border: 3px solid #4ac1f1;
  border-radius: 1.4rem;
  box-shadow: 0 0 8px rgba(170, 204, 3, 0.6), 0 0 16px rgba(170, 204, 3, 0.4), 0 0 24px rgba(170, 204, 3, 0.2);
}

.hero__visuals {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero__img--rocket {
  transform: translateX(-8vw);
  position: relative;
  z-index: 0;
}
.hero__img--girl {
  margin-top: -14rem;
  transform: translateX(8vw);
  position: relative;
  z-index: 1;
}
.hero__title {
  margin-top: -18rem;
  position: relative;
  z-index: 2;
}
.hero__desc-text {
  color: #6467AD;
  font-weight: 700;
  text-align: center;
}
.hero__desc-text small {
  font-size: 1.185rem;
}
.hero__desc-title {
  font-size: 2.074rem;
  font-weight: 900;
  color: #6467AD;
  text-align: center;
}
.hero__video-section {
  margin-top: 4rem;
}
.hero__video-title {
  text-align: center;
  font-size: 2.895rem;
  font-weight: 900;
}
.hero__video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.hero__video-placeholder {
  width: 100%;
  max-width: 74.7rem;
}
.hero__video-placeholder video {
  width: 100%;
}
.hero__video-thumb {
  width: 100%;
}

@media (max-width: 768px) {
  .hero__img--rocket {
    transform: translateX(-3vw);
  }
  .hero__img--girl {
    margin-top: -10rem;
    transform: translateX(3vw);
  }
  .hero__title {
    margin-top: -13rem;
  }
  .hero__desc-title {
    font-size: 2.36rem;
  }
  .hero__desc-text {
    line-height: 1.8;
  }
  .hero__desc-text small {
    font-size: 1.348rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cast__title {
  display: flex;
  align-items: center;
}
.cast__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cast__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 21rem;
}
.cast__item--reverse {
  margin-top: 10rem;
}
.cast__item--reverse .cast__photo {
  align-items: flex-start;
}
.cast__item--reverse .cast__item-title {
  margin-left: -13rem;
}
@media (max-width: 768px) {
  .cast__item--reverse .cast__item-title {
    margin-left: 0;
  }
}
.cast__item--reverse .cast__content {
  margin-left: auto;
  transform: translate(-10rem);
}
.cast__item-title {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cast__item-title {
    flex-direction: column-reverse;
  }
}
.cast__photo {
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
}
.cast__quote {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__content {
  margin-top: 2rem;
}
.cast__bio {
  font-weight: bold;
}
.cast__link {
  font-weight: bold;
  color: #e4007f;
}
.cast__link a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cast__item {
    margin-top: unset;
  }
  .cast__item:nth-child(2) .cast__quote img {
    max-width: 42.1rem;
  }
  .cast__item--reverse {
    margin-top: 8rem;
  }
  .cast__item--reverse .cast__photo {
    flex-direction: column;
    align-items: center;
  }
  .cast__item--reverse .cast__quote {
    transform: none;
    margin-left: 0;
    margin-top: 2rem;
  }
  .cast__item--reverse .cast__content {
    margin-left: 0;
    transform: unset;
  }
  .cast__photo {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
  .cast__quote img {
    max-width: 42.1rem;
    margin: 0 auto;
  }
  .cast__content {
    text-align: center;
    padding: 0;
  }
  .cast__link a {
    font-size: 2.2rem;
  }
  .cast__bio {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.director {
  margin-top: 10rem;
}
.director__inner {
  display: flex;
  flex-direction: column;
}
.director__profile {
  display: flex;
  flex-direction: column;
}
.director__photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}
.director__photo > img {
  max-width: 45.3rem;
  transform: translateX(7vw);
}
.director__quote {
  margin-top: 4rem;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.director__quote-group {
  display: flex;
  flex-direction: column;
}
.director__quote-group .title {
  font-size: 2.71rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.director__quote-text {
  font-size: 1.778rem;
  line-height: 2;
}
.director__quote-text.text1 {
  font-size: 1.606rem;
  line-height: 2;
}
.director__quote-text.text2 {
  font-size: 1.957rem;
  font-weight: 700;
  color: #00a0e9;
}
.director__quote-text.text3 {
  font-size: 1.767rem;
  color: #00a0e9;
  font-weight: 900;
}
.director__quote-text.text3 a {
  color: #000;
}
.director__quote-title {
  font-weight: 700;
  font-size: 2.446rem;
  color: #00a0e9;
}
.director__quote-title.font-kozan {
  font-weight: 900;
  font-size: 2.71rem;
}
.director__title {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
@media (max-width: 768px) {
  .director__title {
    align-items: center;
  }
  .director__title img {
    max-width: 38.6rem;
  }
}
.director__filmography {
  width: fit-content;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.director__filmography-title {
  font-weight: 800;
  color: #009fe8;
  line-height: 1;
}
.director__filmography-list {
  margin-top: 2rem;
  font-weight: bold;
  letter-spacing: -0.1em;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .director {
    margin-top: 0;
  }
  .director__photo {
    margin-top: 6rem;
  }
  .director__photo > img {
    transform: none;
    max-width: 80%;
  }
  .director__quote {
    padding: 0 2rem;
  }
  .director__quote img {
    max-width: 90%;
    margin: 0 auto;
  }
  .director__quote-text {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .director__quote-text.text1 {
    color: #000;
    font-size: 1.9rem;
    line-height: 2;
  }
  .director__quote-text.text2 {
    font-size: 2.528rem;
  }
  .director__quote-text.text3 {
    font-size: 2.71rem;
  }
  .director__quote-text.text3 a {
    font-size: 1.767rem;
  }
  .director__quote-title {
    font-size: 2.8rem;
  }
  .director__filmography {
    margin-top: 4rem;
    padding: 0 2rem;
    margin-left: unset;
    margin-right: unset;
  }
  .director__filmography-title {
    font-size: 2.71rem;
  }
  .director__filmography-list {
    font-size: 2.6rem;
    letter-spacing: normal;
  }
  .director__filmography-list p {
    margin-bottom: 1.2rem;
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .director__filmography-list p {
    font-size: 2.2rem;
  }
}

.crowdfunding {
  margin-top: 9rem;
}
.crowdfunding__period {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 2.481rem;
}
.crowdfunding__period .label {
  text-align: center;
}
.crowdfunding__intro {
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
.crowdfunding__cards {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-direction: column;
  max-width: 87.8rem;
  margin-top: 4.8rem;
  margin-left: auto;
  margin-right: auto;
}
.crowdfunding__card {
  padding: 3rem 4rem;
}
.crowdfunding__card-title {
  font-weight: bold;
  line-height: 1;
  font-size: 2.688rem;
  font-weight: 900;
}
.crowdfunding__card-subtitle {
  font-size: 2.481rem;
  font-weight: 900;
}
.crowdfunding__card-steps {
  font-weight: 500;
}
.crowdfunding__card-steps li {
  font-size: 1.861rem;
}
.crowdfunding__card-steps li span {
  font-weight: 900;
}
.crowdfunding__card-info {
  font-size: 2.068rem;
}
.crowdfunding__card-info p {
  font-weight: 500;
}
.crowdfunding__card-info span {
  font-weight: 900;
}
.crowdfunding__signup {
  margin-top: 3rem;
  font-weight: 900;
}
.crowdfunding__signup-title {
  font-size: 2.481rem;
  text-align: center;
}
.crowdfunding__signup-subtitle {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.861rem;
  font-weight: 500;
}
.crowdfunding__link-box {
  border-radius: 1.4rem;
  align-items: center;
  margin-top: 3rem;
  border: 4px solid #ee87b4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  max-width: 87.8rem;
  margin-left: auto;
  margin-right: auto;
}
.crowdfunding__link-box p {
  font-size: 2.688rem;
  color: #e4007f;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .crowdfunding {
    margin-top: 6rem;
  }
  .crowdfunding__period {
    font-size: 3.2rem;
    line-height: 1.4;
    padding: 0 1.5rem;
  }
  .crowdfunding__intro {
    font-size: 2.6rem;
    line-height: 1.6;
    padding: 0 1.5rem;
  }
  .crowdfunding__cards {
    margin-top: 3rem;
    gap: 2rem;
  }
  .crowdfunding__card {
    padding: 2.5rem 2rem;
  }
  .crowdfunding__card-title {
    font-size: 3.2rem;
  }
  .crowdfunding__card-subtitle {
    font-size: 3rem;
    margin-top: 1.5rem;
  }
  .crowdfunding__card-steps {
    margin-top: 1.5rem;
  }
  .crowdfunding__card-steps li {
    font-size: 2.6rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .crowdfunding__card-info {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
  .crowdfunding__signup {
    margin-top: 4rem;
    padding: 0 1.5rem;
  }
  .crowdfunding__signup-title {
    font-size: 3.2rem;
  }
  .crowdfunding__signup-subtitle {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .crowdfunding__link-box {
    margin-top: 3rem;
    padding: 1.5rem;
  }
  .crowdfunding__link-box p {
    font-size: 3rem;
    text-align: center;
    line-height: 1.3;
  }
}

.supporters__board {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 5px solid #b4d34c;
  border-radius: 12px;
  background: #fffbc7;
  padding: 3rem 2rem 7.5rem;
  position: relative;
}
.supporters__board-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.supporters__thank p {
  text-align: center;
  font-family: "KozGoPr6N", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.879rem;
  color: #e4007f;
}
.supporters__thank p .star {
  color: #ec758d;
  font-size: 3.2rem;
  line-height: 1;
}
.supporters__thank p .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.804rem;
  color: #000;
}
.supporters__missile {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .supporters__board {
    padding: 4.3rem 0 11rem;
    margin: auto;
    max-width: 88%;
  }
  .supporters__board-text {
    max-width: 65.2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .supporters__missile {
    bottom: -12%;
    width: 52rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.supporters__thank {
  display: flex;
}
.supporters__thank p {
  font-size: 2.364rem;
}
.supporters__thank p .text {
  font-size: 1.921rem;
}
.supporters__thank p .star {
  font-size: 3.921rem;
}

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