@charset "utf-8";
/*==========================================
 共通
===========================================*/
.sec01,.sec02,.sec03,.sec04,.sec05,.sec06,.sec07,.sec08,.sec09,.sec10,.sec11 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.top_ttl {
  color: #000;
}
.top_ttl_en {
  color: #000;
  font-size: 4.8rem;
  font-weight: 500;
  border-bottom: solid #000 4px;
  display: block;
  line-height: 1;
  padding-bottom: 8px;
}
.top_ttl_jp {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  padding-top: 8px;
  letter-spacing: 0.2rem;
}
.top_btn {
  text-align: center;
}
.top_btn a {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.1rem;
  padding: 8px;
  background: #e6d600;
}
.top_btn .span {
  display: block;
  padding: 12px 0 8px;
  background: #e6d600;
  transition: .3s;
  border: solid 1px #000;
}
.top_btn a:hover .span {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  .sec01,.sec02,.sec03,.sec04,.sec05,.sec06,.sec07,.sec08,.sec09,.sec10,.sec11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*==========================================
 MAIN SLIDER
===========================================*/
.scenery {
  position: relative;
  overflow: hidden;
}
.main-slider-block {
  position: relative;
}
.main-slider-block .main-slider>button {
  display: none !important;
}
.main_txt {
  position: absolute;
  /*top: 260px;*/
  bottom: -30px;
  max-width: 1140px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
    pointer-events: none;
}
.main_img01 {
  width: 100%;
  max-width: 240px;
  line-height: 0;
}
.main_p01 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 8px 0 16px;
  text-align: center;
  width: 100%;
  max-width: 240px;
}
.main_img02 {
  width: 100%;
  max-width: 680px;
}
.main_p02 {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 8px 0 0;
}
.main-slider-block .slick-dotted.slick-slider{
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 2000px;
}
.main-slider-block .slick-dots{
  left: 0;
  right: 0;
  bottom: -64px;
  counter-reset: number 0;
  text-align: left;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.main-slider-block {
  
}
.main-slider-item{
  /*height: 900px;*/
  height: 95vh;
}
.main-slider-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.main-slider-block .slick-dots li {
  width: 18px;
  height: 18px;
  counter-increment: section;
  position: relative;
}
.main-slider-block .slick-dots li::before {
  counter-increment: number;
  content: counter(section, decimal-leading-zero);
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  position: absolute;
  top: 6px;
  left: 2px;
}
.main-slider-block .slick-dots li button::before{
 display: none;
}
.main-slider-block .slick-dots li button{
  background: #bababa;
  width: 18px;
  height: 18px;
  padding: 0;
}
.main-slider-block .slick-dots li.slick-active button{
 background: #e6d600;
}
.main-slider-block .slick-prev {
  background: url(../img/index/arw-mainslide-prev-black.svg) no-repeat;
  left: calc(50% - 540px);
}
.main-slider-block .slick-next {
  background: url(../img/index/arw-mainslide-next-black.svg) no-repeat;
  right: calc(50% - 540px);
}
.main-slider-block .slick-prev,
.main-slider-block .slick-next {
  width: 39px;
  height: 45px;
  z-index: 24;
  transition: .3s;
}
.main-slider-block .slick-prev:hover,
.main-slider-block .slick-next:hover {
  opacity: .5;
}
.slick-prev:before, .slick-next:before {
  font-size: 0;
}

@media screen and (max-width: 1600px){
  .main_img01 {
    max-width: 200px;
  }
  .main_p01 {
    max-width: 200px;
  }
  .main_img02 {
    max-width: 600px;
  }
}
@media screen and (max-width: 1140px){
  .main-slider-block{
    height: auto;
  }
  .main_img01 {
    max-width: 180px;
  }
  .main_p01 {
    max-width: 180px;
  }
  .main_img02 {
    max-width: 560px;
  }
  
}
@media screen and (max-width: 768px){
  .main_txt {
    bottom: 10px;
  }
  .main-slider-item{
    height: 560px;
  }
  .main-slider-block .slick-dots {
    display: none !important;
  }
  .main_img01 {
    max-width: 140px;
  }
  .main_p01 {
    font-size: 1.4rem;
    margin: 8px 0;
    max-width: 140px;
  }
  .main_img02 {
    max-width: 300px;
  }
  .main_p02 {
    font-size: 1.4rem;
    margin: 8px 0 0;
  }
}

/*==========================================
 What's New
===========================================*/
.sec01 {
  margin-top: 180px;
  background: #cacaca;
}
.sec01_slider_item a {
  display: block;
  background: #fff;
  padding-bottom: 20px;
  border-radius: 40px;
  overflow: hidden;
}
.sec01_slider_item a:hover {
  box-shadow: 4px 4px 8px #666;
}
.sec01_img {
  line-height: 0;
  margin-bottom: 14px;
}
.sec01_img span {
  display: inline-block;
  line-height: 0;
  padding-top: 92.88%;
  position: relative;
}
.sec01_txt {
  margin: 0 4%;
}
.sec01_date_tag {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.sec01_date {
  color: #5f5f5f;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
}
.sec01_tag {
  color: #5f5f5f;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0 8px;
  border: solid 1px #5f5f5f;
  border-radius: 8px;
  height: 19px;
  margin-bottom: 10px;
}
.sec01_ttl {
  color: #151300;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 30px;
  position: relative;
}
.sec01_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 92%;
  margin: 0 4%;
  background: #e6d600;
  border-radius: 8px;
  height: 12px;
}
.sec01bt {
  margin-top: -90px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px){
  .sec01bt {
    margin-top: -30px;
    margin-bottom: 20px;
    margin-right: 12%;
  }
}

/* 新着情報スライダー上書き */
.sec01_slider {
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 70px 25px 0;
  position: relative;
}
.sec01_slider::before {
  content: "Contents Link";
  position: absolute;
  top: 50%;
  left: -90px;
  font-family: "Sawarabi";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  transform: rotateZ(90deg);
}
.sec01_slider .slick-slide {
  margin: 0 12px;
  padding-bottom: 12px
}
.sec01_slider .slick-prev {
  right: 55px;
}
.sec01_slider .slick-next {
  right: 0;
}
.sec01_slider .slick-prev,.sec01_slider .slick-next {
  width: 46px;
  height: 46px;
  top: 8px;
  left: auto;
}
.sec01_slider .slick-prev:before,.slick-next:before {
  color: #000;
  display: block;
  font: normal normal normal 46px/1 FontAwesome;
}
.sec01_slider .slick-prev:before {
  content: "\f137";
}
.sec01_slider .slick-next:before {
  content: "\f138";
  color: #000;
}
.sec01_slider .thumb {
  margin: 20px 0 0;
}
.sec01_slider .thumb .slick-slide {
  cursor: pointer;
  transition: .3s;
}
.sec01_slider .thumb .slick-slide:hover {
  opacity: .7;
}

@media screen and (max-width: 768px){
  .sec01 {
    margin-top: 60px;
  }
  .sec01_slider {
    padding: 70px 0 0;
    margin: 0 auto 30px;
  }
  .sec01_slider::before {
    left: -84px;
    z-index: 10;
  }
}

/*==========================================
 OPEN HOUSE
===========================================*/
.sec02 {
  background: url(../img/index/index_bg01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.sec02 .top_ttl_jp .top_ttl_jp_inr {
  vertical-align: middle;
}
.sec02 .top_ttl_jp img[src$=".svg"] {
  width: 150px;
  vertical-align: middle;
  margin: 0 6px;
}
.sec02_slider_item a {
  display: block;
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden;
}
.sec02_slider_item a:hover {
  box-shadow: 4px 4px 8px #666;
}
.sec02_img {
  background: #e6d600;
  line-height: 0;
  margin-bottom: 10px;
}
.sec02_img span {
  display: inline-block;
  line-height: 0;
  padding-top: 60.485%;
  position: relative;
  margin: 0 4%;
  width: 92%;
}
.sec02_txt {
  margin: 0 4%;
}
.sec02_date_tag {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.sec02_date {
  color: #5f5f5f;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1;
}
.sec02_date .span {
  color: #5f5f5f;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
}
.sec02_tag {
  color: #5f5f5f;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0 8px;
  border: solid 1px #5f5f5f;
  border-radius: 8px;
  height: 19px;
  margin-bottom: 10px;
}
.sec02_ttl {
  color: #151300;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
.sec02_icon {
  height: 0;
  text-align: right;
}
.sec02_icon img[src$=".svg"] {
  width: 27%;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .sec02_icon {
    text-align: center;
  }
  .sec02_icon img[src$=".svg"] {
    width: 100px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {

}

/* 体験会スライダー上書き */
.sec02_slider {
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 70px 25px 0;
}
.sec02_slider .slick-slide {
  margin: 0 12px;
  padding-bottom: 12px
}
.sec02_slider .slick-prev {
  right: 55px;
}
.sec02_slider .slick-next {
  right: 0;
}
.sec02_slider .slick-prev,.sec02_slider .slick-next {
  width: 46px;
  height: 46px;
  top: 8px;
  left: auto;
}
.sec02_slider .slick-prev:before,.slick-next:before {
  color: #000;
  display: block;
  font: normal normal normal 46px/1 FontAwesome;
}
.sec02_slider .slick-prev:before {
  content: "\f137";
}
.sec02_slider .slick-next:before {
  content: "\f138";
  color: #000;
}
.sec02_slider .thumb {
  margin: 20px 0 0;
}
.sec02_slider .thumb .slick-slide {
  cursor: pointer;
  transition: .3s;
}
.sec02_slider .thumb .slick-slide:hover {
  opacity: .7;
}

@media screen and (max-width: 768px){
  .sec02_slider {
    padding: 70px 0 0;
    margin: 0 auto 30px;
  }
}

/*==========================================
 PRODUCTS
===========================================*/
.sec03 {
  background-image:
    url("../img/index/harmony04.svg"),
    url("../img/index/harmony04.svg"),
    url("../img/index/harmony04.svg"),
    url("../img/index/family.svg");
  background-position:0 0,50% 50%,100% 100%,calc(50% - 370px) 128%;
  background-size: 1495px,1495px,1495px,268px;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
	.sec03 {
		background-position: 0 -200px,50% 90px,100% 400px,calc(50% - 370px) 700px;
		background-size: 1495px,1495px,1495px,668px;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 1280px) {
	.sec03 {
		background-position: 0 -400px,50% -50px,100% 300px,calc(50% - 370px) 700px;
	}
}
.sec03_slider_item a {
  display: block;
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  border: solid 2px #231815;
}
.sec03_slider_item a:hover {
  box-shadow: 4px 4px 8px #666;
}
.sec03_img {
  line-height: 0;
  border-bottom: solid 2px #231815;
  margin-bottom: 20px;
  position: relative;
}
.sec03_img img[src$=".svg"].woodbox {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
}
.sec03_img span {
  display: inline-block;
  line-height: 0;
  padding-top: 84.64%;
  position: relative;
}
.sec03_txt {
  margin: 0 4%;
}
.sec03_ttl_price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec03_date {
  color: #5f5f5f;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1;
}
.sec03_ttl {
  color: #151300;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  width: 140px;
}
.sec03_price {
  color: #231815;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 0 16px;
  border: dashed 1px #5f5f5f;
  border-radius: 20px;
  margin-bottom: 10px;
  background: #b3b3b4;
  line-height: 1.4;
}
.sec03_price .span {
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 10px;
}

@media screen and (max-width: 1040px){
  .sec03 {
    background-image:
      url("../img/index/harmony04.svg"),
      url("../img/index/harmony04.svg"),
      url("../img/index/harmony04.svg");
    background-position:0 0,50% 50%,100% 100%;
    background-size: 1495px,1495px,1495px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px){
  .sec03 {
    background-image:
      url("../img/index/harmony04.svg"),
      url("../img/index/harmony04.svg");
    background-position:0 0,100% 100%;
    background-size: 1495px,1495px;
    background-repeat: no-repeat;
  }
}

/* 商品紹介スライダー上書き */
.sec03_slider {
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 70px 25px 0;
}
.sec03_slider .slick-slide {
  margin: 0 12px;
  padding-bottom: 12px
}
.sec03_slider .slick-prev {
  right: 55px;
}
.sec03_slider .slick-next {
  right: 0;
}
.sec03_slider .slick-prev,.sec03_slider .slick-next {
  width: 46px;
  height: 46px;
  top: 8px;
  left: auto;
}
.sec03_slider .slick-prev:before,.slick-next:before {
  color: #000;
  display: block;
  font: normal normal normal 46px/1 FontAwesome;
}
.sec03_slider .slick-prev:before {
  content: "\f137";
}
.sec03_slider .slick-next:before {
  content: "\f138";
  color: #000;
}
.sec03_slider .thumb {
  margin: 20px 0 0;
}
.sec03_slider .thumb .slick-slide {
  cursor: pointer;
  transition: .3s;
}
.sec03_slider .thumb .slick-slide:hover {
  opacity: .7;
}

@media screen and (max-width: 768px){
  .sec03_slider {
    padding: 70px 0 0;
    margin: 0 auto 30px;
  }
}

/*==========================================
 OUR HOUSE
===========================================*/
.sec04 {
  background-image: url("../img/index/index_bg02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sec04 .top_ttl_en {
  color:#fff;
  border-bottom: solid #fff 4px;
}
.sec04 .top_ttl_jp .top_ttl_jp_inr {
  color: #fff;
  vertical-align: middle;
}
.sec04 .top_ttl_jp img[src$=".svg"] {
  width: 150px;
  vertical-align: middle;
  margin-right: 6px;
}
.sec04_3col {
  display: flex;
  margin: 80px 0;
  text-align: center;
}
.sec04_3col_item {
  flex-basis: calc(92%*1/3);
}
.sec04_3col_item:not(:first-child) {
  margin-left: 4%;
}
.sec04_3col_item a {
  display: inline-block;
  line-height: 0;
  transition: .3s;
}
.sec04_3col_item a:hover {
  opacity: .7;
}
.sec04_2col {
  display: flex;
  margin-bottom: 80px;
  text-align: center;
}
.sec04_2col_item {
  flex-basis: calc(96%*1/2);
}
.sec04_2col_item:not(:first-child) {
  margin-left: 4%;
}
.sec04_2col_item a {
  display: inline-block;
  line-height: 0;
}
.sec04_2col_item a {
  display: block;
  line-height: 0;
  transition: .3s;
}
.sec04_2col_item a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px){
  .sec04_3col {
    display: block;
    margin: 40px 0 0 0;
  }
  .sec04_3col_item {
    margin-top: 20px;
  }
  .sec04_3col_item:not(:first-child) {
    margin-left: 0;
  }
  .sec04_2col {
    display: block;
    margin-bottom: 40px;
  }
  .sec04_2col_item:not(:first-child) {
    margin-left: 0;
  }
  .sec04_2col_item {
    margin-top: 20px;
  }
}

/*==========================================
 WORKS
===========================================*/
.sec05 {
  
}
.sec05_slider_item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 2%;
}
.sec05_slider_item a img {
  transition: .3s;
}
.sec05_slider_item a:hover img {
  opacity: .7;
}
.sec05_slider_item a::before {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/index/film02.png);
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 100%;
  z-index: 10;
}
.sec05_img {
  line-height: 0;
}
.sec05_img span {
  display: inline-block;
  line-height: 0;
  padding-top: 60.976%;
  position: relative;
}
.sec05_ttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 14px 0 10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 768px){
  
}

/* 施工事例スライダー上書き */
.sec05_slider {
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 90px 0 28px;
  position: relative;
}
.sec05_slider::before {
  content: "";
  position: absolute;
  top: 69px;
  left: 0;
  right: 0;
  text-align: center;
  background: url(../img/index/film01.png);
  background-position: 50% 0;
  background-size: 2000px;
  background-repeat: no-repeat;
  width: 100%;
  height: 21px;
  display: block;
}
.sec05_slider::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  text-align: center;
  background: url(../img/index/film01.png);
  background-position: 50% 0;
  background-size: 2000px;
  background-repeat: no-repeat;
  width: 100%;
  height: 21px;
  display: block;
}
.sec05_slider .slick-slide {
  background: #000;
}
.sec05_slider .slick-prev {
  left: calc(50% + 445px);
  right: 80px;
}
.sec05_slider .slick-next {
  left: calc(50% + 500px);
  right: 25px;
}
.sec05_slider .slick-prev,.sec05_slider .slick-next {
  width: 46px;
  height: 46px;
  top: 8px;
}
.sec05_slider .slick-prev:before,.slick-next:before {
  color: #000;
  display: block;
  font: normal normal normal 46px/1 FontAwesome;
}
.sec05_slider .slick-prev:before {
  content: "\f137";
}
.sec05_slider .slick-next:before {
  content: "\f138";
  color: #000;
}
.sec05_slider .thumb {
  margin: 20px 0 0;
}
.sec05_slider .thumb .slick-slide {
  cursor: pointer;
  transition: .3s;
}
.sec05_slider .thumb .slick-slide:hover {
  opacity: .7;
}

@media screen and (max-width: 1160px){
  .sec05_slider .slick-prev,.sec05_slider .slick-next {
    left: auto;
  }
}

@media screen and (max-width: 768px){
  .sec05_slider {
    margin: 0 auto 30px;
  }
}

/*==========================================
 IEDUKURI
===========================================*/
.sec06 {
  background-image: url("../img/index/index_bg03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sec06 .top_ttl_en {
  border-bottom: solid #fff 4px;
  color: #fff;
}
.sec06 .top_ttl_jp {
  color: #fff;
}
.sec06 .top_ttl_jp img[src$=".svg"] {
  width: 150px;
  vertical-align: middle;
  margin-right: 6px;
}
.sec06_flex {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0;
}
.sec06_item {
  flex-basis: calc(88%*1/4);
}
.sec06_item:not(:first-child) {
  margin-left: 4%;
}
.sec06_item a {
  display: block;
  transition: .3s;
  padding: 16px 8% 80px;
  background: url("../img/index/house.png"),#fff;
  background-repeat: no-repeat;
  background-position: 90% 90%;
  box-shadow: 4px 4px 8px #222;
  position: relative;
}
.sec06_item a:hover {
  box-shadow: 0 0 0 #222;
}
.sec06_item a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.sec06_number {
  color: #a6a6a6;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 0.8;
  text-align: right;
}
.sec06_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 940px){
  .sec06_number {
    font-size: 4.8rem;
  }
  .sec06_ttl {
    font-size: 2rem;
  }
  
}
@media screen and (max-width: 768px){
  .sec06_flex {
    margin: 40px 0 0;
  }
  .sec06_item {
    flex-basis: calc(98%*1/2);
    margin-top: 20px;
  }
  .sec06_item:not(:first-child) {
    margin-left: 0;
  }
  .sec06_item:nth-child(2n) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 480px) {
  .sec06_number {
    font-size: 4rem;
  }
  .sec06_ttl {
    font-size: 1.8rem;
  }
}

/*==========================================
 STAFF
===========================================*/
.sec07 {
  background:#e7d700;
}
.sec07_slider_item a {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.sec07_slider_item a:hover {
  box-shadow: 4px 4px 8px #430;
}
.sec07_slider_item a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 106px 106px 0 0;
  border-color: #ec6a00 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;

}
.sec07_img {
  line-height: 0;
  position: relative;
}
.sec07_img img[src$=".svg"].woodbox {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
}
.sec07_img span {
  display: inline-block;
  line-height: 0;
  padding-top: 161.02%;
  position: relative;
}
.sec07_txt {
  margin: 0 4%;
}
.sec07_ttl_price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec07_date {
  color: #5f5f5f;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1;
}
.sec07_ttl {
  color: #151300;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  width: 140px;
}
.sec07_price {
  color: #231815;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 0 16px;
  border: dashed 1px #5f5f5f;
  border-radius: 20px;
  margin-bottom: 10px;
  background: #b3b3b4;
  line-height: 1.4;
}
.sec07_price .span {
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 10px;
}

@media screen and (max-width: 1040px){
}

@media screen and (max-width: 768px){
  
}

/* スタッフ紹介スライダー上書き */
.sec07_slider {
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 70px 25px 0;
  position: relative;
}
.sec07_slider::before {
  content: "";
  background: url(../img/index/harmony01.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: -70px;
  transform: rotateZ(90deg);
  width: 120px;
  height: 20px;
}
.sec07_slider::after {
  content: "";
  background: url(../img/index/harmony01.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: rotateZ(-90deg);
  width: 120px;
  height: 20px;
}
.sec07_slider .slick-slide {
  margin: 0 12px;
  padding-bottom: 12px
}
.sec07_slider .slick-prev {
  right: 55px;
}
.sec07_slider .slick-next {
  right: 0;
}
.sec07_slider .slick-prev,.sec07_slider .slick-next {
  width: 46px;
  height: 46px;
  top: 8px;
  left: auto;
}
.sec07_slider .slick-prev:before,.slick-next:before {
  color: #000;
  display: block;
  font: normal normal normal 46px/1 FontAwesome;
}
.sec07_slider .slick-prev:before {
  content: "\f137";
}
.sec07_slider .slick-next:before {
  content: "\f138";
  color: #000;
}
.sec07_slider .thumb {
  margin: 20px 0 0;
}
.sec07_slider .thumb .slick-slide {
  cursor: pointer;
  transition: .3s;
}
.sec07_slider .thumb .slick-slide:hover {
  opacity: .7;
}
.sec07 .top_btn a {
  background: #e06a0e;
}
.sec07 .top_btn .span {
  background: #e06a0e;
}
@media screen and (max-width: 768px){
  .sec07_slider {
    padding: 70px 0 0;
    margin: 0 auto 30px;
  }
  .sec07_slider::before {
    display: none;
  }
  .sec07_slider::after {
    display: none;
  }
}

/*==========================================
 MODEL HOUSE
===========================================*/
.sec08 {
}
.sec08 .top_ttl_jp img[src$=".svg"] {
    width: 150px;
    vertical-align: middle;
    margin: 0 6px;
}
.sec08_slider_item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.sec08_slider_item a:hover {
  box-shadow: 4px 4px 8px #666;
}
.sec08_img {
  line-height: 0;
}
.sec08_img span {
  display: inline-block;
  line-height: 0;
  padding-top: 60.976%;
  position: relative;
}
.sec08_ttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 14px 0 10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.sec08 .top_ttl_jp .br {
  display: inline-block;
}

@media screen and (max-width: 768px){
  
}

/* モデルハウススライダー上書き */
.sec08_slider {
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 90px 0 28px;
  position: relative;
}
.sec08_slider .slick-slide {
  margin: 0 24px;
  padding-bottom: 12px;
}
.sec08_slider .slick-prev {
  right: 80px;
  left: calc(50% + 445px);
}
.sec08_slider .slick-next {
  right: 25px;
  left: calc(50% + 500px);
}
.sec08_slider .slick-prev,.sec08_slider .slick-next {
  width: 46px;
  height: 46px;
  top: 8px;
}
.sec08_slider .slick-prev:before,.slick-next:before {
  color: #000;
  display: block;
  font: normal normal normal 46px/1 FontAwesome;
}
.sec08_slider .slick-prev:before {
  content: "\f137";
}
.sec08_slider .slick-next:before {
  content: "\f138";
  color: #000;
}
.sec08_slider .thumb {
  margin: 20px 0 0;
}
.sec08_slider .thumb .slick-slide {
  cursor: pointer;
  transition: .3s;
}
.sec08_slider .thumb .slick-slide:hover {
  opacity: .7;
}

@media screen and (max-width: 1160px){
  .sec08_slider .slick-prev,.sec08_slider .slick-next {
    left: auto;
  }
}

@media screen and (max-width: 768px){
  .sec08_slider {
    margin: 0 auto 30px;
  }
}

/*==========================================
 HARMONY BLOG.
===========================================*/
.sec09 {
  padding-top: 0;
}
.sec09_slider_item a {
  display: block;
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden;
}
.sec09_slider_item a:hover {
  box-shadow: 4px 4px 8px #666;
}
.sec09_ttl {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  background: #000;
  display: block;
  padding: 4px 3%;
  margin-bottom: 20px;
}
.sec09_ttl .clamp_inr {
  height: 68px;
}
.sec09_ttl .clamp_inr:before,
.sec09_ttl .clamp_inr:after {
  background: #000;
}
.sec09_img {
  line-height: 0;
  margin-bottom: 14px;
}
.sec09_img span {
  display: inline-block;
  line-height: 0;
  padding-top: 92.88%;
  position: relative;
}
.sec09_status {
  margin: 0 4%;
}
.sec09_date {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 14px;
}
.sec09_2col {
  display: flex;
  width: 100%;
}
.sec09_self {
  flex-basis: 28%;
  width: 100%;
  margin-right: 8%;
  line-height: 0;
}
.sec09_self span {
  display: inline-block;
  padding-top: 100%;
}
.sec09_post_name {
  flex-basis: 66%;
  width:100%;
}
.sec09_post {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 6px 0 12px;
  display: block;
}
.sec09_name {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}




@media screen and (max-width: 768px){
  
}

/* スタッフブログスライダー上書き */
.sec09_slider {
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 70px 25px 0;
  position: relative;
}
.sec09_slider .slick-slide {
  margin: 0 12px;
  padding-bottom: 12px
}
.sec09_slider .slick-prev {
  right: 55px;
}
.sec09_slider .slick-next {
  right: 0;
}
.sec09_slider .slick-prev,.sec09_slider .slick-next {
  width: 46px;
  height: 46px;
  top: 8px;
  left: auto;
}
.sec09_slider .slick-prev:before,.slick-next:before {
  color: #000;
  display: block;
  font: normal normal normal 46px/1 FontAwesome;
}
.sec09_slider .slick-prev:before {
  content: "\f137";
}
.sec09_slider .slick-next:before {
  content: "\f138";
  color: #000;
}
.sec09_slider .thumb {
  margin: 20px 0 0;
}
.sec09_slider .thumb .slick-slide {
  cursor: pointer;
  transition: .3s;
}
.sec09_slider .thumb .slick-slide:hover {
  opacity: .7;
}

@media screen and (max-width: 768px){
  .sec09_slider {
    padding: 70px 0 0;
    margin: 0 auto 30px;
  }
}

/*==========================================
 バナーエリア
===========================================*/
.sec10 {
  padding-top: 0;
  padding-bottom: 50px;
}
.sec10 .top_ttl_en {
  border-bottom: solid #fff 4px;
}
.sec10 .top_ttl_jp .top_ttl_jp_inr {
  color: #fff;
  vertical-align: middle;
}
.sec10 .top_ttl_jp img[src$=".svg"] {
  width: 150px;
  vertical-align: middle;
  margin-right: 6px;
}
.sec10_2col {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.sec10_2col_item {
  flex-basis: calc(96%*1/2);
  margin-bottom: 70px;
  line-height: 0;
}
.sec10_2col_item:nth-child(2n) {
  margin-left: 4%;
}
.sec10_2col_item a {
  display: inline-block;
  line-height: 0;
  transition: .3s;
}
.sec10_2col_item a:hover {
  opacity: .7;
}
.sec10_3col {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.sec10_3col_item {
  flex-basis: calc(96%*1/3);
  margin-bottom: 70px;
}
.sec10_3col_item:not(:nth-child(3n-2)) {
  margin-left: 2%;
}
.sec10_3col_item a {
  display: inline-block;
  line-height: 0;
}
.sec10_3col_item a {
  display: block;
  line-height: 0;
  transition: .3s;
}
.sec10_3col_item a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px){
  .sec10 {
    padding-bottom: 10px;
  }
  .sec10_2col {
    display: block;
    margin: 40px 0 0 0;
  }
  .sec10_2col_item {
    margin-bottom: 40px;
  }
  .sec10_2col_item:nth-child(2n) {
    margin-left: 0;
  }
  .sec10_3col {
    
  }
  .sec10_3col_item {
    flex-basis: calc(98%*1/2);
    margin-bottom: 40px;
  }
  .sec10_3col_item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .sec10_3col_item:nth-child(2n) {
    margin-left: 2%;
  }
}

/*==========================================
 NEWS＆TOPICS
===========================================*/
.sec11 {
  padding-top: 0;
  padding-bottom: 120px;
}
.sec11 .top_ttl_jp .top_ttl_jp_inr {
  vertical-align: middle;
}
.sec11 .top_ttl_jp img[src$=".svg"] {
  width: 150px;
  vertical-align: middle;
  margin-right: 6px;
}
.sec11_list {
  margin: 80px 0;
}
.sec11_item {
  
}
.sec11_item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #bfbfbf;
}
.sec11_item:first-child a {
  border-top: solid 1px #bfbfbf;
}
.sec11_item a:hover {
  opacity: .7;
}
.sec11_tag {
  flex-basis: 100px;
  width: 100%;
  margin-right: 2%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  background: #eb6c00;
  border-radius: 12px;
  text-align: center;
  padding: 4px 0;
}
.sec11_date {
  flex-basis: 120px;
  width: 100%;
  margin-right: 3%;
  font-size: 1.4rem;
  font-weight: bold;
}
.sec11_ttl {
  flex-basis: calc(95% - 220px);
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}
.sec11_ttl .clamp_inr {
  height: 26px;
}
.sec11_ttl .clamp_inr:before {
  top: 0;
}
@media screen and (max-width: 768px){
  .sec11 {
    padding-bottom: 90px;
  }
  .sec11_ttl {
    flex-basis: 100%;
    margin-top: 8px;
  }
  .sec11_list {
    margin: 30px 0;
  }
}







/*==========================================
 SVGアニメーション
===========================================*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999999;
}
#loader {
  max-width: 220px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #eb6c00;
  transition: .1s;
  opacity: 0;
}
#loader.bg {
  opacity: 1;
}

#logo01 {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: auto;
    width: 220;
    height: 172px;
    visibility: hidden;
}
#logo01.done .cls-1 {
  fill: #fff;
  fill-opacity: 1;
}
#logo01.done path {
  stroke: none;
}
#loader figure {
  height: 100%;
}

.svg-icon {
  width: 100%;
  height: 100%;
}

.st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
  stroke: #2FBAD1;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
 transition: fill-opacity 0.5s;
}

.st2 {
  fill: none;
  stroke: #2FBAD1;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st3 {
  fill: none;
  stroke: #2FBAD1;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st4 {
  fill: none;
  stroke: #2FBAD1;
  stroke-width: 8;
  stroke-miterlimit: 10;
}

.fill {
  fill-opacity: 0;
  fill: #fff;
  transition: fill-opacity 1s;
}

.draw .fill {
  fill-opacity: 1;
}
.top_wrap {
  opacity: 0;
  height: 10000px;
}


@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #first {
    display: none;
  }
  *::-ms-backdrop, .top_wrap {
    opacity: 1;
    height: auto;
  }
  *::-ms-backdrop, #loader-bg {
    display: none !important;
    opacity: 1 !important;
    loader-bg: none !important;
  }
}