*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

picture {
  display: block;
  max-width: 100%;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1240px;
}

.section {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .section {
    padding-block: 50px 0;
  }
  .section.--pt-0 {
    padding-block: 32px 50px;
  }
}
.section.category {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section.category {
    padding-bottom: 32px;
  }
  .section.category:last-child {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.section__heading {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section__heading {
    margin-bottom: 32px;
  }
}
.section__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .detail > section.section.category {
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .detail > section.section.category:has(+ section.section.feature) {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.pagination {
  margin-block: 40px 0;
}
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #009FB9;
  height: 100%;
  padding: 5.5px 4px;
  transition: all 0.4s ease;
  border: 1px solid #009FB9;
  height: 32px;
  min-width: 32px;
}
.pagination__item a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .pagination__item a:hover {
    opacity: 1;
  }
}
.pagination__item.-dots a {
  font-size: 20px;
  border: none;
  padding: 0;
  min-width: fit-content;
  align-items: flex-end;
}
.pagination__item.-active {
  background-color: #009FB9;
}
.pagination__item.-active a {
  color: #FFF;
}

.mv__image img {
  aspect-ratio: 1401/493;
  object-fit: cover;
}
@media (max-width: 767px) {
  .mv__image img {
    aspect-ratio: 390/300;
  }
}
.mv__info {
  color: #fff;
  background: #000;
  padding: 24px 0;
}

.detail {
  background: #edf4f5;
}

.category .section__desc {
  font-size: 14px;
}
.category__sub {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.category__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 8px;
}
.category__card {
  transition: all 0.4s ease-in-out;
  width: calc(20% - 6.4px);
  flex: 0 0 calc(20% - 6.4px);
}
@media (max-width: 1000px) {
  .category__card {
    width: calc(25% - 6px);
    flex: 0 0 calc(25% - 6px);
  }
}
@media (max-width: 767px) {
  .category__card {
    width: calc(33.3333333333% - 5.3333333333px);
    flex: 0 0 calc(33.3333333333% - 5.3333333333px);
  }
}
.category__card:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .category__card:hover {
    opacity: 1;
  }
}
.category__card-text {
  color: #222;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .category__card-text {
    padding-inline: 8px;
  }
}
.category .category__wrapper {
  margin-bottom: 50px;
}
.category .category__wrapper:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .category .category__wrapper {
    margin-inline: -20px;
  }
}

.feature {
  background: #fff;
}
@media (max-width: 767px) {
  .feature.section {
    padding-block: 50px 80px;
  }
}
.feature__title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .feature__title {
    margin-bottom: 24px;
  }
}
.feature .category__wrapper {
  gap: 32px 16px;
}
@media (max-width: 767px) {
  .feature .category__wrapper {
    gap: 24px;
  }
}
.feature .category__card {
  width: calc(33.3333333333% - 10.6666666667px);
  flex: 0 0 calc(33.3333333333% - 10.6666666667px);
}
@media (max-width: 1000px) {
  .feature .category__card {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .feature .category__card {
    width: 100%;
    flex: 0 0 100%;
  }
}
.feature .category__card-text {
  font-size: 16px;
}

.beenos__hero {
  position: relative;
}
.beenos__hero .swiper {
  padding-bottom: 37px;
}
@media (max-width: 1000px) {
  .beenos__hero .swiper {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .beenos__hero .swiper {
    padding-bottom: 0;
  }
}
.beenos__hero-slider {
  overflow: hidden;
}
.beenos__hero .slide-inner {
  transition: transform 0.35s ease;
}
.beenos__hero-fig {
  margin: 0;
  display: block;
}
.beenos__hero-fig img {
  aspect-ratio: 1190/395;
  object-fit: cover;
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .beenos__hero-fig img {
    aspect-ratio: 350/288;
  }
}
.beenos__hero-title {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 10px;
  height: 48px;
}
@media (max-width: 767px) {
  .beenos__hero-title {
    padding: 8px;
    height: 44px;
  }
}
.beenos__hero .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.286254 1.71948C-0.0986043 1.32348 -0.0947447 0.683894 0.294067 0.291748C0.682803 -0.0999066 1.30956 -0.0968316 1.69446 0.298584L7.96887 6.75171C8.17583 6.96458 8.26907 7.24793 8.25207 7.52515C8.26308 7.79545 8.16943 8.06968 7.9679 8.2771L1.69446 14.7292C1.30955 15.1248 0.682821 15.1278 0.294067 14.7361C-0.0947673 14.3439 -0.0986729 13.7043 0.286255 13.3083L5.92004 7.5144L0.286254 1.71948Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 9px 16px;
  background-repeat: no-repeat;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.beenos__hero .hero-arrow svg {
  display: none;
}
.beenos__hero .hero-arrow--prev {
  left: 26px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.96777 13.3084C8.35263 13.7044 8.34877 14.344 7.95996 14.7361C7.57123 15.1278 6.94446 15.1247 6.55957 14.7293L0.285156 8.27618C0.0781982 8.06331 -0.0150404 7.77997 0.00195321 7.50275C-0.00904906 7.23245 0.0845941 6.95822 0.286133 6.75079L6.55957 0.298645C6.94448 -0.0968637 7.57121 -0.0999384 7.95996 0.291809C8.3488 0.683979 8.3527 1.32355 7.96777 1.71954L2.33398 7.51349L7.96777 13.3084Z' fill='black'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .beenos__hero .hero-arrow--prev {
    left: 10px !important;
  }
}
.beenos__hero .hero-arrow--next {
  right: 27px !important;
  left: unset !important;
}
@media (max-width: 767px) {
  .beenos__hero .hero-arrow--next {
    right: 10px !important;
  }
}

.beenos__hero .heroSwiper {
  overflow-y: visible;
}
.beenos__hero .beenos__hero-fig img {
  transition: all 0.25s ease;
}
.beenos__hero .swiper-slide {
  transition: all 0.25s ease;
}
.beenos__hero .swiper-slide:not(.swiper-slide-active) {
  transition: all 0.25s ease;
}
@media (max-width: 1000px) {
  .beenos__hero .swiper-slide:not(.swiper-slide-active) {
    padding-bottom: 54px !important;
  }
}
@media (max-width: 767px) {
  .beenos__hero .swiper-slide:not(.swiper-slide-active) {
    padding-bottom: 65px !important;
  }
}
@media (max-width: 375px) {
  .beenos__hero .swiper-slide:not(.swiper-slide-active) {
    padding-bottom: 50px !important;
  }
}
.beenos__hero .swiper-slide-active {
  padding-bottom: 0 !important;
}
.beenos__hero .swiper-slide-active .beenos__hero-fig img {
  aspect-ratio: 1190/443;
}
@media (max-width: 767px) {
  .beenos__hero .swiper-slide-active .beenos__hero-fig img {
    aspect-ratio: 350/306;
  }
}
.beenos__hero .swiper-pagination {
  bottom: 0 !important;
  top: unset !important;
}
.beenos__hero .swiper-pagination-bullet {
  transition: all 0.25s ease;
  opacity: 1;
  background: #BDD8DC;
  width: 6px;
  height: 6px;
  margin-inline: 0 8px !important;
  vertical-align: middle;
  border-radius: 10px;
}
.beenos__hero .swiper-pagination-bullet-active {
  width: 53px;
  height: 4px;
  border-radius: 10px;
}

.top .feature {
  padding-block: 40px 80px;
}

.top .category__wrapper {
  gap: 24px 10px;
}
@media (max-width: 767px) {
  .top .category__wrapper {
    gap: 24px;
  }
}
.top .category__card {
  width: calc(33.3333333333% - 6.6666666667px);
  flex: 0 0 calc(33.3333333333% - 6.6666666667px);
}
@media (max-width: 1000px) {
  .top .category__card {
    width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .top .category__card {
    width: 100%;
    flex: 0 0 100%;
  }
}
.top .feature__title {
  margin-bottom: 24px;
}



body:has(.header__nav-content.is-active) {
  overflow: hidden;
}

.header {
  transition: all 0.3s ease;
  width: 100%;
  padding: 16px 48px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #9dbfc4;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    padding: 12px 20px 12px 20px;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .header__left-inner {
    gap: 20px;
  }
}
.header-hamburger {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 100;
}
.header-hamburger::before, .header-hamburger::after,
.header-hamburger span {
  content: "";
  position: absolute;
  left: 0;
  width: 25.6px;
  height: 2.5px;
  background-color: #000;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.header-hamburger::before {
  top: 0;
}
.header-hamburger span {
  top: 9px;
}
.header-hamburger::after {
  top: 18px;
}
.header-hamburger.is-open {
  position: absolute;
  left: 328px;
  top: 35px;
}
.header-hamburger.is-open::before {
  top: 13px;
  transform: rotate(45deg);
  background-color: #fff;
}
.header-hamburger.is-open span {
  opacity: 0;
}
.header-hamburger.is-open::after {
  top: 13px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.header__flag {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header__flag:hover {
  opacity: 0.7;
}
.header__right {
  display: flex;
  gap: 24px;
}
.header__icon {
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .header__icon {
    display: none;
  }
}
.header__icon-img {
  height: 20px;
  width: 20px;
  display: inline-block;
  height: 24px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
  background-image: url("https://portal.animeeon.com/wp-content/themes/beenos/assets/img/header/icon-user.svg");
}
.header__icon:hover {
  opacity: 0.7;
}
.header__logo {
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 120px;
    height: 40px;
  }
}
.header__logo:hover {
  opacity: 0.8;
}
.header__nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header__nav:first-of-type {
  padding-bottom: 20px;
}
.header__nav-item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  transition: all 0.5s ease;
}
.header__nav-item a:hover {
  opacity: 0.7;
}
.header__nav-content {
  display: none;
}
.header__nav-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 80px 40px 40px 20px;
  overflow-y: auto;
}
.header__nav-content {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 260px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.08);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 98;
}

.header__nav-content.is-active {
  transform: translateX(0);
}
.header__nav-content.is-active::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 260px;
  top: 0;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 97;
}

.menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.header__selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
  padding: 7px 16px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header__selector {
    padding: 7px 14px;
  }
}
.header__selector::after {
  display: inline-block;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  transition-duration: 0.3s;
  content: "";
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3084 0.286271C13.7044 -0.0985874 14.344 -0.0947277 14.7362 0.294084C15.1278 0.68282 15.1247 1.30958 14.7293 1.69447L8.27619 7.96889C8.06332 8.17585 7.77997 8.26909 7.50275 8.25209C7.23245 8.26309 6.95822 8.16945 6.7508 7.96791L0.298651 1.69447C-0.096858 1.30956 -0.0999327 0.682838 0.291815 0.294084C0.683984 -0.0947509 1.32356 -0.0986564 1.71955 0.286271L7.51349 5.92006L13.3084 0.286271Z' fill='black'/%3E%3C/svg%3E%0A");
  right: 16px;
  transition: transform 0.3s ease-in-out;
}
.header__selector:hover::after {
  transform: translateY(5px);
}

.header__selector-content {
  display: flex;
  gap: 16px;
}

.header__selector-group {
  display: flex;
  flex-direction: column;
}

.header__lang-text {
  color: #009fb9;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  padding-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
}

.header__selector-value {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.5px;
  font-family: "Noto Sans", sans-serif;
}

.header__selector-arrow {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.selector-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 200;
}

.selector-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.selector-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.selector-modal__box {
  position: relative;
  background: #fff;
  gap: 16px;
  max-width: 500px;
  padding: 24px;
  width: calc(100vw - 40px);
  border-radius: 8px;
  padding: 24px;
  z-index: 2;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.selector-modal.is-open .selector-modal__box {
  transform: translateY(0);
}

.selector-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.selector-modal__close {
  position: absolute;
  top: -39px;
  right: 2px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  z-index: 100;
  background-color: unset;
  border: unset;
}

.modal-group h4 {
  margin-bottom: 10px;
}

.modal-group button {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}
body.modal-open .header__nav-content.is-active::before {
  content: none;
}

.modal-group {
  position: relative;
  max-width: 350px;
  margin: 0 auto 16px;
}
.modal-group select {
  appearance: none;
  cursor: default;
}
.modal-group select:disabled {
  background-color: #edf4f5;
  color: #9dbfc4;
  cursor: not-allowed;
}
.modal-group-inner {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.modal-group-inner::after {
  display: inline-block;
  content: "";
  height: 9px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3084 0.286271C13.7044 -0.0985874 14.344 -0.0947277 14.7362 0.294084C15.1278 0.68282 15.1247 1.30958 14.7293 1.69447L8.27619 7.96889C8.06332 8.17585 7.77997 8.26909 7.50275 8.25209C7.23245 8.26309 6.95822 8.16945 6.7508 7.96791L0.298651 1.69447C-0.096858 1.30956 -0.0999327 0.682838 0.291815 0.294084C0.683984 -0.0947509 1.32356 -0.0986564 1.71955 0.286271L7.51349 5.92006L13.3084 0.286271Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 42%;
  right: 16px;
  transition: transform 0.3s ease-in-out;
}
.modal-group-inner:hover::after {
  transform: translateY(5px);
}

.modal-group label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3em;
  color: #009fb9;
  left: 16px;
  position: absolute;
  top: 6px;
  z-index: 1;
}

.modal-group select {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  background-color: #daecee;
  border: none;
  border-radius: 4px;
  color: #000;
  display: block;
  height: 48px;
  padding: 14px 16px 0;
  width: 100%;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
}

.modal-group select:focus {
  outline: none;
  border-color: #009fb9;
  box-shadow: unset;
}

.modal__text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #000;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .modal__text {
    font-size: 1.2rem;
  }
}
.modal__text a {
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
}
.modal__text a:hover {
  opacity: 0.7;
}

.footer {
  padding: 40px;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1001px) {
  .footer__flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 140px;
  }
}
.footer__inner-logo {
  display: flex;
  flex-direction: column;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .footer__inner-logo {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 1001px) {
  .footer__inner-logo {
    align-items: flex-end;
  }
}
.footer .animeEonLogo {
  transition: all 0.3s ease-in-out;
}
.footer .animeEonLogo:hover {
  opacity: 0.7;
}
.footer .animeEonLogo img {
  color: #fff;
  height: 46px;
  width: 179px;
}
@media (max-width: 767px) {
  .footer .animeEonLogo img {
    width: 156px;
    height: 40px;
  }
}
.footer__info {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  color: #fff;
  margin: 9px 0 32px;
}
@media (max-width: 767px) {
  .footer__info {
    margin: 16px 0;
  }
}
.footer__social {
  display: flex;
  gap: 24px;
}
.footer__social-item-insta {
  display: inline-block;
  background: #fff;
  height: 30px;
  width: 30px;
  mask-image: url(https://portal.animeeon.com/wp-content/themes/beenos/assets/img/footer/icon__instagram.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.4s ease;
  transform-origin: center;
}
.footer__social-item-insta:hover {
  transform: scale(1.1);
}
.footer__inner-links-list {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  min-width: 300px;
  column-gap: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 24px;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .footer__inner-links-list {
    max-height: 190px;
  }
}
.footer__inner-links-list a {
  color: #fff;
  font-size: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer__inner-links-list a:hover {
  opacity: 0.7;
}
.footer .languageSettings {
  margin: 0 0 40px;
  align-items: center;
  background: #fff;
  border: solid 1px #000;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 8px 15px 8px 10px;
  width: 200px;
  transition: all 0.3s ease-in-out;
}
.footer .languageSettings::after {
  display: inline-block;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  transition-duration: 0.3s;
  content: "";
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3084 0.286271C13.7044 -0.0985874 14.344 -0.0947277 14.7362 0.294084C15.1278 0.68282 15.1247 1.30958 14.7293 1.69447L8.27619 7.96889C8.06332 8.17585 7.77997 8.26909 7.50275 8.25209C7.23245 8.26309 6.95822 8.16945 6.7508 7.96791L0.298651 1.69447C-0.096858 1.30956 -0.0999327 0.682838 0.291815 0.294084C0.683984 -0.0947509 1.32356 -0.0986564 1.71955 0.286271L7.51349 5.92006L13.3084 0.286271Z' fill='black'/%3E%3C/svg%3E%0A");
  right: 16px;
  transition: transform 0.3s ease-in-out;
}
.footer .languageSettings:hover::after {
  transform: translateY(5px);
}
.footer .languageSettings__flex {
  display: flex;
  gap: 16px;
}
.footer .languageSettings__flex-item .label {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  color: #009fb9;
  display: block;
  padding: 0;
}
.footer .languageSettings__flex-item .content {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  font-family: "Noto Sans", sans-serif;
}
.footer .payment-list {
  display: flex;
  gap: 16px;
  height: 28px;
}
.footer .payment-list img {
  height: auto;
  max-height: 400px;
  object-fit: contain;
  width: auto;
}
.footer .copyright {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  margin: 56px 0 0;
}
@media (max-width: 767px) {
  .footer .copyright {
    margin: 40px 0 0;
  }
}

.main {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 65px;
  }
}

/*# sourceMappingURL=app.css.map */
