@-webkit-keyframes slidein
{
    from
    {
        transform: translate3d(20px,0,0);
        opacity: 0
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes slidein
{
    from
    {
        transform: translate3d(20px,0,0);
        opacity: 0
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes slideup
{
    from
    {
        transform: translate3d(0,20px,0);
        opacity: 0
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes slideup
{
    from
    {
        transform: translate3d(0,20px,0);
        opacity: 0
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.sec
{
    position: relative
}
.sec._main
{
    background-color: #fcfbf9;
    padding: 3.25rem 0 5rem
}
.sec._sub
{
    opacity: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 1.8125rem
}
.sec._sub .sec_content._ratio
{
    margin-top: 1.375rem
}
.sec._sub .sec_content._lifestyle
{
    margin-top: 1.625rem
}
.sec._sub+.sec._sub._sub
{
    margin-top: 3rem
}
.sec._sub._enter
{
    -webkit-animation-name: slideup;
    animation-name: slideup
}
.sec_inner
{
    opacity: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0 1.875rem
}
.sec_inner._enter
{
    -webkit-animation-name: slideup;
    animation-name: slideup
}
.property
{
    display: flex;
/*    flex-direction: column-reverse*/
    flex-direction: column
}
.property_body
{
    border: solid 1px #efe9e2;
    border-radius: .375rem .375rem .375rem .375rem;
/*    padding: 1.25rem 1.5rem*/
}
.property_subbody
{
    padding: 0 1.5rem 1.25rem
}
.property_slider
{
    display: block;
    border-radius: .375rem .375rem 0 0;
    width: 100%;
    min-height: 0%;
    overflow: hidden;
    line-height: 0
}
.property_name
{
    position:relative;
    color: #274c82;
    font-size: 1.125rem;
    padding: 0.85rem 2.6rem 0.5rem 1.5rem;
}
.property_name a
{
    display: block;
    color: #274c82;
    text-decoration: none
}
.property_arrow {
  position:absolute;
  right:18px;
  top:20px;
  padding-top:10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  border-top: 2px solid #274c82;
  border-right: 2px solid #274c82;
  transform: rotate(45deg);
}
.property_linkarea{
    display: block;
    color: #274c82;
    text-decoration: none
}
.property_lead
{
    -webkit-font-smoothing: auto;
/*
    margin-top: 1rem;
    border-top: solid 1px #efe9e2;
*/
    padding-top: .625rem;
    color: #274c82;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: "Noto Serif JP",serif;
    letter-spacing: .09rem
}
.property_lead a
{
    display: block;
    color: #274c82;
    text-decoration: none
}
.property_address
{
    margin-top: .75rem;
    color: #787b85;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .06rem
}
.property_list
{
    color: #787b85;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .06rem
}

/*.property_list-term::after
{
    display: inline-block;
    margin: 0 .3125rem;
    content: ":"
}*/
.property_tag
{
    margin-top: .625rem
}
.tag
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -.25rem
}
.tag_item
{
    margin: .25rem
}

.tag_link
{
    display: block;
    border: solid 1px #ededed;
    border-radius: .25rem;
    padding: .5rem .375rem;
    color: #505050;
    font-size: .75rem;
    line-height: 1;
    text-decoration: none
}
.tag_item2{
    margin: .25rem;
    color: #787b85;
    font-size: .75rem;
    line-height: 1;
    text-decoration: none
}
.tag_item2::after {
	content: "/";
	color: #cccccc;
	font-size:.75rem;
    padding-left: .45rem;
}

.tag_item2:last-child::after {
	content: "";
}


.slider_button
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 1.3375rem;
    height: 1.75rem
}
.slider_button._next::before, .slider_button._next::after
{
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 1.25rem;
    content: ""
}
.slider_button._next::before
{
    transform: rotate(45deg)
}
.slider_button._next::after
{
    transform: rotate(-45deg)
}
.slider_button._next::before, .slider_button._next::after
{
    left: .4375rem
}
.slider_button._next::before
{
    top: .6875rem
}
.slider_button._next::after
{
    top: -.125rem
}
.slider_button._prev::before, .slider_button._prev::after
{
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 1.25rem;
    content: ""
}
.slider_button._prev::before
{
    transform: rotate(45deg)
}
.slider_button._prev::after
{
    transform: rotate(-45deg)
}
.slider_button._prev::before, .slider_button._prev::after
{
    right: .4375rem
}
.slider_button._prev::before
{
    top: -.125rem
}
.slider_button._prev::after
{
    top: .6875rem
}
.slider_button._next
{
    right: .4375rem
}
.slider_button._prev
{
    left: .4375rem
}
.slider_pagination
{
    display: flex;
    position: absolute;
    right: .5rem;
    bottom: 1rem;
    z-index: 1;
    color: #fff;
    font-size: 1rem;
    font-family: Muli
}
.slider_total::before
{
    display: inline-block;
    position: relative;
    margin: 0 .25rem;
    content: "/"
}
.search-content
{
    padding: 0 1.875rem
}
.search-content._padding
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.search-content_heading
{
    color: #fff;
    font-size: 1.375rem;
    letter-spacing: .11rem;
    text-align: center
}
.search-content_nav
{
    margin-top: 2rem
}
.search-content_link+.search-content_link
{
    margin-top: 1rem
}
.ratio_item
{
    opacity: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
}
.ratio_item._enter
{
    -webkit-animation-name: slideup;
    animation-name: slideup
}
.ratio_item+.ratio_item
{
    margin-top: 1rem
}
.ratio_item img
{
    vertical-align: bottom
}
.ratio_item span {
    position: absolute;
    display: block;
    text-align: center;
    font-family: Muli;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 9vw;
    width: 14.7vw;
    bottom: 6.5vw;
}
.ratio_item.ratio3 span {
    bottom: auto;
}
.ratio_item.ratio1 .num1 {
    left: 13.6vw;
}
.ratio_item.ratio1 .num2 {
    right: 13.8vw;
}
.ratio_item.ratio2 .num1 {
    left: 12.5vw;
}
.ratio_item.ratio2 .num2 {
    right: 13.8vw;
}
.ratio_item.ratio3 .num1 {
    top: 19vw;
    left: 20.3vw;
}
.ratio_item.ratio3 .num2 {
    top: 19vw;
    right: 10.5vw;
}
.ratio_item.ratio3 .num3 {
    bottom: 12vw;
    left: 20.3vw;
}
.ratio_item.ratio3 .num4 {
    bottom: 12vw;
    right: 10.5vw;
}
.ratio_note
{
    opacity: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 1.375rem;
    color: #787b85;
    font-size: .625rem;
    line-height: 1.5;
    text-align: right
}
.ratio_note._enter
{
    -webkit-animation-name: slideup;
    animation-name: slideup
}
.lifestyle_inner
{
    display: flex;
    flex-direction: column-reverse
}
.lifestyle_content
{
    opacity: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 2.125rem
}
.lifestyle_content._enter
{
    -webkit-animation-name: slideup;
    animation-name: slideup
}
.lifestyle_heading
{
    color: #274c82;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: .09rem
}
.lifestyle_text
{
    margin-top: .9375rem;
    color: #505050;
    font-size: .875rem;
    line-height: 2;
    letter-spacing: .07rem
}
.lifestyle_link
{
    margin-top: 1.6875rem;
    padding: 0 1.25rem
}
.lifestyle_pic
{
    display: block;
    opacity: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.lifestyle_pic._enter
{
    -webkit-animation-name: slideup;
    animation-name: slideup
}
.lifestyle_pic img
{
    vertical-align: bottom
}
.swiper-container
{
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    overflow: hidden;
    list-style: none
}
.swiper-container-vertical>.swiper-wrapper
{
    flex-direction: column
}
.swiper-wrapper
{
    display: flex;
    position: relative;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
    width: 100%;
    height: 100%
}
.swiper-container-android .swiper-slide, .swiper-wrapper
{
    transform: translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper
{
    flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper
{
    flex-direction: column;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper
{
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-container-pointer-events
{
    touch-action: pan-y
}
.swiper-container-pointer-events.swiper-container-vertical
{
    touch-action: pan-x
}
.swiper-slide
{
    position: relative;
    flex-shrink: 0;
    transition-property: transform;
    width: 100%;
    height: 100%
}
.swiper-slide-invisible-blank
{
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide
{
    height: auto
}
.swiper-container-autoheight .swiper-wrapper
{
    align-items: flex-start;
    transition-property: transform,height
}
.swiper-container-3d
{
    perspective: 1200px
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow
{
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none
}
.swiper-container-3d .swiper-slide-shadow-left
{
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right
{
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top
{
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom
{
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-css-mode>.swiper-wrapper
{
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar
{
    display: none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide
{
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper
{
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper
{
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}
.property_list-group
{
    padding-top: 5px;
}
.nohit_text
    {
        margin: 2rem 0 3rem;
        font-size: .9375rem;
        line-height: 1.87;
        letter-spacing: .075rem;
        text-align: center;
    }
@media print, screen and (min-width: 768px)
{
    .sec._main
    {
        padding: 5rem 0 7.5rem
    }
    .sec._sub
    {
        margin-top: 3.75rem
    }
    .sec._sub .sec_content._ratio
    {
        margin-top: 1.875rem
    }
    .sec._sub .sec_content._lifestyle
    {
        margin-top: 1.75rem
    }
    .sec._sub+.sec._sub._sub
    {
        margin-top: 3.4375rem
    }
    .sec_inner
    {
        margin: 0 auto;
        padding: 0 5%;
        max-width: calc(1080px + 10%)
    }
    .property_body
    {
/*        padding: 1.4375rem 1.5rem 1.25rem*/
    }
    .property_subbody
    {
        padding: 1.4375rem 1.5rem 1.25rem*/
    }
    .property_name a
    {
        transition: opacity .3s
    }
    .property_name a:hover
    {
        opacity: .6
    }
    .property_lead
    {
/*
        margin-top: 1rem;
*/
        padding-top: .4875rem
    }
    .property_lead a
    {
        transition: opacity .3s
    }
    .property_lead a:hover
    {
        opacity: .6
    }
    .property_address
    {
//        margin-top: 2.625rem
    }
    .property_spotTag
    {
//        margin-top: 2.625rem
        margin-top: 1.8rem
    }
    .property_tag
    {
        margin-top: .5625rem
    }
/*
    .tag_link
    {
        transition: background-color .2s linear,border .2s linear,color .2s linear
    }
    .tag_link:hover
    {
        border: solid 1px #274c82;
        background-color: #274c82;
        color: #fff
    }
*/
    .slider_button._next::before, .slider_button._next::after
    {
        transition: left .3s
    }
    .slider_button._next:hover::before, .slider_button._next:hover::after
    {
        left: .8125rem
    }
    .slider_button._prev::before, .slider_button._prev::after
    {
        transition: right .3s
    }
    .slider_button._prev:hover::before, .slider_button._prev:hover::after
    {
        right: .8125rem
    }
    .slider_pagination
    {
        right: 1rem;
        bottom: 1.5rem
    }
    .search-content._padding
    {
        padding-top: 0;
        padding-bottom: 0
    }
    .search-content
    {
        padding: 3rem
    }
    .search-content_heading
    {
        font-size: 1.75rem;
        letter-spacing: .14rem
    }
    .search-content_body
    {
        margin: 2rem auto 0;
        max-width: 50rem
    }
    .search-content_nav
    {
        display: flex;
        justify-content: center;
        margin-top: 4rem
    }
    .search-content_link
    {
        margin: 0 1.25rem;
        width: 15.9375rem
    }
    .search-content_link+.search-content_link
    {
        margin: 0 1.25rem
    }
    .ratio_group
    {
        display: flex
    }
    .ratio_item+.ratio_item
    {
        margin-top: 0;
        margin-left: .9375rem
    }
    .ratio_item span {
        font-size: 38px;
        width: 55px;
        bottom: 25px;
    }
    .ratio_item.ratio1 .num1 {
        left: 52px;
    }
    .ratio_item.ratio1 .num2 {
        right: 63px;
    }
    .ratio_item.ratio2 .num1 {
        left: 47px;
    }
    .ratio_item.ratio2 .num2 {
        right: 68px;
    }
    .ratio_item.ratio3 .num1 {
        top: 79px;
        left: 85px;
    }
    .ratio_item.ratio3 .num2 {
        top: 79px;
        right: 50px;
    }
    .ratio_item.ratio3 .num3 {
        bottom: 50px;
        left: 85px;
    }
    .ratio_item.ratio3 .num4 {
        bottom: 50px;
        right: 50px;
    }
    .ratio_note
    {
        margin-top: 1.3125rem;
        font-size: .75rem;
        line-height: 1.5;
        letter-spacing: .06rem;
        text-align: left
    }
    .ratio_note br
    {
        display: none
    }
    .lifestyle_inner
    {
        flex-direction: row
    }
    .lifestyle_content
    {
        margin-top: 0;
        padding-right: 2.5rem;
        width: 52%
    }
    .lifestyle_heading
    {
        margin-top: .4375rem
    }
    .lifestyle_text
    {
        margin-top: 1.25rem;
        font-size: .9375rem;
        line-height: 1.87;
        letter-spacing: .075rem
    }
    .lifestyle_link
    {
        margin-top: 2rem;
        padding: 0;
        width: 19.6875rem
    }
    .lifestyle_pic
    {
        width: 48%
    }
    .property_list-group
    {
        display: flex;
        padding-top: 5px;
    }
    .nohit_text
    {
        margin: 3rem 0 5rem;
        font-size: 1.125rem;
        line-height: 1.87;
        letter-spacing: .075rem
    }
    .content._property .content_head {
        align-items: flex-start;
    }
    .contact_area {
        width: calc(50% - 20px);
    }
}
.contact_area .contact_txt {
    line-height: 1.7;
    position: relative;
    padding-left: 50px;
    font-size: 13px;
    margin-bottom: 15px;
}
.contact_area .contact_txt::before {
    content: '';
    width: 39px;
    height: 49px;
    display: block;
    background: url(/img/property/icon_contact_text.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -2px;
    left: 0;
}
.contact_area:lang(en) .contact_txt {
    font-size: 14px;
    line-height: 1.6;
}
.contact_area:lang(en) .contact_txt::before {
    width: 40px;
    height: 35px;
    background: url(/img/property/icon_contact_text_en.svg) no-repeat center;
    background-size: contain;
    top: 4px;
}
.contact_area .catch_txt {
    line-height: 1.7;
    position: relative;
    font-size: 13px;
    margin-top: 15px;
}
@media screen and (max-width: 768px)
{
    .contact_area {
        margin-top: 1.5rem;
    }
    .contact_area .contact_txt {
        padding-left: 40px;
    }
    .contact_area .contact_txt::before {
        width: 27px;
        height: 30px;
        top: 3px;
        left: 0;
    }
    .contact_area .link {
        max-width: 310px;
        margin: 0 auto;
    }
    .contact_area:lang(en) .contact_txt {
        font-size: 13px;
        line-height: 1.7;
    }
    .contact_area:lang(en) .contact_txt::before {
        width: 30px;
        height: 25px;
    }
}
@media print, screen and (min-width:768px) and ( max-width:1200px) {
  .ratio_item span {
    font-size: 3vw;
    width: 4.8vw;
    bottom: 2.3vw;
  }
  .ratio_item.ratio1 .num1 {
      left: 5.2vw;
  }
  .ratio_item.ratio1 .num2 {
      right: 4.1vw;
  }
  .ratio_item.ratio2 .num1 {
      left: 4.9vw;
  }
  .ratio_item.ratio2 .num2 {
      right: 4.5vw;
  }
  .ratio_item.ratio3 .num1 {
      top: 6.5vw;
      left: 7.5vw;
  }
  .ratio_item.ratio3 .num2 {
      top: 6.5vw;
      right: 3.5vw;
  }
  .ratio_item.ratio3 .num3 {
      bottom: 4.3vw;
      left: 7.5vw;
  }
  .ratio_item.ratio3 .num4 {
      bottom: 4.3vw;
      right: 3.5vw;
  }
}

/* 2023.10.05 */
.campaign_banner_top{ margin:2.5em 0 -25px;text-align:center;}
.campaign_banner_bottom{ margin:40px 0 40px;text-align:center;}
.campaign_banner_top img,.campaign_banner_bottom img{ width:auto;}
@media screen and (max-width:768px) {
	.campaign_banner_top{ margin:0 1.875rem 0px;}
	.campaign_banner_top img,.campaign_banner_bottom img{ width:100%;}
	.content._article{
		padding-bottom: 0 !important;
	}
  

}


