@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #302c2c;
  font-weight: 500;
  position: relative;
  background: #f3f3f3;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
  }
}

li {
  list-style: none;
}

.res_btn a {
  width: 192px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbb83d;
  color: #cbb83d;
  font-size: 16px;
  line-height: 43px;
}
@media screen and (max-width: 880px) {
  .res_btn a {
    width: 153px;
    height: 33px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}

.hum {
  position: fixed;
  width: 40px;
  height: 20px;
  top: 58px;
  right: 40px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 880px) {
  .hum {
    top: 22px;
    right: 18px;
    width: 22px;
    height: 16px;
  }
}
.hum span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #969393;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.hum span:first-of-type {
  top: 0;
}
.hum span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hum span:last-of-type {
  bottom: 0;
}
.hum.close span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.hum.close span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0.3s;
}
.hum.close span:last-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s;
}

.header {
  width: 100%;
  height: 100svh;
  position: fixed;
  z-index: 99;
  background-color: #ffffff;
  display: none;
}
@media screen and (max-width: 880px) {
  .header {
    height: 100vh;
  }
}
.header__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__nav {
  margin-bottom: 54px;
}
@media screen and (max-width: 880px) {
  .header__nav {
    margin-bottom: 18px;
  }
}
.header__item {
  color: #969393;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 880px) {
  .header__item {
    font-size: 25px;
    line-height: 1.52;
    margin-bottom: 18px;
  }
}
.header__item.active::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 18px;
  height: 18px;
  background-color: #e6dda3;
  border-radius: 50%;
}
@media screen and (max-width: 880px) {
  .header__item.active::after {
    left: -14px;
    width: 10px;
    height: 10px;
  }
}
.header__item:last-of-type {
  margin-bottom: 0;
}
.header__inst {
  display: block;
  margin: 0 auto 109px;
  width: 39px;
}
@media screen and (max-width: 880px) {
  .header__inst {
    width: 25px;
  }
}
.header__res a {
  margin: 0 auto 0;
}

.fv {
  position: relative;
  width: 100%;
  height: 100svh;
}
.fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(400px, 43.3333333333vw, 831px);
}
@media screen and (max-width: 880px) {
  .fv__ttl {
    width: clamp(290px, 74.35vw, 300px);
  }
}
.fv__banner {
  position: absolute;
  bottom: 45px;
  right: 40px;
  width: clamp(250px, 16.8229166667vw, 400px);
  aspect-ratio: 323/219;
  border-radius: 20px;
  border: 2px, solid, #fff;
  overflow: hidden;
  background-color: #f5f4eb;
}
@media screen and (max-width: 880px) {
  .fv__banner {
    display: none;
  }
}
.fv__banner__img {
  width: 100%;
  height: 70%;
  overflow: hidden;
  position: relative;
}
.fv__banner__img img {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.fv__banner__img p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1.4666666667;
  width: 100%;
  color: #fff;
  text-shadow: 0px 3px 30px rgba(0, 0, 0, 0.6);
}
.fv__banner__price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30%;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.fv__banner__price span {
  color: #f80e3e;
}
.fv__btn {
  position: absolute;
  bottom: 8vh;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 880px) {
  .fv__btn {
    bottom: 15vh;
  }
}
.fv__text {
  position: absolute;
  top: 105px;
  right: 49px;
}
@media screen and (max-width: 880px) {
  .fv__text {
    display: none;
  }
}
.fv__text__main {
  font-size: 15px;
  color: #adabab;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.fv__text__line {
  display: block;
  position: relative;
  top: 27px;
  width: 100%;
  height: 111px;
  overflow: hidden;
  transition: opacity 0.3s;
}
.fv__text__line.hide {
  opacity: 0;
  pointer-events: none;
}
.fv__text__line::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 111px;
  top: 0;
  left: 0;
  right: 0;
  background: #adabab;
  animation: scrollbar 2s ease-in infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

.sec__ttl {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 880px) {
  .sec__ttl {
    font-size: 30px;
    line-height: 1.5;
  }
}
.sec__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 42px;
  bottom: -14px;
  width: 324px;
  height: 56px;
  background-color: #e3e1e1;
  z-index: -1;
}
@media screen and (max-width: 880px) {
  .sec__ttl::after {
    width: 171px;
    height: 21px;
  }
}

.about {
  padding: 146px 40px 0;
}
@media screen and (max-width: 880px) {
  .about .sec__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 29px;
  }
  .about .sec__ttl::after {
    bottom: 0;
    left: 18px;
  }
  .about {
    padding: 56px 0 0;
  }
}
.about__inner {
  display: flex;
  justify-content: center;
  gap: 138px;
}
@media screen and (max-width: 880px) {
  .about__inner {
    display: block;
  }
}
.about__img-sp {
  display: none;
}
@media screen and (max-width: 880px) {
  .about__img-sp {
    display: block;
    width: 100%;
    aspect-ratio: 390/218;
    margin-bottom: 21px;
  }
  .about__img-sp img {
    height: 100%;
  }
}
@media screen and (max-width: 880px) {
  .about__img {
    display: none;
  }
}
.about__img {
  width: 27.72vw;
  max-width: 549px;
  aspect-ratio: 549/710;
  border: 1px solid #fff;
  margin-top: 53px;
  flex-shrink: 0;
}
.about__img img {
  height: 100%;
}
.about__ttl {
  margin-bottom: 93px;
}
.about__subttl {
  padding-left: 42px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 36px;
}
@media screen and (max-width: 880px) {
  .about__subttl {
    margin: 0 0 41px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
  }
}
.about__txt {
  font-size: 16px;
  padding-left: 42px;
}
.about__txt.sp {
  display: none;
}
@media screen and (max-width: 880px) {
  .about__txt.sp {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 2.1428571429;
    letter-spacing: 0.02em;
    padding: 0 15px;
  }
}
@media screen and (max-width: 880px) {
  .about__txt {
    display: none;
  }
  .about__txt .sp {
    display: block;
  }
}

.bene {
  padding: 211px 40px 0;
}
@media screen and (max-width: 880px) {
  .bene {
    padding: 80px 15px 0;
  }
}
.bene__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 172px;
}
@media screen and (max-width: 880px) {
  .bene__ttl {
    margin-bottom: 132px;
  }
}
.bene__ttl__txt::after {
  left: 24px;
  bottom: -14px;
  width: 324px;
  height: 56px;
}
@media screen and (max-width: 880px) {
  .bene__ttl__txt::after {
    bottom: 0;
    width: 116px;
    height: 21px;
  }
}
.bene__inner {
  display: flex;
  justify-content: center;
  max-width: 1660px;
  gap: clamp(45px, 8.3333333333vw, 90px);
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .bene__inner {
    gap: 45px;
  }
}
@media screen and (max-width: 880px) {
  .bene__inner {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .bene__card {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 880px) {
  .bene__card:last-of-type {
    margin-bottom: 0;
  }
}
.bene__card__ttl {
  position: relative;
  margin-bottom: 19px;
}
@media screen and (max-width: 880px) {
  .bene__card__ttl {
    margin-bottom: 41px;
  }
}
.bene__card__ttl__index {
  position: absolute;
  color: #d4c76a;
  opacity: 0.3;
  bottom: -31px;
  left: 0;
  font-size: clamp(0px, 13.8888888889vw, 150px);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .bene__card__ttl__index {
    font-size: 120px;
  }
}
@media screen and (max-width: 880px) {
  .bene__card__ttl__index {
    font-size: 100px;
    line-height: 1.5;
    bottom: -30px;
  }
}
.bene__card__ttl__txt {
  text-align: center;
  font-size: clamp(20px, 2.7vw, 30px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
}
@media screen and (max-width: 1200px) {
  .bene__card__ttl__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 880px) {
  .bene__card__ttl__txt {
    line-height: 1.45;
  }
}
.bene__card__img {
  width: 100%;
  aspect-ratio: 494/281;
  margin-bottom: 74px;
}
@media screen and (max-width: 880px) {
  .bene__card__img {
    aspect-ratio: 341/193;
    margin-bottom: 54px;
  }
}
.bene__card__content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.875;
}
.bene__card__content .sp {
  display: none;
}
@media screen and (max-width: 880px) {
  .bene__card__content {
    font-size: 14px;
    line-height: 2.1428571429;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .bene__card__content .sp {
    display: block;
  }
  .bene__card__content .pc {
    display: none;
  }
}

.less {
  padding-top: 219px;
}
@media screen and (max-width: 880px) {
  .less {
    padding-top: 91px;
  }
}
.less__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 63px;
}
@media screen and (max-width: 880px) {
  .less__ttl {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 880px) {
  .less__ttl__txt::after {
    width: 116px;
    left: 16px;
    bottom: 0;
  }
}
.less__begin {
  margin-bottom: 49px;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 880px) {
  .less__begin {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .less__container {
    padding: 0 24px;
  }
}
.less__card {
  width: clamp(750px, 49.49vw, 980px);
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  height: 365px;
  gap: 47px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .less__card {
    gap: 20px;
  }
}
@media screen and (max-width: 880px) {
  .less__card {
    width: 100%;
    max-width: 850px;
    display: block;
    height: auto;
    padding: 5px 5px 24px;
    border: 1px solid #e1dfdf;
  }
}
.less__card__img {
  width: 50.1%;
  height: 100%;
}
@media screen and (max-width: 880px) {
  .less__card__img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    aspect-ratio: 330/171;
  }
}
.less__card__img img {
  height: 100%;
}
.less__card__main__ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 30px;
  margin-bottom: 19px;
}
@media screen and (max-width: 880px) {
  .less__card__main__ttl {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
  }
}
.less__card__main__txt {
  padding-left: 13px;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  .less__card__main__txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 880px) {
  .less__card__main__txt {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.less .less__pagination {
  display: flex;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  .less .less__pagination {
    margin-top: 24px;
  }
}
.less .less__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #707070;
  opacity: 1;
  margin: 0;
  margin-right: 15px;
}
@media screen and (max-width: 880px) {
  .less .less__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.less .less__pagination .swiper-pagination-bullet:last-of-type {
  margin: 0;
}
.less .less__pagination .swiper-pagination-bullet-active {
  background: #707070;
}
.less .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.less .less__nav__btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 47px;
  border-radius: 50%;
  background-color: #116a91;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 880px) {
  .less .less__nav__btn {
    width: 30px;
    height: 30px;
  }
}
.less .less__nav__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.less .less__nav__btn.less__prev {
  left: calc(50% - clamp(900px, 49.49vw, 980px) / 2 - 72px);
}
@media screen and (max-width: 1200px) {
  .less .less__nav__btn.less__prev {
    left: 50px;
  }
}
.less .less__nav__btn.less__prev::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 880px) {
  .less .less__nav__btn.less__prev::after {
    transform: translate(-40%, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 880px) {
  .less .less__nav__btn.less__prev {
    left: 12px;
  }
}
.less .less__nav__btn.less__next {
  left: calc(50% + clamp(900px, 49.49vw, 980px) / 2 + 25px);
}
@media screen and (max-width: 1200px) {
  .less .less__nav__btn.less__next {
    left: auto;
    right: 50px;
  }
}
.less .less__nav__btn.less__next::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 880px) {
  .less .less__nav__btn.less__next::after {
    transform: translate(-60%, -50%) rotate(135deg);
  }
}
@media screen and (max-width: 880px) {
  .less .less__nav__btn.less__next {
    left: auto;
    right: 12px;
  }
}
.less__btn {
  margin: 94px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  .less__btn {
    margin: 75px auto 0;
  }
}

.banner.sp {
  display: none;
}
@media screen and (max-width: 880px) {
  .banner.sp {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .banner {
    display: none;
  }
}
.banner {
  padding-top: 119px;
}
@media screen and (max-width: 880px) {
  .banner {
    padding: 0;
  }
}
.banner__inner {
  background-image: url(../img/banner.webp);
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  aspect-ratio: 1920/581;
  padding: 104px 0 31px;
  position: relative;
}
@media screen and (max-width: 880px) {
  .banner__inner {
    background-image: none;
    aspect-ratio: auto;
    padding: 0;
  }
}
.banner__img {
  width: 100%;
  aspect-ratio: 390/208;
  margin-bottom: 34px;
}
.banner__img img {
  height: 100%;
}
.banner__main {
  margin-left: 58%;
}
@media screen and (max-width: 1200px) {
  .banner__main {
    margin-left: 51%;
  }
}
@media screen and (max-width: 880px) {
  .banner__main {
    margin: 0;
    padding: 0 15px;
  }
}
.banner__ttl {
  padding: 17px 65px;
  background-color: #d4c76a;
  border: 1px solid #fff;
  font-size: clamp(30px, 2.02vw, 40px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 37px;
}
@media screen and (max-width: 880px) {
  .banner__ttl {
    padding: 0;
    width: 215px;
    height: 42px;
    margin: 0 auto 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
}
.banner__txt {
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 49px;
}
@media screen and (max-width: 880px) {
  .banner__txt {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2.1428571429;
    text-align: center;
    margin-bottom: 126px;
  }
}
.banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 43px;
  background-color: #fff;
  border: 1px solid #d6c971;
  color: #d6c971;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 880px) {
  .banner__btn {
    display: none;
  }
}

.studio {
  padding: 134px 40px 173px;
}
@media screen and (max-width: 880px) {
  .studio {
    padding: 85px 24px 57px;
  }
}
.studio__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 148px;
}
@media screen and (max-width: 880px) {
  .studio__ttl {
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 880px) {
  .studio__ttl__txt::after {
    bottom: 0;
    left: 26px;
    width: 109px;
    height: 21px;
  }
}
.studio__main {
  display: flex;
  justify-content: center;
  gap: 155px;
}
@media screen and (max-width: 880px) {
  .studio__main {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.studio__main__map {
  width: 27.47vw;
  max-width: 544px;
  aspect-ratio: 544/625;
}
.studio__main__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 880px) {
  .studio__main__map {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 342/210;
  }
}
.studio__main__content {
  padding-top: 64px;
}
@media screen and (max-width: 880px) {
  .studio__main__content {
    padding-top: 47px;
  }
}
.studio__main__ttl {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-bottom: 34px;
}
.studio__main__table {
  margin-bottom: 46px;
}
@media screen and (max-width: 880px) {
  .studio__main__table {
    margin-bottom: 34px;
  }
}
.studio__main__table__tr {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
  gap: 14px;
}
@media screen and (max-width: 880px) {
  .studio__main__table__tr {
    margin-bottom: 16px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.studio__main__table__tr:last-of-type {
  margin-bottom: 0;
}
.studio__main__table__tt {
  background-color: #116a91;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.2em;
  width: 80px;
  height: 30px;
}
@media screen and (max-width: 880px) {
  .studio__main__table__tt {
    height: 25px;
    font-size: 12px;
  }
}
.studio__main__table__td {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 880px) {
  .studio__main__table__td {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
  }
}
.studio__main__btns {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 880px) {
  .studio__main__btns {
    gap: 36px;
    justify-content: space-between;
    max-width: 352px;
  }
}
.studio__main__btns__only {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 43px;
  border: 1px solid #d6c971;
  color: #d6c971;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .studio__main__btns__only {
    width: calc(50% - 18px);
    height: 33px;
    font-size: 14px;
  }
}

.footer {
  background: #000000;
  color: #fff;
  padding: 52px 82px 23px;
}
@media screen and (max-width: 880px) {
  .footer {
    padding: 58px 24px 12px;
  }
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 49px;
  margin-bottom: 13px;
}
@media screen and (max-width: 880px) {
  .footer__link {
    gap: 35px;
    margin-bottom: 26px;
  }
}
.footer__item {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
  position: relative;
}
@media screen and (max-width: 880px) {
  .footer__item {
    font-size: 11px;
    line-height: 1.5454545455;
  }
}
.footer__item:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  width: 1px;
  height: 19px;
  background: #707070;
}
@media screen and (max-width: 880px) {
  .footer__item:first-of-type::before {
    height: 19px;
    right: -17px;
  }
}
.footer__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  bottom: 0;
  left: 0;
}
.footer__copy {
  text-align: center;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 880px) {
  .footer__copy {
    font-size: 10px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */