@charset "UTF-8";
.mb30{
    margin-bottom: 30px;
}
.mb80{
    margin-bottom: 80px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}

body.popActive{
 /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
 /*Google Chrome、Safariへの対応*/
body.popActive::-webkit-scrollbar{
  display: none;
}


.key{
    max-width: 800px;
    margin: auto;
}
.keyFukidashi {
    padding: 2em 0;
}
.keyFukidashi {
    transform: scale(0);
    transform-origin: center;
}
.keyFukidashi.inView{
animation: 0.5s bounce linear forwards;
}
@keyframes bounce{
0%{ transform: scale(0);}
70%{ transform: scale(1.1);}
85%{ transform: scale(0.9);}
100%{ transform: scale(1);}
}
.keyimg_text {
    position: relative;
}
.keyimg_text:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    transition: 0.5s;
}
.keyimg_text.inView:after {
    width: 0%;
}
.note {
    font-size: 1.2rem;
    display: block;
}
section.mvStyle_01.slide01Area {
    margin-top: -20px;
}
.mainCopy {
    margin-top: 10px;
    font-size: 1.8rem;
}
.housesBuilt {
    background-color: #ebe9d8;
    padding: 5rem 0;
    margin-bottom: 0;
}
.housesBuiltContentWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.housesBuiltContent{
    width: 50%;
}
.housesBuiltContent {
    width: 50%;
    padding: 4rem;
    position: relative;
}
.housesBuiltContent p.housesBuiltContentTitle {
    line-height: 1em;
    text-align: center;
}
.housesBuiltContent p {
    max-width: 400px;
    margin: auto;
    text-align: left;
}
.housesBuiltContent img {
    max-width: 300px;
    width: 100%;
}
.housesBuiltContent:nth-child(1):after {
    display: block;
    content: '';
    background-image: url(../img/dot.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 10px;
    position: absolute;
    bottom: -6px;
    right: -4px;
}
.housesBuiltContent:nth-child(2):after {
    display: block;
    content: '';
    background-image: url(../img/dot_yoko.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 6px;
}
.housesBuiltContent:nth-child(3):after {
    display: block;
    content: '';
    background-image: url(../img/dot_yoko.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 6px;
    /* background-position-x: right; */
    transform: rotate(180deg);
    transform-origin: top;
}
.housesBuiltContent:nth-child(4):after {
    display: block;
    content: '';
    background-image: url(../img/dot.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 10px;
    position: absolute;
    top: -35px;
    left: -6px;
}
.housesBuiltContent:nth-child(1) .color {
    color: #ba132d;
}
.housesBuiltContent:nth-child(2) .color {
    color: #d69600;
}
.housesBuiltContent:nth-child(3) .color {
    color: #749141;
}
.housesBuiltContent:nth-child(4) .color {
    color: #5089c0;
}
.housesBuiltContent span{
    display: block;
    text-align: center;
}
.housesBuiltContentTitle {
    font-size: 3.5rem;
}
.housesBuiltContentTitle.color {
    padding-bottom: 0.5rem;
}
.housesBuiltContent p .color {
    padding-bottom: 1em;
}

.serif{
    font-family: "Noto Serif JP", serif !important;
}

.ownersStory .titleImg {
    max-width: 480px;
    width: 100%;
    padding: 2rem 0 4rem;
}
.ownersStory {
/*    background-color: #e9f1f4;*/
    margin-top: 0;
    padding: 80px 0;
    position: relative;
}
.ownersStory:before {
    background-color: #e9f1f4;
    display: block;
    position: absolute;
    content: '';
    width: 65%;
    z-index: -1;
    right: 0;
    top: 30%;
    bottom: 7%;
    margin: auto;
}
.ownersStoryContent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3vw 0;
}
.ownersStoryContent .photo {
    width: 55%;
}
.ownersStoryContent .sentence {
    width: 45%;
    padding: 2rem;
}
.sentence p {
    text-align: left;
    padding-bottom: 3rem;
}
.slick-dots {
    position: absolute;
    bottom: -24px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    width: 30px;
    border-radius: 0;
    height: 5px;
}
.mvStyle_01 .pageTtl {
    margin-bottom: 1rem;
}
.areainfoLinkIngWrap {
    max-height: 244px;
    overflow: hidden;
}
.townLinkText {
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif !important;
    color: #223e69;
    text-decoration: underline;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #223e69; */
}
.ownersStoryTitle {
    font-size: 3rem;
}
.title,
.address,
.price
 {
    font-size: 1.3rem;
    color: #666;
    line-height: 1.2;
    padding: 1rem;
    text-align: left;
}
.estateSlide table {
    border-collapse: collapse;
}
.estateSlide th,
.estateSlide td{
    border: 1px solid #DDD;
    font-size: 1.3rem;
    padding: 12px;
}
.estateSlide th{
    background-color: #f5f5f5;
    vertical-align: middle;
    text-align: center;
    width: 8em;
    color: #666;
}
.estate_not_found {
    font-size: 1.6rem;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px;
    color: #666;
    max-width: 600px;
    margin: auto;
}

.mapWrap .pageTtl {
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif !important;
    font-size: 3.6rem;
    color: #223e69;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1rem;
}
.prefPop{
    display: none;
}
#estateMap a,
.mapBox_sp .box a {
    pointer-events: none;
}

.prefTitleWrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.prefTitle {
    padding: 0 20px;
    background-color: #FFF;
    width: 80%;
    max-width: 300px;
    text-align: center;
    font-size: clamp(16px,4vw,24px);
    border-radius: 10px;
    font-family: "Noto Serif JP", serif !important;
    color: #223e69;
}
.prefPop.popActive {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 77%);
    z-index: 99999;
    overscroll-behavior-y: contain;
}
.estateItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
/*    flex-direction: column;*/
}
.prefPop.popActive ul {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
    /* padding: 5vw; */
    /* height: 100%; */
    /* overflow-y: scroll; */
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.prefPop.popActive li {
    width: calc(100% / 3);
    margin: 1vw;
}
.estateItemWrap .estateBlock a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.setateImg img {
    width: 100%;
    height: 19vw;
    max-height: 270px;
    object-fit: cover;
    display: block;
}
.setateImg {
    width: 100%;
}
html.popActive, body.popActive {
    /* height: 100%; */
    overflow: hidden;
}
.prefPop.popActive li {
    width: calc(100% / 3 - 2vw);
    margin: 1vw;
    padding: 1vw;
    background-color: #FFF;
    max-width: 450px;
}
.popClose {
    position: absolute;
    top: 1%;
    right: 3%;
    width: 4vw;
    max-width: 45px;
}
.estateBlock th {
    border: 1px solid #DDD;
    background-color: #f5f5f5;
    vertical-align: middle;
    text-align: center;
    width: 8em;
    color: #666;
    text-align: left;
    padding: 0 10px;
    font-size: 1.3rem;
    height: 38px;
    box-sizing: border-box;
    white-space: nowrap;
}
.estateBlock td {
    border: 1px solid #DDD;
    font-size: 1.3rem;
    /* padding: 0 12px; */
    /* overflow: hidden; */
    /* overflow: hidden; */
    /* width: 76%; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.estateBlock table {
    width: 100%;
}
.estateBlock .address {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.estateButtonWrap {
    display: flex;
    justify-content: space-between;
    align-items: revert;
}
.estateButtonWrap .btnStyle_01 {
    width: 40%;
}
.estateButtonWrap .btnStyle_01.blue {
    width: 58%;
}

.estateBlock .btnStyle_01.sml a {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid #ddd;
    background-position-x: 91%;
}
.estateBlock .btnStyle_01.sml.blue a {
    text-align: left;
    background-position-x: 95%;
}
.estateBlock .btnStyle_01.sml.blue a span{
    margin-left: 0.5vw;
}
.slider{
    margin: 0;
}
.prefPop.popActive .estateBlock .btnStyle_01.sml.blue a span {
/*    margin-left: 0.25em;*/
    margin: auto;
}
.prefPop.popActive .estateBlock .btnStyle_01.sml a span {
/*    margin-left: 0.7vw;*/
    margin: auto;
}
.slick-initialized .slick-slide {
    display: block;
}
.estateBlock {
    padding: 1vw;
}
.cmn02_nml > li.area-info_single {
    margin: auto;
    max-width: 386px;
    padding: 0 10px 50px;
}
.cmn02_nml.area_info_list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cmn02_nml.area_info_list > li.area-info_single {
    width: calc(100% / 3);
    margin: 0;
}
.btnStyle_01 .linkBox {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid #ddd;
    background-position-x: 91%;
    display: block;
    background: #223e69 url(/lib/cmn_img/common/arw01.png) no-repeat center right 15px/22px 22px;
/*    background-image: url(/lib/cmn_img/common/arw01.png);*/
    background-color: #fff;
    padding: 15px 5px;
    background-size: 18px 18px;
    border-radius: 5px;
    min-height: 60px;
}
.area_info_list .btnStyle_01 .linkBox span {
    font-size: 14px;
}
.campaignBannerImgWrap {
    display: inline-block;
    max-width: 800px;
    position: relative;
    margin-bottom: 40px;
}
.cta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.campaignBannerButtonWrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.campaignBannerButtonWrap.element2 .campaignBannerButton {
    width: 45%;
}
.campaignBannerButtonWrap.element2 .campaignBannerButton a{
    padding: 0.5em 1em;
    box-sizing: border-box;
    background-color: #934a2a;
    border-radius: 5px;
    font-size: 1.5em;
    color: #FFF;
    display: block;
    text-align: center;
    border: 1px solid #FFF;
    box-shadow: 0px 0px 20px #6f1000;
}
.campaignBannerButtonWrap {
    background-image: url(../img/sweden_bnr_02.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: bottom;
    padding: 0 2.5em 11.5em;
}


@media screen and (max-width: 1200px) {
.prefPop.popActive li {
    width: 46%;
}
}
@media screen and (max-width: 1100px) {
.cmn02_nml.area_info_list > li.area-info_single .townLinkText {
    font-size: clamp(12px,1.6vw,20px);
}
}
@media screen and (max-width: 850px) {
.prefPop.popActive .estateBlock .btnStyle_01.sml.blue a span,
.estateBlock .btnStyle_01.sml.blue a {
    text-align: left;
    background-position-x: 96%;
    margin-left: 0;
}
}
@media screen and (max-width: 800px) {
.prefPop.popActive .estateBlock .btnStyle_01.sml a span {
    margin-left: 0.7vw;
    /* margin: auto; */
}
}
@media screen and (max-width: 768px) {
.housesBuiltContent {
    width: 100%;
}
.mvStyle_01 .pageTtl {
    font-size: 4vw;
}
.mapWrap .pageTtl {
    font-size: 2rem;
}
.mainCopy {
    font-size: 1.35rem;
    text-align: left;
}
.housesBuiltContent {
    padding: 1rem;
}
.housesBuiltContent:nth-child(1):after,
.housesBuiltContent:nth-child(2):after,
.housesBuiltContent:nth-child(3):after,
.housesBuiltContent:nth-child(4):after{
    display: none;
}
.housesBuiltContent .housesBuiltContentTitle.serif {
    text-align: center;
}
.housesBuiltContentTitle {
    font-size: 2.5rem;
    line-height: 1em;
    padding-bottom: 2rem;
}
.ownersStory .titleImg {
    max-width: 260px;
}
.ownersStoryContent {
    flex-direction: column;
}
.ownersStoryContent .photo {
    width: 100%;
}
.ownersStoryContent .sentence {
    width: 100%;
}
.ownersStoryTitle {
    font-size: 2rem;
    padding: 2rem 0 0;
}
.slick-dots li {
    width: 12px;
}
.pc{
    display: none;
}
.sp{
    display: block;
}

.textCenter {
    text-align: left;
}
.estateSlide th, .estateSlide td {
    display: block;
    width: 100%;
    padding: 5px;
}
.estateBlock .address,
.title, .address, .price {
    padding: 7px 0;
    min-height: 30px;
}
.estateBlock th, .estateBlock td {
    display: block;
    width: 100%;
    padding: 5px;
}
.ownersStory:before {
    width: 100%;
}
.cmn02_nml.area_info_list {
    flex-wrap: wrap;
}
.cmn02_nml.area_info_list > li.area-info_single {
    width: 50%;
}
.cmn02_nml.area_info_list > li.area-info_single .townLinkText {
    font-size: 2.0vw;
}
}
@media screen and (max-width: 680px) {
    .prefPop.popActive li {
    width: 100%;
}
.setateImg img {
     height: auto; 
}
.mapWrap .pageTtl {
    font-size: 4vw;
}
.prefPop.popActive ul {
    justify-content: center;
}
.prefPop.popActive .estateBlock .btnStyle_01.sml.blue a span{
    margin: auto;

}
.prefPop.popActive .estateBlock .btnStyle_01.sml a span {
    margin: auto;
}
.mvStyle_01 .pageTtl {
    font-size: 6vw;
}
.campaignBannerButtonWrap.element2 .campaignBannerButton a {
    font-size: 1.0em;
}
.campaignBannerButtonWrap {
    padding: 0 1.2em 2em;
}
.cmn02_nml.area_info_list > li.area-info_single {
    width: 100%;
}
.cmn02_nml.area_info_list > li.area-info_single .townLinkText {
    font-size: clamp(14px,3.0vw,20px);
}

}