
/*===　reset === */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
}

h1{
        color: #373737;
        font-size: 12px;
        font-weight: normal;
        line-height: 2em;
        padding-left: 10px;
        position: absolute;
        top: 0;
        z-index: 150;
        margin: 0;
}
/*====================================================
////id |  mv
====================================================*/
#mv .mv_bg {
    /*background: url('../img/top/main_bg.webp') no-repeat center / cover;*/
    margin-top: -153px;
    padding-top: 153px;
}
#mv .mv_txt {
    padding: 20px 0 70px;
    max-width: unset;
}
#mv .mv_txt_bubbles {
    display: flex;
    justify-content: left;
    padding: 30px 20px;
    max-width: unset;
}
#mv .mv_txt_bubbles li {
    font-size: 30px;
    display: block;
    border-radius: 50%;
    /* background: linear-gradient(#0d2c4bdb, #091863ab); */
    line-height: 120px;
    text-align: center;
    height: 120px;
    width: 117px;
    margin: 10px 10px 10px 10px;
    color: #0d2c4b;
    font-weight: bold;
}
#mv .mv_txt_bubbles li:first-child {
    margin: 0px 10px 10px 10px;
}
#mv .mv_txt_bubbles li:nth-child(2) {
    margin: 10px 10px 0px 10px;
}
#mv .mv_txt_bubbles li:nth-child(3) {
    margin: 5px 10px 10px 10px;
}
#mv .mv_txt_bubbles li:nth-child(4) {
    margin: 10px 10px 5px 10px;
}
#mv .mv_txt_bubbles li:nth-child(5) {
    margin: 0px 10px 10px 10px;
}
#mv .mv_link_kuchiokmibadge {
    position: absolute;
    top: 200px;
    right: 5%;
    z-index: 50;
    width: 250px;
    img{
        width: 200px;
    }
}
#mv .mv_link_cmmovie {
    position: absolute;
    bottom: 70px;
    right: 5%;
    z-index: 50;
    img{width: 450px;}
}
#mv h2 {
    color: #232323;
    display: flex;
        align-items: center;
        /*flex-direction: column-reverse;*/
        grid-gap: .6em;
    float: none;
    font-weight: bold;
    font-size: min(6vw, 100px);
    line-height: 1.5;
    overflow: visible;
    position: relative;
    text-align: right;
    /*text-shadow: 2px 2px 0 rgba(0, 0, 0, .6);*/
    white-space: normal;
    width: 100%;
}
#mv h2 .txt .small {
    font-size: min(4.5vw, 43px);
    line-height: 1.3;
    padding-right: 0.5em;
    color: #e61d25;
    text-shadow:
    1px 1px 0 #CCC, -1px -1px 0 #CCC, /* 右下方向に影 */
    -1px 1px 0 #CCC,  1px -1px 0 #CCC, /* 左下方向に影 */
    1px 0 0 #CCC, -1px  0 0 #CCC, /* 左上方向に影 */
    0 1px 0 #CCC,  0 -1px 0 #CCC; /* 右上方向に影 */
}
#mv h2 img {
    /*width: min(80vw, 350px);*/
    width: 700px;
}
#mv .mv_link {
    display: flex;
    justify-content: left;
    padding: 0 0 75px;
    max-width: unset;
}
#mv .mv_link a {
    border: solid 2px #CEC093;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
}
#mv .mv_link a::before {
    background: var(--mainColor);
    content: '';
    display: block;
    margin: auto;
    opacity: .9;
    position: absolute;
        top: 0;
        left: 0;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#mv .mv_link a dl {
    display: flex;
        align-items: center;
    font-weight: 700;
}
#mv .mv_link a dt {
    font-size: min(4vw, 28px);
    line-height: 1.5;
    padding: 12px 36px;
    position: relative;
}
#mv .mv_link a dt::after {
    border-left: solid 3px #fff;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
    width: 0;
    height: 45%;
}
#mv .mv_link a dd {
    font-size: 14px;
    padding: 12px 36px;
}



/*******メイン背景画像*************/
.cb-slideshow,
.cb-slideshow:after {
	width: 75%;
	position: absolute;
	height: 700;
	top: 180px;
	right: 0px;
	z-index: -20;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cb-slideshow:after {
	content: '';
	background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(3n) span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 25%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 240px;
	padding: 0;
	line-height: 200px;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(/img/top/main_bg_1.jpg);
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(/img/top/main_bg_2.jpg);
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(/img/top/main_bg_3.jpg);
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(/img/top/main_bg_1.jpg);
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(/img/top/main_bg_2.jpg);
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
	background-image: url(/img/top/main_bg_3.jpg);
	animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
	animation-delay: 30s;
}
@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1
	}
	25% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@keyframes titleAnimation {
	0% {
		opacity: 0
	}
	8% {
		opacity: 1
	}
	17% {
		opacity: 1
	}
	19% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}











@media (hover: hover) {
    #mv .mv_link a:hover {
        transform: scale(1.01);
    }
    #mv .mv_link a:hover::before {
        opacity: 1;
    }
}

/*====================================================
////id |  information
====================================================*/
#info_iframe_top iframe{
    width: 100%;
    height: 210px;
}
.info_iframe_bottom iframe{
	width: 100%;
	height: 360px;
}

#information {
    border-bottom: solid 3px #aaa;
    padding: 30px 0;
}
#information .info_inner {
    max-width: 1540px;
}
#information .info_wrap {
    min-height: 56px;
    padding: 0 min(15vw, 200px) 0 min(25vw, 290px);
    position: relative;
}
#information .info_ttl {
    display: flex;
        align-items: center;
        justify-content: center;
    position: absolute;
        top: 0;
        left: 0;
    width: min(25vw, 290px);
    height: 100%;
}
#information .info_items {
    position: relative;
}
#information .info_ttl::after ,
#information .info_items::after {
    border-right: solid 3px #aaa;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    width: 0;
    height: 56px;
}
#information .info_ttl h2 {
    font-size: 26px;
    font-weight: 700;
}
#information .slick-slide{ height:auto!important; }
#information .info_item {
    font-size: 14px;
}
#information .info_item a {
    color: #626262;
    display: grid;
        align-items: center;
        grid-gap: 0 1em;
        grid-template-columns: 7em 1fr auto;
    font-weight: 700;
    padding: 15px min(4vw, 70px);
    min-height: 56px;
}
#information .info_item a::before {
    background-color: #f6f6f6;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    transition: .3s ease-in-out;
    width: 0;
    /* width: 100%; */
    height: 100%;
    z-index: -1;
}
#information .info_item a::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14 14"><path fill="black" d="M6.96165 13.7159L5.47869 12.2457L9.37145 8.35298H0.25V6.19247H9.37145L5.47869 2.30611L6.96165 0.829545L13.4048 7.27273L6.96165 13.7159Z" /></svg>') no-repeat center / contain;
    content: '';
    display: block;
    transition: .3s ease-in-out;
    width: 1em;
    height: 1em;
    z-index: -1;
}
#information .info_item .text {
    padding-right: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#information .info_link {
    display: flex;
        align-items: center;
        justify-content: center;
    position: absolute;
        top: 0;
        right: 0;
    width: min(15vw, 200px);
    height: 100%;
}
#information .info_link a {
    font-size: 14px;
    font-weight: 700;
    padding: .3em 0;
    position: relative;
    white-space: nowrap;
}
#information .info_link a::before {
    border-bottom: solid 2px var(--mainColor);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    transition: .3s ease-in-out;
    width: 20px;
    height: 0;
}
#information .info_link a::after {
    border: solid var(--mainColor);
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    margin: auto;
    opacity: 0;
    position: absolute;
        left: calc(50% + 3px);
        bottom: -3px;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    width: 6px;
    height: 6px;
}
@media screen and (max-width: 960px) {
    #information .info_wrap {
        padding: 0;
    }
    #information .info_ttl {
        justify-content: flex-start;
        margin-bottom: 10px;
        padding: 0 0 0 4vw;
        position: relative;
        width: auto;
        height: auto;
    }
    #information .info_items::after ,
    #information .info_ttl::after {
        display: none;
    }
    #information .info_items a {
        padding: 15px 4vw;
    }
    #information .info_link {
        margin-top: 10px;
        position: relative;
        width: 100%;
        height: auto;
    }
}
@media (hover: hover) {
    #information .info_item a:hover::before {
        width: 100%;
    }
    #information .info_item a:hover::after {
        transform: translateX(5px);
    }
    #information .info_link a:hover::before {
        width: 40px;
    }
    #information .info_link a:hover::after {
        left: calc(50% + 13px);
        opacity: 1;
    }
}

/*====================================================
////id |  service
====================================================*/
#service .service_ttl {
    display: grid;
        align-items: center;
        grid-gap: 20px min(3vw, 80px);
        grid-template-columns: auto 1fr;
    padding: 100px 0 0;
}
#service .service_ttl h2 {
    display: flex;
        align-items: baseline;
        grid-gap: 0 .65em;
}
#service .service_ttl .service_txt {
    font-weight: bold;
    font-size: 20px;
}
#service .service_items_wrapper {
    max-width: none;
    padding: 70px 0 180px;
}
#service .service_items {
    border-radius: 20px;
    display: grid;
        grid-gap: 8px;
        grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}
#service .service_item {
    color: #fff;
    display: grid;
        grid-gap: min(2vw, 35px);
        grid-row: span 3;
        grid-template-rows: subgrid;
    font-size: min(1.3vw, 16px);
    padding: min(15vw, 280px) min(2vw, 35px) 20px;
    position: relative;
    width: 100%;
}
#service .service_item figure {
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#service .service_item figure:after {
    background: #000;
    content: '';
    display: block;
    margin: auto;
    opacity: .4;
    position: absolute;
        top: 0;
        left: 0;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
}
#service .service_item .serivice_item_ttl {
    display: grid;
    font-size: min(3.2vw, 50px);
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: .3em;
}
#service .service_item .serivice_item_ttl .en {
    font-size: .4em;
}
#service .service_item .serivice_item_ttl .jp {
    font-size: 1em;
}
#service .service_item .serivice_item_txt {
    line-height: 1.4;
}
#service .service_item .serivice_item_link {
    display: flex;
        justify-content: flex-end;
}
#service .service_item .serivice_item_link .icon {
    background-color: var(--mainColor);
    border-radius: 3em;
    font-weight: 700;
    padding: .1em 2em;
    transition: .4s ease-in-out;
}
@media screen and (max-width: 960px) {
    #service .service_ttl {
        grid-template-columns: 1fr;
    }
    #service .service_items {
        grid-template-columns: 1fr 1fr;
    }
    #service .service_item {
        font-size: min(2.6vw, 16px);
        padding: min(28vw, 240px) min(2vw, 35px) 20px;
    }
    #service .service_item .serivice_item_ttl {
        font-size: min(6vw, 50px);
    }    
}

@media screen and (max-width: 768px) {
    #service .service_ttl h2 {
        flex-direction: column;
    }
}

@media (hover: hover) {
    #service .service_item:hover figure:after {
        opacity: .6;
    }
    #service .service_item:hover .serivice_item_link .icon {
        background: #fff;
        color: var(--mainColor);
    }
}

/*====================================================
////id |  rent
====================================================*/
#rent::before {
    background: url('../img/top/rent_bg.webp') no-repeat center / cover;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: min(30vw, 347px);
}
#rent .rent_inner {
    padding: min(24vw, 300px) 0 0;
}
#rent .rent_ttl h2 {
    font-size: min(12vw, 100px);
}
#rent .rent_text .logo {
    margin-bottom: 15px;
    width: min(40vw, 340px);
}

#rent .rent_text .logo img{
	width:100%;
}


#rent .rent_wrapper {
    display: grid;
        align-items: flex-end;
        grid-gap: min(8vw, 45px) min(5vw, 100px);
        grid-template-columns: min(40%, 422px) 1fr;
}
#rent .rent_detail .rent_text {
    padding-top: 30px;
}
#rent .rent_link {
    margin-top: min(3vw, 45px);
}
#rent .rent_link .link_search a {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    display: flex;
        align-items: center;
        justify-content: space-between;
    font-size: min(3vw, 32px);
    line-height: 1;
    padding: 20px .5em 20px 1em;
    position: relative;
    width: 100%;
}
#rent .rent_link .link_search a::before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 41 41"><path fill="black" d="M36.0196 4.98037C32.7076 1.66594 28.3359 -0.00321208 23.9953 -0.000729657C19.6537 -0.00321208 15.2832 1.66594 11.9711 4.98037C8.6567 8.2924 6.98627 12.6641 6.99132 17.0034C6.98755 20.0351 7.82085 23.0706 9.43746 25.7606L1.20311 33.9949C-0.399734 35.5978 -0.399734 38.1953 1.20311 39.7981C2.80467 41.4009 5.40345 41.4009 7.00501 39.7981L15.2406 31.5625C17.9294 33.1804 20.9662 34.0125 23.9953 34.0087C28.3358 34.0125 32.7076 32.3433 36.0196 29.0288C39.3328 25.7168 41.0031 21.3463 40.9995 17.0033C41.0045 12.6641 39.3329 8.2924 36.0196 4.98037ZM31.3763 24.3868C29.3305 26.4313 26.678 27.4398 23.9953 27.4448C21.3127 27.4398 18.6614 26.4314 16.6131 24.3868C14.5686 22.3386 13.5601 19.6872 13.5551 17.0034C13.5601 14.322 14.5685 11.6695 16.6131 9.62242C18.6613 7.57794 21.3127 6.56944 23.9953 6.56439C26.678 6.56944 29.3306 7.57786 31.3776 9.62242C33.4221 11.6695 34.4306 14.322 34.4356 17.0034C34.4306 19.6873 33.4221 22.3386 31.3763 24.3868Z" /></svg>') no-repeat center / contain;
    content: '';
    display: block;
    transform-origin: left bottom;
    transition: .3s ease-in-out;
    width: 1.3em;
    height: 1.3em;
}
#rent .rent_link .link_search a::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13 20"><path fill="black" d="M2.1,19l-2-2.2,7.6-6.8L.1,3.2l2-2.2,10,9L2.1,19Z" /></svg>') no-repeat center / contain;
    content: '';
    display: block;
    transition: .3s ease-in-out;
    width: .4em;
    height: .7em;
}
#rent .rent_link .link_search a ul {
    display: flex;
        grid-gap: .5em;
        justify-content: space-evenly;
    font-size: .4em;
    margin-bottom: .5em;
}
#rent .rent_link .link_search a ul li {
    background: var(--mainColor);
    border-radius: 5px;
    color: #fff;
    flex-grow: 1;
    font-weight: 700;
    padding: .35em;
    text-align: center;
}
#rent .rent_link .link_search a .txt{font-size:40px; letter-spacing: 3px;}
#rent .rent_link .link_area {
    display: grid;
        grid-gap: min(2vw, 30px);
        grid-template-columns: 1fr 1fr;
    font-size: min(1.8vw, 20px);
    margin-top: min(3vw, 45px);
}
#rent .rent_link .link_area a {
    border-radius: 100%;
    color: #fff;
    display: grid;
        grid-gap: .8em;
        place-content: center;
    line-height: 1.2;
    margin: auto;
    padding-top: .5em;
    position: relative;
    text-align: center;
    width: 9.5em;
    height: 9.5em;
}
#rent .rent_link .link_area a::before {
    background: var(--mainColor);
    border-radius: 100%;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    transition: .2s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#rent .rent_link .link_area a .txt .big {
    font-size: 1.6em;
}
#rent .rent_link .link_area a .name {
    display: grid;
        grid-gap: .3em;
        justify-content: center;
    font-size: .7em;
}
#rent .rent_link .link_area a .name img {
    height: 1.6em;
}
#rent .rent_item_slider {
    display: grid;
        grid-gap: min(2vw, 30px);
        grid-template-columns: repeat(3, 1fr);
}
#rent .rent_item a {
    font-size: min(1.2vw, 14px);
    width: 100%;
}
#rent .rent_item .coverImg {
    border-radius: 10px;
    padding-top: 100%;
}
#rent .rent_item .txt {
    display: grid;
        align-items: flex-end;
        grid-template-columns: auto auto;
        grid-gap: 0 1em;
        justify-content: flex-end;
    line-height: 1.3;
    margin-top: .5em;
    text-align: right;
}
#rent .rent_item .txt .txt-place {
    grid-column: span 2;
}
#rent .rent_item .txt .txt-price {
    font-size: 1.4em;
}
#rent .rent_item_link {
    display: flex;
        justify-content: center;
    margin-top: 30px;
}
@media screen and (max-width: 769px) {
    #rent .rent_wrapper {
        grid-template-columns: 1fr;
    }
    #rent .rent_link {
        margin-left: auto;
        margin-right: auto;
        max-width: 540px;
    }
    #rent .rent_link .link_search a {
        font-size: min(6vw, 32px);
    }
    #rent .rent_link .link_area {
        font-size: min(5vw, 20px);
        margin-top: min(3vw, 45px);
    }
    #rent .rent_item a {
        font-size: min(3.6vw, 14px);
    }
    #rent .rent_item a {
        font-size: min(2.6vw, 14px);
    }
    #rent .rent_item .txt {
        grid-template-columns: 1fr;
    }
    #rent .rent_item .txt .txt-place {
        grid-column: span 1;
    }
}

@media (hover: hover) {
    #rent .rent_link .link_search a:hover {
        filter: brightness(1.3);
        box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    }
    #rent .rent_link .link_search a:hover:before {
        transform: rotate(10deg);
    }
    #rent .rent_link .link_search a:hover::after {
        transform: translateX(5px);
    }
    #rent .rent_link .link_area a:hover::before {
        filter: brightness(1.3);
        transform: scale(1.02);
    }
}

/*====================================================
////id |  property
====================================================*/
#property h2 {
    display: flex;
        align-items: baseline;
        grid-gap: 0 .65em;
    margin-bottom: .8em;
}
#property .property_wrapper {
    border-radius: 20px;
    color: #fff;
    display: flex;
        align-items: flex-end;
        grid-gap: min(7vw, 40px) min(5vw, 60px);
        justify-content: space-between;
    overflow: hidden;
    padding: 38px min(3vw, 58px);
    position: relative;
}
#property .property_wrapper::before ,
#property .property_wrapper::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        right: 0;
        bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#property .property_wrapper::before {
    background: url('../img/top/property_bg.webp') no-repeat center / cover;
    opacity: .7;
}
#property .property_wrapper::after {
    background: #000;
    opacity: .2;
}
#property .property_txt {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    flex: 1;
}
#property .property_txt h3 {
    font-size: min(4vw, 45px);
    margin-bottom: .7em;
}
#property .property_txt .linkBtn {
    margin-top: 3em;
}
#property .property_detail {
    display: flex;
        align-items: center;
        justify-content: center;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    font-size: min(2.2vw, 26px);
    padding-top: 2em;
    position: relative;
    text-align: center;
    width: 17em;
    height: 15em;
}
#property .property_detail_main {
    background: #fff;
    border-radius: 100%;
    display: grid;
        place-content: center;
        place-items: center;
    position: relative;
    width: 5.7em;
    height: 5.7em;
    z-index: 5;
}
#property .property_detail_main img {
    width: 90%;
}
#property .property_detail_item {
    border: solid 1px #fff;
    border-radius: 100%;
    display: grid;
        grid-gap: .2em;
        place-content: center;
        place-items: center;
    line-height: 1.4;
    margin: auto;
    position: absolute;
    width: 7.5em;
    height: 7.5em;
}
#property .property_detail_item.item-1 {
    padding-bottom: 1em;
    top: 0;
    left: 0;
    right: 0;
}
#property .property_detail_item.item-2 {
    left: 0;
    bottom: 0;
}
#property .property_detail_item.item-3 {
    right: 0;
    bottom: 0;
}
#property .property_detail_item img {
    height: 1.6em;
}
@media screen and (max-width: 769px) {
    #property h2 {
        flex-direction: column;
    }
    #property .property_wrapper {
        align-items: center;
        flex-direction: column-reverse;
    }
    #property .property_wrapper::before {
        width: 190%;
        height: 120%;
    }
    #property .property_txt h3 {
        font-size: min(6vw, 45px);
    }    
    #property .property_detail {
        font-size: min(4.7vw, 26px);
    }
}

@media (hover: hover) {}

/*====================================================
////id |  sell
====================================================*/
#sell {
    overflow: hidden;
}
#sell .sell_inner {
    padding-top: 0;
}
#sell .sell_wrapper {
    color: #fff;
    display: grid;
        grid-template-columns: 1fr 1fr;
}
#sell .sell_main {
    padding: 85px 0 160px;
    position: relative;
}
#sell .sell_main::before,
#sell .sell_main::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        right: 0;
    width: 50vw;
    height: 100%;
}
#sell .sell_main::before {
    background: url('../img/top/sell_bg.webp') no-repeat center / cover;
    z-index: -11;
}
#sell .sell_main::after {
    background: #000;
    opacity: .58;
    z-index: -10;
}
#sell .sell_main h2 {
    color: #fff;
    font-size: min(12vw, 100px);
    margin-bottom: .3em;
}
#sell .sell_main p {
    font-size: min(4vw, 45px);
}
#sell .sell_main p .minitext {
    font-size: min(2vw, 16px);
    display: block;
    line-height: 1em;
    padding: 0;
    margin-bottom: 20px;
}
#sell .sell_main p .squareMark {
    color: #292929;
    display: inline-block;
    position: relative;
}
#sell .sell_main p .squareMark::before {
    background: #fff;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: -.3em;
    width: calc(100% + .6em);
    height: 100%;
    z-index: -1;
}
#sell .sell_main .linkBtn {
    background: transparent;
    margin-top: min(6vw, 4em);
}
#sell .sell_detail {
    display: flex;
    align-items: flex-start;
    padding: 160px 0 160px min(5vw, 140px);
    position: relative;
}
#sell .sell_detail::before,
#sell .sell_detail::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
}
#sell .sell_detail::before {
    background: var(--mainColor);
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    z-index: -11;
}
#sell .sell_detail::after {
    background: url('../img/top/sell_deco.png') no-repeat bottom right / contain;
    left: calc(50vw - min(50vw, 600px));
    bottom: 0;
    opacity: .2;
    width: min(50vw, 600px);
    height: 60%;
    z-index: -10;
}
#sell .sell_detail h3 {
    font-size: min(3.5vw, 40px);
    margin-bottom: .6em;
}
#sell .sell_detail p {
    font-size: min(2vw, 24px);
    line-height: 2;
    font-weight: normal;
}
#sell .sell_truble {
    background: #eee;
    border-radius: 20px;
    margin-top: -70px;
    padding: 26px 0;
}
#sell .sell_truble h3 {
    font-size: min(3.5vw, 30px);
    margin: .5em 0 1.5em;
    text-align: center;
}
#sell .sell_truble .sell_truble_items {
    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
#sell .sell_truble .sell_truble_item {
    border-right: solid 1px #000;
    display: grid;
        grid-row: span 2;
        grid-template-rows: subgrid;
    padding: 0 min(3vw, 40px) 10px;
    text-align: center;
}
#sell .sell_truble .sell_truble_item:last-child {
    border: none;
}
#sell .sell_truble dt {
    font-size: min(2vw, 24px);
    line-height: 1.4;
    margin-bottom: 1em;
}
#sell .sell_truble dt .big {
    font-size: 1.65em;
}
#sell .sell_truble dd {
    text-align: left;
}
#sell .sell_truble .linkBtn {
    margin: 2em auto 0;
    width: 94%;
    min-width: 0;
}
@media screen and (max-width: 769px) {
    #sell .sell_inner {
        width: 100%;
    }
    #sell .sell_wrapper {
        grid-template-columns: 1fr;
    }
    #sell .sell_main {
        padding: min(7vw, 40px) 4vw;
    }
    #sell .sell_main::before,
    #sell .sell_main::after {
        width: 100%;
    }
    #sell .sell_main p {
        font-size: min(6vw, 45px);
    }
    #sell .sell_detail::before {
        width: 100%;
    }
    #sell .sell_detail::after {
        background: url('../img/top/sell_deco.png') no-repeat bottom right / contain;
        left: auto;
        right: 0;
        bottom: 0;
        opacity: .2;
        width: min(70vw, 600px);
        height: 60%;
        z-index: -10;
    }
    #sell .sell_detail h3 {
        font-size: min(6vw, 40px);
    }
    #sell .sell_detail p {
        font-size: min(3.6vw, 20px);
    }
    #sell .sell_truble {
        margin-left: auto;
        margin-right: auto;
        width: 94%;
    }
    #sell .sell_truble h3 {
        font-size: min(5vw, 30px);
    }
    #sell .sell_truble .sell_truble_items {
        grid-gap: min(10vw, 60px);
        grid-template-columns: 1fr;
        padding-bottom: 30px;
    }
    #sell .sell_truble .sell_truble_item {
        border: none;
        grid-template-rows: auto auto;
        padding: 0 4vw;
        text-align: left;
    }
    #sell .sell_truble dt {
        font-size: min(3.6vw, 20px);
    }
    #sell .sell_truble .linkBtn {
        margin: 1.5em 0 0 auto;
        width: 65%;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  buy
====================================================*/

#buy_iframe_top iframe{
	width: 100%;
	height: 375px;
}

#buy::before {
    background: url('../img/top/buy_bg.webp') no-repeat center / cover;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: min(30vw, 347px);
}
#buy .buy_inner {
    padding: min(24vw, 300px) 0 0;
}
#buy .buy_ttl h2 {
    font-size: min(12vw, 100px);
}
#buy .buy_wrapper {
    display: grid;
        align-items: flex-end;
        grid-gap: min(8vw, 45px) min(5vw, 100px);
        grid-template-columns: min(40%, 422px) 1fr;
}
#buy .buy_detail .buy_text {
    padding-top: 30px;
}
#buy .buy_link {
    margin-top: min(3vw, 45px);
}
#buy .buy_link .link_genre {
    display: grid;
        grid-gap: min(1.5vw, 18px);
        grid-template-columns: repeat(auto-fit, minmax(9em, 1fr));
    font-size: min(1.2vw, 14px);
    margin-top: min(3vw, 45px);
}
#buy .buy_link .link_genre a {
    border-radius: 100%;
    color: #fff;
    display: grid;
        grid-gap: .8em;
        place-content: center;
        place-items: center;
    line-height: 1.2;
    margin: auto;
    padding-top: .5em;
    position: relative;
    text-align: center;
    width: 9.5em;
    height: 9.5em;
}
#buy .buy_link .link_genre a::before {
    background: var(--mainColor);
    border-radius: 100%;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    transition: .2s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#buy .buy_link .link_genre img {
    height: 3em;
}
#buy .buy_item_slider {
    display: flex;
        grid-gap: min(2vw, 30px);
        grid-template-columns: repeat(3, 1fr);
}

#buy .buy_item{
        padding-left: min(6vw, 30px);
}

#buy .buy_item a {
    font-size: min(1.2vw, 14px);
    width: 100%;
}
#buy .buy_item a .img{
    height: 200px;
    display: block;
}
#buy .buy_item .coverImg {
    border-radius: 10px;
    height: 100%;
    padding-top: unset;
}
#buy .buy_item .txt {
    display: grid;
        align-items: flex-end;
        grid-template-columns: auto auto;
        grid-gap: 0 1em;
        justify-content: flex-end;
    line-height: 1.3;
    margin-top: .5em;
    text-align: right;
}
#buy .buy_item .txt .txt-place {
    grid-column: span 2;
}
#buy .buy_item .txt .txt-price {
    font-size: 1.4em;
}
#buy .buy_item_link {
    display: flex;
        justify-content: center;
    margin-top: 30px;
}

#buy figure.coverImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 769px) {
    #buy .buy_wrapper {
        grid-template-columns: 1fr;
    }
    #buy .buy_link {
        margin-left: auto;
        margin-right: auto;
        max-width: 540px;
    }
    #buy .buy_link .link_genre {
        font-size: min(3vw, 14px);
        margin-top: min(3vw, 45px);
    }
    #buy .buy_item a {
        font-size: min(2.6vw, 14px);
    }
    #buy .buy_item .txt {
        grid-template-columns: 1fr;
    }
    #buy .buy_item .txt .txt-place {
        grid-column: span 1;
    }
}

@media (hover: hover) {
    #buy .buy_link .link_genre a:hover::before {
        filter: brightness(1.3);
        transform: scale(1.02);
    }
}


/*====================================================
////id |  investment
====================================================*/
#investment h2 {
    display: flex;
        align-items: baseline;
        grid-gap: 0 .65em;
    margin-bottom: .8em;
}
#investment .investment_wrapper {
    border-radius: 20px;
    color: #fff;
    display: flex;
        grid-gap: min(7vw, 40px) min(5vw, 60px);
        justify-content: space-between;
    overflow: hidden;
    padding: 38px min(3vw, 58px);
    position: relative;
}
#investment .investment_wrapper::before ,
#investment .investment_wrapper::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        right: 0;
        bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#investment .investment_wrapper::before {
    background: url('../img/top/investment_bg.webp') no-repeat center / cover;
    opacity: .7;
}
#investment .investment_wrapper::after {
    background: #000;
    opacity: .2;
}
#investment .investment_txt {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    flex: 1;
}
#investment .investment_txt h3 {
    font-size: min(4vw, 45px);
    margin-bottom: .7em;
}
#investment .investment_txt .linkBtn {
    margin-top: 3em;
}
#investment .investment_detail {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    position: relative;
    text-align: center;
}
#investment .investment_detail::after {
    background: url('../img/top/investment_img.webp') no-repeat center bottom / contain;
    content: '';
    display: none;
    margin: auto;
    position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    width: 40%;
    height: 50%;
}
#investment .investment_detail h4 {
    background: #fff;
    border-radius: 10px;
    color: #1d1d1d;
    margin: 0 auto 1em;
    width: 90%;
    max-width: 360px;
    padding: .5em;
}
#investment .investment_detail .investment_detail_items {
    display: grid;
        grid-gap: min(1.5vw, 22px);
        grid-template-columns: repeat(2, min(20vw, 250px));
}
#investment .investment_detail dl {
    border: solid 2px #fff;
    border-radius: 20px;
    padding: 15px min(2vw, 30px);
}
#investment .investment_detail dt {
    font-size: min(2.4vw, 30px);
    line-height: 1.4;
    margin: .5em 0;
}
#investment .investment_detail dd {
    font-size: min(1.2vw, 14px);
    text-align: left;
}
#investment .investment_detail dl:first-child dd {
    padding-right: 2.5em;
}
#investment .investment_detail dl:last-child dd {
    padding-left: 2.5em;
}
@media screen and (max-width: 769px) {
    #investment .investment_inner {
        padding-bottom: min(10vw, 40px);
    }
    #investment .investment_inner::after {
        background: url('../img/top/investment_img.webp') no-repeat center bottom / contain;
        content: '';
        display: block;
        margin: auto;
        position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        height: min(40vw, 180px);
        width: 50%;
    }   
    #investment h2 {
        flex-direction: column;
    }
    #investment .investment_wrapper {
        align-items: center;
        flex-direction: column;
        padding-bottom: 0;
    }
    #investment .investment_txt h3 {
        font-size: min(6vw, 45px);
    }
    #investment .investment_detail {
        padding-bottom: min(40vw, 180px);
    }
    #investment .investment_detail::after {
        display: none;
    }
    #investment .investment_detail .investment_detail_items {
        grid-template-columns: 1fr;
    }
    #investment .investment_detail dt {
        font-size: min(4.5vw, 30px);
    }    
    #investment .investment_detail dd {
        font-size: min(3.4vw, 14px);
        padding: 0 2vw !important;
    }    
}

@media (hover: hover) {}

/*====================================================
////id |  column
====================================================*/
#column .column_ttl h2 {
    font-size: min(12vw, 100px);
}
#column .column_wrapper {
    display: grid;
        /* align-items: flex-end; */
        grid-gap: min(8vw, 45px) min(4vw, 50px);
        grid-template-columns: min(40%, 440px) 1fr;
}
#column .column_detail {
    display: grid;
        grid-template-rows: 1fr auto;
}
#column .column_detail .column_text {
    padding-top: 30px;
}
#column .column_link {
    margin-top: min(8vw, 70px);
    padding-bottom: min(1.0vw, 30px);
    position: relative;
}
#column .column_link .linkBtn {
    min-width: 0;
    width: min(57%, 255px);
}
#column .column_link .img {
    pointer-events: none;
    position: absolute;
        right: 0;
        bottom: 0;
    width: 55%;
}
#column .column_link .coverImg {
    padding-top: 70%;
}
#column .column_items {
    background: #F1F1F1;
    border-radius: 15px;
    display: grid;
        grid-gap: 1.5em;
    font-size: min(1.9vw, 20px);
    line-height: 1.4;
    padding: 34px min(3vw, 35px);
}
#column .column_item a {
    display: grid;
        align-items: center;
        grid-gap: 1em;
        grid-template-columns: 25% 1fr;
    /* font-size: min(1.6vw, 20px); */
    width: 100%;
}
#column .column_item .coverImg {
    border-radius: 10px;
    padding-top: 75%;
}
#column .column_item .column_ttl {
    color: #0E198F;
    text-decoration: underline;
}
@media screen and (max-width: 769px) {
    #column .column_inner {
        padding-top: min(30vw, 150px);
    }
    #column .column_wrapper {
        grid-template-columns: 1fr;
    }
    #column .column_link {
        position: unset;
    }
    #column .column_link .linkBtn {
        margin-left: 0;
    }
    #column .column_link .img {
        top: min(17vw, 80px);
        right: 0;
        width: min(50%, 200px);
    }
    #column .column_link .link_genre {
        font-size: min(3vw, 14px);
        margin-top: min(3vw, 45px);
    }
    #column .column_items {
        font-size: min(3.4vw, 20px);
    }
    #column .column_item .txt {
        grid-template-columns: 1fr;
    }
    #column .column_item .txt .txt-place {
        grid-column: span 1;
    }
}

@media (hover: hover) {
    #column .column_link .link_genre a:hover::before {
        filter: brightness(1.3);
        transform: scale(1.02);
    }
}
.soap_wrap {
	position: relative;
	height: 260px; /*お好みで*/
}
.soap {
	position: absolute;
	left: calc(50% - 100px); /*お好みで*/
	top: calc(50% - 100px); /*お好みで*/
	width: 120px; /*お好みで*/
	height: 120px; /*お好みで*/
	border-radius: 50% 46% 48% 44%;
	overflow: hidden;
	background: radial-gradient(at 46% 54%, transparent 50%, rgba(2, 172, 253,0.3) 70%, transparent 100%) 50% 50% no-repeat;
	z-index: 1;
}
.soap::before{
	content: "";
	position: absolute;
	right: -10%;
	bottom: -10%;
	width: 60%;
	height: 60%;
	border-radius: 60% 0;
	background: radial-gradient(at 0 0, rgba(0, 130, 255, 0.3) 40%, rgba(255, 154, 204, 0.7) 50%);
	transform-origin: 0 0;
	animation: soap_rotate 15s 0s ease-in-out infinite;
	filter: blur(15px);
}
.soap::after{
	content: "";
	position: absolute;
	left: -10%;
	top: -10%;
	width: 60%;
	height: 60%;
	border-radius: 20% 0;
	background: radial-gradient(at 100% 100%, rgba(255, 255, 100, 0.5) 40%, rgba(120, 255, 140, 0.7) 60%);
	transform-origin: 100% 100%;
	animation: soap_rotate 6s 0s ease-in-out infinite;
	filter: blur(15px);
}
/*ツヤ感アニメーション*/
@keyframes soap_rotate{
	0%{transform: rotate(0);}
	50%{transform: rotate(160deg);}
}





/* 外枠600px */
.rent_slider_wrap {
  width: 600px;
  margin: 0 auto;
  position: relative;
}

/* slick本体 */
.rent_slider {
  width: 600px;
  margin: 0 auto;
}

/* 各アイテム */
.rent_item {
  padding: 8px;
  box-sizing: border-box;
}

.slick-arrow {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: 0.25s;
}

.slick-arrow:hover {
  background: #fff;
  border-color: #aaa;
}

/* 矢印アイコン（CSSだけで描画） */
.slick-arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

/* 左右方向 */
.rent_prev { left: -20px; }
.rent_prev span {
  transform: rotate(-135deg);
}

.rent_next { right: -20px; }
.rent_next span {
  transform: rotate(45deg);
}


/*====================================================
////id |  xxx
====================================================*/

@media screen and (max-width: 769px) {}

@media (hover: hover) {}

/*====================================================
////id |  xxx
====================================================*/

@media screen and (max-width: 769px) {}

@media (hover: hover) {}
