@charset "utf-8";
/* header */
.l-header {
  border-bottom: 1px solid #D9D9D9;
}
.l-header__inner {
  width: 90%;
  max-width: 1780px;
  height: 70px !important;
  min-height: initial !important;
  max-height: initial !important;
  margin: 0 auto;
}
.header__logo.header__logo_top a {
  transition: 0.4s;
}
.header__logo.header__logo_top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 770px) {
  .l-header__inner {
    justify-content: flex-end !important;
    width: 100%;
    height: 40px !important;
    padding: 0 10px;
  }
}
.header__logo {
  width: 312px;
  height: auto;
  margin-right: 42px;
  position: relative;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 770px) {
  .header__logo {
    width: 150px;
    margin: 0 auto 0 0;
    position: relative;
    top: 1px;
  }
}
/* 
.header__search {
  width: 20px;
  height: 20px;
  margin: 0 22px 0 auto;
}
.header__search .l-header__inner__block__link {
  width: 100%;
  height: 100%;
}
.header__search .l-header__inner__block__link img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1);
}
@media all and (max-width: 770px) {
  .header__search {
    display: none;
  }
}

.header__search__menu {
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
  position: absolute;
  bottom: 15px;
  left: 0;
  transform: translate(0%, 100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.header__search__menu.active {
  opacity: 1;
  bottom: 0;
  pointer-events: auto;
}
.header__search__menu__bk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header__search__menu__contents {
  width: 100%;
  height: auto;
  padding: 70px 0;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
} */
.header__search__menu__form {
  position: absolute;
  left: calc(50% + 300px);
  width: clamp(200px, 19vw, 350px);
  border: 1px solid #737373;
  border-radius: 99rem;
  box-shadow: inset 0 2px 2px 1px #d9d9d9d9;
}
.header__search__menu__form__input {
  width: 100%;
  height: 35px;
  padding-left: 21px;
  border-radius: 99rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.header__search__menu__form__input::-webkit-search-decoration,
.header__search__menu__form__input::-webkit-search-cancel-button,
.header__search__menu__form__input::-webkit-search-results-button,
.header__search__menu__form__input::-webkit-search-results-decoration {
  display: none;
}
.header__search__menu__form__input::placeholder {
  color: #666666;
}
.header__search__menu__form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  padding: 0;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 8px;
}
.header__search__menu__form__btn img {
  display: block;
  width: 20px;
  height: auto;
}
.header__search__menu__keyword {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
.header__search__menu__keyword__lineup,
.header__search__menu__keyword__genre {
  width: 46.25%;
  height: auto;
}
.header__search__menu__keyword__heading {
  width: 100%;
  height: auto;
  padding: 0 0 11px;
  margin: 0 auto 14px;
  border-bottom: solid 1px #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #ffffff;
}
.header__search__menu__keyword__list {
  width: 100%;
  height: auto;
  max-height: 140px;
  overflow-y: auto;
}
.header__search__menu__keyword__list::-webkit-scrollbar {
  width: 3px;
}
.header__search__menu__keyword__list::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 1.5px;
}
.header__search__menu__keyword__list::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 1.5px;
}
.header__search__menu__keyword__item {
  width: 100%;
  height: auto;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.header__search__menu__keyword__item:not(:last-of-type) {
  margin-bottom: 14px;
}
.header__search__menu__keyword__item a {
  color: #ffffff;
}

/* .header__favorite {
  width: 23px;
  height: auto;
  margin: 0 22px 0 0;
} */
.header__favorite__link {
  display: block;
  width: 35px;
}
.header__favorite__link img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 770px) {
  .header__favorite {
    display: none;
  }
}

.header__cart {
  margin: 0 22px 0 0;
}
.header__cart .l-header__inner__block__link {
  position: relative;
}
.header__cart .l-header__inner__block__link img {
  width: 35px;
}
.header__cart .count {
  position: absolute;
  top: 0;
  left: auto;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  min-width: initial;
  height: 16px;
  padding: 0 0 0 0;
  border-radius: 50%;
  background-color: #DDAA00;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 770px) {
  .header__cart {
    margin: 0 3px 0 0;
  }
}

.header__customer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__customer__mypage {
  display: block;
  width: 35px;
}
.header__customer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 40px;
  border-radius: 99rem;
  background-color: #FF4C58;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #fff;
  transition: 0.25s;
}
.header__customer__btn:hover {
  opacity: 0.6;
}
@media all and (max-width: 770px) {
  .header__customer {
    gap: 10px;
  }
  .header__customer__btn {
    height: 20px;
    padding: 0 10px;
    font-size: 8px;
  }
  .header__customer__mypage {
    width: 20px;
  }
  .header__favorite__link {
    width: 20px;
  }
  .header__cart .l-header__inner__block__link img {
    width: 20px;
  }
  .header__cart .count {
    top: -5px;
    right: -8px;
  }
}

.header__hamburger {
  display: none;
}
.global_nav {
  display: none;
}
@media all and (max-width: 770px) {
  .header__hamburger {
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 102;
  }
  .hamburger_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FF4C58;
    box-shadow: -2px 4px 6px 0 rgba(0,0,0,0.25);
  }
  .hamburger_btn.open {
    background: transparent;
    box-shadow: none;
  }
  .header__hamburger__line {
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
    position: relative;
  }
  .header__hamburger__line::before,
  .header__hamburger__line::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
    position: absolute;
    left: 0;
  }
  .header__hamburger__line::before {
    top: -8px;
  }
  .header__hamburger__line::after {
    bottom: -8px;
  }
  .open .header__hamburger__line {
    animation: hbg_btn-line-open 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
  }
  @keyframes hbg_btn-line-open {
    0% {
      background-color: rgba(230, 230, 230, 1);
    }
    60% {
      background-color: rgba(230, 230, 230, 1);
    }
    61% {
      background-color: rgba(230, 230, 230, 0);
    }
    100% {
      background-color: rgba(230, 230, 230, 0);
    }
  }
  .open .header__hamburger__line::before {
    animation: hbg_btn-line_before-open 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1
      forwards;
  }
  .open .header__hamburger__line::after {
    animation: hbg_btn-line_after-open 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1
      forwards;
  }
  @keyframes hbg_btn-line_before-open {
    0% {
      top: -8px;
      transform: translate(0%, 0%);
    }
    60% {
      top: 0px;
      transform: translate(0%, 0%) rotate(0deg);
    }
    61% {
      top: 0px;
    }
    100% {
      top: 0px;
      transform: translate(0%, 0%) rotate(45deg);
    }
  }
  @keyframes hbg_btn-line_after-open {
    0% {
      bottom: -8px;
      transform: translate(0%, 0%);
    }
    60% {
      bottom: 0px;
      transform: translate(0%, 0%) rotate(0deg);
    }
    61% {
      bottom: 0px;
    }
    100% {
      bottom: 0px;
      transform: translate(0%, 0%) rotate(-45deg);
    }
  }
  .close .header__hamburger__line {
    animation: hbg_btn-line-close 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
  }
  @keyframes hbg_btn-line-close {
    0% {
      background-color: rgba(230, 230, 230, 0);
    }
    60% {
      background-color: rgba(230, 230, 230, 0);
    }
    61% {
      background-color: rgba(230, 230, 230, 1);
    }
    100% {
      background-color: rgba(230, 230, 230, 1);
    }
  }
  .close .header__hamburger__line::before {
    animation: hbg_btn-line_before-close 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1
      forwards;
  }
  .close .header__hamburger__line::after {
    animation: hbg_btn-line_after-close 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1
      forwards;
  }
  @keyframes hbg_btn-line_before-close {
    0% {
      top: 0px;
      transform: translate(0%, 0%) rotate(45deg);
    }
    60% {
      top: 0px;
    }
    61% {
      top: 0px;
      transform: translate(0%, 0%) rotate(0deg);
    }
    100% {
      top: -8px;
      transform: translate(0%, 0%);
    }
  }
  @keyframes hbg_btn-line_after-close {
    0% {
      bottom: 0px;
      transform: translate(0%, 0%) rotate(-45deg);
    }
    60% {
      bottom: 0px;
    }
    61% {
      bottom: 0px;
      transform: translate(0%, 0%) rotate(0deg);
    }
    100% {
      bottom: -8px;
      transform: translate(0%, 0%);
    }
  }
  .global_nav {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #505050;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
  }
  .global_nav__wrap {
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: relative;
  }
  .global_nav__inner {
    width: 86.666%;
    height: auto;
    padding: 40px 0 87px;
    margin: 0 auto;
  }
  .global_nav__search {
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
  }
  .global_nav__search__form {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .global_nav__search__form__input {
    width: 100%;
    height: 50px;
    padding-left: 21px;
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  .global_nav__search__form__input::placeholder {
    color: #666666;
  }
  .global_nav__search__form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .global_nav__search__form__btn img {
    display: block;
    width: 20px;
    height: auto;
    filter: invert(1);
  }

  .global_nav__menu {
    width: 100%;
    height: auto;
  }
  .global_nav__menu__list {
    width: 100%;
    height: auto;
    margin: 0 auto 46px;
  }
  .global_nav__menu__item {
    display: flex;
    width: 100%;
    height: auto;
    font-size: 16px;
    letter-spacing: -0.0015em;
  }
  .global_nav__menu__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .global_nav__menu__item a,
  .global_nav__menu__item p {
    color: #fff;
    position: relative;
  }
  .global_nav__menu__item img {
    width: 27px;
    margin-right: 8px;
  }
  .global_nav__menu__item > p::after {
    content: "";
    display: block;
    width: 9px;
    height: 5.5px;
    background-image: url("../image/gnav_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    transition: 0.25s;
    filter: invert(1);
  }
  .global_nav__menu__item > p.open::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .global_nav__menu__item__childmenu {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 20px 0;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
  }
  .global_nav__menu__item__childmenu__list__wrap {
    width: 100%;
    height: auto;
    overflow: scroll;
  }
  .global_nav__menu__item__childmenu__list {
    width: 86.666%;
    height: auto;
    margin: 0 auto;
  }
  .global_nav__menu__item__childmenu__item {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
  }
  .global_nav__menu__item__childmenu__item:not(:last-of-type) {
    margin-bottom: 21px;
  }
  .global_nav__menu__item__childmenu__item a {
    color: #ffffff;
  }

  .global_nav__sub-menu {
    margin: 40px 0;
    color: #fff;
    font-size: 15px;
  }
  .global_nav__sub-menu li {
    margin-bottom: 10px;
  }  
  .global_nav__sub-menu a {
    position: relative;
  }
  .global_nav__sub-menu a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
  }

  .global_nav__mypage {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .global_nav__mypage_btn__wrap {
    width: 100%;
    height: auto;
  }
  .global_nav__mypage_btn__wrap:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .global_nav__mypage_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
  }
  .global_nav__mypage_btn.btn_line {
    border: 1px solid #fff;
    color: #fff;
    background: #000;
  }
  .global_nav__regal {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 9px;
  }
  .global_nav__regal li {
    padding: 0 10px;
    border-right: 1px solid #fff;
  }
  .global_nav__regal li:last-child {
    border-right: none;
    padding-right: 0;
  }
}

.l-header__sub-head {
  display: none;
}
@media all and (max-width: 770px) {
  .l-header__sub-head {
    border-top: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
  }
  .l-header__sub-head img {
    width: 20px;
    margin-right: 5px;
  }
  .l-header__search-goods {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }
  .l-header__search-goods::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
    transition: .3s;
  }
  .l-header__sub-head.is-active .l-header__search-goods::after {
    transform: rotate(-45deg);
  }
}


.l-header__sub {
  position: relative;
  border-top: 1px solid #D9D9D9;
}
.l-header__sub-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.header__menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.header__menu-item {
  border-bottom: 4px solid #fff;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  transition: .3s;
}
.header__menu-item:hover {
  border-bottom: 4px solid #FF4C58;
  cursor: pointer;
}
@media all and (max-width: 770px) {
  .l-header__sub {
    display: none;
  }
  .l-header__sub-inner {
    position: absolute;
    flex-direction: column-reverse;
    gap: 14px;
    width: 100%;
    padding: 16px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: -2px 4px 6px 0 rgba(0,0,0,0.25);
  }
  .header__search__menu__form {
    box-shadow: none;
  }
  .header__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    padding: 0;
  }
  .header__menu-item {
    padding: 13px;
    border-radius: 4px;
    background: #929292;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }
}

.header__drop {
  display: none;
  position: fixed;
  top: 175px;
  left: 0;
  width: 100vw;
  padding: 0 20px;
  background: #fff;
  color: #000;
  font-size: 20px;
  z-index: 1;
}
.js-search-drop.is-active .header__drop {
  display: block;
}
.header__drop-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.header__drop-head {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 30px;
  background: #787878;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.header__drop-head li {
  position: relative;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  transition: .3s;
}
.header__drop-head li:hover {
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.header__drop-head li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #fff;
}
.header__drop-body {
  display: none;
}
#drop-a {
  display: block;
}
.header__drop-subhead {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.header__drop-subhead li {
  background: #787878;
  border-radius: 4px;
  padding: 8px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  transition: .3s;
}
.header__drop-subhead li:hover,
.header__drop-subhead li.is-active {
  background: #FF4C52;
  cursor: pointer;
}
.header__drop-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 55px auto 85px;
  list-style-type: disc;
}
.header__drop-lists li {
  position: relative;
  display: flex;
  align-items: center;
  width: 95%;
  padding: 0 34px 0 6px;
  border-radius: 8px;
  transition: .3s;
  text-align: left;
}
.header__drop-lists li::before {
  content: '・';
}
.header__drop-lists li::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.header__drop-lists li a {
  display: block;
  width: 100%;
  font-size: 18px;
}
.header__drop-lists li:hover {
  background: rgba(0,0,0,0.15);
}
@media all and (max-width: 770px) {
  .header__drop {
    left: 0;
    top: 40px !important;
    height: 100vh; /* calc(100svh - 115px) */
    padding: 0;
    overflow-y: scroll;
    z-index: 100;
  }
  .header__drop-head {
    width: 100%;
    flex-wrap: wrap;
    margin: 10px auto;
  }
  .header__drop-head::before {
    content: '';
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .header__drop-head li {
    width: 20%;
    font-size: 12px;
  }
  .header__drop-head li:nth-child(6)::before {
    display: none;
  }
  .header__drop-lists {
    display: block;
    margin: 30px auto;
    padding: 0 20px;
    font-size: 13px;
  }
  .header__drop-lists li {
    width: 100%;
    margin-bottom: 13px;
  }  
  .header__drop-subhead li {
    font-size: 12px;
  }
}
.js-close-drop {
  display: none;
}
@media all and (max-width: 770px) {
  .js-close-drop {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 22px;
    height: 22px;
    padding: 20px;
    border-radius: 99rem;
    border: 1px solid #dedede;
    background: #fff;
  }
  .js-close-drop::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .js-close-drop::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #000;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

/* footer */
footer {
  display: block !important;
  width: 100%;
  height: auto;
  padding: 20px 0 30px !important;
  border-top-width: 0 !important;
  position: relative;
  background: #171717;
  color: #fff;
}
@media all and (max-width: 770px) {
  footer {
    padding: 10px 0 20px !important;
  }
}

.footer__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 24px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 770px) {
  .footer__flex {
    margin-top: 10px;
    padding: 12px;
    gap: 10px;
  }
}

.footer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 40px;
  border-radius: 99rem;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  color: #000;
}
.footer__icon img {
  filter: invert(1);
}
.footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
.footer__logo a {
  display: block;
  width: 316px;
  margin: 0 auto;
}
@media all and (max-width: 770px) {
  .footer__btn {
    font-size: 10px;
    height: 20px;
    padding: 0 20px;
  }
  .footer__icon img {
    width: 20px;
  }
  .footer__logo {
    margin-bottom: 10px;
  }
  .footer__logo a {
    width: 150px;
  }
}

.footer__search {
  display: flex;
  justify-content: center;
  gap: 44px;
}
.footer__search li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.footer__search li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translate(0%, -50%);
}
.footer__search li:hover {
  cursor: pointer;
}
.footer__info {
  display: flex;
  justify-content: center;
  margin-bottom: 114px;
  gap: 30px;
}
.footer__info__item {
  display: flex;
}
.footer__info__item a {
  font-size: 14px;
}
@media all and (max-width: 770px) {  
  .footer__search li {
    font-size: 10px;
    font-weight: 600;
  }
  .footer__info {
    width: 100%;
    margin-bottom: 23px;
    gap: 15px;
  }
  .footer__info__item a {
    font-size: 7px;
  }
}

.footer__submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 33px;
}
.footer__submenu__item {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.footer__submenu__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translate(0%, -50%);
}
.footer__copyright {
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: 300;
  color: #000;
}
@media all and (max-width: 770px) {
  .footer__submenu__item {
    font-size: 7px;
  }
  .footer__submenu__item:not(:last-of-type)::after {
    display: none;
  }
}

.footer__pegeto_btn {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 55px;
  right: 77px;
}
.footer__pegeto_btn img {
  width: 100%;
  height: auto;
  filter: invert(1);
}
@media all and (max-width: 770px) {
  .footer__pegeto_btn {
    bottom: 20px;
    right: 20px;
  }
}

.drop-menu {
  display: none;
}  
.drop-menu.is-active {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.drop-menu.is-active .header__drop {
  display: block;
  z-index: 101;
}
.drop-menu-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}