@media screen and (max-width: 549px) {
  #home .site_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
  }
  #home .site_header::before, #home .site_header::after {
    z-index: 100;
    display: block;
    width: 100vh;
    font-size: 7.2vw;
  }
  #home .site_header::before {
    top: 100%;
    left: 0;
    left: 0;
    transform-origin: left top;
    rotate: -90deg;
    -webkit-animation-name: visual_typography_01;
            animation-name: visual_typography_01;
  }
  #home .site_header::after {
    top: 100%;
    right: 0;
    transform-origin: right top;
    rotate: 90deg;
    -webkit-animation-name: visual_typography_01;
            animation-name: visual_typography_01;
  }
}
#home .main_block {
  padding-top: 0;
}
#home .home_head .site_logo {
  filter: drop-shadow(0px 0px 1px #EAE9E6) drop-shadow(0px 0px 2px #EAE9E6) drop-shadow(0px 0px 3px #EAE9E6) drop-shadow(0px 0px 5px #EAE9E6) drop-shadow(0px 0px 10px #EAE9E6);
}
#home .home_head .site_copy {
  top: 70%;
  left: 72.5%;
  translate: -50% -50%;
}
#home .home_head .scroll {
  color: var(--wp--preset--color--theme-white);
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 1;
}
#home .home_head .scroll a {
  display: block;
  text-decoration: none;
}
#home .home_head .scroll a::before {
  content: "";
  display: block;
  margin: auto auto 0.75em;
  width: 1.5em;
  height: 3.2em;
  background-color: var(--wp--preset--color--theme-white);
  background-image: radial-gradient(rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 30%);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: center bottom;
  border-radius: 999em;
  -webkit-animation-name: home_scroll;
          animation-name: home_scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#home .home_head .scroll img {
  vertical-align: bottom;
  width: 5.625em;
  height: 1em;
}
@media (min-width:550px) {
  #home .home_head .site_copy {
    font-size: var(--wp--preset--font-size--x-large);
  }
}

@-webkit-keyframes home_scroll {
  0% {
    background-position: center 0%;
  }
  75% {
    background-position: center 100%;
  }
  100% {
    background-position: center 100%;
  }
}

@keyframes home_scroll {
  0% {
    background-position: center 0%;
  }
  75% {
    background-position: center 100%;
  }
  100% {
    background-position: center 100%;
  }
}
#first .banner_list .banner {
  z-index: 0;
  box-shadow: 0px 0px 0px 0px var(--wp--preset--color--primary-01);
  transition: all 0.2s;
}
#first .banner_list .banner::before, #first .banner_list .banner::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--wp--preset--color--primary-01);
  transform-origin: left top;
  z-index: -1;
  transition: all 0.1s;
}
#first .banner_list .banner::before {
  top: 0;
  bottom: -1px;
  left: 100%;
  width: 100vw;
  transform: skew(0, 20deg);
}
#first .banner_list .banner::after {
  top: 100%;
  left: 0;
  right: -1px;
  height: 100vw;
  transform: skew(250deg, 0);
}
#first .banner_list .banner a {
  display: block;
}
#first .banner_list .banner a::after {
  content: url(../../assets/images/arr_circle-r.svg);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 5%;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: bottom;
  font-size: var(--wp--preset--font-size--xxxx-large);
}
#first .banner_list .banner:has(a:hover) {
  box-shadow: 10px 10px 0px 0px var(--wp--preset--color--primary-01);
}
#first .banner_list .banner:has(a:hover)::before, #first .banner_list .banner:has(a:hover)::after {
  opacity: 0;
}

#topics .post_thumb img {
  display: block;
}
#topics .post_index a .post_thumb {
  position: relative;
}
#topics .post_index a .post_thumb::after {
  content: "";
  background: url(../../assets/images/topics-link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: clamp(32px, 10vw, 50px);
  height: clamp(32px, 10vw, 50px);
  position: absolute;
  right: 0;
  bottom: 0;
}
#topics .post_index a:hover {
  opacity: 0.5;
}

#messages .title_wapper {
  max-width: var(--wp--style--global--wide-size);
  position: relative;
}
#messages .title_wapper .post_thumb {
  background: url(../images/messages--background.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 165/107;
  overflow: hidden;
  border-radius: 50%/75%;
  display: block;
  background-position: bottom;
}
#messages .title_wapper .post_thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  display: block;
  -o-object-position: 20% bottom;
     object-position: 20% bottom;
}
#messages .title_wapper .page_title {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20%;
  right: 10%;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 330px) {
  #messages .title_wapper .page_title {
    right: 0;
  }
}
#messages .title_wapper .page_title span {
  font-size: var(--wp--preset--font-size--small) !important;
  background: #FFF;
  border: 1px solid #000;
  font-size: 1rem;
  letter-spacing: 0.5em;
  padding: 2% 0;
  white-space: nowrap;
}
#messages .title_wapper + p {
  margin-bottom: 5rem;
  padding-right: 30%;
  font-size: var(--wp--preset--font-size--small);
}
#messages .post_index {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
#messages .post_index .title_wapper .post_thumb {
  background-image: url(../../messages/images/messages_list--background.png);
  border: 1px solid var(--wp--preset--color--theme-black);
}
#messages .post_index a {
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--theme-black);
}
#messages .post_index a:hover {
  opacity: 0.5;
}
#messages .post_index div.title_wapper {
  max-width: none;
}
/*# sourceMappingURL=home.css.map */