@charset "UTF-8";
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Noto+Sans+JP:wght@400;500&display=swap");
/* break point ------------------------------ */
/* colors ------------------------------ */
/* text ------------------------------ */
/* Hedding ------------------------------ */
/* animation ------------------------------ */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Basic ------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #8C3E3E;
  font-family: 'Noto Sans JP','游ゴシック体','Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  color: #313131;
  line-height: 1.5; }

#wrap {
  position: relative;
  width: 100%;
  overflow: clip;
  z-index: 10; }
  #wrap::before, #wrap::after {
    position: absolute;
    left: 50%;
    bottom: calc(100% - 120px);
    transform-origin: center bottom;
    display: block;
    content: '';
    width: 2000vw;
    height: 100vh;
    background-color: #313131;
    opacity: 25%;
    z-index: -100; }
  #wrap::before {
    transform: translate(-50%, 0) rotate(-6deg); }
  #wrap::after {
    transform: translate(-50%, 40px) rotate(6deg); }

img {
  max-width: 100%;
  height: auto; }

.serif {
  font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','Noto Serif JP',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif; }

.tCenter {
  text-align: center; }

@media screen and (min-width: 769px) {
  .sp, .tb {
    display: none; } }
 /*
@media screen and (max-width: 959px) {
  .sp, .pc {
    display: none;
  }
}*/
@media screen and (max-width: 768px) {
  .tb, .pc {
    display: none; } }
/* link */
a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #313131;
  text-decoration: none; }
  a:hover {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #8C3E3E;
    text-decoration: none; }

/* Space ------------------------------ */
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

/* -------------------------------
   header
------------------------------- */
#header {
  position: relative;
  z-index: 10;
  width: 100%;
  color: #FFF; }
  #header #logo {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 40px 0px;
    background: #8c3e3e;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #8C3E3E; }
  #header a {
    color: #FFF; }
  #header #gNav ul {
    display: flex;
    width: 100%;
    align-content: center; }
    #header #gNav ul li::before {
      display: inline-block;
      content: '';
      height: 1px;
      background-color: #FFF;
      vertical-align: middle; }
    #header #gNav ul li a {
      font-family: "Crimson Text", serif; }
  @media screen and (min-width: 769px) {
    #header #logo {
      width: 180px;
      height: 240px; }
    #header #gNav {
      font-size: 1.25rem;
      padding: 40px 180px; }
      #header #gNav ul {
        justify-content: center; }
        #header #gNav ul li:nth-child(n+2)::before {
          width: 40px;
          margin: 0 20px; }
        #header #gNav ul li a {
          line-height: 40px;
          transition: color .25s,text-shadow .25s; }
          #header #gNav ul li a:hover {
            color: #D39F27;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.25); } }
  @media screen and (max-width: 959px) {
    #header #gNav {
      padding-right: 40px; }
      #header #gNav ul {
        justify-content: flex-end; } }
  @media screen and (max-width: 768px) {
    #header #logo {
      width: 90px;
      height: 120px;
      padding: 0 20px;
      border-radius: 0 0 20px; }
      #header #logo img {
        max-width: 100%;
        height: auto; }
    #header #gNav {
      font-size: 1.25rem;
      padding: 20px;
      padding-left: 90px; }
      #header #gNav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        #header #gNav ul li {
          font-size: 1rem; }
          #header #gNav ul li:nth-child(1) {
            display: none; }
          #header #gNav ul li:nth-child(n+3)::before {
            width: 10px;
            margin: 0 7.5px; }
          #header #gNav ul li a {
            line-height: 20px; } }

/* -------------------------------
   footer
------------------------------- */
#footer {
  position: relative;
  max-width: 100%;
  color: #FFF; }
  #footer a {
    color: #FFF; }
  #footer::before, #footer::after {
    position: absolute;
    left: 50%;
    top: 50px;
    transform-origin: center bottom;
    display: block;
    content: '';
    width: 2000vw;
    height: 100vh;
    background-color: #000;
    z-index: -1; }
  #footer::before {
    opacity: 50%;
    transform: translate(-50%, 50px) rotate(-6deg); }
  #footer::after {
    opacity: 95%;
    transform: translate(-50%, 0) rotate(6deg); }
  #footer address {
    width: 100%;
    font-style: normal; }
    #footer address img {
      display: block; }
    #footer address #copyright {
      display: block;
      font-size: 1rem;
      font-style: normal; }
  #footer #pagetop {
    position: absolute; }
    #footer #pagetop a {
      font-family: "Crimson Text", serif;
      color: #D39F27!important;
      font-size: 1.25rem; }
      #footer #pagetop a::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        background-color: #D39F27;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        margin-right: 10px;
        clip-path: path(evenodd, "M15,0 A15,15 0 0,1 15,30 A15,15 0 0,1 15,0 Z M15,11.535898 L12,16.732051 L18,16.732051 Z"); }
  #footer #fNav {
    display: flex;
    justify-content: center; }
    #footer #fNav li a {
      display: block;
      white-space: nowrap; }
      #footer #fNav li a::before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 6px;
        height: 7px;
        background-color: #FFF;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        margin-right: 10px; }
  @media screen and (min-width: 769px) {
    #footer {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 100px 50px;
      width: 1380px;
      margin: 0 auto; }
      #footer address img {
        margin-bottom: 20px; }
      #footer address #copyright {
        margin-top: 40px; }
      #footer #fNav li {
        margin-left: 40px; }
        #footer #fNav li a {
          transition: color .25s,text-shadow .25s; }
          #footer #fNav li a::before {
            transition: background-color .25s; }
          #footer #fNav li a:hover {
            color: #D39F27;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
            #footer #fNav li a:hover::before {
              background-color: #D39F27; }
      #footer #pagetop {
        top: 50px;
        right: 50px; }
        #footer #pagetop a::before {
          transition: transform .5s; }
        #footer #pagetop a:hover::before {
          transform: translateY(-5px) rotate(360deg); } }
  @media screen and (max-width: 768px) {
    #footer {
      padding: 80px 10px;
      display: flex;
      flex-direction: column-reverse; }
      #footer::before {
        top: -20px; }
      #footer address {
        text-align: center; }
        #footer address img {
          width: 180px;
          margin: 0 auto 20px; }
        #footer address #copyright {
          margin-top: 40px; }
      #footer #fNav {
        flex-wrap: wrap;
        margin: 20px 0 20px -10px; }
        #footer #fNav li {
          margin-left: 10px; }
      #footer #pagetop {
        top: 20px;
        right: 10px; } }

/* -------------------------------
   common
------------------------------- */
h1#pagettl {
  color: #FFF;
  font-weight: 500;
  text-align: right;
  line-height: 1; }
  h1#pagettl::before {
    display: block;
    content: attr(data-en);
    font-family: "Crimson Text", serif;
    font-weight: 400;
    color: #D39F27; }
  h1#pagettl::after {
    display: block;
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #D39F27;
    transform: translate(0, -1.65em); }

.breadcrumbs {
  display: flex;
  overflow: auto;
  list-style: none;
  margin-top: 20px; }
  .breadcrumbs li {
    color: #FFF; }
    .breadcrumbs li:nth-child(n+2)::before {
      display: inline-block;
      content: '>';
      margin: 0 .5em; }
    .breadcrumbs li a {
      color: #FFF; }

.stdSec {
  position: relative; }
  .stdSec:nth-child(odd)::after, .stdSec:nth-child(odd)::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center bottom;
    display: block;
    content: '';
    width: 2000vw;
    z-index: -1; }
  .stdSec:nth-child(odd)::after {
    background-color: #FFF;
    transform: translate(-50%, -50%) rotate(-6deg);
    height: calc(100% - 100px); }
  .stdSec:nth-child(odd)::before {
    opacity: 50%;
    background-color: #313131;
    transform: translate(-50%, -50%) rotate(6deg);
    height: 100%; }
  .stdSec:nth-child(odd):first-of-type::before {
    clip-path: polygon(20% 50%, 100% 50%, 100% 100%, 20% 100%); }
  .stdSec:nth-child(even) {
    color: #FFF; }
  .stdSec h2 {
    text-align: center;
    font-weight: 500; }

.cards {
  display: grid;
  counter-reset: num;
  color: #313131; }
  .cards section {
    counter-increment: num;
    position: relative;
    text-align: center; }
    .cards section::before, .cards section::after {
      position: absolute;
      display: block;
      content: counter(num);
      font-family: "Crimson Text", serif;
      background: url("../img/card.svg") center bottom/contain no-repeat;
      padding: 0 5px;
      line-height: 1;
      color: #D39F27; }
    .cards section::after {
      transform: rotate(180deg); }
    .cards section h3 {
      font-weight: 500;
      margin: 15px 0; }
    .cards section img {
      mix-blend-mode: multiply; }
  .stdSec:nth-child(odd) .cards section {
    background-color: rgba(140, 62, 62, 0.05); }
  .stdSec:nth-child(even) .cards section {
    background-color: #FFF; }

.btn {
  text-align: center;
  z-index: 2; }
  .btn a {
    position: relative;
    display: inline-block;
    background-color: #313131;
    color: #FFF;
    text-align: center;
    padding: 20px 40px;
    border-radius: 100px;
    max-width: 100%;
    width: 320px; }
    .btn a::after {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translate(0, -50%);
      display: inline-block;
      vertical-align: middle;
      content: '';
      width: 6px;
      height: 7px;
      background-color: #FFF;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      margin-right: 10px; }

.miniBtn a {
  position: relative;
  display: inline-block;
  color: #D39F27;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #D39F27; }
  .miniBtn a::after {
    display: block;
    content: '';
    width: 7px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #D39F27;
    clip-path: polygon(0 0, 100% 50%, 0 100%); }

#message p {
  line-height: 2; }
  #message p.name {
    line-height: 1.2; }
    #message p.name .position {
      font-size: .6111em; }

.slider {
  position: relative;
  width: 840px;
  margin: 0 auto 80px; }
  .slider[data-portrait="1"] {
    width: 600px; }
  .slider .imgs {
    display: flex;
    will-change: transform;
    width: 100%; }
    .slider .imgs li {
      flex-shrink: 0;
      width: 100%; }
  .slider .prev,
  .slider .next {
    font-size: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background: #313131;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
    .slider .prev::before,
    .slider .next::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 7px;
      height: 6px;
      background-color: #FFF; }
  .slider .prev {
    left: 0; }
    .slider .prev::before {
      clip-path: polygon(0 50%, 100% 0, 100% 100%); }
  .slider .next {
    right: 0; }
    .slider .next::before {
      clip-path: polygon(0 0, 100% 50%, 0 100%); }
  .slider .dotnav {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px; }
    .slider .dotnav span {
      width: 30px;
      height: 5px;
      background: #FFF;
      border-radius: 10px;
      cursor: pointer;
      opacity: .2; }
      .slider .dotnav span.current {
        background: #313131;
        opacity: 1; }
  .stdSec:nth-child(odd) .slider .dotnav span {
    background: #313131; }
    .stdSec:nth-child(odd) .slider .dotnav span.current {
      background: #8C3E3E;
      opacity: 1; }

table {
  width: 100%; }
  table tbody tr th {
    position: relative;
    white-space: pre;
    text-align: justify;
    text-justify: distribute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: calc(20px + 1em) !important;
    font-weight: 400;
    vertical-align: top; }
    .stdSec:nth-child(odd) table tbody tr th {
      border-color: rgba(0, 0, 0, 0.2); }
    table tbody tr th::before {
      display: block;
      content: '：';
      position: absolute;
      right: 10px;
      top: 0; }
  table tbody tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%; }
    .stdSec:nth-child(odd) table tbody tr td {
      border-color: rgba(0, 0, 0, 0.2); }

.propertyList {
  display: grid; }
  .propertyList li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgba(140, 62, 62, 0.05);
    height: 100%;
    overflow: hidden; }
    .propertyList li a img {
      aspect-ratio: 4 / 3;
      max-width: none;
      width: 100%;
      line-height: 100%;
      object-fit: cover; }
    .propertyList li a p.name {
      text-align: center;
      margin: 20px 0; }
    .propertyList li a p:not(.name) {
      display: flex;
      margin-top: 5px; }
      .propertyList li a p:not(.name) span {
        white-space: pre; }
  .slider > .propertyList {
    display: flex;
    grid-gap: 0;
    width: 100%; }
    .slider > .propertyList > li {
      min-width: 100%; }

@media screen and (min-width: 769px) {
  h1#pagettl {
    font-size: 2rem;
    max-width: 1380px;
    padding: 0 50px;
    margin: 0 auto; }
    h1#pagettl::before {
      font-size: 6.25rem; }
    h1#pagettl::after {
      margin-right: 40px; }

  .breadcrumbs {
    max-width: 1380px;
    padding: 0 50px;
    margin: 20px auto 50px auto; }

  .stdSec {
    max-width: 1380px;
    padding: 150px 50px;
    margin: 0 auto; }
    .stdSec:nth-last-of-type(odd) {
      padding-top: 200px;
      padding-bottom: 200px; }
      .stdSec:nth-last-of-type(odd):last-of-type {
        margin-bottom: -142px;
        padding-bottom: 292px; }
    .stdSec h2 {
      font-size: 2.25rem;
      margin-top: 0;
      margin-bottom: 50px; }
    .stdSec > * {
      margin-top: 40px; }
    .stdSec .btn {
      margin-top: 50px; }

  .cards {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px; }
    .cards section {
      border-radius: 20px;
      padding: 10px 40px 40px; }
      .cards section::before, .cards section::after {
        font-size: 30px;
        padding-bottom: 15px; }
      .cards section::before {
        top: 10px;
        left: 10px; }
      .cards section::after {
        bottom: 10px;
        right: 10px; }

  .btn a {
    font-size: 1.5rem;
    transition: color .25s,box-shadow .25s; }
    .btn a::after {
      transition: background-color .25s, transform .25s; }
    .btn a:hover {
      color: #D39F27;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
      .btn a:hover::after {
        background-color: #D39F27;
        transform: translate(5px, -50%); }

  .name {
    font-size: 2.25rem; }

  .slider {
    max-width: calc(100% - 40px); }
    .slider .imgs li {
      padding: 0 20px; }

  table {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    table tbody tr th, table tbody tr td {
      padding: 20px 0; }
    table tbody tr th::before {
      margin-top: 20px; }

  .propertyList {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px; }
    .propertyList li a {
      border-radius: 0 80px 0 80px;
      padding: 0 0 40px 0;
      transition: box-shadow .25s; }
      .propertyList li a img {
        transition: width .25s, aspect-ratio .25s, margin .25s;
        object-fit: cover;
        object-position: center center; }
      .propertyList li a:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
        .propertyList li a:hover img {
          width: 105%;
          aspect-ratio: 4.2 / 3;
          margin-left: -2.5%; }
      .propertyList li a p {
        padding: 0 40px; }
        .propertyList li a p.name {
          font-size: 1.3125rem;
          margin: 20px 0; }
    .slider > .propertyList > li {
      padding: 0 20px; } }
@media screen and (max-width: 1023px) {
  .cards {
    grid-template-columns: repeat(2, 1fr); }

  .propertyList {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 768px) {
  h1#pagettl {
    font-size: 1.5rem;
    padding: 0 20px;
    line-height: 1.1; }
    h1#pagettl::before {
      font-size: 3rem; }
    h1#pagettl::after {
      right: 20px; }

  .breadcrumbs {
    padding: 0 20px;
    margin: 20px 0 -20px; }

  .stdSec {
    padding: 50px 20px; }
    .stdSec:nth-of-type(odd) {
      padding-top: 100px;
      padding-bottom: 100px; }
      .stdSec:nth-of-type(odd):last-of-type {
        margin-bottom: -75px;
        padding-bottom: 125px; }
    .stdSec h2 {
      font-size: 1.5rem;
      margin-top: 0; }
    .stdSec > * {
      margin-top: 20px; }
    .stdSec .btn {
      margin-top: 40px; }

  .cards {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
    .cards section {
      border-radius: 20px;
      padding: 10px 20px 30px; }
      .cards section::before, .cards section::after {
        font-size: 20px;
        padding-bottom: 15px; }
      .cards section::before {
        top: 5px;
        left: 5px; }
      .cards section::after {
        bottom: 5px;
        right: 5px; }

  .btn a {
    font-size: 1.25rem; }

  .name {
    font-size: 1.5rem; }

  .slider {
    max-width: calc(100% - 20px); }
    .slider .imgs li {
      padding: 0 10px; }
    .slider .prev {
      margin-left: -10px; }
    .slider .next {
      margin-right: -10px; }

  table tbody tr th, table tbody tr td {
    padding: 10px 0; }
  table tbody tr th::before {
    margin-top: 10px; }

  .propertyList {
    grid-gap: 20px; }
    .propertyList li a {
      border-radius: 0 40px 0 40px;
      padding: 0 0 20px 0; }
      .propertyList li a p {
        padding: 0 20px; }
        .propertyList li a p.name {
          font-size: 1.125rem;
          margin: 10px 0; }
    .slider > .propertyList > li {
      padding: 0 10px; } }
@media screen and (max-width: 480px) {
  .breadcrumbs {
    margin-bottom: 20px; }

  .cards {
    grid-template-columns: repeat(1, 1fr); }

  .propertyList {
    grid-template-columns: repeat(1, 1fr); } }
/* -------------------------------
   home
------------------------------- */
body#home #mv {
  position: relative;
  z-index: 9;
  line-height: 1; }
  body#home #mv .en {
    display: block;
    font-family: "Crimson Text", serif;
    color: #D39F27; }
  body#home #mv .jp {
    display: block;
    color: #FFF;
    font-weight: 500; }
  body#home #mv .btn {
    text-align: left; }
body#home section header {
  max-width: 100%; }
  body#home section header h2 {
    font-weight: 500; }
    body#home section header h2::before {
      display: block;
      content: attr(data-en);
      font-family: "Crimson Text", serif;
      font-weight: 400; }
body#home #philosophy,
body#home #business,
body#home #company {
  position: relative; }
  body#home #philosophy header,
  body#home #business header,
  body#home #company header {
    position: relative;
    color: #FFF; }
    body#home #philosophy header h2,
    body#home #business header h2,
    body#home #company header h2 {
      display: flex;
      flex-direction: column;
      color: #FFF;
      font-weight: 500;
      line-height: 1; }
      body#home #philosophy header h2::before,
      body#home #business header h2::before,
      body#home #company header h2::before {
        color: #D39F27; }
      body#home #philosophy header h2::after,
      body#home #business header h2::after,
      body#home #company header h2::after {
        display: block;
        content: '';
        width: 100vw;
        height: 1px;
        background-color: #D39F27;
        transform: translate(0, -1.65em); }
body#home #philosophy {
  counter-reset: num;
  position: relative;
  z-index: 1; }
  body#home #philosophy::before, body#home #philosophy::after {
    position: absolute;
    left: 50%;
    top: 0;
    transform-origin: center bottom;
    display: block;
    content: '';
    width: 2000vw;
    height: 100%;
    background-color: #313131;
    z-index: -1; }
  body#home #philosophy::before {
    opacity: 50%;
    transform: translate(-50%, 50px) rotate(6deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%); }
  body#home #philosophy::after {
    opacity: 100%;
    transform: translate(-50%, 0) rotate(-6deg); }
  body#home #philosophy section {
    counter-increment: num;
    position: relative;
    background-color: #FFF; }
    body#home #philosophy section::before {
      position: absolute;
      top: 0;
      left: 50%;
      text-align: center;
      line-height: 1;
      transform: translate(-50%, -50%);
      content: "0" counter(num);
      color: #D39F27;
      font-family: "Crimson Text", serif; }
    body#home #philosophy section picture {
      display: block;
      overflow: hidden; }
    body#home #philosophy section h3 {
      text-align: center;
      font-weight: 500; }
  body#home #philosophy .miniBtn {
    width: 100%;
    text-align: right;
    transform: translate(0, 20px); }
    body#home #philosophy .miniBtn a::after {
      transition: transform .25s; }
    body#home #philosophy .miniBtn a:hover::after {
      transform: translateX(5px); }
body#home #business header h2 {
  align-items: flex-end; }
body#home #business section {
  position: relative;
  width: calc((100% - 60px) / 2);
  text-align: center;
  color: #FFF;
  border: 1px solid #D39F27; }
  body#home #business section::before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: rgba(0, 0, 0, 0.25);
    border: 2px solid #D39F27; }
  body#home #business section:after {
    position: absolute;
    top: -20px;
    left: -20px;
    content: '';
    display: block;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: url("../img/leaf_lt.svg") left top no-repeat, url("../img/leaf_rt.svg") right top no-repeat, url("../img/leaf_lb.svg") left bottom no-repeat, url("../img/leaf_rb.svg") right bottom no-repeat; }
  body#home #business section h3 {
    color: #D39F27;
    margin-bottom: 10px; }
body#home #properties {
  position: relative; }
  body#home #properties::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center bottom;
    display: block;
    content: '';
    width: 2000vw;
    height: 100%;
    background-color: #FFF;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-6deg); }
  body#home #properties header h2 {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    line-height: 1; }
  body#home #properties .slider {
    width: 400px; }
    body#home #properties .slider .dotnav {
      display: none; }
body#home #properties .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%); }
body#home #company {
  color: #FFF; }
  body#home #company header picture {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8C3E3E;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 769px) {
  body#home #mv {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 min(100px, 5.2%);
    height: min(calc(100vh - 160px), 45.8333vw);
    height: min(calc(100svh - 160px), 45.8333vw);
    min-height: 620px; }
    body#home #mv .en {
      font-size: min(7.5rem, 7.5vw); }
    body#home #mv .jp {
      margin-top: min(20px, 1%);
      font-size: min(1.75rem, 1.75vw); }
    body#home #mv .btn {
      margin-top: min(100px, 5.2%); }
      body#home #mv .btn a {
        width: 420px; }
    body#home #mv picture {
      display: block;
      position: absolute;
      top: 0;
      right: min(100px, 5.2%);
      width: 100%;
      height: 100%;
      z-index: -1; }
      body#home #mv picture img {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 100px 0 100px;
        width: auto;
        min-width: 50vw;
        height: 100%;
        object-fit: cover;
        object-position: right center; }
  body#home section header {
    position: relative; }
    body#home section header h2 {
      font-size: 2rem; }
      body#home section header h2::before {
        font-size: 6.25rem; }
    body#home section header p {
      position: absolute;
      top: 0;
      font-size: 1.125rem; }
  body#home section .btn {
    margin-top: 80px; }
  body#home #philosophy,
  body#home #business,
  body#home #company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1380px;
    padding: 150px 50px;
    max-width: 100%;
    margin: 0 auto; }
    body#home #philosophy header h2,
    body#home #business header h2,
    body#home #company header h2 {
      margin-bottom: 40px; }
    body#home #philosophy .btn,
    body#home #business .btn,
    body#home #company .btn {
      width: 100%; }
  body#home #philosophy {
    padding-bottom: 0; }
    body#home #philosophy header::after {
      left: 0; }
    body#home #philosophy header p {
      right: 0; }
    body#home #philosophy section {
      width: calc((100% - 80px) / 3);
      padding: 20px 30px 40px 30px;
      border-radius: 0 80px 0 80px;
      margin-bottom: -40px; }
      body#home #philosophy section:nth-of-type(1) {
        transform: translate(0, 40px); }
      body#home #philosophy section:nth-of-type(3) {
        transform: translate(0, -40px); }
      body#home #philosophy section::before {
        font-size: 7.5rem; }
      body#home #philosophy section picture {
        border-radius: 0 60px 0 0;
        margin: 0 -10px; }
      body#home #philosophy section h3 {
        font-size: 1.3125rem;
        margin: 20px 0; }
  body#home #business {
    padding-top: 200px; }
    body#home #business header p {
      left: 0; }
    body#home #business section {
      padding: 40px;
      font-size: 1.125rem; }
      body#home #business section h3 {
        font-size: 1.5rem; }
  body#home #properties {
    padding: 150px 50px 50px; }
    body#home #properties header h2 {
      margin-bottom: 100px; }
  body#home #company {
    padding-top: 200px; }
    body#home #company header {
      position: relative;
      padding-right: 240px; }
      body#home #company header picture {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 240px;
        height: 320px; }
        body#home #company header picture img {
          width: 133.33px;
          height: auto; } }
@media screen and (max-width: 1023px) {
  body#home section header p {
    position: static;
    margin-bottom: 40px; }
  body#home section#philosophy .miniBtn {
    transform: translate(0, 40px); }
  body#home section#business header h2 {
    align-items: flex-start; } }
@media screen and (max-width: 768px) {
  body#home #mv {
    display: flex;
    align-items: center;
    min-height: calc(50vw + 120px);
    padding: 0 20px; }
    body#home #mv .en {
      font-size: min(7.5rem, 10vw);
      margin-top: -45px; }
    body#home #mv .jp {
      margin-top: min(20px, 1%);
      font-size: min(1.75rem, 2.3333vw); }
    body#home #mv .btn {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translate(-50%, 0); }
      body#home #mv .btn a {
        width: 240px; }
    body#home #mv picture {
      display: block;
      position: absolute;
      top: 0;
      right: 20px;
      width: 100%;
      height: calc(100% - 120px);
      z-index: -1; }
      body#home #mv picture img {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 50px 0 50px;
        width: auto;
        min-width: 50vw;
        min-height: 50vw;
        height: 100%;
        object-fit: cover;
        object-position: right center; }
  body#home section header {
    position: relative; }
    body#home section header h2 {
      font-size: 1.5rem; }
      body#home section header h2::before {
        font-size: 3.2rem; }
  body#home section .btn {
    margin-top: 40px; }
  body#home #philosophy,
  body#home #business,
  body#home #company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 10px; }
    body#home #philosophy header h2,
    body#home #business header h2,
    body#home #company header h2 {
      line-height: 1.075;
      margin-bottom: 20px; }
    body#home #philosophy .btn,
    body#home #business .btn,
    body#home #company .btn {
      width: 100%; }
  body#home #philosophy {
    padding-bottom: 0; }
    body#home #philosophy header::after {
      left: 0; }
    body#home #philosophy header p {
      right: 0; }
    body#home #philosophy section {
      width: calc((100% - 20px) / 3);
      padding: 10px 10px 20px 10px;
      border-radius: 0 30px 0 30px;
      margin-bottom: -40px; }
      body#home #philosophy section:nth-of-type(1) {
        transform: translate(0, 40px); }
      body#home #philosophy section:nth-of-type(3) {
        transform: translate(0, -40px); }
      body#home #philosophy section::before {
        font-size: 3rem; }
      body#home #philosophy section picture {
        border-radius: 0 30px 0 0;
        margin: 0 -10px; }
      body#home #philosophy section h3 {
        font-size: 1.125rem;
        margin: 10px 0; }
  body#home #business {
    padding-top: 80px !important; }
    body#home #business header {
      text-align: left; }
      body#home #business header h2 {
        justify-content: flex-start; }
        body#home #business header h2::after {
          left: 0;
          right: auto; }
      body#home #business header p {
        left: 0; }
    body#home #business section {
      width: calc((100% - 20px) / 2);
      padding: 20px 30px; }
      body#home #business section:after {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        background-size: 40px auto !important; }
      body#home #business section h3 {
        font-size: 1.25rem; }
  body#home #properties {
    padding: 80px 10px 40px; }
    body#home #properties header h2 {
      margin-bottom: 50px; }
  body#home #company {
    padding-top: 80px !important; }
    body#home #company header {
      position: relative;
      padding-right: 120px; }
      body#home #company header picture {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 120px;
        height: 160px;
        padding: 20px;
        margin-top: 40px; }
        body#home #company header picture img {
          width: 100%;
          height: auto; } }
@media screen and (max-width: 480px) {
  body#home #mv {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding-bottom: 100px; }
    body#home #mv p:not(.btn) {
      width: 100%; }
    body#home #mv .en {
      font-size: min(7.5rem, 10vw);
      margin-top: 10px; }
    body#home #mv .jp {
      margin-top: min(20px, 1%);
      font-size: min(1.75rem, 2.3333vw); }
    body#home #mv .btn {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translate(-50%, 0); }
      body#home #mv .btn a {
        width: 240px; }
    body#home #mv picture {
      display: block;
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      height: 50vw; }
      body#home #mv picture img {
        min-width: 100%; }
  body#home #philosophy,
  body#home #business,
  body#home #company {
    display: block;
    padding: 60px 10px 0; }
    body#home #philosophy section,
    body#home #business section,
    body#home #company section {
      width: 100%;
      margin-bottom: 20px;
      transform: none !important; }
  body#home #philosophy section {
    width: calc(100% - 20px); }
    body#home #philosophy section:nth-of-type(1) {
      margin: 0 0 0 20px; }
    body#home #philosophy section:nth-of-type(2) {
      margin: 30px 20px 30px 0; }
    body#home #philosophy section:nth-of-type(3) {
      margin: 0 auto; }
    body#home #philosophy section picture {
      text-align: center; }
      body#home #philosophy section picture img {
        max-width: 320px; }
  body#home #business header p {
    left: 0; }
  body#home #business section {
    padding: 40px; }
    body#home #business section h3 {
      font-size: 1.25rem; } }
