@charset "UTF-8";
/* base css
----------------------------------------------------------------- */
:root {
  --windowHeight: 0;
  --gothic: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --back_2E3252: #2e3252;
  --back_EAEAEA: #EAEAEA;
  --colo_2E3252: #2e3252;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* l-contents
----------------------------------------------------------------- */
/* l-container
----------------------------------------------------------------- */
.l-container {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
}
.l-container--slide {
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 30px;
}
@media print, screen and (max-width: 1035px) {
  .l-container--slide {
    max-width: 100%;
    padding-inline: 0;
  }
}
.l-container--slideWide {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 30px;
}
@media print, screen and (max-width: 1035px) {
  .l-container--slideWide {
    max-width: 100%;
    padding-inline: 0;
  }
}

/* l-header
----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 120;
}

@media print, screen and (max-width: 1035px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 57px;
    background: #fff;
  }
}
.l-header__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: inherit;
  padding-block: 33px;
  padding-inline: 48px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1035px) {
  .l-header__inner {
    padding-block: 0;
    padding-inline: clamp(15.3px, 4.6376811594vw, 48px) clamp(0px, 1.4492753623vw, 15px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

h1.l-header__logo {
  width: 100%;
  max-width: clamp(85.32px, 9.1537335286vw, 125.04px);
  margin-right: 5.3440702782vw;
}

@media print, screen and (min-width: 1366px) {
  h1.l-header__logo {
    max-width: 125.04px;
    width: 100%;
    margin-right: 73px;
  }
}
@media print, screen and (max-width: 1035px) {
  .l-header__logo-img {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 1035px) {
  h1.l-header__logo {
    max-width: 85.32px;
  }
}
.l-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__logo img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (max-width: 1035px) {
  .l-header.is-active .l-header__logo img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.l-header__texts {
  margin-right: 0.7320644217vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

@media print, screen and (min-width: 1366px) {
  .l-header__texts {
    margin-right: 10px;
  }
}
.l-header__text-main {
  font-size: 1.317715959vw;
  line-height: 1.1666666667;
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 1366px) {
  .l-header__text-main {
    font-size: 18px;
  }
}
.l-header__text-sub {
  font-size: 1.0248901903vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 1366px) {
  .l-header__text-sub {
    font-size: 14px;
  }
}
.l-header__nav {
  margin-left: auto;
}

.l-header__hamburger {
  position: relative;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

@media print, screen and (min-width: 1036px) {
  .l-header__hamburger {
    border-radius: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.32);
  }
}
@media print, screen and (min-width: 1366px) {
  .l-header__hamburger {
    width: 56px;
    height: 56px;
  }
}
@media print, screen and (max-width: 1035px) {
  .l-header__hamburger {
    width: 56px;
    height: 42px;
    margin-top: 5px;
  }
}
.c-global-nav {
  position: fixed;
  top: -200%;
  height: 613px;
  max-height: calc(100vh - 9.51684vw);
  width: 100%;
  background: #fff;
  z-index: 120;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 1366px) {
  .c-global-nav {
    max-height: calc(100vh - 130px);
  }
}
@media print, screen and (max-width: 1035px) {
  .c-global-nav {
    height: 100svh;
    max-height: unset;
    overflow: auto;
  }
}
.c-global-nav.is-active {
  top: 0;
}

@media print, screen and (min-width: 1366px) {
  .c-global-nav.is-active {
    top: 0;
  }
}
@media print, screen and (max-width: 1035px) {
  .c-global-nav.is-active {
    top: 0;
  }
}
.c-global-nav__inner {
  padding-block: 41px 44px;
  padding-inline: 48px;
  height: 100%;
}

@media print, screen and (max-width: 1035px) {
  .c-global-nav__inner {
    padding: 13.4px 20px 0;
  }
}
.c-global-nav__logo {
  max-width: clamp(99.2px, 12.0811594203vw, 125.04px);
  width: 100%;
}

.c-global-nav__topArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 37.7px;
}

.c-global-nav__contents {
  height: auto;
  margin-top: 67px;
}
@media print, screen and (max-width: 1035px) {
  .c-global-nav__contents {
    margin-top: 66.9px;
    padding-bottom: 50px;
  }
}

.c-global-nav__contents {
  --sb-track-color: #191d37;
  --sb-thumb-color: #f9f9f9;
  --sb-size: 6px;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

.c-global-nav__contents::-webkit-scrollbar {
  width: var(--sb-size);
}

.c-global-nav__contents::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 2px;
}

.c-global-nav__contents::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 2px;
}

.c-global-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24% 3% 33.6% 3% 1fr;
  grid-template-columns: 24% 33.6% 1fr;
  gap: 21px 3%;
}

@media print, screen and (max-width: 1035px) {
  .c-global-nav__list {
    display: block;
  }
}
@media print, screen and (max-width: 1035px) {
  .c-global-nav__item + .c-global-nav__item {
    margin-top: 6px;
  }
}
a.c-global-nav__link {
  color: var(--colo_2E3252);
}

.c-global-nav__text-ja {
  display: block;
  font-size: clamp(0px, 2.8125vw, 36px);
  line-height: 1.25;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

@media print, screen and (max-width: 1035px) {
  .c-global-nav__text-ja {
    font-size: 25px;
  }
}
.c-global-nav__text-en {
  display: block;
  font-size: cld(0, 11);
  line-height: 1.25;
  letter-spacing: 0.2em;
  padding: 0 6px;
  font-weight: normal;
}

@media print, screen and (max-width: 1035px) {
  .c-global-nav__text-en {
    font-size: 9px;
  }
}
.c-hamburger {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-hamburger__inner {
  position: relative;
  width: 28px;
  height: 14px;
}
@media print, screen and (max-width: 1035px) {
  .c-hamburger__inner {
    width: 20.3px;
  }
}

.c-hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

@media print, screen and (max-width: 1035px) {
  .c-hamburger span {
    width: 100%;
  }
}
.c-hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.c-hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.c-hamburger span:nth-child(1) {
  top: 0px;
}

.c-hamburger span:nth-child(2) {
  top: 4.5px;
}

.c-hamburger span:nth-child(3) {
  bottom: 4px;
}

.c-hamburger span:nth-child(4) {
  bottom: 0px;
  -webkit-transition: border-bottom 0.3s ease, top 0.3s ease;
  transition: border-bottom 0.3s ease, top 0.3s ease;
}

.c-header-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding-block: 23px;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
}

.c-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--gothic);
  font-size: 21px;
  line-height: 1.33;
  letter-spacing: 0.4em;
  font-weight: bold;
  color: var(--colo_2E3252);
}

.c-header-nav__2way {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 0;
  padding-inline: clamp(0px, 6.953125vw, 89px);
}
@media print, screen and (max-width: 1180px) {
  .c-header-nav__2way {
    padding-inline: clamp(0px, 4.6875vw, 60px);
  }
}

.c-header-nav__2wayItem {
  -ms-grid-column-align: start;
      justify-self: start;
}

.c-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18.7px;
  font-family: var(--gothic);
  font-size: 21px;
  line-height: 0.86;
  letter-spacing: 0.19em;
  color: var(--colo_2E3252);
}

.c-header-nav__icon.history {
  max-width: 25.39px;
  min-width: 25.39px;
  width: 100%;
}
.c-header-nav__icon.favorite {
  max-width: 28.56px;
  min-width: 28.56px;
  width: 100%;
}
.c-header-nav__icon.mail {
  margin: 0;
  max-width: 21.14px;
  min-width: 21.14px;
  width: 100%;
}
.c-header-nav__icon.tel {
  max-width: 14.97px;
  min-width: 14.97px;
  width: 100%;
}

.FAV_HIS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
}

.FAV_HIS a {
  padding: 0.7320644217vw 0.8vw;
}

.FAV_HIS a:first-child {
  margin-left: 25px;
}

.FAV_HIS a:last-child {
  margin-right: 25px;
}

.FAV_HIS img {
  height: 33px;
}

.FAV_HIS_SP {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-left: auto;
  margin-top: 15px;
  z-index: 999;
}

.FAV_HIS_SP a:first-of-type {
  max-width: 16px;
  width: 100%;
}
.FAV_HIS_SP a:last-of-type {
  max-width: 18px;
  width: 100%;
}

.FAV_HIS_SP img {
  height: 22px;
  width: auto;
}

.FAV_HIS_SP a:last-child img {
  height: 19px;
  margin-bottom: 1.5px;
}

@media print, screen and (max-width: 1035px) {
  .FAV_HIS_SP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* l-footer
----------------------------------------------------------------- */
.l-footer {
  background: #EFEFEF;
}
@media print, screen and (max-width: 1035px) {
  .l-footer {
    background: #F5F5F7;
  }
}

.l-footer__innerWrap {
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 27px;
}

.l-footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.9% 1fr;
  grid-template-columns: 23.9% 1fr;
  padding-top: 53px;
}
@media print, screen and (max-width: 1035px) {
  .l-footer__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.l-footer__logo {
  width: 100%;
  max-width: clamp(99.22px, 15.652173913vw, 162px);
}

@media print, screen and (max-width: 1035px) {
  .l-footer__logo {
    max-width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 1035px) {
  .l-footer__nav {
    padding-top: 29px;
  }
}
.l-footer__copy {
  font-size: 18px;
  line-height: 1.2857142857;
  letter-spacing: 0.2em;
  text-align: center;
  color: #4d4d4d;
  margin-top: 59px;
  padding-bottom: 35.3px;
}
@media print, screen and (max-width: 1035px) {
  .l-footer__copy {
    padding-top: 15px;
    padding-bottom: 76px;
    font-size: 10px;
    margin-top: 13px;
  }
}

.c-footer-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 43px;
}

@media print, screen and (max-width: 1035px) {
  .c-footer-nav__list {
    display: block;
  }
}
@media print, screen and (max-width: 1035px) {
  .c-footer-nav__item + .c-footer-nav__item {
    border-top: 1px solid #ccc;
  }
}
a.c-footer-nav__link {
  display: block;
  color: #000;
}

@media print, screen and (max-width: 1035px) {
  a.c-footer-nav__link {
    padding: 16px 18px 13px;
  }
}
.c-footer-nav__text-main {
  display: block;
  font-size: clamp(13px, 1.7391304348vw, 18px);
}
@media print, screen and (max-width: 1035px) {
  .c-footer-nav__text-main {
    letter-spacing: 0.2em;
  }
}

.c-footer-nav__text-sub {
  display: block;
  font-size: clamp(8px, 1.1594202899vw, 12px);
  letter-spacing: 0.2em;
}

.l-footer__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.9% 1fr;
  grid-template-columns: 23.9% 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: clamp(40px, 6.0869565217vw, 63px);
}
@media print, screen and (max-width: 1035px) {
  .l-footer__group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__groupHeading {
  font-family: var(--gothic);
  font-size: clamp(20px, 2.4154589372vw, 25px);
  font-weight: bold;
  color: #777777;
}
@media print, screen and (max-width: 1035px) {
  .l-footer__groupHeading {
    text-align: center;
  }
}

.l-footer__groupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(48px, 10.8212560386vw, 112px);
}
@media print, screen and (max-width: 1035px) {
  .l-footer__groupList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20.2px;
  }
}

.l-footer__groupLink {
  display: block;
}
.l-footer__groupLink.showgun {
  max-width: clamp(85.46px, 11.1748792271vw, 115.66px);
  width: 100%;
}
.l-footer__groupLink.houritu {
  max-width: clamp(115.91px, 15.1574879227vw, 156.88px);
  width: 100%;
}

/* c-title
-----------------------------------------------
------------------ */
.c-title, .c-title--fontSm, .c-title--border {
  text-align: center;
}
.c-title--border {
  border-bottom: 1px solid var(--back_2E3252);
  padding-bottom: 10px;
}
@media print, screen and (max-width: 1035px) {
  .c-title--spPadding {
    margin-inline: 20px;
  }
}
.c-title--fontSm .c-title__en {
  font-size: clamp(20px, 3.0917874396vw, 32px);
  line-height: 0.8;
  letter-spacing: 0;
}
.c-title--minHeight {
  min-height: 51.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (max-width: 1035px) {
  .c-title--minHeight {
    min-height: auto;
  }
}
.c-title__en {
  display: block;
  font-size: clamp(22px, 3.8647342995vw, 40px);
  letter-spacing: -0.01em;
  font-family: "bodoniXT", serif;
  font-weight: normal;
  color: var(--colo_2E3252);
}
.c-title--md .c-title__en {
  font-size: 57px;
}
@media print, screen and (max-width: 1035px) {
  .c-title--md .c-title__en {
    font-size: 36px;
  }
}
.c-title--sm .c-title__en {
  font-size: 46px;
}
@media print, screen and (max-width: 1035px) {
  .c-title--sm .c-title__en {
    font-size: 36px;
  }
}
.c-title--sm .c-title__ja {
  font-size: 13px;
}
.c-title--mansions .c-title__en {
  line-height: 1;
}
.c-title--mansions .c-title__js {
  letter-spacing: 0.2em;
}
.c-title__ja {
  display: block;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (max-width: 1035px) {
  .c-title__ja {
    font-size: 11px;
  }
}
.c-title__ja--spacing {
  letter-spacing: 0.6em;
}

/* c-search
-----------------------------------------------
------------------ */
.c-search {
  background: rgba(255, 255, 255, 0.903);
  height: 100px;
}
@media print, screen and (max-width: 1035px) {
  .c-search {
    background: linear-gradient(162deg, #FFFFFF 0%, #FFFFFF 30%, #D2D2D3 50%, #FFFFFF 75%, #B8B9B9 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media screen and (max-width: 1035px) {
  .c-search {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: unset;
    height: auto;
  }
}
.c-search form {
  height: 100%;
}

.c-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 1035px) {
  .c-search__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-search__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-search__radio label {
  display: block;
  min-width: 69px;
}

.c-search__title {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 18px;
}

.c-search_sp_disabled {
  letter-spacing: 0;
}
@media screen and (max-width: 1035px) {
  .c-search_sp_disabled {
    display: none !important;
  }
}

@media screen and (min-width: 1036px) {
  .c-search_pc_disabled {
    display: none !important;
  }
}

.c-search__title-ja {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
}

.c-search__title-en {
  display: block;
  margin-top: -2px;
  font-size: 29px;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.c-search__item-wrap {
  display: contents;
  width: 100%;
}

@media print, screen and (max-width: 1035px) {
  .c-search__item-wrap {
    display: block;
    margin-right: 8px;
  }
}
.c-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
@media print, screen and (min-width: 1036px) {
  .c-search__item {
    height: 50px;
  }
  .c-search__item:not(:last-child) {
    border-right: #7e888b 1px solid;
  }
}
.c-search__item.flex_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-search__item:last-of-type {
  padding-left: clamp(0px, 2.0338983051vw, 24px);
}

@media print, screen and (max-width: 1035px) {
  .c-search__item {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    aligen-items: center;
  }
}
@media print, screen and (max-width: 1035px) {
  .c-search__item + .c-search__item {
    gap: 15px;
    margin-left: 0;
    margin-top: 6px;
  }
}
.c-search__box {
  background: var(--back_EAEAEA);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding-inline: 20px;
  padding-block: 14px 13px;
}

.c-search__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-search__wrap:nth-of-type(2) {
  margin-left: 14px;
}

.c-search__label, .c-search__label--lsLarge {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0.4em;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 10px;
}
.c-search__label--lsLarge {
  letter-spacing: 0.3em;
}

@media print, screen and (max-width: 1035px) {
  .c-search__label, .c-search__label--lsLarge {
    font-family: var(--gothic);
    font-size: max(12px, 3.2vw);
    line-height: 1.5;
    font-weight: bold;
    margin-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .c-search__label:first-of-type, .c-search__label--lsLarge:first-of-type {
    letter-spacing: 0.2em;
  }
}
.c-search__window {
  display: inline-block;
  max-width: 100%;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
}
@media print, screen and (min-width: 1036px) {
  .c-search__window {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media print, screen and (max-width: 1035px) {
  .c-search__window {
    background: #fff;
    border: 1px solid #989898;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  }
}

@media print, screen and (max-width: 1035px) {
  .c-search__window {
    border: none;
    border-radius: 6px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    position: relative;
    z-index: 2;
    background: #fff;
    font-family: var(--gothic);
    font-size: max(10px, 2.6666666667vw);
    font-weight: bold;
    padding: max(7px, 2.3733333333vw) 0;
    width: 100%;
    letter-spacing: 0;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  }
  .c-search__window.more {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    letter-spacing: 0.05em;
    padding: max(7px, 2.3733333333vw) 0;
  }
}
::-webkit-full-page-media,
:future,
:root {
  text-align: left;
}

.c-search__window {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-search__window::-ms-expand {
  display: none;
}

.c-search__selectWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.c-search__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (max-width: 1035px) {
  .c-search__button-area {
    display: block;
    width: max(27.78px, 7.408vw);
    height: max(27.78px, 7.408vw);
    margin-left: 9.2px;
  }
}
.c-search__icon {
  width: 100%;
  max-width: 31px;
  max-height: 34px;
  display: inline-block;
}

@media print, screen and (max-width: 1035px) {
  .c-search__icon {
    max-width: 50px;
    max-height: 27px;
    margin-right: 0;
  }
}
.c-search__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-search__submit {
  display: inline-block;
  min-width: 110.48px;
  padding: 4px 12px;
  border: none;
  border-radius: 3px;
  background: #0d1945;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.3em;
}

@media print, screen and (max-width: 1035px) {
  .c-search__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: unset;
    width: 100%;
    height: 100%;
    border: none;
    background: var(--back_2E3252);
    border-radius: 0;
    padding: 0;
  }
}
.c-search__iconWrap {
  display: block;
  width: 100%;
  height: 100%;
}

.c-search__submitText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* c-panels
-----------------------------------------------
------------------ */
.c-panels {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.2% 1fr 2.2% 1fr 2.2% 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2%;
}

@media screen and (max-width: 1035px) {
  .c-panels {
    gap: 0;
  }
}
.c-panels__item {
  width: 100%;
  aspect-ratio: 84/51;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.75)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.75));
}

@media screen and (max-width: 1035px) {
  .c-panels__item {
    -webkit-filter: none;
            filter: none;
  }
  .c-panels__item:not(:last-of-type) {
    border-right: 1px solid #B9B9B9;
  }
}
.c-panels__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background: white;
  text-align: center;
  line-height: 1;
}

a.c-panels__link {
  color: #000;
}

.c-panels__item:first-child .c-panels__link {
  border-top-left-radius: 15px;
}

.c-panels__item:last-child .c-panels__link {
  border-top-right-radius: 15px;
}

.c-panels__text {
  font-size: max(14px, 3.25vw);
}

@media screen and (max-width: 1035px) {
  .c-panels__text {
    font-family: "ヒラギノ角ゴ ProN W3";
    line-height: 1.28571429;
    letter-spacing: 0.4em;
    font-weight: bold;
  }
}
/* c-sub-title
-----------------------------------------------
------------------ */
.c-sub-title {
  text-align: center;
  font-family: "bodoniXT", serif;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.c-sub-title__main {
  font-size: 36px;
  display: block;
}
.c-sub-title__main--naby {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 16px 150px;
}
.c-sub-title__main--naby::before, .c-sub-title__main--naby::after {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #0F1640), to(transparent));
  background-image: linear-gradient(to right, transparent, #0F1640 50%, transparent);
  background-repeat: no-repeat;
  content: "";
  height: 2px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.c-sub-title__main--naby::before {
  top: 0;
}
.c-sub-title__main--naby::after {
  bottom: 0;
}
.c-sub-title__sub {
  font-size: 22px;
}
.c-sub-title__sub span {
  display: inline-block;
}

.c-sub-title__main--bg-naby {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 16px 15px;
  background: rgb(27, 38, 106);
  background: linear-gradient(173deg, rgb(27, 38, 106) 0%, rgb(27, 38, 106) 20%, rgb(15, 22, 64) 20%, rgb(15, 22, 64) 80%, rgb(27, 38, 106) 80%, rgb(27, 38, 106) 100%);
}

.c-sub-title__sub {
  display: block;
}

.c-sub-title__sub--gold {
  margin-top: 44px;
}

@media print, screen and (max-width: 1035px) {
  .c-sub-title__main--gold {
    padding: 12px 100px;
  }
}
@media print, screen and (max-width: 1035px) {
  .c-sub-title__main {
    font-size: 24px;
  }
  .c-sub-title__sub {
    font-size: 13px;
  }
}
/* c-headingSub
-----------------------------------------------
------------------ */
.c-headingSub, .c-headingSub--spBorderNone {
  text-align: center;
  max-width: 254px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--back_2E3252);
  font-family: var(--gothic);
  font-size: clamp(16px, 1.9323671498vw, 20px);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--colo_2E3252);
  padding-block: 12px;
}
@media print, screen and (max-width: 1035px) {
  .c-headingSub, .c-headingSub--spBorderNone {
    padding-block: 17px;
  }
}
@media print, screen and (max-width: 1035px) {
  .c-headingSub--spBorderNone {
    border: none;
  }
}
.c-headingSub--bgNavy {
  background-color: var(--back_2E3252);
  color: #fff;
}

/* c-card-01
-----------------------------------------------
------------------ */
.c-card-01 {
  width: 100%;
}
@media print, screen and (max-width: 1035px) {
  .c-card-01:nth-child(n+5) {
    display: none;
  }
}
.c-card-01__link {
  position: relative;
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-card-01__img, .c-card-01__img--spMask {
  position: relative;
  width: 100%;
  aspect-ratio: 267/245;
  overflow: hidden;
}
.c-card-01__img::after, .c-card-01__img--spMask::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.c-card-01__img--spMask::after {
  content: unset;
}
@media print, screen and (max-width: 1035px) {
  .c-card-01__img--spMask::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.c-card-01__img img, .c-card-01__img--spMask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-01__body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-inline: 21px;
  padding-bottom: 22px;
}
@media print, screen and (max-width: 1035px) {
  .c-card-01__body {
    padding-inline: 5.6vw;
    padding-bottom: 22px;
  }
}
.c-card-01__tag, .c-card-01__tag--bgNavy {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  background: #fff;
  min-height: clamp(14px, 2.1256038647vw, 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--gothic);
  font-size: clamp(8px, 1.1594202899vw, 12px);
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding-inline: 13px;
}
.c-card-01__tag--bgNavy {
  background: var(--back_2E3252);
  color: #fff;
}
.c-card-01__info {
  margin-top: 5px;
  font-family: var(--gothic);
  font-size: clamp(12px, 1.3526570048vw, 14px);
  font-weight: bold;
  line-height: 1.29;
  color: #fff;
}
@media print, screen and (max-width: 1035px) {
  .c-card-01__info {
    line-height: 1.5;
  }
}
.c-card-01--white a.c-card-01__link,
.c-card-01--white .c-card-01__info {
  color: #fff;
}
.c-card-01--white .c-card-01__border {
  background: none;
}

/* c-card-02
-----------------------------------------------
------------------ */
.c-card-02 {
  width: 100%;
}
.c-card-02__link {
  color: #000;
}
.c-card-02__img {
  width: 100%;
  aspect-ratio: 203/227;
}
.c-card-02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card-02__body {
  width: 92%;
  margin: 0 auto;
  font-family: var(--gothic);
  font-size: clamp(11px, 1.3526570048vw, 14px);
  line-height: 1.28571429;
  font-weight: bold;
  color: #000;
  margin-top: clamp(7px, 1.0628019324vw, 11px);
}
@media print, screen and (max-width: 1035px) {
  .c-card-02__body {
    line-height: 1.18181818;
  }
}
.c-card-02__info-item {
  display: inline-block;
}
.c-card-02__info-item + .c-card-02__info-item {
  margin-left: 2px;
}

/* c-slideForsale
-----------------------------------------------
------------------ */
.c-slideForsale {
  position: relative;
}
.c-slideForsale__container {
  overflow: hidden;
}
.c-slideForsale__next, .c-slideForsale__prev {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media print, screen and (max-width: 1035px) {
  .c-slideForsale__next, .c-slideForsale__prev {
    display: none;
  }
}
.c-slideForsale__next .c-slideForsale__icon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-slideForsale__prev {
  right: unset;
  left: -30px;
}
.c-slideForsale__icon {
  width: 10px;
}

/* c-slideForRent
-----------------------------------------------
------------------ */
.c-slideForRent {
  position: relative;
}
.c-slideForRent__container {
  overflow: hidden;
}
.c-slideForRent__next, .c-slideForRent__prev {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media print, screen and (max-width: 1035px) {
  .c-slideForRent__next, .c-slideForRent__prev {
    display: none;
  }
}
.c-slideForRent__next .c-slideForRent__icon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-slideForRent__prev {
  right: unset;
  left: -30px;
}
.c-slideForRent__icon {
  width: 10px;
}

/* c-bg-link
-----------------------------------------------
------------------ */
.c-bg-link {
  display: block;
  width: 100%;
  aspect-ratio: 218/311;
  position: relative;
  z-index: 0;
}
@media print, screen and (max-width: 1035px) {
  .c-bg-link {
    width: 100%;
    height: auto;
    aspect-ratio: 375/187.36;
  }
}
.c-bg-link__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.c-bg-link__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-bg-link__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 33, 97, 0.46);
}
.c-bg-link:hover .c-bg-link__bg img, .c-bg-link:focus .c-bg-link__bg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-bg-link__texts {
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-top: 35px;
}
.c-bg-link__title-main {
  font-size: clamp(16px, 1.9323671498vw, 20px);
  line-height: 1;
  font-family: "bodoniXT", serif;
}
.c-bg-link__title-sub {
  font-size: 10px;
  letter-spacing: 0.2em;
  margin-top: 3.5px;
}
@media print, screen and (max-width: 1035px) {
  .c-bg-link__title-sub {
    margin-top: 8px;
  }
}
.c-bg-link.c-bg-link--mansions .c-bg-link__title-sub {
  letter-spacing: 0.2em;
}

/* p-topRanking
-----------------------------------------------
------------------ */
.p-topRanking {
  max-width: 1184px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.p-topRanking__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 22px;
  margin-top: 86px;
}
@media print, screen and (max-width: 1035px) {
  .p-topRanking__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    margin-top: 35px;
  }
}
.p-topRanking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-topRanking__label {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--back_2E3252);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: clamp(20px, 3.8647342995vw, 40px);
}
.p-topRanking__number {
  font-family: "bodoniXT", serif;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
.p-topRanking__info {
  position: absolute;
  bottom: clamp(22px, 3.6714975845vw, 38px);
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(12px, 1.5458937198vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
}
.p-topRanking__info::after {
  content: "▶";
  display: block;
  margin-right: -16px;
}
.p-topRanking__img {
  width: 68%;
  aspect-ratio: 357/237;
  overflow: hidden;
}
.p-topRanking__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topRanking__btnBox {
  max-width: 467px;
  width: 100%;
  margin: 0 auto;
  margin-top: clamp(47px, 6.1835748792vw, 64px);
}
@media print, screen and (max-width: 1035px) {
  .p-topRanking__btnBox {
    padding-inline: 30px;
  }
}
.p-topRanking__btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--gothic);
  font-size: clamp(16px, 2.3188405797vw, 24px);
  line-height: 1;
  font-weight: 600;
  color: #fff;
  border: 1px solid var(--back_2E3252);
  background: var(--back_2E3252);
  border-radius: 42px;
  padding-block: 15px 12px;
  padding-inline: 10px;
}

/* c-property
-----------------------------------------------
------------------ */
.p-propertys:not(:first-of-type) {
  margin-top: clamp(17px, 3.2850241546vw, 34px);
}
.p-propertys__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--colo_2E3252);
  font-family: var(--gothic);
  font-size: clamp(15px, 2.4154589372vw, 25px);
  font-weight: bold;
  text-transform: uppercase;
}
.p-propertys__body {
  width: 100%;
  margin-top: clamp(10px, 2.9951690821vw, 31px);
}