@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1180px) {
  html {
    font-size: 1.3559322034vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  background-color: #f8f8f8;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-about {
  padding-top: 210px;
  padding-top: 13.125rem;
  padding-bottom: 142px;
  padding-bottom: 8.875rem;
}
@media screen and (max-width: 768px) {
  .l-about {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.l-campaign {
  padding-top: 140px;
  padding-top: 8.75rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .l-campaign {
    padding-top: 5rem;
    padding-bottom: 12.5rem;
  }
}

.l-campaignadd {
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .l-campaignadd {
    padding-bottom: 5rem;
  }
}

.l-challenge {
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-challenge {
    padding-top: 5rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 1230px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-live {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .l-live {
    padding-top: 5rem;
    padding-bottom: 15.625rem;
  }
}

.l-mv {
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .l-mv {
    padding-bottom: 1.75rem;
  }
}

.l-pist6 {
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-pist6 {
    padding-top: 5rem;
    padding-bottom: 13.125rem;
  }
}

.l-report {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-report {
    padding-bottom: 5rem;
  }
}

.l-vtuber {
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .l-vtuber {
    padding-top: 5rem;
  }
}

.c-date {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-date {
    font-size: 1.5rem;
  }
}

.c-date span {
  font-size: 13px;
  font-size: 0.8125rem;
  vertical-align: super;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-date span {
    font-size: 0.875rem;
  }
}

.c-date::before {
  content: "";
  width: calc(100% - 15.625rem);
  height: 1px;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-date::before {
    width: calc(100% - 10.625rem);
  }
}

.c-title__title {
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1;
  font-family: "PT Serif", serif;
}
@media screen and (max-width: 768px) {
  .c-title__title {
    font-size: 2.5rem;
  }
}

.c-title__title span {
  font-weight: 700;
  font-style: italic;
}

.c-title__lead {
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-title__lead + .c-title__title {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.c-vtuber__jp {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: -91px;
  margin-top: -5.6875rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-vtuber__jp {
    font-size: 0.875rem;
    margin-top: -3.125rem;
    margin-left: 0.5rem;
  }
}

.c-vtuber__name {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "PT Serif", serif;
  font-style: italic;
  margin-left: 20px;
  margin-left: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-vtuber__name {
    font-size: 1.125rem;
    margin-left: 0.5rem;
  }
}

.c-vtuber {
  padding-bottom: 29px;
  padding-bottom: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .c-vtuber {
    padding-bottom: 0;
  }
}

.p-about {
  background-image: url("../../images/lp/lp-2022-pist6/about-bg.jpg");
  background-size: cover;
  color: #fff;
}

.p-about__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__contents {
  max-width: 655px;
  max-width: 40.9375rem;
  width: 100%;
}

.p-about__lead {
  margin-top: 49px;
  margin-top: 3.0625rem;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-about__lead {
    font-size: 1.125rem;
  }
}

.p-about__image01 {
  width: 168px;
  width: 10.5rem;
  height: 158px;
  height: 9.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 86px;
  margin-left: 5.375rem;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about__image01 {
    padding-top: 0;
    margin-top: -1.875rem;
    margin-left: auto;
    margin-right: 0;
    z-index: 2;
  }
}

.p-about__image02 {
  width: 268px;
  width: 16.75rem;
  height: 353px;
  height: 22.0625rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 61px;
  margin-left: 3.8125rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-about__image02 {
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    margin-top: -2.5rem;
  }
}

.p-about__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-about__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__text {
  max-width: 423px;
  max-width: 26.4375rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

.p-about__image03 {
  max-width: 525px;
  max-width: 32.8125rem;
  width: 100%;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-left: 124px;
  margin-left: 7.75rem;
}
@media screen and (max-width: 768px) {
  .p-about__image03 {
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-campaign, .p-campaignadd {
  text-align: center;
  position: relative;
}

.p-campaign::before {
  content: "";
  width: calc(50% - 15.625rem);
  height: 375px;
  height: 23.4375rem;
  background-image: url("../../images/lp/lp-2022-pist6/campaign-img02.png");
  background-size: 26.8125rem;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  bottom: 0px;
  bottom: 0rem;
  right: calc(50% + 15.625rem);
}
@media screen and (max-width: 768px) {
  .p-campaign::before {
    top: auto;
    top: initial;
    bottom: 0;
    right: 6.25rem;
    width: 13.75rem;
    height: 13.75rem;
    background-size: 18.75rem;
    background-position: top center;
  }
}

.p-campaign::after {
  content: "こちらから\a参加できます";
  white-space: pre;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  width: 150px;
  width: 9.375rem;
  height: 120px;
  height: 7.5rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  background-image: url("../../images/lp/lp-2022-pist6/campaign-img03.png");
  background-size: cover;
  position: absolute;
  bottom: 250px;
  bottom: 15.625rem;
  right: calc(50% + 15.625rem);
}
@media screen and (max-width: 768px) {
  .p-campaign::after {
    top: auto;
    top: initial;
    bottom: 6.25rem;
    right: 0;
  }
}

.p-campaign__lead {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-campaign__race {
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 22px 0;
  padding: 1.375rem 0;
  border-top: #111 1px solid;
  border-bottom: #111 1px solid;
}

.p-campaignadd .p-campaign__race {
  margin-top: 0;
}

.p-campaign__text {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-campaign__text {
    font-size: 1rem;
  }
}

.p-campaign__date {
  font-size: 31px;
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-campaign__date {
    font-size: 1.125rem;
  }
}

.p-campaign__date span {
  font-family: "PT Serif", serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-campaign__date span {
    font-size: 1.5rem;
  }
}

.p-campaign__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.875rem 0.875rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-campaign__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-campaign__content {
  width: calc(50% - 0.4375rem);
}
@media screen and (max-width: 768px) {
  .p-campaign__content {
    width: 100%;
  }
}

.p-campaign__bettitle {
  margin-top: 56px;
  margin-top: 3.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-campaign__bettitle {
    margin-top: 2.5rem;
  }
}

.p-campaign__bettext {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-campaign__link {
  margin-top: 19px;
  margin-top: 1.1875rem;
  max-width: 410px;
  max-width: 25.625rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-challenge {
  position: relative;
}

.p-challenge::before {
  content: "";
  width: calc(50% - 13rem);
  height: 738px;
  height: 46.125rem;
  background-image: url("../../images/lp/lp-2022-pist6/challenge-img02.png");
  background-size: 32.5rem;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 81px;
  top: 5.0625rem;
  right: calc(50% + 13rem);
}
@media screen and (max-width: 768px) {
  .p-challenge::before {
    top: auto;
    top: initial;
    bottom: 3.125rem;
    right: calc(50% - 4.375rem);
    width: calc(50% + 4.375rem);
    height: 23.75rem;
    background-size: 21.875rem;
    z-index: -1;
  }
}

.p-challenge::after {
  content: "";
  width: calc(50% - 15rem);
  height: 773px;
  height: 48.3125rem;
  background-image: url("../../images/lp/lp-2022-pist6/challenge-img03.png");
  background-size: 33.75rem;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 75px;
  top: 4.6875rem;
  left: calc(50% + 15rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-challenge::after {
    top: auto;
    top: initial;
    bottom: 3.125rem;
    left: calc(50% - 5.625rem);
    width: calc(50% + 5.625rem);
    height: 23.75rem;
    background-size: 21.875rem;
  }
}

.p-challenge__title {
  text-align: center;
}

.p-challenge__lead {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 31px;
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-challenge__lead {
    font-size: 1.5rem;
  }
}

.p-challenge__lead span span {
  font-size: 42px;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-challenge__lead span span {
    font-size: 2rem;
  }
}

.p-challenge__text {
  margin-top: 56px;
  margin-top: 3.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-challenge__text {
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-challenge__container {
  max-width: 910px;
  max-width: 56.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  margin-top: 3.5rem;
  background-color: #111;
  color: #fff;
  border-radius: 1.875rem;
  padding: 100px 84px 47px;
  padding: 6.25rem 5.25rem 2.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-challenge__container {
    padding: 3.125rem 1.25rem 1.25rem;
  }
}

.p-challenge__container::before {
  content: "";
  width: 317px;
  width: 19.8125rem;
  height: 125px;
  height: 7.8125rem;
  background-image: url("../../images/lp/lp-2022-pist6/challenge-img01.png");
  background-size: cover;
  position: absolute;
  top: -35px;
  top: -2.1875rem;
  left: -20px;
  left: -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-challenge__container::before {
    width: 12.5rem;
    height: 4.6875rem;
  }
}

.p-challenge__missions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.5rem 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-challenge__mission {
  width: calc(33.3% - 0.33313rem);
  padding: 9px 24px 24px;
  padding: 0.5625rem 1.5rem 1.5rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-challenge__mission {
    width: calc(50% - 0.25rem);
    padding: 0.625rem;
  }
}

.p-challenge__mission:nth-child(1) {
  background-color: #D8404B;
}

.p-challenge__mission:nth-child(2) {
  background-color: #F79BA2;
}

.p-challenge__mission:nth-child(3) {
  background-color: #6F88DC;
}

.p-challenge__mission:nth-child(4) {
  background-color: #5DC7E7;
}

.p-challenge__mission:nth-child(5) {
  background-color: #69BC69;
}

.p-challenge__mission:nth-child(6) {
  background-color: #DBB756;
}

.p-challenge__number {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 12px;
  left: 0.75rem;
  font-family: "PT Serif", serif;
  font-size: 31px;
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-challenge__number {
    font-size: 1.5rem;
  }
}

.p-challenge__header {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-challenge__header {
    font-size: 1.25rem;
  }
}

.p-challenge__detail {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-challenge__detail {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
}

.p-challenge__detail span {
  font-size: 16px;
  font-size: 1rem;
}

.p-challenge__explain {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-challenge__explain {
    text-align: left;
  }
}

.p-challenge__explain span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-challenge__label {
  margin-top: 140px;
  margin-top: 8.75rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-challenge__label {
    margin-top: 23.75rem;
  }
}

.p-challenge__label p {
  font-family: "PT Serif", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  padding: 12px 0;
  padding: 0.75rem 0;
  border-top: #111 1px solid;
  border-bottom: #111 1px solid;
  line-height: 1;
  width: 3500px;
  width: 218.75rem;
}
@media screen and (max-width: 768px) {
  .p-challenge__label p {
    font-size: 1.5rem;
  }
}

.p-challenge__label p span {
  font-weight: 700;
  font-style: italic;
}

.site-header {
  display: none !important;
}

.site-header, .warning, .site-footer {
  color: #111 !important;
}

.site-header nav img {
  width: auto;
}

.site-footer .sitelog img {
  max-height: 100%;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .site-footer p {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .site-header .globalNav li img {
    margin-left: 0;
  }
}
.p-content {
  background-color: #D13B4A;
  border-radius: 1.25rem;
  padding: 24px 30px 40px;
  padding: 1.5rem 1.875rem 2.5rem;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-content {
    padding: 1.25rem;
  }
}

.p-content:nth-child(2) {
  background-color: #2C5CD1;
}

.p-content__title {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-content__title {
    font-size: 1.5rem;
  }
}

.p-content__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: super;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-content__img {
  aspect-ratio: 522/208;
  border-radius: 0.875rem;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-content__img {
    margin-top: 1rem;
  }
}

.p-content__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-content__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-content--3 {
  margin-top: 56px;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 0 1rem;
  background-color: #28A823 !important;
}
@media screen and (max-width: 768px) {
  .p-content--3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-content__wrapper {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-content--3 .p-content__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-content--3 .p-content__img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-content--3 .p-content__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-content--3 .p-content__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-content__items {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .p-content__items {
    font-size: 0.875rem;
  }
}

.p-content__item {
  list-style: disc;
  padding-left: 0px;
  padding-left: 0rem;
  list-style-position: outside;
}

.p-footer {
  display: none;
  height: 100px;
  height: 6.25rem;
  background-color: #111;
}

.p-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-grid__left {
  width: 61.78%;
}
@media screen and (max-width: 768px) {
  .p-grid__left {
    width: 100%;
  }
}

.p-grid__grid1, .p-grid__grid2, .p-grid__grid3, .p-grid__grid4 {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-grid__grid1, .p-grid__grid2, .p-grid__grid3, .p-grid__grid4 {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
  }
}

.p-grid__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-grid__title {
    font-size: 1.25rem;
  }
}

.p-grid__banner {
  max-width: 541px;
  max-width: 33.8125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: 88px;
  margin-left: 5.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-grid__banner {
    max-width: 21.875rem;
    margin-top: 1.25rem;
    margin-left: 2.5rem;
    padding-right: 0;
  }
}

.p-grid__banner + .p-grid__banner {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-grid__grid4 {
  border-left: 1px #111 solid;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-grid__grid4 {
    border-left: none;
  }
}

.p-grid__grid4 .p-grid__title {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-grid__grid4 .p-grid__title {
    margin-left: 0;
  }
}

.p-grid__grid1, .p-grid__grid2 {
  position: relative;
}

.p-grid__grid1::before, .p-grid__grid2::before {
  content: "";
  width: max(100% - 590px + 50vw, 100% + 25px);
  width: max(100% - 36.875rem + 50vw, 100% + 25px);
  height: 1px;
  height: 0.0625rem;
  background: #111;
  position: absolute;
  bottom: 0;
  left: min(-25px, 590px - 50vw);
  left: min(-25px, 36.875rem - 50vw);
}
@media screen and (max-width: 768px) {
  .p-grid__grid1::before, .p-grid__grid2::before {
    display: none;
  }
}

.p-grid__twitter {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: 60px;
  margin-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-grid__twitter {
    margin-top: 1.25rem;
    margin-left: 2.5rem;
  }
}

.p-live {
  background-color: #0F0F0F;
  color: #fff;
  position: relative;
}

.p-live::before {
  content: "";
  width: calc(50% - 11.125rem);
  height: 534px;
  height: 33.375rem;
  background-image: url("../../images/lp/lp-2022-pist6/live-img04.png");
  background-size: 27.1875rem;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: calc(50% + 11.125rem);
}
@media screen and (max-width: 768px) {
  .p-live::before {
    left: 50%;
    top: 8.125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 23.125rem;
    height: 21.875rem;
    background-size: 25rem;
    z-index: 5;
  }
}

.p-live__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-live__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-live__title {
  width: 160px;
  width: 10rem;
  margin-top: 211px;
  margin-top: 13.1875rem;
}
@media screen and (max-width: 768px) {
  .p-live__title {
    margin-top: 0;
  }
}

.p-live__img01 {
  max-width: 331px;
  max-width: 20.6875rem;
  padding-top: 37px;
  padding-top: 2.3125rem;
  margin-left: 150px;
  margin-left: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-live__img01 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-live__img02 {
  width: 177px;
  width: 11.0625rem;
  margin-left: 61px;
  margin-left: 3.8125rem;
  margin-top: 158px;
  margin-top: 9.875rem;
}
@media screen and (max-width: 768px) {
  .p-live__img02 {
    width: 12.5rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: -5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 2;
  }
}

.p-live__date {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-live__date {
    margin-top: 2.5rem;
  }
}

.p-live__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.5rem 0.5rem;
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .p-live__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
  }
}

.p-live__item {
  width: calc(25% - 0.375rem);
  border-radius: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-live__item {
    width: 100%;
  }
}

.p-live__item img {
  border-radius: 0.9375rem;
}

.p-live__container + .p-live__container {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-live__container + .p-live__container {
    margin-top: 2.5rem;
  }
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 501;
}

.p-modal__button {
  cursor: pointer;
}

.p-modal__bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, .8);
}

.p-modal__wrap {
  position: fixed;
  width: 90%;
  max-width: 800px;
  max-width: 50rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  color: #111;
  border-radius: 1.25rem;
  padding: 0 16px 16px 16px;
  padding: 0 1rem 1rem 1rem;
  position: relative;
}

.p-modal__close {
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  border: #111 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 22px;
  top: 1.375rem;
  right: 30px;
  right: 1.875rem;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.25rem;
  }
}

.p-modal__close img {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-modal__close img {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 70vh;
    overflow: auto;
  }
}

.p-modal__box {
  height: 428px;
  height: 26.75rem;
  /*ここのheightで高さ固定して中身をスクロールしたいときはいれる */
  overflow: auto;
  width: 100%;
  /*
    /* IE, Edge 対応 
    -ms-overflow-style: none;
    /* Firefox 対応 
    scrollbar-width: none;
        /* Chrome, Safari 対応 
  .p-modal__box::-webkit-scrollbar {
    display:none; 
     */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-modal__box {
    height: auto;
    overflow: visible;
    overflow: initial;
  }
}

.p-modal__img {
  width: 338px;
  width: 21.125rem;
  aspect-ratio: 338/444;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .p-modal__img {
    width: 12.5rem;
  }
}

.p-modal__upper {
  padding-right: 55px;
  padding-right: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-modal__upper {
    padding-right: 0;
  }
}

.p-modal__jp {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-modal__jp {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-modal__name {
  font-size: 36px;
  font-size: 2.25rem;
  font-style: italic;
  font-family: "PT Serif", serif;
}
@media screen and (max-width: 768px) {
  .p-modal__name {
    font-size: 1.5rem;
  }
}

.p-modal__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 38px;
  margin-top: 2.375rem;
  line-height: 1.79;
}
@media screen and (max-width: 768px) {
  .p-modal__text {
    margin-top: 0.625rem;
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.js-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.p-modal__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-modal__lower {
    margin-top: 0;
    padding-top: 1.25rem;
  }
}

.p-modal__sns {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border-radius: 50%;
  border: 1px #111 solid;
}
@media screen and (max-width: 768px) {
  .p-modal__sns {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-modal__sns + .p-modal__sns {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-modal__sns a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-modal__sns img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv {
  background-image: url("../../images/lp/lp-2022-pist6/mv-bg.jpg");
  background-size: cover;
  color: #fff;
}

.p-mv__logo {
  width: 144px;
  width: 9rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  margin-left: calc(50% - 46.5vw);
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    margin-left: 0;
  }
}

.p-mv__mv {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 93vw;
  margin-left: calc(50% - 46.5vw);
  margin-right: calc(50% - 46.5vw);
}

.p-mv__deco {
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  background-image: url("");
  position: absolute;
  top: -40px;
  top: -2.5rem;
  right: -20px;
  right: -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-mv__deco {
    top: -5rem;
    right: -0.9375rem;
  }
}

.p-mv__container {
  margin-top: -30px;
  margin-top: -1.875rem;
  margin-left: calc(50% - 46.5vw);
}
@media screen and (max-width: 768px) {
  .p-mv__container {
    margin-top: 0;
  }
}

.p-mv__title {
  font-size: 85px;
  font-size: 5.3125rem;
  font-family: "PT Serif", serif;
  line-height: 1;
  position: relative;
  z-index: 2;
  font-weight: 400;
  text-shadow: 0 0 5px rgba(26, 24, 53, .3);
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    font-size: 3rem;
  }
}

.p-mv__title span {
  font-weight: 700;
  font-style: italic;
}

.p-mv__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-mv__textbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-mv__datebox {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-mv__datebox {
    margin-top: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-mv__date {
  font-family: "Open Sans", sans-serif;
  font-size: 51px;
  font-size: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .p-mv__date {
    font-size: 1.8125rem;
  }
}

.p-mv__date span {
  font-size: 29px;
  font-size: 1.8125rem;
  vertical-align: super;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-mv__date span {
    font-size: 0.875rem;
  }
}

.p-mv__date--from {
  position: relative;
  padding-right: 74px;
  padding-right: 4.625rem;
}

.p-mv__date--from::before {
  content: "";
  width: 56px;
  width: 3.5rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  top: 55%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-mv__date--from::before {
    right: auto;
    right: initial;
    top: auto;
    top: initial;
    left: 0;
    bottom: -1.375rem;
  }
}

.p-mv__date--to {
  margin-left: 18px;
  margin-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-mv__date--to {
    margin-left: 4.625rem;
  }
}

.p-mv__text {
  font-size: 20px;
  font-size: 1.25rem;
  background: #fff;
  color: #111;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    margin-left: 0;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.p-pist6 {
  position: relative;
}

.p-pist6::before {
  content: "";
  width: calc(50% - 21.875rem);
  height: 284px;
  height: 17.75rem;
  background-image: url("../../images/lp/lp-2022-pist6/pist6-img04.png");
  background-size: 19.4375rem;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0px;
  top: 0rem;
  left: calc(50% + 21.875rem);
}
@media screen and (max-width: 768px) {
  .p-pist6::before {
    top: auto;
    top: initial;
    bottom: 0;
    left: 40%;
    width: 50%;
    height: 15.625rem;
    background-size: cover;
  }
}

.p-pist6::after {
  content: "最新情報は\aこちらをチェック！";
  white-space: pre;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  width: 178px;
  width: 11.125rem;
  height: 117px;
  height: 7.3125rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  background-image: url("../../images/lp/lp-2022-pist6/pist6-img05.png");
  background-size: cover;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: calc(50% + 15.625rem);
}
@media screen and (max-width: 768px) {
  .p-pist6::after {
    left: auto;
    left: initial;
    right: 45%;
    top: auto;
    top: initial;
    bottom: 8.125rem;
  }
}

.p-pist6__container {
  border-top: 1px #111 solid;
  border-bottom: 1px #111 solid;
  padding: 32px 0;
  padding: 2rem 0;
}

.p-pist6__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pist6__title {
  width: 206px;
  width: 12.875rem;
}

.p-pist6__logo {
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 274px;
  width: 17.125rem;
}

.p-report {
  background: #000;
  color: #fff;
  position: relative;
}

.p-report::before {
  content: "";
  width: calc(50% - 11.875rem);
  height: 487px;
  height: 30.4375rem;
  background-image: url("../../images/lp/lp-2022-pist6/report-img02.png");
  background-size: 31.4375rem;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -70px;
  top: -4.375rem;
  left: calc(50% + 11.875rem);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-report::before {
    top: -15.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: 25% top;
    width: 100vw;
    max-width: 31.4375rem;
    height: 18.75rem;
    z-index: 1;
  }
}

.p-report__bg {
  position: relative;
  padding-top: 133px;
  padding-top: 8.3125rem;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-report__bg {
    padding-top: 5rem;
  }
}

.p-report__bg::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-image: url("../../images/lp/lp-2022-pist6/report-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}

.p-report__text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 31px;
  margin-top: 1.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-report__text {
    font-size: 1rem;
  }
}

.p-report__items {
  margin-top: 56px;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.25rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-report__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-report__item {
  width: calc(33.3% - 0.5rem);
}
@media screen and (max-width: 768px) {
  .p-report__item {
    width: 100%;
  }
}

.p-report__img img {
  border-radius: 1.25rem;
}

.p-report__date {
  font-family: "Open Sans", sans-serif;
  color: #7B7B7B;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-report__date {
    margin-top: 0.25rem;
  }
}

.p-report__date span {
  font-size: 13px;
  font-size: 0.8125rem;
  vertical-align: super;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.p-report__jp {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-report__jp {
    margin-top: 0.25rem;
    font-size: 0.875rem;
  }
}

.p-report__name {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-family: "PT Serif", serif;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-report__name {
    margin-top: 0.25rem;
    font-size: 1.5rem;
  }
}

.p-report__arrow {
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  border-top: 1.5px #fff solid;
  border-top: 0.09375rem #fff solid;
  border-right: 1.5px #fff solid;
  border-right: 0.09375rem #fff solid;
  background: linear-gradient(-45deg, transparent, transparent 48.5%, #fff 48.5%, #fff 51.5%, transparent 51.5%, transparent);
  display: inline-block;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-report__arrow {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.25rem;
  }
}

.p-vtuber {
  background-color: #0F0F0F;
  color: #fff;
  position: relative;
}

.p-vtuber::before {
  content: "";
  width: 116px;
  width: 7.25rem;
  height: 116px;
  height: 7.25rem;
  background-image: url("../../images/lp/lp-2022-pist6/common-img01.png");
  background-size: contain;
  position: absolute;
  top: 45px;
  top: 2.8125rem;
  right: 50px;
  right: 3.125rem;
}

.p-vtuber__date {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-vtuber__date {
    margin-top: 3.75rem;
  }
}

.p-vtuber__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 1.25rem 1.5rem;
  max-width: 1062px;
  max-width: 66.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.p-vtuber__image {
  width: calc(33.3% - 1rem);
}
@media screen and (max-width: 768px) {
  .p-vtuber__image {
    width: calc(50% - 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.u-line {
  font-style: italic;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.u-line::before {
  content: "";
  width: 90%;
  height: 11px;
  height: 0.6875rem;
  background: #FF354A;
  position: absolute;
  bottom: 3px;
  bottom: 0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  z-index: -1;
}
/*# sourceMappingURL=styles.css.map */
