@charset "UTF-8";
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1081px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1082px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 0.8403361345vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  color: #231815;
  font-size: 1rem;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

a {
  color: #0068ac;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, figure, p, ol, ul {
  margin: 0;
}

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

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* LP */
/**************************************************/
@media (max-width: 767px) {
  .l-main {
    background-image: url("../img/bg_sp.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }
}

.l-background {
  padding-top: 0.625rem;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .l-background {
    margin-top: -15rem;
    background-image: url("../img/bg-02.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .l-background {
    margin-top: -7.1875rem;
  }
}

.l-footer {
  padding: 2.0625rem 1.25rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 0.625rem;
  }
}
.l-footer__logo {
  width: 21.4375rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 10.6875rem;
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
}
.l-footer__copyright {
  width: 18.125rem;
  margin: 1.4375rem auto 0;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    width: 9.0625rem;
    margin-top: 0.625rem;
  }
}
.l-footer__copyright img {
  display: block;
}

.main-visual {
  width: 100%;
  position: relative;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .main-visual {
    height: 137.4375rem;
    background-image: url("../img/bg-01.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top -12.5rem center;
    padding-top: 19.375rem;
  }
}
@media (max-width: 767px) {
  .main-visual {
    height: 30.375rem;
    padding-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .main-visual__mc {
    width: 98rem;
    margin: 0 auto;
    -webkit-transform: translateX(-3.125rem);
            transform: translateX(-3.125rem);
  }
}
@media (max-width: 767px) {
  .main-visual__mc {
    width: 24.625rem;
    margin: 0 0 0 -1.375rem;
  }
}
.main-visual__star {
  position: absolute;
  width: 109.125rem;
  left: 8.75rem;
  top: -3.75rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .main-visual__star {
    width: 21.875rem;
    top: -0.8125rem;
    left: 1.875rem;
  }
}
.main-visual__star img {
  display: block;
  mix-blend-mode: screen;
}
.main-visual__text {
  position: absolute;
  width: 73.25rem;
  top: 3.9375rem;
  left: 50%;
  -webkit-transform: translateX(-47.5%);
          transform: translateX(-47.5%);
}
@media (max-width: 767px) {
  .main-visual__text {
    top: 0.625rem;
    width: 17.75rem;
  }
}

.intro-section {
  position: relative;
  margin-top: -37.125rem;
  padding-bottom: 10.625rem;
}
@media (max-width: 767px) {
  .intro-section {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .intro-section__illust {
    width: 114.625rem;
    margin: 0 auto;
    -webkit-transform: translateX(1.0625rem);
            transform: translateX(1.0625rem);
  }
}
@media (max-width: 767px) {
  .intro-section__illust {
    width: 25.1875rem;
    margin: 0 0 0 -0.3125rem;
  }
}
.intro-section__illust img {
  display: block;
}
.intro-section__box {
  margin: -1.25rem auto 0;
  width: 76.3125rem;
  height: 47.1875rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .intro-section__box {
    width: 100%;
    height: auto;
    padding: 0 1.25rem;
    margin: 0 auto;
  }
}
.intro-section__box::before, .intro-section__box::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  content: "";
}
@media (max-width: 767px) {
  .intro-section__box::before, .intro-section__box::after {
    display: none;
  }
}
.intro-section__box::before {
  top: -6rem;
  width: 48.125rem;
  height: 61.1875rem;
  background-image: url("../img/video-illust-01.png");
  right: calc(100% - 16.375rem);
}
.intro-section__box::after {
  top: -5.5rem;
  width: 50.5rem;
  height: 61.8125rem;
  background-image: url("../img/video-illust-02.png");
  left: calc(100% - 16.0625rem);
}
.intro-section__video {
  position: relative;
  width: 100%;
}
.intro-section__video video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.acc-box {
  width: 92rem;
  margin: 0 auto;
  background: #fff;
  border: 0.3125rem solid #ab9974;
  border-radius: 1rem;
  padding: 0.4375rem;
  position: relative;
}
@media (max-width: 767px) {
  .acc-box {
    width: calc(100% - 2.125rem);
    margin-top: 6.25rem;
    border-width: 0.1875rem;
    border-radius: 0.5625rem;
    padding: 0.1875rem;
  }
}
.acc-box__star {
  position: absolute;
  top: -26.875rem;
  left: -27.375rem;
  width: 142.5rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .acc-box__star {
    top: -8.25rem;
    left: 2.375rem;
    width: 21rem;
  }
}
.acc-box__star img {
  display: block;
  mix-blend-mode: screen;
}
.acc-box__inner {
  border: 0.0625rem solid #ab9974;
  border-radius: 0.75rem;
}
@media (max-width: 767px) {
  .acc-box__inner {
    border-radius: 0.375rem;
  }
}
.acc-box__head {
  padding: 4.875rem 0 0;
}
@media (max-width: 767px) {
  .acc-box__head {
    padding-top: 1.75rem;
  }
}
.acc-box__body {
  display: none;
}
.acc-box__wrapper {
  padding: 2.0625rem 3.3125rem 2.0625rem 4.5625rem;
}
@media (min-width: 768px) {
  .acc-box__wrapper {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-rule: 1px solid #AB9974;
       -moz-column-rule: 1px solid #AB9974;
            column-rule: 1px solid #AB9974;
    -webkit-column-gap: 3.4375rem;
       -moz-column-gap: 3.4375rem;
            column-gap: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .acc-box__wrapper {
    padding: 1.5625rem 1.5625rem 0.625rem;
  }
}
.acc-box__banner {
  position: absolute;
  top: -3.375rem;
  left: 50%;
  margin-left: -28.625rem;
  width: 57.25rem;
}
@media (max-width: 767px) {
  .acc-box__banner {
    top: -1.5rem;
    width: 21.4375rem;
    margin-left: -10.6875rem;
  }
}
@media (min-width: 768px) {
  .acc-box__banner::before {
    position: absolute;
    top: -333%;
    left: -31%;
    width: 51.625rem;
    height: 49.9375rem;
    background-image: url("../img/acc-banner-star.png");
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: screen;
    content: "";
  }
}
.acc-box__heading {
  width: 67rem;
  margin: 0 auto;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
@media (max-width: 767px) {
  .acc-box__heading {
    width: 16.0625rem;
    -webkit-transform: translateX(-0.375rem);
            transform: translateX(-0.375rem);
  }
}
.acc-box__date {
  width: 53.875rem;
  margin: 1.5625rem auto 0;
}
@media (max-width: 767px) {
  .acc-box__date {
    width: 18.4375rem;
    margin-top: 1.0625rem;
  }
}
.acc-box__group {
  position: relative;
}
@media (min-width: 768px) {
  .acc-box__group {
    margin-top: 0.8125rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .acc-box__group {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .acc-box__group::after {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.25rem;
    height: 99%;
    background-image: url("../img/dot-vertical.png");
    background-repeat: repeat-y;
    background-size: 0.25rem 0.5rem;
    content: "";
  }
}
.acc-box__col.-left {
  padding-left: 1.4375rem;
  padding-right: 0.625rem;
}
@media (max-width: 767px) {
  .acc-box__col.-left {
    padding: 0 0.75rem 1.1875rem;
  }
}
@media (min-width: 768px) {
  .acc-box__col.-right {
    padding-left: 2.8125rem;
    margin-top: -0.625rem;
  }
}
@media (max-width: 767px) {
  .acc-box__col.-right {
    padding-left: 0.5rem;
    padding-top: 1.8125rem;
    position: relative;
  }
  .acc-box__col.-right::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15.6875rem;
    height: 0.25rem;
    background-image: url("../img/dot-horizontal.png");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 0.4375rem 0.25rem;
    content: "";
  }
}
.acc-box__title img {
  display: block;
}
.acc-box__title.-left {
  width: 42rem;
}
@media (max-width: 767px) {
  .acc-box__title.-left {
    width: 18.8125rem;
  }
}
.acc-box__title.-right {
  width: 42.125rem;
}
@media (max-width: 767px) {
  .acc-box__title.-right {
    width: 19.125rem;
  }
}
@media (min-width: 768px) {
  .acc-box__list {
    margin-top: 0.375rem;
    margin-left: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .acc-box__list {
    margin-top: 0.25rem;
  }
}
.acc-box__list li {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  position: relative;
  padding-left: 1rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .acc-box__list li {
    font-size: 0.875rem;
    padding-left: 0.9375rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
}
.acc-box__list li::before {
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.acc-box__list.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .acc-box__list.-row {
    margin-top: -0.625rem;
    padding-right: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.375rem;
  }
}
@media (max-width: 767px) {
  .acc-box__list.-row {
    margin-top: -66.6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .acc-box__list.-row li {
    line-height: 1.6428571429;
  }
  .acc-box__list.-row li + li {
    margin-top: 46.3%;
  }
}
@media (min-width: 768px) {
  .acc-box__list.-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .acc-box__list.-center {
    margin: 1.25rem 0.75rem 0;
  }
  .acc-box__list.-center li {
    letter-spacing: 0;
  }
}
.acc-box__button {
  width: calc(100% + 1.625rem);
  border: 0;
  margin: 2.5rem -0.8125rem -0.8125rem;
  padding: 1.6875rem 0.625rem 1.375rem;
  background: none;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .acc-box__button {
    width: calc(100% + 0.875rem);
    font-size: 1.25rem;
    margin: 0.875rem -0.4375rem -0.4375rem;
    padding: 0.75rem 0;
  }
}
.acc-box__button::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #AB9974;
  content: "";
}
.acc-box__button::after {
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #A59470), color-stop(33%, #968565), color-stop(52%, #7D6E54), color-stop(73%, #5B4D3C), color-stop(95%, #2F231D), to(#231815));
  background-image: linear-gradient(to bottom, #A59470 15%, #968565 33%, #7D6E54 52%, #5B4D3C 73%, #2F231D 95%, #231815 100%);
  opacity: 0.5;
  z-index: -1;
  content: "";
}
.acc-box__button:hover {
  opacity: 1;
}
.acc-box__button-icon {
  position: absolute;
  top: 50%;
  right: 4rem;
  margin-top: -0.1875rem;
  width: 1.9375rem;
  height: 0.375rem;
  background: #fff;
  border-radius: 50vh;
}
@media (max-width: 767px) {
  .acc-box__button-icon {
    width: 1.0625rem;
    height: 0.1875rem;
    margin-top: -0.0625rem;
    right: 1.6875rem;
  }
}
.acc-box__button-icon::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.375rem;
  height: 1.9375rem;
  margin-top: -0.75rem;
  margin-right: 0.75rem;
  background: #fff;
  border-radius: 50vh;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  content: "";
}
@media (max-width: 767px) {
  .acc-box__button-icon::after {
    width: 0.1875rem;
    height: 1.0625rem;
    margin-top: -0.4375rem;
    margin-right: 0.4375rem;
  }
}
.acc-box__button.-open .acc-box__button-icon::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.acc-box__text {
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.03em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
@media (max-width: 767px) {
  .acc-box__text {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-right: -0.875rem;
  }
}
.acc-box__text.-lead {
  position: relative;
}
.acc-box__text.-lead::before {
  position: absolute;
  top: 0;
  left: -1.1875rem;
  font-size: inherit;
  color: #006959;
  content: "●";
}
@media (max-width: 767px) {
  .acc-box__text.-lead::before {
    left: -0.875rem;
  }
}
@media (max-width: 767px) {
  .acc-box__text.-break {
    position: relative;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    width: calc(100% + 1.75rem);
    margin-left: -0.875rem;
  }
  .acc-box__text.-break::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15.5rem;
    border-bottom: 1px solid #AB9974;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
  }
}
.acc-box__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.0625rem 0 1.375rem;
}
@media (max-width: 767px) {
  .acc-box__table {
    width: calc(100% + 1.75rem);
    margin: 0.125rem 0 0.125rem -0.875rem;
  }
}
.acc-box__table th, .acc-box__table td {
  font-size: 0.875rem;
  text-align: center;
  padding: 0.25rem 0 0.375rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .acc-box__table th:first-child, .acc-box__table td:first-child {
    width: 5.0625rem;
  }
  .acc-box__table th:nth-child(2), .acc-box__table td:nth-child(2) {
    width: 13.375rem;
  }
}
@media (max-width: 767px) {
  .acc-box__table th, .acc-box__table td {
    line-height: 1.4;
  }
}
.acc-box__table th {
  color: #fff;
  background: #006959;
  border: 1px solid #fff;
  border-bottom: 1px solid #006959;
  font-weight: normal;
}
.acc-box__table th:first-child {
  border-left: 1px solid #006959;
}
@media (max-width: 767px) {
  .acc-box__table th:first-child {
    width: 2.4375rem;
  }
}
.acc-box__table th:last-child {
  border-right: 1px solid #006959;
}
.acc-box__table td {
  border: 1px solid #006959;
}
@media (max-width: 767px) {
  .acc-box__table td {
    padding: 0.375rem 0.625rem;
  }
}

.banner-list {
  padding: 3rem 0 12.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .banner-list {
    padding: 0.9375rem 0 2.875rem;
  }
}
.banner-list img {
  display: block;
}
.banner-list__inner {
  width: 50.875rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .banner-list__inner {
    width: 100%;
    padding: 0 1.25rem;
  }
}
.banner-list__star {
  position: absolute;
  width: 146.875rem;
  top: 2.9375rem;
  left: -17.625rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .banner-list__star {
    display: none;
  }
}
.banner-list__star img {
  mix-blend-mode: screen;
}
.banner-list__button {
  margin-top: 0.75rem;
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 2rem 0 2.625rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-list__button {
    font-size: 1.5625rem;
    margin-top: 0.125rem;
    padding: 0.8125rem 0 1.0625rem;
  }
}
.banner-list__button::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #007563;
  content: "";
}
.banner-list__button::after {
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(238, 237, 237, 0.63)), color-stop(38%, rgba(193, 190, 189, 0.71)), color-stop(69%, rgba(119, 113, 111, 0.85)), to(#231815));
  background-image: linear-gradient(to bottom, rgba(238, 237, 237, 0.63) 14%, rgba(193, 190, 189, 0.71) 38%, rgba(119, 113, 111, 0.85) 69%, #231815 100%);
  opacity: 0.5;
  z-index: -1;
  content: "";
}
.banner-list a:hover {
  opacity: 1;
}

.footer-section {
  padding-bottom: 4.625rem;
  position: relative;
}
@media (max-width: 767px) {
  .footer-section {
    padding-bottom: 0.9375rem;
  }
}
.footer-section__banner {
  width: 66.9375rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-section__banner {
    width: 13rem;
  }
}
.footer-section__heading {
  width: 70.8125rem;
  margin: -1rem auto 0;
  -webkit-transform: translateX(1.375rem);
          transform: translateX(1.375rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-section__heading {
    margin-top: 0.1875rem;
    width: 9.75rem;
    -webkit-transform: translateX(-0.1875rem);
            transform: translateX(-0.1875rem);
  }
}
.footer-section__date {
  width: 50rem;
  margin: 1.625rem auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-section__date {
    width: 13.8125rem;
    margin-top: 0.3125rem;
  }
}
.footer-section__illust {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.footer-section__illust img {
  display: block;
}
.footer-section__illust.-left {
  left: 0;
  width: 30.25rem;
}
@media (max-width: 767px) {
  .footer-section__illust.-left {
    left: -0.125rem;
    width: 7rem;
  }
}
.footer-section__illust.-right {
  right: 0;
  width: 27.125rem;
}
@media (max-width: 767px) {
  .footer-section__illust.-right {
    right: -0.125rem;
    width: 6.5rem;
  }
}
.footer-section__star {
  position: absolute;
  top: -26.0625rem;
  left: -1rem;
  pointer-events: none;
  width: 133.0625rem;
}
@media (max-width: 767px) {
  .footer-section__star {
    width: 28.625rem;
    top: -3.875rem;
    left: -2.25rem;
  }
}
.footer-section__star img {
  display: block;
  mix-blend-mode: screen;
}
/*# sourceMappingURL=site.css.map */