@charset "UTF-8";
@import url("../css/nav_inner.css");
.mgt10 {
  margin-top: 10px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgt70 {
  margin-top: 70px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgt80 {
  margin-top: 80px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgt90 {
  margin-top: 90px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdt10 {
  padding-top: 10px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdt60 {
  padding-top: 60px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdt70 {
  padding-top: 70px;
}

.pdb70 {
  padding-bottom: 70px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb80 {
  padding-bottom: 80px;
}

@font-face {
  font-family: "Oswald";
  src: url("../css/fonts/Oswald-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Light";
  src: url("../css/fonts/Oswald-Light.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../css/fonts/Oswald-Regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../css/fonts/NotoSansJP-Regular.woff") format("woff");
  font-style: normal;
}
:root {
  --vk-color-text-body: #1e1e1e;
}

@media (max-width: 991.98px) {
  body,
  html {
    font-size: 14px;
  }
}
html {
  scroll-padding-top: 110px;
}
@media (max-width:991.98px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "NotoSansJP", sans-serif;
}

.en {
  font-family: "Oswald", sans-serif;
}

.en2 {
  font-family: "Oswald-Light", sans-serif;
}

.min {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  color: var(--vk-color-text-body);
}

a:hover {
  color: initial;
  opacity: 0.7;
}

.more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  padding: 20px 32px 20px 32px;
  border-radius: 5px;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-decoration: none;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: visible;
}
.more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  width: 80px;
  height: 9px;
  background: url("../../img/arrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
.more:focus {
  outline: 2px solid rgba(30, 30, 30, 0.3);
  outline-offset: 4px;
}

.more {
  background-color: transparent;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.more:hover {
  background-color: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
  opacity: 1;
}

.more:after {
  transition: transform 0.25s ease, filter 0.25s ease;
}

.more:hover:after {
  transform: translate(-14px, -50%);
  filter: invert(1) brightness(1.2) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.8));
}

.more:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

@media (max-width:991.98px) {
  .more:after {
    width: 70px;
  }
}
@media ( max-width: 767.98px) {
  .more {
    width: 280px;
    min-width: 280px;
    padding: 12px 35px 12px 35px;
    gap: 16px;
  }
  .more:after {
    right: -34px;
    width: 65px;
  }
  .more::after {
    animation: more-nudge 3s ease-in-out infinite;
  }
}
@keyframes more-nudge {
  0%, 70%, 100% {
    transform: translateY(-50%);
  }
  80% {
    transform: translate(8px, -50%);
  }
  90% {
    transform: translateY(-50%);
  }
}
.bg-gray {
  background: rgba(203, 203, 202, 0.2);
}

div.container,
section.container {
  padding-left: 20px;
  padding-right: 20px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: inline-block;
}

.lg-none {
  display: none;
}

.lg-block {
  display: inline-block;
}

@media (max-width:991.98px) {
  .lg-none {
    display: inline-block;
  }
  .lg-block {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
  transform: translateY(15px);
}

.fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.delay-3ms.is-show {
  transition-delay: 30ms;
}

.delay-6ms.is-show {
  transition-delay: 60ms;
}

.delay-9ms.is-show {
  transition-delay: 90ms;
}

.site-header {
  position: fixed;
  width: 100%;
  box-shadow: none;
  height: 110px;
  background: #fff;
  z-index: 1000;
}

body.header_scrolled .site-header .global-nav {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 15px;
}

.global-nav--layout--float-right {
  margin-right: 15px;
}

.page-header {
  padding-top: 110px;
  margin-top: 0 !important;
}
@media (max-width: 991.99px) {
  .page-header {
    padding-top: 60px;
    margin-top: 0 !important;
  }
}

header + div:not(.post-list) {
  margin-top: 110px;
}
@media (max-width: 991.99px) {
  header + div:not(.post-list) {
    margin-top: 60px;
  }
}

#site-header-container {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
}

.header_scrolled .site-header {
  animation: none !important;
  top: 0 !important;
}

.header_scrolled .header-top,
.header_scrolled .site-header-logo,
.header_scrolled .site-header-sub,
.header_scrolled .vk-campaign-text {
  display: block;
}

.global-nav-list > li .global-nav-name {
  font-size: 13px;
  color: var(--vk-color-text-body);
  font-weight: 500;
}

.header-r {
  flex: 1;
  display: flex;
  align-items: flex-start;
  max-width: 880px;
}
@media (max-width: 991.99px) {
  .header-r {
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
  }
}

.header-r .gnav {
  display: block;
  line-height: 1;
  flex: 1;
}
@media (max-width: 991.99px) {
  .header-r .gnav {
    display: none;
  }
}

.gnav-tier {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.gnav-tier--primary .gnav-item {
  width: 25%;
}

.gnav-tier--primary .gnav-item > a {
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background: var(--vk-color-primary);
  position: relative;
}

.gnav-tier--primary .gnav-item > a::after {
  content: "";
  position: absolute;
  height: 20px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: linear-gradient(45deg, #fff);
  pointer-events: none;
  right: -1px;
  bottom: -1px;
}

.gnav-tier--primary .gnav-item:nth-child(2) > a,
.gnav-tier--primary .gnav-item:nth-child(4) > a {
  background: var(--vk-color-custom-1);
}

.gnav-tier--primary .gnav-item > a span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.gnav-tier--primary .gnav-item > a span::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../../img/asset1.svg);
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gnav-tier--primary .gnav-item:nth-child(2) a span::before {
  background-image: url(../../img/asset2.svg);
  background-size: 19px;
}

.gnav-tier--primary .gnav-item:nth-child(3) a span::before {
  background-image: url(../../img/asset3.svg);
  background-size: 23px;
}

.gnav-tier--primary .gnav-item:nth-child(4) a span::before {
  background-image: url(../../img/asset4.svg);
}

.gnav-tier--secondary {
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}

.gnav-tier--secondary .gnav-subitem {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.gnav-tier--secondary .gnav-subitem + .gnav-subitem::before {
  content: "｜";
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: var(--sep-left, -45px);
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.gnav-tier--secondary .gnav-subitem a {
  padding: 6px 0;
}

.gnav-tier--secondary .gnav-subitem a:hover {
  text-decoration: underline;
}

#btn-drawer-open {
  margin-left: 12px;
}

@media (max-width: 767.98px) {
  .header-r {
    align-items: center;
    gap: 0;
    padding-right: 10px;
  }
  .header-r .gnav {
    flex: 1 1 auto;
  }
  .gnav-tier--primary {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .gnav-tier--primary .gnav-item > a {
    padding: 14px 18px;
    font-size: 16px;
  }
  .gnav-tier--primary .gnav-item > a::after {
    right: -14px;
    width: 14px;
  }
  .gnav-tier--secondary {
    flex-wrap: wrap;
  }
  .gnav-tier--secondary .gnav-subitem + .gnav-subitem::before {
    margin: 0 10px;
    font-size: 16px;
  }
  .gnav-tier--secondary .gnav-sublink {
    font-size: 18px;
    padding: 4px 0;
  }
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 1em;
    width: 20%;
    padding-left: 1em;
    padding-top: 14px;
  }
  .header_scrolled .site-header {
    box-shadow: none;
  }
}
@media (max-width: 1191.99px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 0.5em;
  }
}
@media (min-width: 1192px) {
  .site-header--layout--nav-float .site-header-logo {
    width: 30%;
    margin-right: 0;
  }
}
.site-header-logo img {
  margin-left: 0;
  height: 80px;
  max-height: none;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo img {
    margin-left: 0;
  }
}
.page_top_btn,
.scrolled .page_top_btn {
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  box-shadow: none;
  display: block;
  opacity: 1;
  color: transparent;
  background-color: var(--vk-color-primary);
  background-position: 50% 5px;
  z-index: 100000;
}
.page_top_btn::after,
.scrolled .page_top_btn::after {
  content: "TOP";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
}

@media (max-width: 991.99px) {
  body .site-header #global-nav {
    display: none;
  }
  body .site-header .page_top_btn,
  .scrolled .page_top_btn {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    box-shadow: none;
    display: block;
    opacity: 1;
    color: transparent;
    background-color: var(--vk-color-custom-1);
  }
  .site-header {
    height: 60px;
  }
  .site-header-logo img {
    width: auto;
    margin-right: auto;
    margin-left: 10px;
    height: 45px;
  }
}
#panel-drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #eaeaea;
  transition: right 0.3s ease;
  z-index: 1000000;
  padding-top: 110px;
  overflow-y: scroll;
  padding-bottom: 40px;
  overscroll-behavior: contain;
}

#panel-drawer-nav.open {
  right: 0;
  padding-top: 0;
}

#btn-drawer-open {
  background: #fff;
  width: 120px;
  height: 110px;
}
@media (max-width: 991.99px) {
  #btn-drawer-open {
    width: 50px;
    height: 60px;
  }
}
#btn-drawer-open {
  cursor: pointer;
  border: none;
  background: url(../../img/open.svg) center no-repeat;
  background-size: 55px;
}
@media ( max-width: 767.98px) {
  #btn-drawer-open {
    background-size: 40px;
  }
}

#btn-drawer-close {
  background: #fff;
  width: 120px;
  height: 110px;
}
@media (max-width: 991.99px) {
  #btn-drawer-close {
    width: 50px;
    height: 60px;
  }
}
#btn-drawer-close {
  cursor: pointer;
  border: none;
  background: #fff url(../../img/close.svg) center no-repeat;
  background-size: 55px;
  left: auto;
  top: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 991.99px) {
  #btn-drawer-close {
    width: 70px;
    background-size: 45px;
  }
}

.open #btn-drawer-close {
  position: fixed;
}

.drawer-open .site-body {
  pointer-events: none;
}

.container_in {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media ( max-width: 767.98px) {
  .container_in {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container_in {
    max-width: 486px;
  }
}
@media (min-width: 768px) {
  .container_in {
    max-width: 648px;
  }
}
@media (min-width: 992px) {
  .container_in {
    max-width: 864px;
  }
}
@media (min-width: 1200px) {
  .container_in {
    max-width: 1026px;
  }
}
.full-wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* 片側だけはみ出すセット*/
.container .split {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.container .split__content {
  width: calc(60% - 30px);
}
.container .split__media {
  width: calc(40% - 30px);
}
.container .bleed-right .split__media {
  width: 45vw;
  max-width: 45vw;
  margin-right: calc(40% - 45vw);
}
.container .bleed-left .split__media {
  width: 45vw;
  max-width: 45vw;
  margin-left: calc(40% - 45vw);
}
.container .split__media img {
  display: block;
}
@media (max-width: 767.98px) {
  .container .bleed-left .split__media,
  .container .bleed-right .split__media {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
  }
  .container .split {
    flex-direction: column;
    gap: 20px;
  }
  .container {
    /* Hiraya Box Header Logo - Match RC Box */
  }
  .container .split__content,
  .container .split__media {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
}

.fs18 {
  font-size: 18px;
}
@media ( max-width: 767.98px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs25 {
  font-size: 25px;
}
@media ( max-width: 767.98px) {
  .fs25 {
    font-size: 18px;
  }
}

.fs60 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (max-width:991.98px) {
  .fs60 {
    font-size: 46px;
  }
}
@media ( max-width: 767.98px) {
  .fs60 {
    font-size: 28px;
  }
}

#wpadminbar {
  top: auto;
  bottom: 0;
}

html {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 991.99px) {
  .header-r .sns.pc-none {
    display: block;
  }
}
.sns_icon {
  align-items: center;
  justify-content: space-between;
  width: 130px;
}

@media (max-width: 767.98px) {
  .sns_icon {
    width: auto;
  }
}
.sns_icon li {
  margin: 0 15px;
}

@media (max-width: 767.98px) {
  .sns_icon li {
    margin: 0 5px;
  }
}
.sns_icon li a {
  display: block;
}
@media ( max-width: 767.98px) {
  .sns_icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sns_icon li a img {
  width: 32px;
}

@media (max-width: 767.98px) {
  .sns_icon li a img {
    width: 25px;
  }
}
.footer-cta {
  display: none;
}

@media (max-width: 991.98px) {
  .footer-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 50px);
    background-color: #fff;
    color: #ffffff;
    z-index: 110000;
    height: 50px;
  }
  .footer-cta__container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .footer-cta__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 0.5px solid rgb(255, 255, 255);
  }
  .scrolled .page_top_btn,
  .page_top_btn {
    border-top: 0.5px solid rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    background-color: var(--vk-color-custom-1);
  }
  .footer-cta .footer-cta__item {
    flex: 1 1 33.333%;
    margin: 0;
    border-right: 1px solid rgb(255, 255, 255);
  }
  .footer-cta__item:first-child {
    border-left: none;
  }
  .footer-cta .gnav-tier--primary .gnav-item > .footer-cta__link {
    height: 50px;
    padding: 14px 2px;
    font-size: 12px;
  }
  .footer-cta .gnav-tier--primary .footer-cta__item:nth-child(2) .footer-cta__link {
    background: var(--vk-color-primary);
  }
  .footer-cta .gnav-tier--primary .footer-cta__item > a::after {
    content: none;
  }
  .footer-cta__label {
    display: block;
    text-align: center;
  }
  .footer-cta .gnav-tier--primary .gnav-item:nth-child(2) .footer-cta__link span::before {
    background-image: url(../../img/asset2.svg);
  }
  .footer-cta .gnav-tier--primary .gnav-item:nth-child(3) .footer-cta__link span::before {
    background-image: url(../../img/asset5.svg);
  }
  .footer-cta .gnav-tier--primary .gnav-item > .footer-cta__link span {
    padding-left: 22px;
  }
  .footer-cta .gnav-tier--primary .gnav-item > .footer-cta__link span::before {
    width: 18px;
    height: 18px;
    background-size: contain;
  }
}
@media (max-width: 767.98px) {
  .page_top_btn::after,
  .scrolled .page_top_btn::after {
    font-size: 12px;
  }
}
/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer {
  position: relative;
  background: #fff;
}

#footer #copyright {
  margin-bottom: 0;
  background: #000;
  color: #fff;
}

#footer #copyright .container {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}

#footer #copyright .container a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 2px 5px;
}

#footer #copyright .container p {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width:991.98px) {
  #footer {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  #footer {
    margin-bottom: 50px;
  }
  #footer #copyright .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #footer #copyright .container p {
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 0px;
  }
}
.footer-banner {
  margin: 8rem auto;
}
@media ( max-width: 767.98px) {
  .footer-banner {
    margin: 6rem auto;
  }
}
.footer-banner .footer-banner__link {
  display: block;
}

.header-ttl {
  background-position: center;
  background-size: cover;
  aspect-ratio: 144/40;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headline {
  text-align: center;
}
.headline .h1,
.headline h1 {
  font-family: "Oswald";
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 0.95em;
  text-align: center;
  margin: 0;
  color: #fff;
}
.headline .h1 span,
.headline h1 span {
  display: block;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: none;
}

@media ( max-width: 767.98px) {
  .headline {
    margin: 48px auto 24px;
  }
  .headline .h1,
  .headline h1 {
    font-size: 36px;
  }
  .headline .h1 span,
  .headline h1 span {
    font-size: 14px;
    margin-top: 10px;
  }
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 740px;
  margin: 60px auto;
  padding: 0 20px;
}

.post-navigation__prev,
.post-navigation__next {
  flex: 1;
}

.post-navigation__prev a,
.post-navigation__next a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: none;
  font-family: "Caslon", serif;
}

.post-navigation__prev a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  transform: rotate(-45deg);
  margin-right: 15px;
}

.post-navigation__next {
  text-align: right;
}

.post-navigation__next a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  transform: rotate(45deg);
  margin-left: 15px;
}

.post-navigation__archive {
  flex: 0 0 350px;
  text-align: center;
}

.post-navigation__archive a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.post-navigation__archive a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='10 16 14 12 10 8'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

@media ( max-width: 767.98px) {
  .post-navigation {
    flex-wrap: wrap;
    gap: 4px;
    margin: 40px auto;
  }
  .post-navigation__prev {
    order: 1;
    width: 50%;
    flex: 0 0 50%;
  }
  .post-navigation__next {
    order: 2;
    width: 50%;
    flex: 0 0 50%;
  }
  .post-navigation__archive {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
  .post-navigation__prev a,
  .post-navigation__next a,
  .post-navigation__archive a {
    font-size: 14px;
  }
}
ul.page-numbers {
  display: flex;
}

ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  border: 0.5px solid;
  margin-left: 3px;
  border-radius: 0;
}

ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #4d4d4d;
}

ul.page-numbers li:first-child > .page-numbers {
  border-radius: 0;
}

ul.page-numbers li:last-child > .page-numbers {
  border-radius: 0;
}

.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev {
  font-size: 0;
  position: relative;
  height: 100%;
}

.navigation.pagination .page-numbers.next::before,
.navigation.pagination .page-numbers.prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
}

.navigation.pagination .page-numbers.next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.navigation.pagination .page-numbers.prev::before {
  transform: translate(calc(-50% + 5px), -50%) rotate(-135deg);
}

.next-prev {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas: "prev back next";
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}

.next-prev__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: inherit;
}

.next-prev__item--prev {
  grid-area: prev;
}

.next-prev__item--next {
  grid-area: next;
  flex-direction: row-reverse;
  text-align: right;
}

.next-prev__back {
  grid-area: back;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
}

.next-prev__thumb {
  width: 140px;
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: rgba(30, 30, 30, 0.08);
  flex-shrink: 0;
}

.next-prev__img,
.next-prev__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media ( max-width: 767.98px) {
  .next-prev__img,
  .next-prev__no-thumb {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.next-prev__no-thumb {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(30, 30, 30, 0.08));
}

.next-prev__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.next-prev__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #4d4d4d;
  font-weight: 500;
}

.next-prev__nav {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.24em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--vk-color-text-body);
}

.next-prev__nav--next {
  justify-content: flex-end;
  margin-left: auto;
}

.next-prev__arrow {
  position: relative;
  width: 72px;
  height: 1px;
  background-color: var(--vk-color-text-body);
  display: inline-block;
}

.next-prev__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 8px;
  border-top: 1px solid var(--vk-color-text-body);
  border-right: 1px solid var(--vk-color-text-body);
  transform: translateY(-50%) rotate(45deg);
}

.next-prev__nav--prev .next-prev__arrow {
  transform: rotate(180deg);
}

.next-prev__nav--prev .next-prev__arrow::after {
  border-top: none;
}

.next-prev__item--next .next-prev__arrow::after {
  border-right: none;
}

.next-prev .more {
  min-width: auto;
  padding: 10px 20px 10px 20px;
  width: 140px;
  font-size: 14px;
}

.next-prev .more:after {
  content: none;
}

@media (max-width:991.98px) {
  .next-prev {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "prev next" "back back";
    gap: 30px 60px;
  }
  .next-prev__item {
    gap: 5px;
  }
  .next-prev__item--prev {
    flex-direction: column;
    text-align: left;
  }
  .next-prev__item--next {
    flex-direction: column;
    text-align: right;
  }
  .next-prev__thumb {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .next-prev__nav--next {
    margin-left: 0;
    justify-content: flex-end;
  }
  .next-prev__back {
    width: 100%;
    justify-content: center;
  }
}
.next-prev--single-post {
  display: block;
  margin-top: 60px;
}
.next-prev--single-post .next-prev__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.next-prev--single-post .next-prev__item {
  width: 48%;
}
.next-prev--single-post .next-prev__item--empty {
  width: 48%;
}
.next-prev--single-post .next-prev__back {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: block;
}

.breadcrumb {
  padding: 10px 0;
}
.breadcrumb .breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: -1px;
}
.breadcrumb .breadcrumb-list li:last-child:after {
  content: none;
}
.breadcrumb .breadcrumb-list li a {
  text-decoration: none;
}
.breadcrumb .fa-home {
  display: none;
}

@media ( max-width: 767.98px) {
  .breadcrumb {
    padding: 3px 0;
    font-size: 8px;
  }
}
.lineup-banner {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .lineup-banner {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.lineup-banner__bg {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.lineup-banner__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.lineup-banner__img {
  width: 45%;
}
.lineup-banner__img img {
  width: 100%;
  height: auto;
}
.lineup-banner__content {
  width: 45%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.lineup-banner__text {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}
.lineup-banner__btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 15px 60px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s;
}
.lineup-banner__btn:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .lineup-banner__inner {
    flex-direction: column;
    gap: 30px;
  }
  .lineup-banner__img, .lineup-banner__content {
    width: 100%;
    align-items: center;
  }
}

.lineup-more {
  text-align: center;
  margin: 70px 0 100px;
}
@media ( max-width: 767.98px) {
  .lineup-more {
    margin: 50px 0 80px;
  }
}

/* 比率：main : sub = 140 : 83 */
.ratio-layout {
  display: grid;
  grid-template-columns: 140fr 83fr;
  align-items: start;
}

.ratio-layout__main {
  min-width: 0;
  padding: 45px 60px 0 0;
  border-top: 0.5px solid var(--vk-color-text-body);
  border-right: 0.5px solid var(--vk-color-text-body);
}

.ratio-layout__sub {
  min-width: 0;
  padding: 45px 0 0 60px;
  border-top: 0.5px solid var(--vk-color-text-body);
  background: #fff;
}

.post-name-request .ratio-layout__main,
.post-name-request .ratio-layout__sub {
  border-top: none;
}

.ratio-layout__sub.is-fixed {
  position: fixed;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .ratio-layout {
    display: block;
  }
  .ratio-layout__main,
  .ratio-layout__sub {
    border: none;
    padding: 30px 0;
  }
  .ratio-layout__sub {
    border-top: 0.5px solid var(--vk-color-text-body);
  }
}
/*お問い合わせフォーム*/
.cf7-reserve {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}

.cf7-notes {
  margin: 0 0 18px;
  color: #333;
}

.cf7-badge {
  display: inline-block;
  min-width: 44px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.cf7-badge--required {
  background: #c62828;
  color: #fff;
}

.cf7-badge--optional {
  background: #00508A;
  color: #fff;
}

.cf7-row {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 40px;
  padding: 18px 0;
  border-top: 1px solid #e9e9e9;
}

.cf7-row:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}

.cf7-row__title {
  font-weight: 700;
  color: #222;
}

.cf7-row__label {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.cf7-row__field input[type=text],
.cf7-row__field input[type=email],
.cf7-row__field input[type=tel],
.cf7-row__field input[type=date],
.cf7-row__field select,
.cf7-row__field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 14px;
  border: 1px solid #f0b18a;
  background: #fff7f3;
  border-radius: 2px;
  outline: none;
  margin-bottom: 0;
}

input[type=submit] {
  padding: 1.5em 2em;
}

input.wpcf7-form-control.wpcf7-previous {
  font-size: 1rem;
  border: 1px solid #5f5f5f;
  background-color: #fff;
  color: #5f5f5f;
  padding: 0.5em 2em;
  border-radius: var(--vk-size-radius);
  cursor: pointer;
  width: 320px;
  margin-left: 100px;
  display: block !important;
}

.cf7-row__field textarea {
  min-height: 160px;
  resize: vertical;
}

.cf7-row__field hr {
  margin: 20px 0;
}

.cf7-help {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666;
}

.cf7-help--danger {
  color: #c62828;
  font-weight: 700;
}

.cf7-grid {
  display: grid;
  gap: 12px;
}

.cf7-grid--address {
  grid-template-columns: 220px 1fr;
  align-items: start;
}

.cf7-grid--address .cf7-grid__item--wide {
  grid-column: 1/-1;
}

.cf7-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cf7-inline__prefix {
  font-weight: 700;
}

.cf7-btn {
  width: 100%;
  padding: 14px 10px;
  border: none;
  background: #d9d9d9;
  color: #333;
  font-weight: 700;
  cursor: pointer;
}

.cf7-choice label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 14px;
}

.cf7-reservebox {
  margin: 8px 0 0;
  padding: 18px 18px;
  border: 1px solid #dadada;
  border-radius: 10px;
  background: #fff;
}

.cf7-reservebox__head {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
}

.cf7-reservebox__text {
  font-size: 14px;
  color: #444;
  margin: 0 0 14px;
}

.cf7-grid--reserve {
  grid-template-columns: 1fr 1fr;
}

.cf7-reservebox__label {
  font-weight: 700;
  margin: 0 0 6px;
  color: #333;
}

.cf7-grid__item--datetime {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.cf7-datetime {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0px;
  align-items: center;
}

.cf7-datetime p {
  margin-bottom: 0;
}

.cf7-grid--media {
  grid-template-columns: 1fr 1fr 1fr;
}

.cf7-extra {
  margin-top: 14px;
}

.cf7-extra__row {
  display: grid;
  grid-template-columns: 70px 220px 1fr;
  gap: 10px;
  align-items: center;
  padding: 5px 0;
}

.cf7-extra__row:last-child {
  grid-template-columns: 70px 1fr;
}

.cf7-extra__row:last-child .cf7-extra__note {
  grid-column: 1/-1;
  width: 100%;
}

.cf7-extra__label {
  font-weight: 700;
  color: #333;
}

.cf7-extra__note {
  font-size: 13px;
  color: #666;
}

.cf7-submit {
  margin: 26px 0 10px 215px;
  display: flex;
  gap: 30px;
  flex-direction: column-reverse;
}

.cf7-submit__btn {
  width: 520px;
  max-width: 100%;
  padding: 22px 18px;
  border: none;
  border-radius: 4px;
  background: #e77733;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.cf7-footnote {
  margin: 18px 0 0 215px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #666;
}

#autozip {
  display: none !important;
}

@media (max-width: 991.98px) {
  .cf7-extra__row {
    grid-template-columns: 70px 150px 1fr;
  }
}
/* SP */
@media (max-width: 767.98px) {
  .cf7-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .cf7-grid__item--datetime {
    grid-template-columns: 1fr;
  }
  .cf7-grid--address {
    grid-template-columns: 1fr;
  }
  .cf7-grid--reserve {
    grid-template-columns: 1fr;
  }
  .cf7-grid--media {
    grid-template-columns: 1fr;
  }
  .cf7-extra__row {
    grid-template-columns: 1fr;
  }
  .cf7-submit {
    margin: 26px 0 10px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .cf7-footnote {
    margin: 18px 0 0 0;
  }
  input.wpcf7-form-control.wpcf7-previous {
    width: 80%;
    margin: 0 auto;
  }
}
/* CF7 Steps Flowchart */
.cf7-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 60px;
  margin-left: auto;
  margin-right: auto;
}

.cf7-steps__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff;
  color: #e77733;
  border-top: 1px solid #e77733;
  border-bottom: 1px solid #e77733;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.cf7-steps__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  width: 42px;
  height: 42px;
  background: inherit;
  border-top: 1px solid #e77733;
  border-right: 1px solid #e77733;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  box-sizing: border-box;
}

.cf7-steps__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  width: 42px;
  height: 42px;
  background: #fff;
  /* Matches page bg */
  border-top: 1px solid #e77733;
  border-right: 1px solid #e77733;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  box-sizing: border-box;
}

.cf7-steps__item:first-child {
  border-left: 2px solid #e77733;
  padding-left: 10px;
}

.cf7-steps__item:first-child::before {
  display: none;
}

.cf7-steps__item:last-child {
  border-right: 2px solid #e77733;
  padding-right: 10px;
}

.cf7-steps__item:last-child::after {
  display: none;
}

.cf7-steps__item.is-current {
  background: #e77733;
  color: #fff;
  border-color: #e77733;
}

.cf7-steps__item.is-current::after {
  border-color: #e77733;
}

.cf7-steps__item.is-current:first-child {
  border-left-color: #e77733;
}

@media (max-width: 767.98px) {
  .cf7-reserve {
    font-size: 14px;
  }
  .cf7-steps {
    gap: 10px;
    margin: 30px 0 40px;
    font-size: 12px;
  }
  .cf7-steps__item {
    height: 44px;
    padding: 0 4px;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  .cf7-steps__item::after,
  .cf7-steps__item::before {
    width: 30px;
    height: 30px;
    right: -16px;
  }
  .cf7-steps__item::before {
    left: -16px;
  }
  .cf7-steps__item:nth-child(2) {
    padding-left: 10px;
  }
}
.cmn-section-title {
  background-color: #000;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  border-left: 13px solid #e65c00;
  margin-bottom: 25px;
  line-height: 1.4;
}

.common-footer-cta {
  display: none;
}

@media (max-width: 991.98px) {
  .common-footer-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 50px;
    background-color: #e77733;
    z-index: 110000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  .common-footer-cta__container {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .common-footer-cta__btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    gap: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transition: opacity 0.3s;
  }
  .common-footer-cta__btn:first-child {
    flex: 2;
  }
  .common-footer-cta__btn:last-child {
    border-right: none;
  }
  .common-footer-cta__btn:hover {
    opacity: 0.8;
    color: #fff;
  }
  .common-footer-cta__icon {
    width: 24px;
    height: auto;
    filter: brightness(0) invert(1);
  }
  .common-footer-cta__btn:last-child .common-footer-cta__icon {
    width: 18px;
  }
}
.single-housing-column .entry-body h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  background: #f4f4f4;
  border-left: 6px solid #e77733;
  margin: 50px 0 30px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .single-housing-column .entry-body h2 {
    font-size: 20px;
    margin: 40px 0 20px;
    padding: 12px;
  }
}
.single-housing-column .entry-body h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #e77733;
  margin: 40px 0 25px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .single-housing-column .entry-body h3 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
}
.single-housing-column .entry-body h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  border-left: 4px solid #e77733;
  margin: 30px 0 20px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .single-housing-column .entry-body h4 {
    font-size: 16px;
    margin: 25px 0 15px;
  }
}
.single-housing-column .entry-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.single-housing-column .entry-body table th,
.single-housing-column .entry-body table td {
  border: 1px solid #444;
  padding: 15px;
  line-height: 1.6;
}
.single-housing-column .entry-body table th {
  background: #f9f9f9;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

#toc_container {
  padding: 1rem 2rem 2rem;
  width: 100%;
  margin-bottom: 3rem;
}

.post-name-inquiry .header-r,
.post-name-inquiry .breadcrumb,
.post-name-inquiry .site-footer,
.post-name-inquiry .footer-cta__list,
.page-template-template-form .header-r,
.page-template-template-form .breadcrumb,
.page-template-template-form .site-footer,
.page-template-template-form .footer-cta__list {
  display: none;
}
.post-name-inquiry .site-body,
.page-template-template-form .site-body {
  margin: 1rem 0 6rem !important;
}
.post-name-inquiry .site-header,
.post-name-inquiry .header_scrolled .site-header,
.page-template-template-form .site-header,
.page-template-template-form .header_scrolled .site-header {
  position: relative;
}

.c-sec-heading {
  font-family: "Oswald";
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 0.95em;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .c-sec-heading {
    font-size: 40px;
    line-height: 1.1em;
  }
}
.c-sec-heading.yoko {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .c-sec-heading.yoko {
    display: block;
    text-align: left;
  }
}
.c-sec-heading.yoko span {
  line-height: 1em;
  margin-top: 0.2em;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .c-sec-heading.yoko span {
    margin-top: 10px;
    line-height: 1.5rem;
    display: block;
  }
}
.c-sec-heading span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .c-sec-heading span {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.5rem;
  }
}
.inquiry-header {
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .inquiry-header {
    margin-bottom: 60px;
  }
}
.archive-header-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
}

@media (min-width: 992px) {
  .archive-header-title {
    font-size: 40px;
  }
}
.sub-section-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
}

.error404 #breadcrumb,
.error404 .page-header {
  display: none;
}

.main-section-no-posts__link {
  display: inline-block;
  padding: 15px 40px;
  background-color: var(--vk-color-text-body);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.main-section-no-posts__link:hover {
  color: #fff;
}

.main-section-no-posts {
  text-align: center;
  margin: 25vh 0;
}
.main-section-no-posts__text {
  font-size: 20px;
  margin-bottom: 20px;
}

/* Archive Navigation (Common) */
.archive-nav {
  text-align: center;
  margin-bottom: 60px;
}

.archive-nav__title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
}

.archive-nav__description {
  font-size: 14px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .archive-nav__title {
    font-size: 40px;
  }
  .archive-nav__description {
    font-size: 16px;
  }
}
.estate-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.estate-links__item {
  display: block;
  padding: 15px 10px;
  border-radius: 50vh;
  border: 1px solid var(--vk-color-text-body);
  background-color: transparent;
  font-size: 15px;
  letter-spacing: 0.08em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  width: calc((100% - 60px) / 5);
  color: var(--vk-color-text-body);
  text-align: center;
  text-decoration: none;
  min-width: 130px;
}

.estate-links__item.is-active {
  background-color: var(--vk-color-text-body);
  color: #fff;
  border-color: var(--vk-color-text-body);
}

.estate-links__item:hover,
.estate-links__item:focus {
  border-color: var(--vk-color-text-body);
  background-color: var(--vk-color-text-body);
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  .estate-links {
    gap: 10px;
  }
  .estate-links__item {
    width: calc((100% - 10px) / 2);
    font-size: 12px;
    padding: 12px 5px;
    min-width: auto;
  }
  .estate-links__item:first-child {
    width: 100%;
  }
}