/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-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;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

em {
  font-style: normal;
}

/* ============================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  font-size: 16px;
}

img {
  width: 100%;
}

@media (min-width: 901px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
main .mv {
  width: 100%;
  max-height: 100dvh;
  aspect-ratio: 1920/1080;
  position: relative;
}
@media (max-width: 900px) {
  main .mv {
    aspect-ratio: 375/640;
  }
}
main .mv h1 {
  width: 46.875%;
  position: absolute;
  translate: -50% 0;
  top: 9.259%;
  left: 50%;
  z-index: 2;
}
@media (max-width: 900px) {
  main .mv h1 {
    width: 80%;
    top: 7.8125%;
  }
}
main .mv_slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
main .mv_slider .slick-list,
main .mv_slider .slick-track {
  height: 100%;
}
main .mv_slider_slide {
  width: 100%;
  height: 100%;
}
main .mv_slider_slide p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
  font-size: min(40px, 2.083vw);
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black;
  position: absolute;
  translate: -50% 0;
}
@media (max-width: 900px) {
  main .mv_slider_slide p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
    translate: 0 0;
  }
}
main .mv_slider_slide.slide01 {
  background: url("img/mv01.webp") no-repeat center/100%;
}
main .mv_slider_slide.slide01 p {
  bottom: 9.259%;
  left: 50%;
}
@media (max-width: 900px) {
  main .mv_slider_slide.slide01 {
    background-color: black;
    background-size: 150%;
    background-position: center 39%;
  }
  main .mv_slider_slide.slide01 p {
    bottom: 7.8125%;
    left: 10.133%;
  }
}
main .mv_slider_slide.slide02 {
  background: url("img/mv02.webp") no-repeat center/100%;
}
main .mv_slider_slide.slide02 p {
  bottom: 38.148%;
  left: 50%;
}
@media (max-width: 900px) {
  main .mv_slider_slide.slide02 {
    background-size: cover;
  }
  main .mv_slider_slide.slide02 p {
    bottom: 34.21875%;
    left: 10.133%;
  }
}
main .mv_slider_slide.slide03 {
  background: url("img/mv03.webp") no-repeat center top/100%;
}
main .mv_slider_slide.slide03 p {
  bottom: 9.259%;
  left: 50%;
}
@media (max-width: 900px) {
  main .mv_slider_slide.slide03 {
    background-position: center;
    background-size: cover;
  }
  main .mv_slider_slide.slide03 p {
    bottom: 7.8125%;
    left: 10.133%;
  }
}
main .cta_lead {
  margin: 80px auto;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.86;
  text-align: center;
}
@media (max-width: 900px) {
  main .cta_lead {
    margin: 30px auto;
    font-size: 16px;
    line-height: 2;
  }
  main .cta_lead em {
    font-size: 20px;
  }
}
main .cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 760px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50px;
  background: linear-gradient(135deg, #f89454, #e6683c);
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  transition: 1s background;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
main .cta_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e6683c, #f89454);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
main .cta_btn:hover::before {
  opacity: 1;
}
@media (max-width: 900px) {
  main .cta_btn {
    width: 340px;
    max-width: 100%;
    height: 60px;
    font-size: 18px;
  }
}
main .onayami {
  margin-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 900px) {
  main .onayami {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
main .onayami_title {
  text-align: center;
}
main .onayami_title h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 3px #df1012;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
main .onayami_title h2 em {
  color: #df1012;
}
@media (max-width: 900px) {
  main .onayami_title h2 {
    width: 314px;
    font-size: 24px;
    line-height: 1.6;
  }
  main .onayami_title h2 em {
    font-size: 26px;
  }
}
main .onayami_list {
  width: 680px;
  margin: 30px auto 0;
}
main .onayami_list li {
  padding: 20px;
  border-bottom: solid 1px #ccc;
}
main .onayami_list li img {
  width: 21px;
}
main .onayami_list li p {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
}
@media (max-width: 900px) {
  main .onayami_list {
    width: 314px;
    margin-top: 18px;
  }
  main .onayami_list li {
    padding: 12px 0 12px 20px;
  }
  main .onayami_list li:nth-child(4) {
    padding: 24px 0 24px 20px;
  }
  main .onayami_list li img {
    width: 16px;
    vertical-align: middle;
  }
  main .onayami_list li p {
    font-size: 14px;
    line-height: 1.7;
    vertical-align: middle;
  }
}
main .kaiketsu {
  padding: 60px 0 80px;
  background: #f8f8f8;
}
@media (max-width: 900px) {
  main .kaiketsu {
    padding: 30px 0 50px;
  }
}
main .kaiketsu h2 {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
}
main .kaiketsu h2 em {
  font-size: 40px;
  font-style: normal;
}
main .kaiketsu h2 em span {
  color: #df1012;
}
@media (max-width: 900px) {
  main .kaiketsu h2 {
    font-size: 24px;
    line-height: 1.6;
  }
  main .kaiketsu h2 em {
    font-size: 26px;
  }
}
main .kaiketsu_video {
  display: block;
  width: 100%;
  max-width: 1280px;
  aspect-ratio: 1280/720;
  margin: 60px auto 0;
  background: #333;
}
@media (max-width: 900px) {
  main .kaiketsu_video {
    margin-top: 30px;
  }
}
main .merit {
  background: #333;
  padding: 60px 0 80px;
}
@media (max-width: 900px) {
  main .merit {
    padding: 30px 0 40px;
  }
}
main .merit_title {
  text-align: center;
}
main .merit_title h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 3px #df1012;
  color: white;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
main .merit_title h2 em span {
  color: #df1012;
}
@media (max-width: 900px) {
  main .merit_title h2 {
    width: 314px;
    font-size: 24px;
    line-height: 1.6;
  }
  main .merit_title h2 em {
    font-size: 26px;
  }
}
main .merit_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  width: calc(100% - 60px);
  max-width: 1350px;
  margin: 60px auto 0;
}
@media (max-width: 900px) {
  main .merit_list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: calc(100% - 40px);
    margin-top: 30px;
  }
}
main .merit_list_item {
  width: 410px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 900px) {
  main .merit_list_item {
    width: 100%;
    max-width: 410px;
    border-radius: 10px;
  }
}
main .merit_list_item .item_header {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 1px;
  background: #f7f7f7;
  line-height: 1.7;
  text-align: center;
}
main .merit_list_item .item_header h3 {
  color: #df1012;
  font-size: 20px;
  font-weight: 600;
}
main .merit_list_item .item_header p {
  font-size: 16px;
}
@media (max-width: 900px) {
  main .merit_list_item .item_header {
    padding: 12px 0;
  }
  main .merit_list_item .item_header h3 {
    font-size: 18px;
  }
  main .merit_list_item .item_header p {
    font-size: 14px;
  }
}
main .merit_list_item .item_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 408px;
  padding: 20px;
  background: white;
}
main .merit_list_item .item_main p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
}
main .merit_list_item .item_main_img {
  width: 100%;
  aspect-ratio: 370/264;
  position: relative;
}
main .merit_list_item .item_main_img img {
  width: 100%;
}
@media (max-width: 900px) {
  main .merit_list_item .item_main {
    height: auto;
    padding: 12px 20px 20px;
    background: white;
  }
  main .merit_list_item .item_main p {
    margin-bottom: 12px;
    line-height: 1.7;
  }
}
main .usecase {
  padding: 60px 0 80px;
  overflow: hidden;
}
@media (max-width: 900px) {
  main .usecase {
    padding: 30px 0 50px;
  }
}
main .usecase_title {
  text-align: center;
}
main .usecase_title h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 3px #df1012;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 900px) {
  main .usecase_title h2 {
    width: 314px;
    font-size: 24px;
    line-height: 1.6;
  }
}
main .usecase_lead {
  margin: 60px auto;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 900px) {
  main .usecase_lead {
    margin: 20px auto;
    font-size: 14px;
  }
}
main .usecase_slider {
  width: calc(100% - 60px);
  max-width: 1050px;
  margin: 0 auto;
  border: solid 1px #333;
  position: relative;
}
@media (max-width: 900px) {
  main .usecase_slider {
    width: calc(100% - 40px);
    max-width: 410px;
  }
}
main .usecase_slider .slick-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
main .usecase_slider .slick-arrow:hover {
  opacity: 0.5;
}
main .usecase_slider .slick-arrow::before {
  content: none;
}
@media (max-width: 900px) {
  main .usecase_slider .slick-arrow {
    width: 10px;
  }
}
main .usecase_slider .slick-prev {
  left: -60px;
}
@media (max-width: 900px) {
  main .usecase_slider .slick-prev {
    left: -15px;
  }
}
main .usecase_slider .slick-next {
  right: -60px;
}
@media (max-width: 900px) {
  main .usecase_slider .slick-next {
    right: -15px;
  }
}
main .usecase_slider_item {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 464px;
}
@media (max-width: 900px) {
  main .usecase_slider_item {
    flex-direction: column;
    height: auto;
  }
}
main .usecase_slider_item img {
  width: 400px;
  height: 100%;
}
@media (max-width: 900px) {
  main .usecase_slider_item img {
    width: 100%;
    height: auto;
  }
}
main .usecase_slider_item .item_text {
  flex: 1;
  padding: 40px;
}
main .usecase_slider_item .item_text h3 {
  padding: 0 0 40px 10px;
  border-bottom: solid 1px #ccc;
  font-size: 24px;
  font-weight: 600;
}
main .usecase_slider_item .item_text p {
  padding: 40px 0 0 10px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 900px) {
  main .usecase_slider_item .item_text {
    padding: 20px;
  }
  main .usecase_slider_item .item_text h3 {
    font-size: 20px;
    text-align: center;
    padding: 0 0 20px;
  }
  main .usecase_slider_item .item_text p {
    padding: 20px 0 0;
    font-size: 14px;
  }
}
main .products {
  padding: 60px 0 80px;
  background: #f8f8f8;
}
@media (max-width: 900px) {
  main .products {
    padding: 30px 0 40px;
  }
}
main .products_title {
  text-align: center;
}
main .products_title h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 3px #df1012;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 900px) {
  main .products_title h2 {
    width: 314px;
    font-size: 24px;
    line-height: 1.6;
  }
}
main .products_lead {
  margin: 60px auto;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 900px) {
  main .products_lead {
    margin: 20px auto;
    font-size: 14px;
  }
}
main .products_3models {
  display: block;
  width: calc(100% - 60px);
  max-width: 1350px;
  margin: 0 auto 80px;
}
@media (max-width: 900px) {
  main .products_3models {
    width: calc(100% - 40px);
    max-width: 645px;
    margin-bottom: 30px;
  }
}
main .products_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (max-width: 900px) {
  main .products_list {
    width: calc(100% - 40px);
    max-width: 645px;
    gap: 20px;
  }
}
main .products_list_item {
  width: 645px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 900px) {
  main .products_list_item {
    width: 100%;
  }
}
main .products_list_item .item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 83px;
  background: #333;
  color: white;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 900px) {
  main .products_list_item .item_title {
    height: 50px;
    font-size: 20px;
  }
}
main .products_list_item .item_main {
  width: 100%;
  padding: 20px 20px 40px;
  background: white;
}
main .products_list_item .item_main_lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
main .products_list_item .item_main_img {
  margin: 20px auto;
}
main .products_list_item .item_main_desc {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
main .products_list_item .item_main_price {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 900px) {
  main .products_list_item .item_main {
    padding: 20px 15px 30px;
  }
  main .products_list_item .item_main_lead {
    font-size: 14px;
  }
  main .products_list_item .item_main_desc {
    font-size: 14px;
    line-height: 1.7;
  }
  main .products_list_item .item_main_price {
    margin-top: 30px;
    font-size: 20px;
  }
}
main .faq {
  padding: 60px 0 80px;
}
@media (max-width: 900px) {
  main .faq {
    padding: 30px 0 40px;
  }
}
main .faq_title {
  text-align: center;
}
main .faq_title h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 3px #df1012;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 900px) {
  main .faq_title h2 {
    width: 314px;
    font-size: 24px;
    line-height: 1.6;
  }
}
main .faq_list {
  margin: 60px auto 0;
  width: calc(100% - 40px);
  max-width: 718px;
}
@media (max-width: 900px) {
  main .faq_list {
    margin-top: 30px;
  }
}
main .faq_list_item {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: solid 1px #ccc;
}
main .faq_list_item:first-of-type {
  margin-top: 0;
}
main .faq_list_item .item_q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}
@media (max-width: 900px) {
  main .faq_list_item .item_q {
    padding: 15px 10px;
    font-size: 16px;
  }
}
main .faq_list_item .item_q span {
  align-self: flex-start;
  color: #df1012;
  margin-right: 7px;
}
main .faq_list_item .item_q_toggle {
  width: 17px;
  height: 17px;
  margin-left: auto;
  position: relative;
}
main .faq_list_item .item_q_toggle::before, main .faq_list_item .item_q_toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #df1012;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  transition: rotate 0.4s;
}
main .faq_list_item .item_q_toggle::before {
  rotate: 90deg;
}
main .faq_list_item .item_q_toggle.open::before {
  rotate: 135deg;
}
main .faq_list_item .item_q_toggle.open::after {
  rotate: 45deg;
}
main .faq_list_item .item_a {
  display: none;
}
main .faq_list_item .item_a_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 20px;
  background: #f8f8f8;
}
main .faq_list_item .item_a_wrap span {
  margin-right: 9px;
  color: #df1012;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
main .faq_list_item .item_a_wrap p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 900px) {
  main .faq_list_item .item_a_wrap {
    padding: 15px 10px;
  }
  main .faq_list_item .item_a_wrap span {
    font-size: 16px;
    line-height: 1.6;
  }
  main .faq_list_item .item_a_wrap p {
    font-size: 14px;
    line-height: 1.8;
  }
}
main .closing {
  background: black;
}
main .closing_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 60px;
  width: 100%;
  max-width: 1920px;
  height: 541px;
  margin: 0 auto;
  background: url("img/closing_bg_pc.webp") no-repeat center/cover;
  color: white;
}
main .closing_content h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
main .closing_content p {
  font-size: 26px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
@media (max-width: 900px) {
  main .closing_content {
    row-gap: 40px;
    height: 392px;
    background-image: url("img/closing_bg_sp.webp");
  }
  main .closing_content h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  main .closing_content p {
    font-size: 18px;
  }
}

aside .cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  background: linear-gradient(135deg, #f89454, #e6683c);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: 1s background;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
aside .cta_btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
aside .cta_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e6683c, #f89454);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
aside .cta_btn:hover::before {
  opacity: 1;
}
@media (max-width: 900px) {
  aside .cta_btn {
    width: 340px;
    max-width: 100%;
    height: 60px;
    font-size: 18px;
    translate: 50% 0;
    right: 50%;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 5px;
  width: 100%;
  height: 221px;
  margin-top: 100px;
  background: black;
}
@media (max-width: 900px) {
  footer {
    height: 200px;
    margin-top: 50px;
  }
}
footer p {
  color: white;
  font-size: 16px;
  text-align: center;
}
footer p.color-999 {
  color: #999;
}
footer p.color-eee {
  color: #eee;
}
footer p.small {
  font-size: 14px;
  line-height: 1.8;
}
footer p:nth-of-type(3) {
  margin-top: 0.5em;
}
footer p:last-of-type {
  margin-top: 0.5em;
}
@media (max-width: 900px) {
  footer p {
    font-size: 14px;
  }
  footer p.small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */