@charset "UTF-8";
/* コンテンツ */

@keyframes sl_zoom_ani {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);

  }
}
@keyframes sl_pan_down {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;

  }
}
@keyframes sl_pan_left {
  0% {
    background-position: right 20% center;
  }
  100% {
    background-position: left 20% center;

  }
}
@keyframes sl_pan_right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;

  }
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    z-index: 3000;
}
#bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ccc;
    pointer-events: none;
    z-index: 10001
}
#main_slide {
	position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    color: #fff;
}
#main_slide .swiper-container_main {
	position:relative;
	width: 100%;
	height: 100%;
}
#main_slide .swiper-slide {
	position:relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

/* movie使用時
#main_slide .swiper-container-fade .swiper-slide {
    opacity: 0 !important;
    &.swiper-slide-active {
        opacity: 1 !important;
    }
}*/

#main_slide section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
    background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sd1 section {
    background-image: url("../slide/01.webp");
}
.sd2 section {
    background-image: url("../slide/02.webp");
}
.sd3 section {
    background-image: url("../slide/03.webp");
}
.sd4 section {
    background-image: url("../slide/04.webp");
}

.sd1.swiper-slide-active section,
.sd1.swiper-slide-duplicate-active section,
.sd1.swiper-slide-prev section {
  animation: sl_zoom_ani 15s ease 0s normal both;
}
.sd2.swiper-slide-active section,
.sd2.swiper-slide-duplicate-active section,
.sd2.swiper-slide-prev section {
  animation: sl_zoom_ani 15s ease 0s normal both;
}
.sd3.swiper-slide-active section,
.sd3.swiper-slide-duplicate-active section,
.sd3.swiper-slide-prev section {
  animation: sl_zoom_ani 15s ease 0s normal both;
}
.sd4.swiper-slide-active section,
.sd4.swiper-slide-duplicate-active section,
.sd4.swiper-slide-prev section {
  animation: sl_zoom_ani 15s ease 0s normal both;
}

#main_slide figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}
.main_tx {
    z-index: 1;
    line-height: 1;
}
.main_tx img {
    width: 70%;
    max-width: 1200px;
}
/*.main_tx h2 {
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.main_tx p {
    margin-top: 2em;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}*/

@media screen and (max-width: 960px) {
#main_slide {
    height: auto;
    min-height: auto;
    aspect-ratio:4 / 3;
}
/*.main_tx h2 {
    font-size: 4vw;
}
.main_tx p {
    margin-top: 2em;
    font-size: 0.92em;
}*/

}

@media screen and (max-width: 520px) {
#main_slide {
    aspect-ratio:3 / 4;
}
.sd1 section {
    background-position: right 20% center;
}
.sd2 section {
    background-position: right 20% center;
}
.sd3 section {
    background-position: right 20% center;
}
.sd4 section {
    background-position: right 20% center;
}

.sd1.swiper-slide-active section,
.sd1.swiper-slide-duplicate-active section,
.sd1.swiper-slide-prev section {
  animation: sl_pan_left 15s ease 0s normal both;
}
.sd2.swiper-slide-active section,
.sd2.swiper-slide-duplicate-active section,
.sd2.swiper-slide-prev section {
  animation: sl_pan_left 15s ease 0s normal both;
}
.sd3.swiper-slide-active section,
.sd3.swiper-slide-duplicate-active section,
.sd3.swiper-slide-prev section {
  animation: sl_pan_left 15s ease 0s normal both;
}
.sd4.swiper-slide-active section,
.sd4.swiper-slide-duplicate-active section,
.sd4.swiper-slide-prev section {
  animation: sl_pan_left 15s ease 0s normal both;
}

.main_tx img {
    width: 60%;
    margin-top: 50px;
}

/*.main_tx h2 {
    font-size: 5vw;
}
.main_tx p {
    margin-top: 2em;
    font-size: 0.84em;
}*/

}




.house_box {
    position: relative;
    width: 100%;
    margin-top: 3em;
}
.swiper-container_hs,.swiper-container_hs2 {
	position:relative;
	width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 961px) {
.swiper-container_hs .swiper-wrapper,.swiper-container_hs2 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.swiper-container_hs .swiper-slide,.swiper-container_hs2 .swiper-slide {
    width: 31%;
    margin-bottom: 3em;
}
}
.swiper-container_hs .swiper-slide section,.swiper-container_hs2 .swiper-slide section {
    position: relative;
    width: 100%;
    aspect-ratio: 120 / 83;
    overflow: hidden;
}
.swiper-container_hs .swiper-slide img,.swiper-container_hs2 .swiper-slide img {
    width: 100%;
}
.swiper-container_hs .swiper-slide h5,.swiper-container_hs2 .swiper-slide h5 {
    text-align: left;
    line-height: 1.5;
    font-size: 1.08em;
    font-weight: 500;
    margin-top: 0.7em;
}
.swiper-container_hs .swiper-slide p,.swiper-container_hs2 .swiper-slide p {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
    font-size: 1em;
    margin-top: 0.5em;
}
.swiper-container_hs .swiper-slide p span,.swiper-container_hs2 .swiper-slide p span {
    border: 1px solid #666;
    font-size: 0.84em;
    width: 7em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
}
.swiper-container_hs .swiper-slide h6,.swiper-container_hs2 .swiper-slide h6 {
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    background-color: #223355;
    color: #fff;
    font-weight: 500;
    font-size: 0.84em;
    line-height: 1;
    width: 8em;
    height: 2.2em;
    padding-left: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url("../img/arr_tin_w.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 40%;
    pointer-events: none;
    transition: all 0.3s;
}
.swiper-container_hs .swiper-slide a,.swiper-container_hs2 .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.swiper-container_hs .swiper-slide a:hover,.swiper-container_hs2 .swiper-slide a:hover {
   transform: scale(1.1);
}
.next_hs,.prev_hs,.next_hs2,.prev_hs2 {
    display: none;
}

@media screen and (max-width: 960px) {
.house_box {
    position: relative;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 2em;
}
.swiper-container_hs .swiper-slide,.swiper-container_hs2 .swiper-slide {
    width: 100%;
    margin-bottom: 0;
}
.next_hs,.prev_hs,.next_hs2,.prev_hs2 {
    display: block;
}
.prev_hs,.prev_hs2 {
    left: -4% !important;
}
.next_hs,.next_hs2 {
    right: -4% !important;
}

}

@media screen and (max-width: 520px) {
.house_box {
    margin-top: 2em;
    margin-bottom: 2em;
}

}


.lot_area {
    margin-top: 3em;
}
.lot_area ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lot_area ul li {
    width: 47%;
}
.lot_area ul li:last-child img {
    width: 100%;
}
.lot_area ul li:last-child a {
    border: 1px solid #666;
    display: block;
}
.lot_area ul li:last-child p {
    margin-bottom: 2em;
}

.lot_box {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}
.swiper-container_lt,.swiper-container_lt2 {
	position:relative;
	width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 521px) {
.swiper-container_lt .swiper-slide,.swiper-container_lt2 .swiper-slide {
    display: none;
}
.swiper-container_lt .swiper-slide:nth-of-type(1),.swiper-container_lt2 .swiper-slide:nth-of-type(1) {
    display: block;
}
}
.swiper-container_lt .swiper-slide,.swiper-container_lt2 .swiper-slide {
    width: 100%;
}
.swiper-container_lt .swiper-slide section,.swiper-container_lt2 .swiper-slide section {
    position: relative;
    width: 100%;
    aspect-ratio: 120 / 83;
    overflow: hidden;
}
.swiper-container_lt .swiper-slide img,.swiper-container_lt2 .swiper-slide img {
    width: 100%;
}
.swiper-container_lt .swiper-slide h5,.swiper-container_lt2 .swiper-slide h5 {
    display: none;
}
.swiper-container_lt .swiper-slide p,.swiper-container_lt2 .swiper-slide p {
    display: none;
}
.swiper-container_lt .swiper-slide h6,.swiper-container_lt2 .swiper-slide h6 {
    display: none;
}
.swiper-container_lt .swiper-slide a,.swiper-container_lt2 .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.swiper-container_lt .swiper-slide a:hover,.swiper-container_lt2 .swiper-slide a:hover {
   transform: scale(1.1);
}
.next_lt,.prev_lt,.next_lt2,.prev_lt2 {
    display: none;
}

@media screen and (max-width: 960px) {
.lot_box {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}
}

@media screen and (max-width: 520px) {
.lot_area {
    margin-top: 2em;
}
.lot_area ul li {
    width: 100%;
}
.lot_area ul li:last-child {
    margin-top: 3em;
}
.lot_area ul li:last-child a {
    
}
.lot_box {
    margin-bottom: 2em;
}
.swiper-container_lt .swiper-slide h5,.swiper-container_lt2 .swiper-slide h5 {
    display: block;
    text-align: left;
    line-height: 1.5;
    font-size: 1.08em;
    font-weight: 500;
    margin-top: 0.7em;
}
.swiper-container_lt .swiper-slide p,.swiper-container_lt2 .swiper-slide p {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
    font-size: 1em;
    margin-top: 0.5em;
}
.swiper-container_lt .swiper-slide p span,.swiper-container_lt2 .swiper-slide p span {
    border: 1px solid #666;
    font-size: 0.84em;
    width: 7em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
}
.swiper-container_lt .swiper-slide h6,.swiper-container_lt2 .swiper-slide h6 {
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    background-color: #223355;
    color: #fff;
    font-weight: 500;
    font-size: 0.84em;
    line-height: 1;
    width: 8em;
    height: 2.2em;
    padding-left: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url("../img/arr_tin_w.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 40%;
    pointer-events: none;
    transition: all 0.3s;
}
.next_lt,.prev_lt,.next_lt2,.prev_lt2 {
    display: flex;
}
.prev_lt,.prev_lt2 {
    left: -4% !important;
}
.next_lt,.next_lt2 {
    right: -4% !important;
}

}


