@charset "UTF-8";
/*
$serif: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
$roman: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
@import url("global.css");
.roman {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1; }

i {
  font-style: normal; }

/* ------------------------------
 Header
------------------------------ */
.wrapper.wide {
  max-width: 100%; }

#header {
  padding: 20px 0 0;
  height: 150px;
  background-color: transparent;
  color: #fff; }
  #header #headerlogo a {
    width: 280px;
    padding: 10px 10px; }
    #header #headerlogo a .logo1 {
      opacity: 1; }
    #header #headerlogo a .logo2 {
      opacity: 0; }
  #header .headertel {
    padding-top: 0; }
    #header .headertel .tel .freedial {
      fill: #fff; }

#navibutton {
  margin-top: 5px; }

.hamburger::before {
  background-image: url("../img/menu.png"); }

.hamburger__icon:before, .hamburger__icon:after {
  background-color: #fff; }

.fat-nav {
  padding-top: 100px; }

.is-scroll #header {
  padding: 10px 0;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #252122; }
  .is-scroll #header #headerlogo a {
    width: 180px; }
    .is-scroll #header #headerlogo a .logo1 {
      opacity: 0; }
    .is-scroll #header #headerlogo a .logo2 {
      opacity: 1; }
  .is-scroll #header .headertel .tel .freedial {
    fill: #252122; }
.is-scroll #navibutton {
  margin-top: 5px; }
.is-scroll .hamburger::before {
  background-image: url("../img/menu2.png"); }
.is-scroll .hamburger__icon:before, .is-scroll .hamburger__icon:after {
  background-color: #252122; }
.is-scroll .fat-nav {
  padding-top: 80px; }

.no-scroll #header {
  z-index: 111;
  background-color: #fff; }
  .no-scroll #header #headerlogo a .logo1 {
    opacity: 0; }
  .no-scroll #header #headerlogo a .logo2 {
    opacity: 1; }
  .no-scroll #header .headertel {
    color: #252122; }
    .no-scroll #header .headertel .freedial {
      fill: #252122; }
.no-scroll .hamburger::before {
  background-image: url("../img/menu2.png"); }
.no-scroll .hamburger__icon:before, .no-scroll .hamburger__icon:after {
  background-color: #252122; }

/* ------------------------------
 TopSlider
------------------------------ */
#toparea {
  /*height: 870px;
  padding-bottom: 136px;*/
  height: 100vh;
  padding-bottom: 0;
  background-color: #252122;
  position: relative; }
  #toparea .wrapper {
    position: relative; }
  #toparea .spimage {
    display: none; }
  #toparea .slider img {
    width: 100%;
    /*height: 870px;*/
    height: 100vh;
    object-fit: cover; }
  #toparea .ontext {
    position: absolute;
    color: #fff;
    line-height: 1.3;
    bottom: 90px;
    right: 90px;
    font-size: 52px;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    z-index: 1; }
    #toparea .ontext span {
      font-size: 38px; }

#slidearea {
  z-index: 1; }

.slider-pro {
  overflow: hidden; }

.sp-slide .sp-layer img {
  max-width: 100%;
  max-height: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sp-buttons {
  width: auto;
  padding-top: 0;
  z-index: 30;
  position: absolute;
  right: 30px;
  bottom: 20px; }

.sp-button {
  margin: 5px;
  border: none;
  background-color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease; }

.sp-selected-button,
.sp-button:hover {
  background-color: #F08803; }

.slider {
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */ }

.slick-img img {
  width: 100%; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15);
    /* 拡大率 */ } }
#slidearea .add-animation {
  animation: zoomUp 10s linear 0s normal both; }

/* ------------------------------
 Topics
------------------------------ */
#topics {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0; }
  #topics .topics {
    margin: 0 110px 0 auto;
    background-color: #fff;
    width: 600px;
    height: 46px;
    padding: 0 20px 0 60px;
    box-sizing: border-box;
    border-radius: 100px;
    z-index: 110;
    position: relative; }
    #topics .topics::before {
      content: "";
      width: 27px;
      height: 18px;
      background: url("../img/newsicon.png") no-repeat center center;
      background-size: contain;
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -9px; }
    #topics .topics .ticker {
      overflow: hidden;
      width: 100%; }
      #topics .topics .ticker ul {
        width: 100%;
        position: relative; }
        #topics .topics .ticker ul li {
          width: 100%;
          display: none;
          text-align: left; }
      #topics .topics .ticker a, #topics .topics .ticker div {
        display: block;
        line-height: 46px; }
      #topics .topics .ticker span {
        display: block; }
        #topics .topics .ticker span.date {
          float: left;
          letter-spacing: 0;
          font-size: 13px; }
        #topics .topics .ticker span.text {
          margin-left: 80px;
          height: 46px;
          overflow: hidden; }
      #topics .topics .ticker a .text {
        text-decoration: underline; }
      #topics .topics .ticker a:hover {
        color: #F08803; }

.topics_list {
  margin: 90px 0 120px; }
  .topics_list .title {
    float: left;
    width: 360px;
    margin: 0 0 -35px 20px;
    margin-bottom: 40px; }
    .topics_list .title i {
      font-size: 54px;
      display: inline-block;
      position: relative; }
  .topics_list .link {
    margin: 0 0 30px auto;
    padding-top: 10px;
    width: 220px; }
    .topics_list .link a {
      display: block;
      border: #252122 2px solid;
      border-radius: 2px;
      font-size: 15px;
      text-align: center;
      font-weight: bold;
      padding: 5px 0 5px 15px;
      position: relative; }
      .topics_list .link a::before {
        content: "";
        width: 9px;
        border-top: #252122 2px solid;
        border-bottom: #252122 2px solid;
        height: 10px;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -5px;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      .topics_list .link a::after {
        content: "";
        width: 9px;
        height: 2px;
        background-color: #252122;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -1px;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      .topics_list .link a:hover {
        border-color: #F08803;
        color: #F08803; }
        .topics_list .link a:hover::before {
          transform: translateX(-4px);
          border-color: #F08803; }
        .topics_list .link a:hover::after {
          transform: translateX(4px);
          background-color: #F08803; }
  .topics_list ul.list {
    border-top: #a9aaaa 1px solid; }
    .topics_list ul.list li {
      padding: 10px;
      line-height: 1.5;
      border-bottom: #a9aaaa 1px solid; }
      .topics_list ul.list li div, .topics_list ul.list li a {
        display: block;
        padding: 10px 30px 10px 20px; }
      .topics_list ul.list li a {
        position: relative; }
        .topics_list ul.list li a::after {
          content: "\f054";
          font-size: 30px;
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          line-height: 30px;
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -15px;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          color: #a9aaaa; }
        .topics_list ul.list li a:hover {
          color: #a9aaaa; }
          .topics_list ul.list li a:hover::after {
            color: #F08803; }
      .topics_list ul.list li span {
        display: block; }
        .topics_list ul.list li span.date {
          float: left;
          width: 120px;
          font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
        .topics_list ul.list li span.text {
          margin-left: 120px; }

/* ------------------------------
 Brand
------------------------------ */
#brandlist {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 57px; }
  #brandlist .wrapper {
    text-align: center; }
  #brandlist .title {
    position: relative; }
    #brandlist .title i {
      font-style: normal;
      font-size: 56px;
      line-height: 1.4;
      color: #fff; }
    #brandlist .title span {
      position: absolute;
      bottom: 10px;
      left: 50%;
      margin-left: 160px; }
  #brandlist ul.carousel {
    /* ---------- Arrows ---------- */ }
    #brandlist ul.carousel li {
      margin: 0 8px;
      border-radius: 50%;
      overflow: hidden;
      -webkit-tap-highlight-color: transparent; }
      #brandlist ul.carousel li a {
        display: block;
        border: #fff 2px solid;
        border-radius: 50%;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-tap-highlight-color: transparent; }
        #brandlist ul.carousel li a figure {
          position: relative;
          height: 0;
          padding-top: 100%;
          border-radius: 50%;
          overflow: hidden; }
          #brandlist ul.carousel li a figure .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            border-radius: 50%; }
          #brandlist ul.carousel li a figure::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
            background-color: #252122;
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            opacity: 0;
            border-radius: 50%; }
          #brandlist ul.carousel li a figure .logo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0.2s;
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0.2s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            opacity: 0;
            border-radius: 50%; }
        #brandlist ul.carousel li a:hover {
          border-color: #F08803; }
          #brandlist ul.carousel li a:hover figure::before {
            opacity: .8; }
          #brandlist ul.carousel li a:hover figure .logo {
            opacity: 1; }
    #brandlist ul.carousel .slick-prev,
    #brandlist ul.carousel .slick-next {
      margin-top: -20px; }
    #brandlist ul.carousel .slick-prev {
      left: -70px; }
    #brandlist ul.carousel .slick-next {
      right: -70px; }
  #brandlist .slick-list {
    margin: 0 -80px;
    padding: 0 80px; }
  #brandlist .slick-slide {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    #brandlist .slick-slide.slick-active {
      opacity: 1; }

/* ---------- Arrows ---------- */
ul.carousel .slick-prev,
ul.carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #929091;
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  outline: none;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: none;
  z-index: 2; }
ul.carousel .slick-prev:hover,
ul.carousel .slick-next:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }
ul.carousel .slick-prev:hover::before,
ul.carousel .slick-prev:focus::before,
ul.carousel .slick-next:hover::before,
ul.carousel .slick-next:focus::before {
  opacity: 1; }
ul.carousel .slick-prev::before,
ul.carousel .slick-next::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  background: url("../img/arrow.png") no-repeat center center;
  background-size: 16px; }
ul.carousel .slick-next::before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg); }

/* ------------------------------
 Event
------------------------------ */
#event {
  margin: 90px 0 120px;
  position: relative; }
  #event .title {
    float: left;
    width: 360px;
    margin: 0 0 -35px 20px;
    margin-bottom: 40px; }
    #event .title i {
      font-size: 54px;
      display: inline-block;
      position: relative; }
      #event .title i::before {
        content: "";
        width: 60px;
        height: 44px;
        position: absolute;
        top: -25px;
        left: -25px;
        background: url("../img/lineuptitlebg.png") no-repeat left top; }
  #event .link {
    margin: 0 0 0 auto;
    padding-top: 15px;
    width: 220px; }
    #event .link a {
      display: block;
      border: #252122 2px solid;
      border-radius: 2px;
      font-size: 15px;
      text-align: center;
      font-weight: bold;
      padding: 5px 0 5px 15px;
      position: relative; }
      #event .link a::before {
        content: "";
        width: 9px;
        border-top: #252122 2px solid;
        border-bottom: #252122 2px solid;
        height: 10px;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -5px;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      #event .link a::after {
        content: "";
        width: 9px;
        height: 2px;
        background-color: #252122;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -1px;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      #event .link a:hover {
        border-color: #F08803;
        color: #F08803; }
        #event .link a:hover::before {
          transform: translateX(-4px);
          border-color: #F08803; }
        #event .link a:hover::after {
          transform: translateX(4px);
          background-color: #F08803; }
  #event ul {
    clear: both;
    display: flex;
    margin: 0 -20px; }
    #event ul li {
      width: 33.3333333333%;
      box-sizing: border-box;
      padding: 0 20px; }
      #event ul li a {
        display: block;
        text-align: center;
        position: relative; }
        #event ul li a .event_new {
          width: 60px;
          position: absolute;
          top: -25px;
          left: 0;
          z-index: 3; }
        #event ul li a .figure {
          height: 0;
          padding-top: 100%;
          position: relative;
          margin-bottom: 40px; }
          #event ul li a .figure figure {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            overflow: hidden; }
            #event ul li a .figure figure img {
              transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
              -webkit-transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
              backface-visibility: hidden;
              -webkit-backface-visibility: hidden; }
          #event ul li a .figure .cat {
            background-color: #F08803;
            color: #fff;
            font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-size: 15px;
            padding: 5px;
            line-height: 1.4;
            width: 160px;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 3; }
          #event ul li a .figure .author {
            width: 76px;
            height: 76px;
            border-radius: 50%;
            border: #fff 2px solid;
            position: absolute;
            bottom: -38px;
            left: 20px;
            overflow: hidden;
            z-index: 2; }
          #event ul li a .figure::before {
            content: "";
            position: absolute;
            top: 20px;
            right: 20px;
            bottom: 20px;
            left: 20px;
            background-color: #F08803;
            z-index: 2;
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            opacity: 0; }
        #event ul li a .entrytitle {
          font-size: 15px;
          font-weight: bold;
          margin: 0 5px 5px;
          font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          line-height: 1.5; }
        #event ul li a .date {
          max-width: 500px;
          margin: 0 auto;
          line-height: 1.4;
          font-weight: bold;
          padding: 10px 0;
          border-top: #252122 1px solid;
          border-bottom: #252122 1px solid; }
        #event ul li a:hover .figure figure img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
        #event ul li a:hover .figure::before {
          opacity: .3;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
      #event ul li.end .figure::before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
        background-color: #000;
        opacity: .3; }
      #event ul li.end .figure::after {
        content: "こちらのイベントは終了しました";
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        z-index: 3;
        line-height: 1;
        font-size: 19px;
        font-weight: 700; }
      #event ul li.end a:hover .image::before {
        opacity: .3; }
    #event ul .slick-prev,
    #event ul .slick-next {
      margin-top: -20px; }
    #event ul .slick-prev {
      left: -20px; }
    #event ul .slick-next {
      right: -20px; }

/* ------------------------------
 Concept
------------------------------ */
#concept {
  position: relative;
  color: #fff;
  height: 890px;
  background: url("../img/concept.png") no-repeat center center;
  background-size: cover; }
  #concept .title {
    font-size: 16px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
    position: absolute;
    top: 50px;
    right: 30px;
    line-height: 1.5; }
  #concept .lead {
    font-size: 43px;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 80px 70px 0 0;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
    letter-spacing: 2px;
    z-index: 1; }
  #concept .inner {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0; }
    #concept .inner::before {
      /*			content: "お客様は家を買うのではなく、\A家を建てた後の暮らしを買っている。";*/
      font-size: 43px;
      font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 80px 70px 0 0;
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      white-space: nowrap;
      text-orientation: upright;
      white-space: pre;
      color: #252122;
      clip-path: polygon(0% 73.9362%, 100% 28.2%, 100% 33.5955%, 0% 79.3258%);
      z-index: 2;
      letter-spacing: 2px; }
  #concept .text {
    position: absolute;
    width: 50%;
    box-sizing: border-box;
    padding: 0 55px;
    bottom: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    z-index: 3; }
    #concept .text span {
      display: block; }
    #concept .text a {
      display: inline-block;
      line-height: 0;
      padding: 20px;
      margin: 10px 0 0 -20px;
      color: #fff; }
      #concept .text a img {
        width: 60px; }
      #concept .text a i {
        font-style: normal;
        letter-spacing: 0;
        padding-left: 10px; }
      #concept .text a:hover {
        padding-left: 30px; }

#concept_new {
  background: url("../img/concept_bg.jpg") center bottom;
  background-size: cover;
  margin-top: 60px;
  padding: 110px 0; }
  #concept_new .wrapper {
    text-align: center;
    text-shadow: 1px 1px 10px #000; }
  #concept_new .catch {
    width: 550px;
    margin: 0 auto; }
    #concept_new .catch .lead {
      color: #fff;
      font-size: 30px;
      font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin: 0px 0 60px;
      line-height: 1.6; }
  #concept_new .text {
    margin: 20px 0 60px;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    color: #fff; }
    #concept_new .text span {
      display: inline-block;
      margin-bottom: 20px;
      line-height: 2;
      font-size: 1.4em; }
  #concept_new .morebtn {
    width: 310px;
    margin: 40px auto 0; }
    #concept_new .morebtn a {
      color: #fff;
      display: block;
      position: relative;
      border: 1px solid #fff;
      border-color: #fff;
      text-align: center;
      font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      padding: 20px 15px;
      box-sizing: border-box;
      letter-spacing: 0.08em;
      line-height: 1.4;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
      #concept_new .morebtn a:hover {
        background-color: #A9AAAA;
        color: #fff;
        border: 1px solid #A9AAAA;
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }

#support {
  margin-top: 50px; }
  #support .wrapper {
    text-align: center;
    text-shadow: 1px 1px 10px #000; }
  #support .catch {
    width: 550px;
    margin: 0 auto; }
    #support .catch .lead {
      color: #fff;
      font-size: 30px;
      font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin: 0px 0 60px;
      line-height: 1.6; }
  #support .text {
    margin: 20px 0 60px;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    color: #fff; }
    #support .text span {
      display: inline-block;
      margin-bottom: 20px;
      line-height: 2;
      font-size: 1.4em; }

/* ------------------------------
 Works
------------------------------ */
#works {
  margin: 0 0 120px;
  padding-top: 60px;
  color: #fff;
  position: relative; }
  #works::before {
    content: "";
    background-color: #a9aaaa;
    position: absolute;
    top: 0px;
    bottom: 140px;
    left: 0;
    right: 0;
    z-index: -1; }
  #works .title {
    text-align: center; }
    #works .title i {
      font-size: 54px;
      display: block; }
    #works .title span {
      font-weight: bold;
      display: block; }
  #works .link {
    margin: -15px 0 5px auto;
    width: 220px; }
    #works .link a {
      display: block;
      border: #fff 2px solid;
      border-radius: 2px;
      font-size: 15px;
      text-align: center;
      font-weight: bold;
      padding: 5px 0 5px 15px;
      position: relative;
      color: #fff; }
      #works .link a::before {
        content: "";
        width: 9px;
        border-top: #fff 2px solid;
        border-bottom: #fff 2px solid;
        height: 10px;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -5px;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      #works .link a::after {
        content: "";
        width: 9px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -1px;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      #works .link a:hover {
        border-color: #F08803;
        background-color: #fff;
        color: #F08803; }
        #works .link a:hover::before {
          transform: translateX(-4px);
          border-color: #F08803; }
        #works .link a:hover::after {
          transform: translateX(4px);
          background-color: #F08803; }
  #works ul.carousel li {
    margin: 0 8px;
    padding-top: 25px; }
    #works ul.carousel li a {
      display: block;
      height: 0;
      padding-top: 100%;
      position: relative; }
      #works ul.carousel li a::before {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        background-color: #A9AAAA;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 0;
        z-index: 1; }
      #works ul.carousel li a figure {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #works ul.carousel li a .logo {
        position: absolute;
        height: 60px;
        bottom: 10px;
        right: 15px;
        z-index: 4; }
        #works ul.carousel li a .logo img {
          max-height: 60px;
          width: auto; }
      #works ul.carousel li a .voiceicon {
        position: absolute;
        top: -25px;
        right: 0;
        width: 94px;
        z-index: 3; }
      #works ul.carousel li a .works_new {
        position: absolute;
        top: -25px;
        left: 0;
        width: 94px;
        z-index: 3; }
      #works ul.carousel li a .textblock {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: table;
        color: #fff; }
        #works ul.carousel li a .textblock .inner {
          display: table-cell;
          text-align: center;
          vertical-align: middle; }
        #works ul.carousel li a .textblock .entrytitle {
          line-height: 1.5;
          font-weight: bold;
          margin-bottom: 20px;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          padding: 0 20px;
          transform: translateX(-20px);
          opacity: 0; }
        #works ul.carousel li a .textblock .name {
          padding: 0 20px;
          font-size: 15px;
          font-weight: bold;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          transform: translateX(20px);
          opacity: 0; }
      #works ul.carousel li a:hover::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .5; }
      #works ul.carousel li a:hover .textblock .entrytitle {
        transform: none;
        opacity: 1; }
      #works ul.carousel li a:hover .textblock .name {
        transform: none;
        opacity: 1; }
  #works ul.carousel .slick-prev {
    left: 6px; }
  #works ul.carousel .slick-next {
    right: 6px; }
  #works ul.carousel .slick-prev,
  #works ul.carousel .slick-next {
    width: 60px;
    height: 60px; }
  #works ul.carousel .slick-prev::before,
  #works ul.carousel .slick-next::before {
    content: "\f060";
    font-family: "Font Awesome 5 free";
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    background: none; }

/* ------------------------------
 Lineup
------------------------------ */
#lineup {
  position: relative;
  margin-top: 120px;
  margin-bottom: 60px; }
  #lineup .title {
    text-align: center;
    margin-bottom: 40px; }
    #lineup .title i {
      font-size: 54px;
      display: inline-block;
      position: relative; }
      #lineup .title i::before {
        content: "";
        width: 60px;
        height: 44px;
        position: absolute;
        top: -25px;
        left: -25px;
        background: url("../img/lineuptitlebg.png") no-repeat left top; }
    #lineup .title span {
      padding-top: 10px;
      font-weight: bold;
      display: block; }
    #lineup .title br {
      display: none; }
  #lineup .catch {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: 335px;
    z-index: 3; }
  #lineup ul.carousel {
    /* ---------- Arrows ---------- */ }
    #lineup ul.carousel li {
      margin: 0 20px; }
      #lineup ul.carousel li.new .brandmain .imagearea::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url("../img/new.png") no-repeat center center;
        background-size: contain;
        position: absolute;
        right: -90px;
        top: -65px;
        z-index: 2; }
      #lineup ul.carousel li a {
        display: block; }
        #lineup ul.carousel li a:hover .brandmain .textarea .link span {
          border-color: #A9AAAA;
          background-color: #A9AAAA;
          color: #fff; }
      #lineup ul.carousel li .image {
        clip-path: polygon(0% 30%, 50% 0%, 100% 30%, 100% 100%, 0% 100%);
        height: 470px; }
      #lineup ul.carousel li .brandmain {
        display: flex; }
        #lineup ul.carousel li .brandmain .imagearea {
          width: 40%;
          flex-shrink: 0;
          position: relative; }
          #lineup ul.carousel li .brandmain .imagearea .figure {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%; }
        #lineup ul.carousel li .brandmain .textarea {
          width: 60%;
          flex-shrink: 0;
          box-sizing: border-box;
          padding-left: 50px; }
          #lineup ul.carousel li .brandmain .textarea .text {
            height: 250px;
            display: table; }
            #lineup ul.carousel li .brandmain .textarea .text .inner {
              display: table-cell;
              vertical-align: middle;
              padding: 0 3%; }
            #lineup ul.carousel li .brandmain .textarea .text p {
              font-size: 17px;
              text-align: justify;
              font-weight: bold;
              color: #a9aaaa; }
          #lineup ul.carousel li .brandmain .textarea .link span {
            display: block;
            border: #252122 1px solid;
            /* 20250519 ラインナップのリンクテキスト改善 */
            text-align: left;
            /* //20250519 ラインナップのリンクテキスト改善 */
            padding: 8px 40px;
            border-radius: 50px;
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
    #lineup ul.carousel .slick-prev,
    #lineup ul.carousel .slick-next {
      top: 300px;
      margin-top: -20px; }
    #lineup ul.carousel .slick-prev {
      left: 23%; }
    #lineup ul.carousel .slick-next {
      right: 23%; }
    /* 20250709 LINEUPコンテンツの強化 */
    #lineup .lineup__price {
      font-weight: bold;
      font-size: 18px;
      letter-spacing: -0.4em;
      margin: 30px auto;
    }
    #lineup .lineup__price dt {
      display: inline-block;
      letter-spacing: 1px;
      margin-right: 10px;
    }
    #lineup .lineup__price dd {
      display: inline-block;
      letter-spacing: 1px;
    }
    #lineup .lineup__price dd span {
      font-size: 32px;
      display: inline-block;
      margin-right: 5px;
      vertical-align: -2px;
    }

/* ------------------------------
 Report and Staff
------------------------------ */
#report {
  margin-top: 80px;
  height: 864px;
  background: url("../img/report_bg.png") no-repeat center top; }
  #report .text {
    width: 420px;
    padding: 370px 30px 0 0;
    margin-left: auto;
    position: relative;
    z-index: 2; }
    #report .text a {
      display: block;
      color: #fff;
      padding-bottom: 20px; }
      #report .text a::after {
        content: "もっとみる";
        width: 140px;
        height: 24px;
        background: url("../img/arrow3.png") no-repeat left center;
        background-size: 60px auto;
        display: block;
        margin: 30px 0 0 20px;
        letter-spacing: 0;
        text-align: right;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      #report .text a:hover::after {
        transform: translateX(20px); }
    #report .text .title {
      margin-bottom: 20px;
      text-align: center; }
      #report .text .title i {
        display: block;
        font-size: 40px; }
      #report .text .title br {
        display: none; }
      #report .text .title .tablet {
        display: none; }
    #report .text p {
      margin: 0 20px;
      text-align: justify; }

#staff {
  margin-top: -295px;
  padding-top: 295px;
  position: relative;
  overflow: hidden; }
  #staff .photo {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 785px;
    /*margin-left: -960px;*/ }
    #staff .photo::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/staff_photo.jpg") no-repeat left center;
      clip-path: polygon(0% 0%, 25.23% 13.5%, 18.75% 100%, 0% 99.36%);
      background-size: 1920px auto; }
    #staff .photo::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/staff_photo.jpg") no-repeat center center;
      clip-path: polygon(49.77% 21.4%, 100% 7.26%, 100% 98.98%, 50.89% 98.98%); }
  #staff .bg {
    background-color: #A9AAAA;
    height: 570px;
    box-sizing: border-box; }
    #staff .bg .wrapper {
      padding-right: 150px;
      padding-left: 150px; }
  #staff .text {
    width: 320px;
    padding: 150px 0 0 0;
    margin: 0px auto 0 180px;
    box-sizing: border-box;
    position: relative;
    z-index: 2; }
    #staff .text a {
      display: block;
      color: #fff;
      padding-bottom: 20px; }
      #staff .text a::after {
        content: "もっとみる";
        width: 140px;
        height: 24px;
        background: url("../img/arrow3.png") no-repeat left center;
        background-size: 60px auto;
        display: block;
        margin: 30px 0 0 20px;
        letter-spacing: 0;
        text-align: right;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      #staff .text a:hover::after {
        transform: translateX(20px); }
    #staff .text .title {
      margin-bottom: 20px;
      text-align: center; }
      #staff .text .title i {
        display: block;
        font-size: 54px; }
    #staff .text p {
      margin: 0 20px;
      text-align: justify; }

/* ------------------------------
 Blog
------------------------------ */
#blog {
  margin: 90px 0 140px; }
  #blog .title {
    text-align: center; }
    #blog .title i {
      font-size: 54px;
      display: block;
      position: relative;
      padding: 40px 0 25px; }
      #blog .title i::before {
        content: "";
        background: url("../img/blogtitlebg1.png") no-repeat center center;
        width: 70px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -35px; }
      #blog .title i::after {
        content: "";
        background: url("../img/blogtitlebg2.png") no-repeat center center;
        width: 316px;
        height: 54px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -158px; }
    #blog .title span {
      padding-top: 10px;
      font-weight: bold;
      display: block; }
  #blog .link {
    margin-bottom: 10px;
    text-align: right; }
    #blog .link a {
      display: inline-block;
      line-height: 0;
      padding: 20px;
      margin: 10px 0 0 auto;
      text-align: left; }
      #blog .link a img {
        width: 60px; }
      #blog .link a i {
        font-style: normal;
        letter-spacing: 0;
        padding-left: 10px; }
      #blog .link a:hover {
        transform: translateX(20px); }
  #blog ul {
    display: flex;
    margin: 0 -10px; }
    #blog ul li {
      width: 33.3333333333%;
      flex-shrink: 0;
      box-sizing: border-box;
      padding: 0 10px 0 40px;
      position: relative; }
      #blog ul li a {
        display: block;
        height: 100%;
        border-bottom: #252122 2px solid; }
        #blog ul li a::before {
          content: "";
          width: 28px;
          height: 2px;
          background-color: #a9aaaa;
          position: absolute;
          right: 20px;
          bottom: 15px;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        #blog ul li a::after {
          content: "";
          width: 16px;
          height: 2px;
          background-color: #a9aaaa;
          position: absolute;
          right: 20px;
          bottom: 15px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform-origin: right top;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        #blog ul li a .date {
          width: 20px;
          line-height: 20px;
          text-align: center;
          position: absolute;
          top: 0;
          left: 10px;
          font-size: 14px;
          font-weight: bold;
          color: #a9aaaa;
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg); }
        #blog ul li a figure {
          height: 0;
          padding-top: 70%;
          overflow: hidden;
          position: relative;
          background-color: #F08803; }
          #blog ul li a figure img {
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
        #blog ul li a .author {
          width: 64px;
          height: 64px;
          border: #252122 2px solid;
          border-radius: 50%;
          position: relative;
          margin: -40px 18px 0 auto;
          overflow: hidden; }
        #blog ul li a .text {
          padding: 0 15px 50px; }
          #blog ul li a .text .entrytitle {
            font-weight: bold;
            line-height: 1.5;
            margin-bottom: 15px; }
          #blog ul li a .text p {
            font-size: 15px;
            font-weight: bold; }
        #blog ul li a:hover figure img {
          opacity: .5;
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
        #blog ul li a:hover::before {
          background-color: #F08803;
          right: 10px; }
        #blog ul li a:hover::after {
          background-color: #F08803;
          right: 10px; }

/* ------------------------------
 ModelHouse
------------------------------ */
#modelhouse a {
  display: block;
  height: 420px;
  position: relative;
  background: url("../img/model_bg_230818.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }
  #modelhouse a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252122;
    opacity: .5;
    transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 1; }
  #modelhouse a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #F08803;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2; }
  #modelhouse a:hover::before {
    width: 0;
    opacity: 0; }
  #modelhouse a:hover::after {
    width: 100%;
    opacity: .3; }
#modelhouse .main {
  width: 500px;
  height: 234px;
  position: absolute;
  top: 25%;
  left: 30%;
  margin: -60px 0 0 -215px;
  background-size: contain;
  z-index: 3;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  box-sizing: border-box;
  text-align: left; }
  #modelhouse .main .catch {
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 1.2; }
    #modelhouse .main .catch strong {
      font-size: 50px;
      vertical-align: -3px; }
    #modelhouse .main .catch span {
      display: inline-block;
      position: relative;
      padding: 0 5px; }
      #modelhouse .main .catch span::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        height: 3px;
        border-radius: 10px;
        background-color: #fff; }
  #modelhouse .main .title {
    font-size: 33px;
    letter-spacing: 10px;
    line-height: 1.4;
    margin-bottom: 30px; }
  #modelhouse .main .text {
    line-height: 2;
    font-size: 18px;
    margin-bottom: 30px; }
  #modelhouse .main .button {
    display: inline-block;
    border: #fff 1px solid;
    padding: 10px 90px;
    border-radius: 100px; }

/* ------------------------------
 Banner
------------------------------ */
.realestate_bnr {
  margin-top: 30px; }
  .realestate_bnr ul {
    display: flex; }
    .realestate_bnr ul li {
      width: 49%;
      margin: 0 .5%;
      flex-shrink: 0;
      position: relative;
      overflow: hidden;
      height: 280px; }
      .realestate_bnr ul li a {
        display: block;
        width: 100%;
        height: 280px;
        box-sizing: border-box;
        padding: 65px 80px 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
        .realestate_bnr ul li a .mainbox {
          z-index: 3;
          color: #fff; }
          .realestate_bnr ul li a .mainbox .title {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 30px;
            line-height: 1.1; }
            .realestate_bnr ul li a .mainbox .title span {
              display: block;
              font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
              font-weight: 600;
              letter-spacing: 0;
              font-size: 40px; }
        .realestate_bnr ul li a::before {
          content: "";
          position: absolute;
          top: 20px;
          right: 20px;
          bottom: 20px;
          left: 20px;
          background-color: #F08803;
          z-index: 2;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          opacity: 0; }
        .realestate_bnr ul li a:hover {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
          .realestate_bnr ul li a:hover::before {
            opacity: .3;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
      .realestate_bnr ul li.bnr_estate a {
        background: url("../img/bnr_estate.jpg") no-repeat center center;
        background-size: cover;
        text-align: right; }
      .realestate_bnr ul li.bnr_house a {
        background: url("../img/bnr_house.jpg") no-repeat center center;
        background-size: cover;
        text-align: left; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1920px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1920px) {
  /* ------------------------------
   Report and Staff
  ------------------------------ */
  #staff {
    margin-top: -295px;
    padding-top: 295px;
    position: relative;
    overflow: hidden; }
    #staff .photo {
      position: absolute;
      margin: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 785px; }
      #staff .photo::before {
        content: "";
        position: absolute;
        top: 0;
        left: calc( ( 100% - 1920px ) / 2 );
        width: 100%;
        height: 100%;
        background: url("../img/staff_photo.jpg") no-repeat left center;
        clip-path: polygon(0% 0%, 25.23% 13.5%, 18.75% 100%, 0% 99.36%);
        background-size: 1920px auto; }
    #staff .text {
      margin: 0px auto 0 200px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #header #headerlogo {
    padding-top: 8px; }
    #header #headerlogo a {
      width: 200px; }
  #header .headertel {
    margin-right: 10px; }

  /* ------------------------------
   TopSlider
  ------------------------------ */
  #toparea {
    /*height: 850px;*/ }
    #toparea .slider img {
      width: 100%;
      /*height: 850px;*/
      object-fit: cover; }
    #toparea .ontext {
      bottom: 80px;
      right: 60px;
      font-size: 50px; }
      #toparea .ontext span {
        font-size: 36px; }

  .sp-buttons {
    right: 60px;
    bottom: 10vw; }

  /* ------------------------------
   Topics
  ------------------------------ */
  #topics {
    top: 70px; }
    #topics .topics {
      margin: 0 55px 0 auto;
      width: 580px; }

  /* ------------------------------
   Brand
  ------------------------------ */
  #brandlist ul.carousel .slick-prev {
    left: -40px; }
  #brandlist ul.carousel .slick-next {
    right: -40px; }
  #brandlist .slick-list {
    margin: 0 -50px;
    padding: 0 50px; }

  /* ------------------------------
   Event
  ------------------------------ */
  #event ul {
    margin: 0 -15px; }
    #event ul li {
      padding: 0 15px; }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    height: auto; }
    #concept .inner {
      padding-top: 74.166%;
      height: 0; }
      #concept .inner::before {
        font-size: 35px;
        padding: 40px 80px 0 0;
        letter-spacing: 1px; }
    #concept figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #concept .title {
      top: 20px; }
    #concept .lead {
      font-size: 35px;
      padding: 40px 80px 0 0;
      letter-spacing: 1px; }
    #concept .text {
      padding: 0 50px 0 35px;
      bottom: 10px;
      font-size: 16px; }
      #concept .text a {
        margin-top: 0; }

  /* ------------------------------
   Lineup
  ------------------------------ */
  #lineup ul.carousel {
    /* ---------- Arrows ---------- */ }
    #lineup ul.carousel .slick-prev {
      left: 10%; }
    #lineup ul.carousel .slick-next {
      right: 10%; }

  /* ------------------------------
   Report and Staff
  ------------------------------ */
  #report {
    margin-top: 80px;
    height: 585px;
    background-size: 1300px auto; }
    #report .text {
      width: 320px;
      padding: 230px 0 0 85px;
      margin-left: 50%; }
      #report .text a {
        display: block;
        color: #fff;
        padding-bottom: 20px; }
        #report .text a::after {
          content: "もっとみる";
          width: 140px;
          height: 24px;
          background: url("../img/arrow3.png") no-repeat left center;
          background-size: 60px auto;
          display: block;
          margin: 30px 0 0 20px;
          letter-spacing: 0;
          text-align: right;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        #report .text a:hover::after {
          transform: translateX(20px); }

  #staff {
    margin-top: -200px;
    padding-top: 200px; }
    #staff .photo {
      width: 1300px;
      height: 530px;
      /*margin-left: -650px;*/ }
      #staff .photo::before {
        left: 0;
        background-size: 1300px auto; }
      #staff .photo::after {
        background-size: 1300px auto; }
    #staff .bg {
      height: 400px; }
      #staff .bg .wrapper {
        padding-right: 40px;
        padding-left: 40px; }
    #staff .text {
      width: 300px;
      padding: 60px 0 0 0;
      margin: 0 auto 0 280px;
      box-sizing: border-box; }
      #staff .text a {
        display: block;
        color: #fff;
        padding-bottom: 20px; }
        #staff .text a::after {
          content: "もっとみる";
          width: 140px;
          height: 24px;
          background: url("../img/arrow3.png") no-repeat left center;
          background-size: 60px auto;
          display: block;
          margin: 30px 0 0 20px;
          letter-spacing: 0;
          text-align: right;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        #staff .text a:hover::after {
          transform: translateX(20px); }

  /* ------------------------------
   Banner
  ------------------------------ */
  .realestate_bnr ul li a {
    padding: 65px 50px 0; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #header {
    padding: 30px 0 0;
    height: 110px; }
    #header #headerlogo {
      padding-top: 0; }
    #header .headertel {
      padding-top: 10px; }

  #navibutton {
    margin-top: 0px; }

  /* ------------------------------
   TopSlider
  ------------------------------ */
  #toparea {
    /*height: 760px;*/
    /*padding-bottom: 136px;*/ }
    #toparea .spimage {
      display: inline; }
    #toparea .pcimage {
      display: none; }
    #toparea .slider img {
      width: 100%;
      /*height: 100vh;*/
      object-fit: cover; }
    #toparea .ontext {
      line-height: 1.3;
      bottom: 120px;
      right: 30px;
      font-size: 42px;
      /*@include tategaki;*/
      letter-spacing: 2px;
      z-index: 1;
      text-shadow: 1px 1px 2px #333; }
      #toparea .ontext span {
        font-size: 28px; }

  .sp-buttons {
    left: 0;
    right: 0;
    bottom: 20vw; }

  /* ------------------------------
   Works
  ------------------------------ */
  #works ul.carousel li a .voiceicon {
    width: 75px; }
  #works ul.carousel li a .works_new {
    width: 75px; }

  /* ------------------------------
   Topics
  ------------------------------ */
  #topics {
    position: static; }
    #topics .topics {
      margin: 0;
      width: auto;
      height: auto;
      padding: 20px 20px 20px 60px;
      border-radius: 0;
      border-bottom: #a9aaaa 2px solid; }

  /* ------------------------------
   Brand
  ------------------------------ */
  #brandlist .title {
    margin-bottom: 5px; }
    #brandlist .title span {
      margin-left: 120px; }
  #brandlist ul.carousel {
    /* ---------- Arrows ---------- */ }
    #brandlist ul.carousel li a {
      border-color: #fff;
      background-color: #fff; }
      #brandlist ul.carousel li a figure::before {
        opacity: .6; }
      #brandlist ul.carousel li a figure .logo {
        opacity: 1; }
      #brandlist ul.carousel li a:hover {
        border-color: #fff; }
        #brandlist ul.carousel li a:hover figure::before {
          opacity: .5; }
        #brandlist ul.carousel li a:hover figure .logo {
          opacity: 1; }
    #brandlist ul.carousel .slick-prev,
    #brandlist ul.carousel .slick-next {
      top: auto;
      bottom: 0;
      margin-top: 0; }
    #brandlist ul.carousel .slick-prev {
      left: -30px; }
    #brandlist ul.carousel .slick-next {
      right: -30px; }
  #brandlist .slick-list {
    margin: 0 -30px;
    padding: 0 30px; }

  ul.carousel .slick-prev:hover,
  ul.carousel .slick-next:hover {
    transform: none; }
  ul.carousel .slick-prev::before,
  ul.carousel .slick-next::before {
    opacity: 1; }

  /* ------------------------------
   Event
  ------------------------------ */
  #event {
    margin: 50px 0 100px; }
    #event .title {
      margin: 0 auto -35px 0;
      text-align: center;
      float: none;
      width: auto; }
    #event .link {
      width: 200px;
      margin: 0 0 20px auto;
      padding-top: 60px; }
      #event .link a:hover {
        border-color: #252122;
        color: #252122; }
        #event .link a:hover::before {
          transform: none;
          border-color: #252122; }
        #event .link a:hover::after {
          transform: none;
          background-color: #252122; }
    #event ul li {
      width: 50%; }
      #event ul li:nth-of-type(3) {
        display: none; }
      #event ul li a .figure .author {
        left: 10px; }
      #event ul li a .figure .cat {
        width: 120px;
        font-size: 15px; }
      #event ul li a .figure::before {
        display: none; }
      #event ul li a .entrytitle {
        font-size: 18px;
        margin: 0 10px 12px; }
      #event ul li a .date {
        font-size: 15px; }
      #event ul li a:hover .figure figure img {
        transform: none; }
      #event ul li.end .figure::before {
        display: block;
        background-color: #000;
        opacity: .6; }
      #event ul li.end .figure::after {
        font-size: 16px; }
      #event ul li.end a:hover .image::before {
        opacity: .6; }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    width: 580px;
    margin: 0 auto;
    background-position: right center; }
    #concept .inner {
      height: 890px;
      padding-top: 0; }
      #concept .inner::before {
        padding: 60px 80px 0 0;
        clip-path: polygon(0% 50.45%, 100% 28.314%, 100% 33.7%, 0% 55.84%); }
    #concept .title {
      top: 40px; }
    #concept .lead {
      padding: 60px 80px 0 0; }
    #concept .text {
      width: 60%;
      padding: 0 0 0 40px;
      bottom: 30px; }
      #concept .text a {
        margin: 10px 0 0 -20px; }
        #concept .text a:hover {
          padding-left: 20px; }

  #concept_new {
    padding: 110px 0;
    background: url("../img/concept_bg_sp.jpg") center center;
    background-size: cover; }
    #concept_new .text {
      margin: 20px 0 60px; }

  /* ------------------------------
   Works
  ------------------------------ */
  #works {
    margin: 0 0 90px;
    padding-top: 40px; }
    #works::before {
      display: none; }
    #works .title i {
      color: #000; }
    #works .title span {
      color: #000; }
    #works .link {
      margin: 0 0 5px auto;
      width: 200px; }
      #works .link a {
        border: #000 2px solid;
        color: #000; }
        #works .link a:hover {
          border-color: #fff;
          background-color: transparent;
          color: #fff; }
          #works .link a:hover::before {
            transform: none;
            border-color: #fff; }
          #works .link a:hover::after {
            transform: none;
            background-color: #fff; }

  /* ------------------------------
   Lineup
  ------------------------------ */
  #lineup {
    margin-top: 80px; }
  #lineup .catch {
    display: none; }
  #lineup ul.carousel {
  /* ---------- Arrows ---------- */ }
  #lineup ul.carousel li.new .brandmain .imagearea::before {
    right: -80px;
    top: -50px; }
  #lineup ul.carousel li .brandmain .textarea {
    padding-left: 40px; }
  #lineup ul.carousel li .brandmain .textarea .text p {
    font-size: 16px;
    line-height: 1.6; }
  #lineup ul.carousel li .brandmain .textarea .link a:hover {
    border-color: #252122;
    background-color: transparent;
    color: #252122; }
  #lineup ul.carousel .slick-prev {
    left: 5%; }
  #lineup ul.carousel .slick-next {
    right: 5%; }

  /* ------------------------------
   Report and Staff
  ------------------------------ */
  #report {
    margin-top: 80px;
    height: 720px;
    background: url("../img/report_bg.png") no-repeat right top;
    background-size: 1600px auto; }
    #report .text {
      width: 300px;
      padding: 290px 0 0 0;
      margin: 0 340px 0 auto; }
      #report .text .title br {
        display: inline; }

  #staff {
    margin-top: -180px;
    padding-top: 180px; }
    #staff .photo {
      margin: 0;
      left: 0; }
    #staff .text {
      width: 300px;
      padding: 60px 0 0 0;
      margin: 0 auto 0 280px; }

  /* ------------------------------
   Blog
  ------------------------------ */
  #blog {
    margin: 80px 0 100px; }
    #blog .link a {
      padding: 20px 0; }
    #blog ul li {
      width: 50%; }
      #blog ul li:nth-of-type(3) {
        display: none; }
      #blog ul li a .author {
        width: 60px;
        height: 60px; }
      #blog ul li a .text {
        padding: 5px 10px 50px; }
      #blog ul li a:hover figure img {
        opacity: 1;
        transform: none; }
      #blog ul li a:hover::before {
        background-color: #a9aaaa;
        right: 20px; }
      #blog ul li a:hover::after {
        background-color: #a9aaaa;
        right: 20px; }

  /* ------------------------------
   ModelHouse
  ------------------------------ */
  #modelhouse a {
    height: 300px; }
    #modelhouse a::after {
      display: none; }
    #modelhouse a:hover::before {
      width: 100%;
      opacity: .3; }
    #modelhouse a .main {
      max-width: 100%;
      left: 40%; }
      #modelhouse a .main .catch {
        font-size: 26px; }
        #modelhouse a .main .catch strong {
          font-size: 48px; }
      #modelhouse a .main .title {
        font-size: 30px;
        letter-spacing: .2em;
        margin-bottom: 10px; }
      #modelhouse a .main .text {
        line-height: 1.5;
        font-size: 16px;
        margin-bottom: 20px; }
      #modelhouse a .main .button {
        font-size: 16px;
        padding: 10px 80px; }

  /* ------------------------------
   Banner
  ------------------------------ */
  .realestate_bnr ul li a {
    padding: 60px 40px 0; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #header #headerlogo a {
    width: 160px;
    padding: 5px 0; }

  #navibutton {
    margin-top: 5px; }

  .is-scroll #header {
    height: 100px; }
    .is-scroll #header #headerlogo a {
      width: 144px; }

  /* ------------------------------
   TopSlider
  ------------------------------ */
  #toparea {
    /*height: 520px;
    padding-bottom: 130px;*/
    /*.spimage {
    	display: inline;
    }
    .pcimage {
    	display: none;
    }*/ }
    #toparea .slider img {
      width: 100%;
      /*height: 520px;*/
      object-fit: cover; }
    #toparea .ontext {
      line-height: 1.2;
      bottom: 50px;
      right: 0px;
      font-size: 28px;
      font-weight: bold; }
      #toparea .ontext span {
        font-size: 18px; }

  .sp-buttons {
    bottom: 25vw; }

  .sp-button {
    width: 10px;
    height: 10px; }

  /* ------------------------------
   Topics
  ------------------------------ */
  #topics .topics {
    padding: 30px 0 30px 50px;
    z-index: 1; }
    #topics .topics::before {
      left: 5px;
      top: 30px;
      margin: 0; }
    #topics .topics .ticker a, #topics .topics .ticker div {
      line-height: 1.5; }
    #topics .topics .ticker span.date {
      float: none;
      margin-bottom: 5px; }
    #topics .topics .ticker span.text {
      margin-left: 0;
      height: auto; }

  .topics_list {
    display: none;
    margin: 60px 0; }
    .topics_list .title {
      float: none;
      width: auto;
      text-align: center;
      margin: 0 auto 20px; }
      .topics_list .title i {
        font-size: 40px; }
    .topics_list .link {
      margin: 0 auto 20px;
      padding: 5px;
      background-color: #fff;
      position: relative;
      z-index: 2; }
    .topics_list ul.list li {
      padding: 10px 0; }
      .topics_list ul.list li div, .topics_list ul.list li a {
        padding: 0px 30px 0px 10px; }
      .topics_list ul.list li a::after {
        font-size: 26px;
        line-height: 26px;
        margin-top: -13px; }
      .topics_list ul.list li a:hover {
        color: #252122; }
        .topics_list ul.list li a:hover::after {
          color: #a9aaaa; }
      .topics_list ul.list li span.date {
        float: none;
        width: auto;
        margin-bottom: 3px;
        color: #a9aaaa; }
      .topics_list ul.list li span.text {
        margin-left: 0;
        font-size: 14px; }

  /* ------------------------------
   Brand
  ------------------------------ */
  #brandlist {
    left: 10vw;
    right: 10vw;
    bottom: 50px; }
    #brandlist .title {
      margin-bottom: 0; }
      #brandlist .title i {
        font-size: 32px; }
      #brandlist .title span {
        bottom: 20px;
        margin-left: 50px;
        width: 100px; }
    #brandlist ul.carousel {
      /* ---------- Arrows ---------- */ }
      #brandlist ul.carousel li {
        margin: 0 5px; }
      #brandlist ul.carousel .slick-prev {
        left: -40px; }
      #brandlist ul.carousel .slick-next {
        right: -40px; }
    #brandlist .slick-list {
      margin: 0 calc( -10vw - 20px );
      padding: 0 calc( 10vw + 20px ); }

  /* ------------------------------
   Event
  ------------------------------ */
  #event {
    margin: 0 0 60px;
    padding-top: 60px;
    /*border-top: $color-gray 2px solid;*/ }
    #event .title {
      float: none;
      width: 230px;
      margin: 0 auto 20px; }
      #event .title i {
        font-size: 40px; }
    #event .link {
      margin: 0 auto 25px;
      padding: 5px;
      background-color: #fff;
      position: relative;
      z-index: 2; }
    #event ul {
      display: block;
      margin: 0; }
      #event ul li {
        width: auto;
        padding: 0; }
        #event ul li:nth-of-type(3) {
          display: block; }
        #event ul li a .event_new {
          position: absolute;
          top: 0;
          left: 0; }
        #event ul li a .figure {
          margin-bottom: 25px; }
          #event ul li a .figure .cat {
            font-size: 14px; }
          #event ul li a .figure .author {
            width: 66px;
            height: 66px;
            bottom: -25px; }
        #event ul li a .entrytitle {
          font-size: 16px;
          margin: 0 10px 12px; }
        #event ul li a .date {
          font-size: 14px;
          max-width: none;
          margin: 0 20px; }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    height: auto;
    width: auto;
    max-width: 580px;
    margin: 0 auto;
    background: none; }
    #concept .inner {
      opacity: 1;
      height: 0;
      padding-top: 153.7133%;
      position: relative;
      background: url("../img/concept.png") no-repeat right top;
      background-size: auto 100%; }
      #concept .inner::before {
        font-size: calc(156.25% + 10 * (100vw - 360px) / 280);
        padding: 40px 40px 0 0; }
    #concept .title {
      top: 30px;
      right: auto;
      left: 40px;
      opacity: 0; }
    #concept .lead {
      font-size: calc(156.25% + 10 * (100vw - 360px) / 280);
      padding: 40px 0 0 0;
      opacity: 0; }
    #concept .text {
      margin-top: 20px;
      position: static;
      width: auto;
      background: url("../img/concept.png") no-repeat left top;
      background-size: 210% auto;
      padding: 40px 30px 10px;
      font-size: 15px; }
      #concept .text a {
        margin: 0 0 0 -20px; }

  #concept_new {
    padding: 20px 0;
    margin-top: 40px;
    font-weight: bold; }
    #concept_new .catch {
      width: auto;
      margin: 0; }
      #concept_new .catch .lead {
        color: #fff;
        font-size: 18px;
        margin: 0; }
    #concept_new .text {
      font-size: inherit;
      text-align: left;
      margin: 20px 0;
      font-size: 15px; }
      #concept_new .text br {
        display: none; }
    #concept_new .morebtn {
      width: auto;
      margin-top: 20px; }
      #concept_new .morebtn a {
        padding: 10px 15px; }

  #support .catch {
    width: auto;
    margin: 0; }
    #support .catch .lead {
      color: #fff;
      font-size: 18px;
      margin: 0; }
  #support .text {
    font-size: inherit;
    text-align: left;
    margin: 30px 0;
    font-size: 15px; }

  /* ------------------------------
   Works
  ------------------------------ */
  #works {
    margin: 0 0 60px;
    padding-top: 30px; }
    #works::before {
      top: 0px;
      bottom: 140px; }
    #works .title i {
      font-size: 36px; }
    #works .title span {
      padding-top: 5px; }
    #works .link {
      margin: 15px auto 0;
      width: 200px; }
    #works ul.carousel li {
      margin: 0 20px;
      padding-top: 25px; }
      #works ul.carousel li a::before {
        display: none; }
      #works ul.carousel li a .voiceicon {
        top: -25px;
        width: 70px; }
      #works ul.carousel li a .works_new {
        top: -25px;
        width: 70px; }
      #works ul.carousel li a .textblock {
        display: none; }
    #works ul.carousel .slick-prev {
      left: 10px; }
    #works ul.carousel .slick-next {
      right: 10px; }
    #works ul.carousel .slick-prev,
    #works ul.carousel .slick-next {
      width: 40px;
      height: 40px; }
    #works ul.carousel .slick-prev::before,
    #works ul.carousel .slick-next::before {
      content: "";
      width: 16px;
      height: 16px;
      margin: -8px 0 0 -8px;
      background: url("../img/arrow.png") no-repeat center center;
      background-size: 16px; }

  /* ------------------------------
   Lineup
  ------------------------------ */
  #lineup {
    margin-bottom: 40px; }
    #lineup .title {
      margin-bottom: 20px; }
      #lineup .title i {
        font-size: 40px; }
      #lineup .title span {
        padding-top: 5px; }
      #lineup .title br {
        display: inline; }
    #lineup ul.carousel {
      /* ---------- Arrows ---------- */ }
      #lineup ul.carousel li {
        margin: 0; }
        #lineup ul.carousel li.new .brandmain .imagearea::before {
          width: 80px;
          height: 80px;
          right: -30px;
          top: 140px; }
        #lineup ul.carousel li .image {
          clip-path: polygon(0% 30%, 50% 0%, 100% 30%, 100% 100%, 0% 100%);
          height: 250px; }
        #lineup ul.carousel li .brandmain {
          display: block; }
          #lineup ul.carousel li .brandmain .imagearea {
            width: 400px;
            max-width: 60%;
            margin: -20vw auto 20px; }
            #lineup ul.carousel li .brandmain .imagearea .figure {
              position: static; }
          #lineup ul.carousel li .brandmain .textarea {
            width: auto;
            padding: 0 30px; }
            #lineup ul.carousel li .brandmain .textarea .text {
              height: auto;
              display: block; }
              #lineup ul.carousel li .brandmain .textarea .text .inner {
                display: block;
                padding: 0; }
              #lineup ul.carousel li .brandmain .textarea .text p {
                font-size: 15px; }
            #lineup ul.carousel li .brandmain .textarea .link {
              margin-top: 20px; }
              #lineup ul.carousel li .brandmain .textarea .link a {
                padding: 5px 30px;
                font-size: 14px;
                font-weight: bold; }
      #lineup ul.carousel .slick-prev,
      #lineup ul.carousel .slick-next {
        top: 160px; }
      #lineup ul.carousel .slick-prev {
        left: 10px; }
      #lineup ul.carousel .slick-next {
        right: 10px; }

  /* ------------------------------
   Report and Staff
  ------------------------------ */
  #report {
    margin-top: 40px;
    height: 400px;
    background-size: 890px auto; }
    #report .text {
      width: 160px;
      padding: 140px 0 0 0;
      margin: 0 180px 0 auto; }
      #report .text a {
        padding-bottom: 10px; }
        #report .text a::after {
          margin: 20px 0 0 0;
          font-size: 14px;
          width: 130px; }
      #report .text .title {
        margin-bottom: 15px; }
        #report .text .title i {
          font-size: 24px; }
      #report .text p {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0; }

  #staff {
    margin-top: -80px;
    padding-top: 80px; }
    #staff .photo {
      width: 940px;
      height: 380px; }
      #staff .photo::before {
        background-size: 940px auto;
        clip-path: polygon(0% 0%, 18.23% 13.5%, 13.7% 100%, 0% 99.36%); }
      #staff .photo::after {
        background-size: 940px auto;
        clip-path: polygon(39.77% 21.4%, 100% 7.26%, 100% 98.98%, 45.89% 98.98%); }
    #staff .bg {
      height: 340px; }
    #staff .text {
      width: 160px;
      padding: 40px 0 0 0;
      margin: 0px auto 0;
      position: absolute;
      left: 45%; }
      #staff .text a {
        padding-bottom: 10px; }
        #staff .text a::after {
          margin: 20px 0 0 0;
          font-size: 14px;
          width: 130px; }
      #staff .text .title {
        margin-bottom: 15px; }
        #staff .text .title i {
          font-size: 38px; }
      #staff .text p {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0; }

  /* ------------------------------
   Blog
  ------------------------------ */
  #blog {
    margin: 60px 0 60px; }
    #blog .title i {
      font-size: 36px;
      padding: 35px 0 25px; }
      #blog .title i::after {
        background-size: contain;
        width: 240px;
        height: 44px;
        margin-left: -120px; }
    #blog .title span {
      padding-top: 10px; }
    #blog .link {
      margin: 0 auto 10px; }
      #blog .link a {
        margin: 0 auto;
        font-size: 14px; }
    #blog ul {
      display: block;
      margin: 0; }
      #blog ul li {
        width: auto;
        box-sizing: border-box;
        padding: 0 0 0 20px; }
        #blog ul li:nth-of-type(2) {
          display: none; }
        #blog ul li a .date {
          left: -5px; }
        #blog ul li a .author {
          margin: -42px 10px -5px auto; }
        #blog ul li a .text {
          padding: 5px 10px 40px; }

  /* ------------------------------
   ModelHouse
  ------------------------------ */
  #modelhouse a {
    height: 250px; }
    #modelhouse a .main {
      width: auto;
      left: auto;
      letter-spacing: 0;
      margin: -60px 0 0 15px; }
      #modelhouse a .main .catch {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px; }
        #modelhouse a .main .catch strong {
          font-size: 38px; }
      #modelhouse a .main .title {
        font-size: 28px;
        letter-spacing: .1em;
        margin-bottom: 0px; }
      #modelhouse a .main .text {
        font-size: 12px;
        padding: 10px 0 0;
        margin-bottom: 15px; }
      #modelhouse a .main .button {
        font-size: 14px;
        padding: 10px 20px; }

    /* ------------------------------
    Banner
    ------------------------------ */
    .realestate_bnr ul {
      display: block; 
    }
    .realestate_bnr ul li {
      width: auto;
      height: 200px;
      margin: 10px 0; 
    }
    .realestate_bnr ul li a {
      height: 200px;
      padding: 30px 30px 0; 
    }
    .realestate_bnr ul li a .mainbox .title {
      margin-bottom: 20px; 
    }
    .realestate_bnr ul li a .mainbox .title span {
      font-size: 34px; 
    } 
  }

/* ------------------------------
## EVENT
------------------------------ */
#event .w_title {
  width: auto;
}

.jp_text {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
}

.jp_pb {
  padding-bottom: 10px;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 644px) {
  .sp-only {
    display: block;
  }
}

/* ------------------------------
## FAQ
------------------------------ */

/*--20250220 よくある質問の設置と構造化データについて--*/
#faq.faq {
  margin: 90px 0 120px;
}
#faq .text .title {
  margin-bottom: 20px;
  text-align: center;
}
#faq .text .title i {
  display: block;
  font-size: 54px;
}
#faq .text .title .jp_text{
  padding: 10px 0;
}
#faq.faq #titlearea {
  height: auto;
  overflow: visible;
  margin-bottom: 40px;
}
#faq.faq #titlearea .pagetitle {
  position: static;
}
#faq.faq #titlearea .pagetitle .en,
#faq.faq #titlearea .pagetitle .ja {
  animation: none;
}
#faq.faq .panel dl:last-child dt {
  border-bottom: #252122 1px solid;
}
#faq.faq .faq-btn {
  border: #252122 1px solid;
  border-radius: 100vh;
  height: 50px;
  line-height: 50px;
  width: min(400px, 80%);
  background: #fff;
  margin: 80px auto 0;
  transition: all .3s;
  display: inline-block;
}
#faq.faq .faq-btn:hover {
  background: #A9AAAA;
  border: #A9AAAA 1px solid;
}
#faq.faq .faq-btn span {
  transition: all .3s;
}
#faq.faq .faq-btn:hover span {
  color: #fff;
}

@media only screen and (max-width: 644px) {
  #faq.faq {
    margin: 60px 0 60px;
  }
  #faq .text .title i {
    font-size: 38px;
  }
}

/* ------------------------------
## FLOW
------------------------------ */
#top-flow {
  margin: 90px 0 120px;
}
#top-flow .inner {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}
#top-flow .text .title {
  margin-bottom: 20px;
  text-align: center;
}
#top-flow .text .title i {
  display: block;
  font-size: 54px;
}
#top-flow .text .title .jp_text{
  padding: 10px 0;
}
#top-flow #titlearea {
  height: auto;
  overflow: visible;
  margin-bottom: 40px;
}
#top-flow #titlearea .pagetitle {
  position: static;
}
#top-flow #titlearea .pagetitle .en,
#top-flow #titlearea .pagetitle .ja {
  animation: none;
}
#top-flow .top-flow-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #top-flow .top-flow-contents {
    flex-flow: column;
  }
}

#top-flow .top-flow-item {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 12%;
  height: 400px;
}

@media only screen and (max-width: 767px) {
  #top-flow .top-flow-item {
    width: 100%;
    height: 60px;
    flex-flow: row;
    margin-bottom: 15px;
  }
}

#top-flow .top-flow-item-number {
  position: relative;
  width: 90%;
  margin: 10px auto 28px;
  height: 70px;
}

@media only screen and (max-width: 767px) {
  #top-flow .top-flow-item-number {
    width: 40px;
    margin: auto 11% auto 17%;
    height: auto;
  }
}

#top-flow .top-flow-item-number::before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  color: #6d6d6d;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #top-flow .top-flow-item-number::before {
    font-size: 15px;
    left: 48%;
  }
}

.top-flow-item1 .top-flow-item-number::before {
  content: "01";
}
.top-flow-item2 .top-flow-item-number::before {
  content: "02";
}
.top-flow-item3 .top-flow-item-number::before {
  content: "03";
}
.top-flow-item4 .top-flow-item-number::before {
  content: "04";
}
.top-flow-item5 .top-flow-item-number::before {
  content: "05";
}
#top-flow .top-flow-item-number img {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  #top-flow .top-flow-item-number img {
    width: 100%;
  }
}

#top-flow .top-flow-item-text {
  line-height: 1.4;
  letter-spacing: 0.4em;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  #top-flow .top-flow-item-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  #top-flow .top-flow-item-text {
    text-align: left;
  }
}

#top-flow .top-flow-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #000000;
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  #top-flow .top-flow-arrow {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #000000;
    border-bottom: 0;
    margin-bottom: 15px;
  }
}

#top-flow .faq-btn {
  border: #252122 1px solid;
  border-radius: 100vh;
  height: 50px;
  line-height: 50px;
  width: min(400px, 80%);
  background: #fff;
  margin: 80px auto 0;
  transition: all .3s;
  display: inline-block;
}
#top-flow .faq-btn:hover {
  background: #A9AAAA;
  border: #A9AAAA 1px solid;
}
#top-flow .faq-btn span {
  transition: all .3s;
}
#top-flow .faq-btn:hover span {
  color: #fff;
}

@media only screen and (max-width: 644px) {
  #top-flow {
    margin: 60px 0 60px;
  }
  #top-flow .faq-btn {
    margin: 45px auto 0;
  }
  #top-flow .text .title i {
    font-size: 38px;
  }
}