@charset "UTF-8";
@import url("global.css");
#mainvisual {
  height: 0;
  padding-top: calc(100vh - 105px);
  position: relative;
  overflow: hidden;
}
#mainvisual .slidearea {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#mainvisual .slidearea .slide {
  /*.ontext {
  	position: absolute;
               font-family: $serif;
               color: #fff;
               right: 50px;
               bottom: 80px;
               font-size: 2.6vw;
               text-align: right;
               line-height: 1.4;
               letter-spacing: 0.1em;
  	z-index: 3;
               span {
                   display: block;
                   font-size: 2vw;
               }
  }*/
}
#mainvisual .slidearea .slide .ontext {
  position: absolute;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  right: 50px;
  font-size: 2.6vw;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.1em;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#mainvisual .slidearea .slide .ontext .small {
  font-size: 20px;
}
#mainvisual .slidearea .slide .ontext span {
  display: block;
  font-size: 45px;
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#mainvisual .slidearea .slide.slide1 {
  background: url("../image/slide01.jpg") no-repeat center center;
  background-size: cover;
  /*.ontext {
  	font-size: 2.9vw;
  }*/
}
#mainvisual .slidearea .slide.slide2 {
  background: url("../image/slide02.jpg") no-repeat center center;
  background-size: cover;
}
#mainvisual .slidearea .slide.slide3 {
  background: url("../image/slide03.jpg") no-repeat center center;
  background-size: cover;
}
#mainvisual .slidearea .slide.slide4 {
  background: url("../image/slide04.jpg") no-repeat center center;
  background-size: cover;
}
#mainvisual .slidearea .slide.slide4 .ontext {
  top: 80%;
}
#mainvisual .slidearea .slide.slide5 {
  background: url("../image/slide05.jpg") no-repeat center center;
  background-size: cover;
  /*.ontext {
  	font-size: 3.1vw;
  }*/
}
#mainvisual .slidearea .slide::after {
  background-color: rgba(57, 38, 32, 0.35);
  mix-blend-mode: multiply;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}
#mainvisual .slidearea .slide:hover {
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#mainvisual .slidearea .slide:hover:after {
  opacity: 0;
}
#mainvisual .slidearea .slick-slide {
  padding-top: calc(100vh - 105px);
}
#mainvisual .slidearea .slick-slider .slick-track, #mainvisual .slidearea .slick-slider .slick-list {
  height: 100%;
}
#mainvisual .slidearea .arrow-box {
  position: absolute;
  bottom: 0;
  right: 40px;
  height: 70px;
  line-height: 70px;
  width: 190px;
}
#mainvisual .slidearea .slick-arrow {
  width: 50px;
  height: 70px;
  right: 40px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
#mainvisual .slidearea .slick-arrow.prev {
  left: 0;
}
#mainvisual .slidearea .slick-arrow.prev::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin: 0 auto;
  left: -2px;
  right: 0;
}
#mainvisual .slidearea .slick-arrow.next {
  right: 0;
}
#mainvisual .slidearea .slick-arrow.next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin: 0 auto;
  right: -2px;
  left: 0;
}
#mainvisual .slidearea .slick-counter {
  position: absolute;
  width: 190px;
  right: 40px;
  line-height: 70px;
  bottom: 0;
  color: #fff;
  font-weight: bold;
}
#mainvisual .slidearea .morelink {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  right: 35px;
  bottom: 15px;
}
#mainvisual .slidearea .morelink > p {
  color: #fff;
}
#mainvisual .slidearea .morelink > p span {
  background-color: #fff;
}
#mainvisual .slidearea .morelink > p span::after {
  background-color: #fff;
}
#mainvisual .bnr-leaves {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#mainvisual .bnr-leaves .bnr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mainvisual .bnr-leaves .bnr a {
  padding-top: calc(100vh - 105px);
  background: url("../image/slide01.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  color: #fff;
}
#mainvisual .bnr-leaves .bnr a::after {
  background-color: rgba(57, 38, 32, 0.35);
  mix-blend-mode: multiply;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#mainvisual .bnr-leaves .bnr a:hover {
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#mainvisual .bnr-leaves .bnr a:hover:after {
  opacity: 0;
}
#mainvisual .bnr-leaves .bnr a .ontext {
  position: absolute;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  right: 50px;
  font-size: 2.6vw;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.1em;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#mainvisual .bnr-leaves .bnr a .ontext .small {
  font-size: 20px;
}
#mainvisual .bnr-leaves .bnr a .ontext span {
  display: block;
  font-size: 45px;
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#mainvisual .bnr-leaves .bnr a .morelink {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  right: 35px;
  bottom: 15px;
}
#mainvisual .bnr-leaves .bnr a .morelink > p {
  color: #fff;
}
#mainvisual .bnr-leaves .bnr a .morelink > p span {
  background-color: #fff;
}
#mainvisual .bnr-leaves .bnr a .morelink > p span::after {
  background-color: #fff;
}
#mainvisual .bnrarea {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
#mainvisual .bnrarea a {
  display: block;
  color: #fff;
}
#mainvisual .bnrarea a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#mainvisual .bnrarea a figure img {
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#mainvisual .bnrarea a .ontext {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#mainvisual .bnrarea a::after {
  background-color: rgba(57, 38, 32, 0.35);
  mix-blend-mode: multiply;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#mainvisual .bnrarea a:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
#mainvisual .bnrarea a:hover:after {
  opacity: 0;
}
#mainvisual .bnrarea .bnr-large {
  position: relative;
  overflow: hidden;
}
#mainvisual .bnrarea .bnr-large a {
  height: 0;
  padding-top: calc((100vh - 105px) / 2);
  /*.ontext {
  	text-align: right;
  	width: 20vw;
  	right: 4.5vw;
  }*/
}
#mainvisual .bnrarea .bnr-large a .ontext {
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mainvisual .bnrarea .bnr-large a .ontext p {
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 45px;
  text-align: center;
  line-height: 1.1;
}
#mainvisual .bnrarea .bnr-large a .ontext p span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
#mainvisual .bnrarea .bnr-small {
  position: relative;
  overflow: hidden;
}
#mainvisual .bnrarea .bnr-small > div {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: calc((100vh - 105px) / 2);
}
#mainvisual .bnrarea .bnr-small > div a .ontext {
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mainvisual .bnrarea .bnr-small > div a .ontext p {
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 45px;
  text-align: center;
  line-height: 1.1;
}
#mainvisual .bnrarea .bnr-small > div a .ontext p span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
#mainvisual .bnrarea .bnr-small .bnr-estate p img, #mainvisual .bnrarea .bnr-small .bnr-readybuilt p img {
  max-width: 300px;
  width: 80%;
}
#mainvisual .bnrarea .morelink {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  right: 35px;
  bottom: 15px;
}
#mainvisual .bnrarea .morelink > p {
  color: #fff;
}
#mainvisual .bnrarea .morelink > p span {
  background-color: #fff;
}
#mainvisual .bnrarea .morelink > p span::after {
  background-color: #fff;
}

.morelink {
  position: relative;
}
.morelink > a, .morelink > p {
  display: block;
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
.morelink > a span, .morelink > p span {
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 1px;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #222;
}
.morelink > a span::after, .morelink > p span::after {
  content: "";
  height: 1px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #222;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.topbnr {
  display: none;
}

.lixil_bnr {
  margin-top: 120px;
}
.lixil_bnr a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.lixil_bnr a:hover {
  opacity: 0.6;
}
.lixil_bnr a img {
  max-width: 700px;
  width: 60vw;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#event {
  margin: 120px auto 100px;
}
#event .toptitle {
  text-align: center;
  font-size: 40px;
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 40px;
  line-height: 1.4;
  color: #392620;
}
#event .toptitle span {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
}
#event .morelink {
  text-align: right;
  margin-bottom: 10px;
}
#event .list {
  margin-right: -40px;
}
#event .list li {
  float: left;
  width: 580px;
  margin-right: 40px;
  position: relative;
}
#event .list li a {
  display: block;
}
#event .list li a figure {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#event .list li a figure img {
  transition: all 0.6s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#event .list li a .textarea {
  width: 490px;
  margin: -50px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
#event .list li a .textarea h3 {
  font-size: 23px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}
#event .list li a .textarea .date {
  background-color: #F3CD24;
  color: #333;
  font-weight: bold;
  padding: 0 12px;
  display: inline-block;
}
#event .list li a .textarea .date span {
  border-right: 1px solid rgba(57, 38, 32, 0.5);
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
#event .list li a .textarea .date span::before {
  font-family: "Font Awesome 5 free";
  content: "\f073";
  font-weight: 400;
  margin-right: 5px;
}
#event .list li a .textarea .text {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 20px;
  text-align: left;
}
#event .list li a:hover figure img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

#product {
  margin: 100px auto 120px;
}
#product .list {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  overflow: hidden;
}
#product .list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 33.3333333333%;
}
#product .list li a {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  display: block;
  position: relative;
  height: 300px;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 1s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  mix-blend-mode: multiply;
}
#product .list li a::before {
  transition: all 1s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 1s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
}
#product .list li a img {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 1s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 1s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
  width: 280px;
  left: 0;
  right: 0;
}
#product .list li a img.on {
  opacity: 0;
}
#product .list li a:hover {
  transition: all 2s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 2s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#product .list li a:hover::before {
  transition: all 3s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 3s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  opacity: 0.4;
}
#product .list li a:hover img {
  opacity: 0;
  transition: all 1s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 1s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#product .list li a:hover img.on {
  opacity: 1;
}
#product .list li#product_kobina a::before {
  background: url("../image/top_product_kobina_bg.jpg") no-repeat center center;
  background-size: cover;
}
#product .list li#product_kobina a:hover {
  background-color: #00a747;
}
#product .list li#product_natura a::before {
  background: url("../image/top_product_natura_bg.jpg") no-repeat center center;
  background-size: cover;
}
#product .list li#product_natura a:hover {
  background-color: #661a00;
}
#product .list li#product_owl a::before {
  background: url("../image/top_product_owl_bg.jpg") no-repeat center center;
  background-size: cover;
}
#product .list li#product_owl a:hover {
  background-color: #333333;
}
#product .list li#product_reform {
  clear: both;
  width: 100%;
}
#product .list li#product_reform a {
  height: 160px;
}
#product .list li#product_reform a img {
  width: 316px;
}
#product .list li#product_reform a::before {
  /*background: url("../image/top_product_reform_bg.jpg") no-repeat center center;
  background-size: cover;*/
}
#product .list li#product_reform a:hover {
  background-color: #392620;
}
#product .list li#product_renovation {
  clear: both;
  width: 100%;
}
#product .list li#product_renovation a {
  height: 160px;
}
#product .list li#product_renovation a img {
  width: 316px;
}
#product .list li#product_renovation a::before {
  /*background: url("../image/top_product_reform_bg.jpg") no-repeat center center;
  background-size: cover;*/
}
#product .list li#product_renovation a:hover {
  background-color: #392620;
}

#concept a {
  display: block;
  overflow: hidden;
  height: 600px;
  position: relative;
}
#concept a figure {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -2;
}
#concept a .ontext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  left: 0;
  right: 0;
  text-align: center;
  padding: 50px 0;
  width: 100%;
}
#concept a .ontext::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: rgba(57, 38, 32, 0.55);
}
#concept a .ontext h2 {
  font-size: 43px;
}
#concept a .ontext h2 span {
  display: block;
  font-size: 26px;
}
#concept a .ontext .text {
  font-size: 20px;
  margin: 30px 0;
}
#concept a .ontext .morelink > p {
  color: #fff;
}
#concept a .ontext .morelink > p span {
  background-color: #fff;
}
#concept a .ontext .morelink > p span::after {
  background-color: #fff;
}
#concept a:hover .ontext::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

#works {
  margin: 160px auto;
}
#works .wrapper {
  position: relative;
}
#works .titlearea {
  position: absolute;
  right: 35px;
  top: 0;
  color: #392620;
}
#works .titlearea h2 {
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 44px;
  line-height: 1;
}
#works .titlearea h2 .h2_sub {
  font-size: 24px;
  line-height: 1;
  margin: 0 28px;
  position: relative;
}
#works .titlearea h2 .h2_sub::before {
  content: "";
  height: 1px;
  width: 12px;
  position: absolute;
  left: -18px;
  top: 15px;
  background-color: #222;
}
#works .titlearea h2 .h2_sub::after {
  content: "";
  height: 1px;
  width: 12px;
  position: absolute;
  right: -18px;
  top: 15px;
  background-color: #222;
}
#works .titlearea .morelink {
  text-align: right;
}
#works .list {
  padding-top: 7%;
}
#works .list li {
  float: left;
  width: 46%;
  margin: 2%;
}
#works .list li:nth-child(odd) {
  margin-top: -7%;
}
#works .list li a {
  display: block;
}
#works .list li a figure {
  width: 540px;
  height: 330px;
  overflow: hidden;
  position: relative;
}
#works .list li a figure img {
  transition: all 0.6s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#works .list li a figure figcaption {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background-color: #F3CD24;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 46px;
  width: 120px;
  line-height: 46px;
  font-size: 18px;
}
#works .list li a figure figcaption img {
  width: 70px;
  vertical-align: middle;
}
#works .list li a h3 {
  text-align: center;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 15px;
}
#works .list li a:hover figure > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#realestate a, #recruit a {
  background: url(../image/top_realestate.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  height: 340px;
  position: relative;
}
#realestate a:hover, #recruit a:hover {
  opacity: 0.7;
}
#realestate a .title, #recruit a .title {
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  line-height: 1.4;
  font-size: 50px;
}
#realestate a .title span, #recruit a .title span {
  display: block;
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#catalog a {
  background: url(../image/top_catalog.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  height: 340px;
  position: relative;
}
#catalog a:hover {
  opacity: 0.7;
}
#catalog a .title {
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  line-height: 1.4;
  font-size: 50px;
}
#catalog a .title span {
  display: block;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#catalog a .title span.sub_title {
  font-size: 32px;
  line-height: 1.6;
}

#move {
  /*background: url("../image/bg_brown.jpg");*/
  padding: 60px 0 80px;
}
#move .toptitle {
  text-align: center;
  font-size: 40px;
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 40px;
  line-height: 1.4;
  color: #392620;
}
#move .toptitle span {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
}
#move .movetitle {
  padding: 5px 20px;
  margin-bottom: 15px;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #392620;
  text-align: center;
}
#move .movetitle br {
  display: none;
}
#move .wrap {
  margin: 0 auto;
}
#move .wrap .moviewrap {
  width: 800px;
  margin: 0 auto;
}
#move .wrap .moviewrap video {
  width: 100% !important;
  height: 100% !important;
}
#move .wrap .moviewrap.youtube {
  margin: 0 auto 60px;
}
#move #movie_sound, #move .movie_wrap {
  max-width: 800px;
  margin: 60px auto 0;
}
#move #movie_sound .movie_sound, #move .movie_wrap .movie_sound {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
#move #movie_sound .movie_sound iframe, #move .movie_wrap .movie_sound iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#move #movie_sound .btn, #move .movie_wrap .btn {
  margin: 30px auto 0;
  text-align: center;
}
#move #movie_sound .btn a, #move .movie_wrap .btn a {
  display: inline-block;
  line-height: 56px;
  padding: 0 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  color: #FFF;
  background-color: #392620;
}
#move #movie_sound .btn a i, #move .movie_wrap .btn a i {
  margin-left: 10px;
}
#move #movie_sound .btn a:hover, #move .movie_wrap .btn a:hover {
  opacity: 0.7;
}
#move .movie_wrap {
  margin-bottom: 60px;
}

#information {
  background: url("../image/bg_brown.jpg");
  padding: 100px 0 120px;
}
#information #topics,
#information #blog {
  float: left;
  width: 46%;
}
#information #topics:last-child,
#information #blog:last-child {
  margin-left: 8%;
}
#information #topics .titlearea,
#information #blog .titlearea {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 15px;
}
#information #topics .titlearea h2,
#information #blog .titlearea h2 {
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  color: #fff;
  float: left;
}
#information #topics .titlearea h2 .h2_sub,
#information #blog .titlearea h2 .h2_sub {
  font-size: 18px;
  line-height: 1;
  margin: 0 30px;
  position: relative;
}
#information #topics .titlearea h2 .h2_sub::before,
#information #blog .titlearea h2 .h2_sub::before {
  content: "";
  height: 1px;
  width: 12px;
  position: absolute;
  left: -18px;
  top: 10px;
  background-color: #fff;
}
#information #topics .titlearea h2 .h2_sub::after,
#information #blog .titlearea h2 .h2_sub::after {
  content: "";
  height: 1px;
  width: 12px;
  position: absolute;
  right: -18px;
  top: 10px;
  background-color: #fff;
}
#information #topics .titlearea .morelink,
#information #blog .titlearea .morelink {
  float: right;
  margin-top: 15px;
}
#information #topics .titlearea .morelink > a,
#information #blog .titlearea .morelink > a {
  color: #fff;
}
#information #topics .titlearea .morelink > a span,
#information #blog .titlearea .morelink > a span {
  background-color: #fff;
}
#information #topics .titlearea .morelink > a span::after,
#information #blog .titlearea .morelink > a span::after {
  background-color: #fff;
}
#information #topics .list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#information #topics .list li a {
  padding: 30px 25px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  line-height: 1.5;
}
#information #topics .list li a:hover {
  opacity: 0.7;
}
#information #blog .list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#information #blog .list li a {
  display: block;
  padding: 20px 30px;
}
#information #blog .list li a figure {
  position: relative;
  float: left;
}
#information #blog .list li a figure .image {
  width: 156px;
  height: 98px;
  overflow: hidden;
}
#information #blog .list li a figure .image img {
  transition: all 0.6s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.36, 0.1, 0.16, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#information #blog .list li a figure .author {
  width: 57px;
  height: 57px;
  border-radius: 999px;
  border: 1px solid #392620;
  position: absolute;
  right: -15px;
  bottom: -10px;
  overflow: hidden;
}
#information #blog .list li a .textarea {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  margin-left: 180px;
}
#information #blog .list li a .textarea .title {
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 5px;
  line-height: 1.2;
}
#information #blog .list li a .textarea .name {
  text-align: right;
}
#information #blog .list li a:hover figure .image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#information #blog .btn {
  text-align: center;
  margin-top: 25px;
}
#information #blog .btn li {
  width: 174px;
  display: inline-block;
  margin-right: 6px;
}
#information #blog .btn li:last-child {
  margin-right: 0;
}
#information #blog .btn li a {
  background-color: rgba(172, 160, 137, 0.2);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  padding: 4px 10px;
  display: block;
  white-space: nowrap;
}
#information #blog .btn li a:hover {
  background-color: rgba(172, 160, 137, 0.8);
}

#recruit a {
  background: url("../image/top_recruit.jpg") no-repeat center center;
  background-size: cover;
}

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

 Responsive-Breakpoint-0 (1400px)

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

 Responsive-Breakpoint-2 ( 1200px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
  #mainvisual .slidearea .slide .ontext {
    /* right: 30px;
                bottom: 60px;
                font-size: 3.4vw;
    line-height: 1.4;
                span {
                    font-size: 2.4vw;
                }*/
  }
  #mainvisual .slidearea .slide.slide1 .ontext {
    /*font-size: 3.8vw;
    span {
    	font-size: 2.5vw;
    }*/
  }
  #mainvisual .slidearea .slide.slide4 .ontext {
    font-size: 4.1vw;
  }
  #mainvisual .slidearea .slick-counter {
    right: 30px;
  }
  #mainvisual .slidearea .arrow-box {
    right: 30px;
  }
  #mainvisual .bnrarea .bnr-large a .ontext {
    width: 33vw;
  }
  #mainvisual .bnrarea .bnr-small > div a .ontext p {
    font-size: 40px;
  }
  #mainvisual .bnrarea .morelink {
    right: 15px;
    bottom: 5px;
  }
  .lixil_bnr {
    margin-top: 60px;
  }
  #event {
    margin: 60px auto;
  }
  #event .toptitle {
    margin-bottom: 0;
  }
  #event .morelink {
    float: right;
  }
  #event .list {
    margin-right: -2%;
    clear: both;
  }
  #event .list li {
    width: 48%;
    margin-right: 2%;
  }
  #event .list li a figure {
    height: 0;
    position: relative;
    padding-top: 66.66%;
  }
  #event .list li a figure img {
    position: absolute;
    left: 0;
    top: 0;
  }
  #event .list li a .textarea {
    padding: 15px;
    width: 93%;
  }
  #event .list li a .textarea h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #event .list li a .textarea .date {
    font-size: 14px;
    letter-spacing: 0;
  }
  #event .list li a .textarea .text {
    font-size: 14px;
  }
  #product {
    margin: 60px auto 80px;
  }
  #concept a {
    height: 520px;
  }
  #concept a .ontext::before {
    display: none;
  }
  #works {
    margin: 120px auto 80px;
  }
  #works .list li a figure {
    width: auto;
    position: relative;
    height: auto;
    padding-top: 66.66%;
  }
  #works .list li a figure > img {
    position: absolute;
    left: 0;
    top: 0;
  }
  #move .wrap {
    margin: 0 auto;
    width: auto;
  }
  #information {
    padding: 60px 0 80px;
  }
  #information #topics,
  #information #blog {
    width: 48%;
  }
  #information #topics:last-child,
  #information #blog:last-child {
    margin-left: 4%;
  }
  #information #blog .btn {
    margin-top: 20px;
  }
  #information #blog .btn li {
    width: 31.3%;
    margin-right: 1%;
  }
  #information #blog .btn li a {
    font-size: 13px;
    padding: 5px;
  }
  #information #blog .btn li a .textarea .date {
    font-size: 12px;
  }
  #information #blog .btn li a .textarea .title {
    font-size: 18px;
  }
  #information #blog .btn li a .textarea .name {
    font-size: 13px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #mainvisual {
    padding-top: 0;
    height: auto;
  }
  #mainvisual .slidearea {
    position: relative;
    width: 100%;
    height: 60vw;
  }
  #mainvisual .slidearea .slide {
    padding-top: 60vw;
    /*.ontext {
        font-size: 5.6vw;
        span {
            font-size: 3.4vw;
        }
    }*/
  }
  #mainvisual .slidearea .slide .ontext {
    right: 50px;
    font-size: 32px;
  }
  #mainvisual .slidearea .slide .ontext span {
    font-size: 52px;
  }
  #mainvisual .slidearea .slide .ontext .small {
    font-size: 22px;
  }
  #mainvisual .slidearea .slide.slide1 {
    /*.ontext {
    	font-size: 5.8vw;
    	span {
    		font-size: 4.6vw;
    	}
    }*/
  }
  #mainvisual .slidearea .slide.slide4 .ontext {
    top: 75%;
    font-size: 6vw;
  }
  #mainvisual .slidearea .morelink {
    right: 35px;
    bottom: 30px;
  }
  #mainvisual .bnr-leaves {
    position: relative;
    width: 100%;
    height: 60vw;
  }
  #mainvisual .bnr-leaves .bnr {
    height: 100%;
  }
  #mainvisual .bnr-leaves .bnr a {
    height: auto;
    padding-top: 60vw;
  }
  #mainvisual .bnr-leaves .bnr a .ontext {
    right: 50px;
    font-size: 32px;
  }
  #mainvisual .bnr-leaves .bnr a .ontext span {
    font-size: 52px;
  }
  #mainvisual .bnr-leaves .bnr a .ontext .small {
    font-size: 22px;
  }
  #mainvisual .bnr-leaves .bnr a .morelink {
    right: 35px;
    bottom: 30px;
  }
  #mainvisual .bnrarea {
    position: static;
    width: 100%;
  }
  #mainvisual .bnrarea .bnr-large a {
    padding-top: 50vw;
  }
  #mainvisual .bnrarea .bnr-small > div {
    padding-top: 50vw;
  }
  .topbnr {
    background: url("../image/bg_brown.jpg");
    padding: 40px 0;
    display: block;
  }
  .topbnr ul {
    text-align: center;
  }
  .topbnr ul li {
    display: inline-block;
    width: 40%;
    margin: 0 1%;
  }
  .topbnr ul li a {
    display: block;
    background-color: #B63A2A;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    padding: 15px;
    position: relative;
    border-radius: 1px;
  }
  .topbnr ul li a::after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
  }
  #event .list li a .textarea {
    margin-top: -30px;
    padding: 10px;
    width: 90%;
  }
  #event .list li a .textarea .date {
    padding: 4px 12px;
  }
  #event .list li a .textarea .date span {
    border-right: none;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid rgba(57, 38, 32, 0.2);
  }
  #product {
    margin: 60px auto 80px;
  }
  #product .list li {
    width: 50%;
  }
  #product .list li#product_reform {
    width: 50%;
    clear: none;
    float: left;
  }
  #product .list li#product_reform a {
    height: 300px;
  }
  #product .list li#product_renovation {
    width: 100%;
  }
  #product .list li#product_renovation a {
    height: 200px;
  }
  #move .movetitle {
    font-size: 16px;
  }
  #move .movetitle br {
    display: block;
  }
  #move .wrap .moviewrap {
    width: 100%;
  }
  #move .wrap .moviewrap.youtube {
    margin: 0 auto 45px;
  }
  #move .wrap .moviewrap.youtube > p {
    font-size: 16px;
  }
  #move .wrap .moviewrap.youtube > p br {
    display: block;
  }
  #move #movie_sound, #move .movie_wrap {
    margin: 45px auto 0;
  }
  #move #movie_sound .btn a, #move .movie_wrap .btn a {
    font-size: 17px;
  }
  #move .movie_wrap {
    margin-bottom: 45px;
  }
  #information {
    padding: 50px 0;
  }
  #information #topics,
  #information #blog {
    float: none;
    width: 100%;
  }
  #information #topics:last-child,
  #information #blog:last-child {
    margin-left: 0;
  }
  #information #topics {
    margin-bottom: 60px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 645px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #mainvisual .slidearea {
    height: 80vw;
  }
  #mainvisual .slidearea .slide {
    padding-top: 80vw;
    /*.ontext {
        font-size: 6.4vw;
        right: 15px;
        bottom: 45px;
        span {
            font-size: 5vw;
        }
    }*/
  }
  #mainvisual .slidearea .slide .ontext {
    font-size: 16px;
    right: 15px;
  }
  #mainvisual .slidearea .slide .ontext span {
    font-size: 32px;
  }
  #mainvisual .slidearea .slide .ontext .small {
    font-size: 14px;
  }
  #mainvisual .slidearea .slide.slide1 {
    /*.ontext {
    	font-size: 6.8vw;
    	span {
    		font-size: 5.6vw;
    	}
    }*/
  }
  #mainvisual .slidearea .slide.slide4 .ontext {
    top: 70%;
    font-size: 7vw;
  }
  #mainvisual .slidearea .slick-counter {
    right: 15px;
    width: 140px;
    line-height: 50px;
  }
  #mainvisual .slidearea .arrow-box {
    width: 140px;
    right: 15px;
    height: 50px;
    line-height: 50px;
  }
  #mainvisual .slidearea .slick-arrow {
    height: 50px;
  }
  #mainvisual .slidearea .morelink {
    right: 35px;
    bottom: 30px;
  }
  #mainvisual .bnr-leaves {
    height: 80vw;
  }
  #mainvisual .bnr-leaves .bnr a {
    padding-top: 80vw;
  }
  #mainvisual .bnr-leaves .bnr a .ontext {
    font-size: 16px;
  }
  #mainvisual .bnr-leaves .bnr a .ontext span {
    font-size: 32px;
  }
  #mainvisual .bnr-leaves .bnr a .ontext .small {
    font-size: 14px;
  }
  #mainvisual .bnr-leaves .bnr a .morelink {
    right: 35px;
    bottom: 30px;
  }
  #mainvisual .bnrarea .bnr-large a .ontext {
    width: 55vw;
  }
  #mainvisual .bnrarea .bnr-small > div a .ontext p {
    font-size: 26px;
  }
  #mainvisual .bnrarea .bnr-small > div a .ontext p span {
    font-size: 14px;
  }
  #mainvisual .bnrarea .morelink {
    right: 10px;
  }
  .morelink > p, .morelink > a {
    font-size: 16px;
  }
  .morelink > p span, .morelink > a span {
    margin-right: 15px;
    width: 25px;
  }
  .morelink > p span::after, .morelink > a span::after {
    width: 8px;
  }
  .topbnr {
    padding: 27px 0;
  }
  .topbnr ul li {
    width: 47%;
    margin: 0 0.5%;
  }
  .topbnr ul li a {
    font-size: 16px;
  }
  .topbnr ul li a::after {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
  .lixil_bnr {
    margin-top: 50px;
  }
  .lixil_bnr a img {
    width: 100%;
  }
  #event {
    margin: 50px auto 0;
  }
  #event .morelink {
    margin-bottom: 5px;
  }
  #event .toptitle {
    font-size: 30px;
  }
  #event .toptitle span {
    font-size: 14px;
  }
  #event .list {
    margin-right: 0;
  }
  #event .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #event .list li a .textarea {
    padding: 10px 0;
  }
  #event .list li a .textarea .text {
    line-height: 1.6;
  }
  #product {
    margin: 10px auto 50px;
  }
  #product .list li {
    width: 100%;
  }
  #product .list li a {
    height: 200px;
  }
  #product .list li a img {
    width: 230px;
  }
  #product .list li#product_reform {
    width: 100%;
  }
  #product .list li#product_reform a {
    height: 200px;
  }
  #product .list li#product_reform a img {
    width: 260px;
  }
  #product .list li#product_renovation {
    width: 100%;
  }
  #product .list li#product_renovation a {
    height: 200px;
  }
  #product .list li#product_renovation a img {
    width: 260px;
  }
  #concept a {
    height: 400px;
  }
  #concept a .ontext h2 {
    font-size: 32px;
    line-height: 1.6;
  }
  #concept a .ontext h2 span {
    font-size: 19px;
  }
  #concept a .ontext .text {
    font-size: 16px;
    margin: 20px 0;
  }
  #works {
    margin: 70px auto 40px;
  }
  #works .titlearea {
    right: 25px;
    top: -40px;
  }
  #works .titlearea h2 {
    font-size: 28px;
  }
  #works .titlearea h2 .h2_sub {
    font-size: 14px;
    margin: 0 0 0 8px;
  }
  #works .titlearea h2 .h2_sub::before {
    display: none;
  }
  #works .titlearea h2 .h2_sub::after {
    display: none;
  }
  #works .titlearea .morelink {
    line-height: 1;
  }
  #works .list {
    padding-top: 13%;
  }
  #works .list li {
    width: 46%;
    margin: 2%;
  }
  #works .list li:nth-child(odd) {
    margin-top: -13%;
  }
  #works .list li a figure figcaption {
    height: 25px;
    width: 65px;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 0;
  }
  #works .list li a figure figcaption img {
    width: 45px;
  }
  #works .list li a h3 {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0;
  }
  #realestate a,
  #recruit a {
    height: 200px;
  }
  #realestate a .title,
  #recruit a .title {
    font-size: 34px;
  }
  #realestate a .title span,
  #recruit a .title span {
    font-size: 16px;
  }
  #catalog a {
    height: 200px;
  }
  #catalog a .title {
    font-size: 34px;
    line-height: 1;
  }
  #catalog a .title span {
    font-size: 12px;
  }
  #catalog a .title span.sub_title {
    font-size: 18px;
    line-height: 2;
  }
  #move {
    padding: 30px 0 40px;
  }
  #move .moviewrap.youtube {
    margin: 0 auto 30px;
  }
  #move .toptitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #move .toptitle span {
    font-size: 14px;
  }
  #move #movie_sound, #move .movie_wrap {
    margin: 30px auto 0;
  }
  #move #movie_sound .btn, #move .movie_wrap .btn {
    margin: 10px auto 0;
  }
  #move #movie_sound .btn a, #move .movie_wrap .btn a {
    display: block;
    line-height: 1;
    padding: 15px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  #move #movie_sound .btn a i, #move .movie_wrap .btn a i {
    margin-left: 7px;
  }
  #move .movie_wrap {
    margin-bottom: 45px;
  }
  #information {
    padding: 30px 0;
  }
  #information #topics .titlearea,
  #information #blog .titlearea {
    padding-bottom: 10px;
    padding-left: 5px;
  }
  #information #topics .titlearea h2,
  #information #blog .titlearea h2 {
    font-size: 24px;
  }
  #information #topics .titlearea h2 .h2_sub,
  #information #blog .titlearea h2 .h2_sub {
    font-size: 14px;
    margin: 0 0 0 12px;
  }
  #information #topics .titlearea h2 .h2_sub::before,
  #information #blog .titlearea h2 .h2_sub::before {
    display: none;
  }
  #information #topics .titlearea h2 .h2_sub::after,
  #information #blog .titlearea h2 .h2_sub::after {
    display: none;
  }
  #information #topics .titlearea .morelink,
  #information #blog .titlearea .morelink {
    margin-top: 10px;
  }
  #information #topics {
    margin-bottom: 30px;
  }
  #information #topics .list li a {
    padding: 15px 10px;
  }
  #information #blog .list li a {
    padding: 15px 10px;
  }
  #information #blog .list li a figure .image {
    width: 110px;
    height: 70px;
  }
  #information #blog .list li a figure .author {
    width: 40px;
    height: 40px;
  }
  #information #blog .list li a .textarea {
    margin-left: 140px;
    font-size: 12px;
  }
  #information #blog .list li a .textarea .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #information #blog .btn li {
    width: 48%;
    margin: 1.5% 0.5%;
  }
}