<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*蛻晄悄險ｭ螳咾SS*/
.l_main{
  color:#333;
  font:400 14px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  line-height:1.6;
  letter-spacing: 0;
}
body{
  counter-reset: rankNum; 
}

/*譌｢蟄呂SS繝ｪ繧ｻ繝�ヨ*/
#base{
  width: 1200px;
}
div#cont{
  margin: 0;
}
div#cont div#c3_lrr{
  overflow: visible;
}
div#cont div#c3_lrr{
  width: 970px;
}
@media screen and (max-width: 768px){
  #base{
    width: 100%;
  }
  div#cont div#c3_lrr{
    width: 100%;
  }
}

/* ----------------
layout
---------------- */
/* 遽 */
.l_section{}
.l_section__item{}
.l_section--primary{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 64px;
}
.l_section--secondary{}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 24px;
}

/* 繧ｰ繝ｪ繝�ラ */
.l_grid{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--hasGutter{
  margin: -20px;
}
.l_grid--hasGutter &gt; .l_grid__item{
  padding: 20px;
}
/*  繝翫ン */
.l_nav{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.l_nav__item{
  width: 100%;
}
.l_nav__target{
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.l_nav--local{
  max-width: 752px;
  margin: 0 auto;
}
.l_nav--local .l_nav__item{
  padding: 20px;
}
.l_nav--local .l_nav__item + .l_nav__item{
  position: relative;
}
.l_nav--local .l_nav__item + .l_nav__item::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 1px;
  margin: auto 0;
  background: #333;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px){
  .l_nav--local{
    flex-wrap: wrap;
  }
  .l_nav--local .l_nav__item{
    width: 50%;
  }
  .l_nav--local .l_nav__item + .l_nav__item::before{
    width: 48px;
  }
  .l_nav--local .l_nav__item:first-of-type{
    width: 100%;
  }
  .l_nav--local .l_nav__item:first-of-type + .l_nav__item::before{
    content: none;
  }
}
@media screen and (max-width: 599px){
  .l_nav--local .l_nav__item{
    padding: 16px 8px;
  }
  .l_nav--local .l_nav__item + .l_nav__item::before{
    width: 32px;
    transform: translateX(-50%) rotate(-60deg);
  }
}
/* ----------------
module
---------------- */
/* 隕句�縺� */
.m_heading{}
.m_heading__ttl{
  line-height: 1.4;
  font-weight: bold;  
}
.m_heading--primary{
  margin-bottom: 40px;
}
.m_heading--primary .m_heading__ttl{
  position: relative;
  left: 50%;
  display: inline-block;
  font-size: 30px;
  transform: translateX(-50%);
}
.m_heading--all .m_heading__ttl{
  position: relative;
  padding-left: calc(79px + .5em);
}
.m_heading--all .m_heading__ttl::before{
  content: url("/resource/img/studio/ranking/dhr_titleicon_crown.gif");
  position: absolute;
  top: 0;
  bottom: .5em;
  left: 0;
  display: block;
  height: 52px;
  margin: auto 0;
  line-height: 0;
}
.m_heading--package .m_heading__ttl{
  position: relative;
  padding-left: calc(79px + .5em);
}
.m_heading--package .m_heading__ttl::before{
  content: url("/resource/img/studio/ranking/dhr_titleicon_sold.gif");
  position: absolute;
  top: 0;
  bottom: .5em;
  left: 0;
  display: block;
  height: 69px;
  margin: auto 0;
  line-height: 0;
}
.m_heading--rental .m_heading__ttl{
  position: relative;
  padding-left: calc(79px + .5em);
}
.m_heading--rental .m_heading__ttl::before{
  content: url("/resource/img/studio/ranking/dhr_titleicon_rental.gif");
  position: absolute;
  top: 0;
  bottom: .5em;
  left: 0;
  display: block;
  height: 75px;
  margin: auto 0;
  line-height: 0;
}
@media screen and (max-width: 599px){
  .m_heading--primary .m_heading__ttl{
    font-size: 20px;
  }
}
/* 繝偵�繝ｭ繝ｼ繧ｺ繧ｨ繝ｪ繧｢ */
.m_herosArea{
  margin-bottom: 56px;
}
.m_herosArea__imgWrap{}
.m_herosArea__img{
  line-height: 0;
  text-align: center;
}
.m_herosArea__img img{
  max-width: 100%;
  height: auto;
}
.m_herosArea__img + .m_herosArea__date{
  margin-top: 4px;
}
.m_herosArea__date{
  line-height: 1;
  text-align: right;
  font-size: 12px;
}
.m_herosArea__imgWrap + .m_herosArea__lead{
  margin-top: 24px;
}
.m_herosArea__lead{
  font-size: 15px;
}
.m_herosArea__lead + .m_herosArea__nav{
  margin-top: 24px;
}
/* 繧ｫ繝ｼ繝� */
.m_card{
  position: relative;
  display: block;
  padding: 16px 0 0 16px;
  color: inherit;
  counter-increment: rankNum;
}
.m_card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border: 42px solid rgba(255, 255, 255, 0);
  border-top-color: #dbcacb;
  border-left-color: #dbcacb;
}
.m_card::after{
  content: counter(rankNum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  padding: 8px 0 0 8px;
  line-height: 1;
  color: #a11f24;
  font-size: 48px;
  font-family: "Fira Sans", "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}
.m_card__img{
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.m_card__img &gt; img{
  width: 100%;
  height: auto;
  transition: .3s transform;
}
.m_card:hover .m_card__img &gt; img{
  transform: scale(1.2);
}
.m_card__body{}
.m_card__img + .m_card__body{
  margin-top: 16px;
}
.m_card__heading{
  padding-bottom: calc(2em + 16px);
  font-size: 16px;
}
.m_card__ttl{
  font-size: inherit;
}
.m_card__catch{}
.m_card__footer{
  position: absolute;
  bottom: 0;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 16px);
  font-size: 16px;
}
.m_card__tags{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -2px;
}
.m_card__tag{
  padding: 2px;
}
.m_card__tagInner{
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
}
.m_card__btn{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #eee;
  transition: .3s color, .3s background;
}
.m_card__btn::before{
  content: "";
  display: block;
  height: 2em;
}
.m_card:hover .m_card__btn{
  color: #fff;
  background: #a11f24;
}
.m_card--first{
  display: flex;
  align-items: stretch;
  padding: 32px 0 0 32px;
}
.m_card--first::before{
  border-width: 74px;
  border-top-color: #a11f24;
  border-left-color: #a11f24;
}
.m_card--first::after{
  padding: 16px 0 0 16px;
  color: #fff;
  font-size: 96px;
  text-shadow: 
    2px 0 0 #a11f24,
    -2px 0 0 #a11f24,
    0 2px 0 #a11f24,
    0 -2px 0 #a11f24;
}
.m_card--first .m_card__img{
  flex: 0 0 500px;
}
.m_card--first .m_card__body{
  position: relative;
  flex: 1 1 auto;
}
.m_card--first .m_card__heading{
  margin-bottom: 16px;
  padding-bottom: 0;
}
.m_card--first .m_card__ttl{
  font-size: 16px;
}
.m_card--first .m_card__img + .m_card__body{
  margin: 0 0 0 24px;
}
.m_card--first .m_card__footer{
  left: 0;
  width: 100%;
  padding-bottom: calc(2.5em + 16px);
}
.m_card--first .m_card__btn{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.m_card--first .m_card__btn::before{
  height: 2.5em;
}
@media screen and (max-width: 768px){
  .m_card{
    padding-bottom: 80px;
  }
  .m_card__img + .m_card__body{
    margin-top: 8px;
  }
  .m_card__footer{
    display: block;
  }
  .m_card__heading{
    padding-bottom: 0;
  }
  .m_card__tags{
    justify-content: flex-end;
  }
  .m_card__tags + .m_card__btn{
    margin-top: 12px;
  }
  .m_card--first{
    display: block;
    padding: 16px 0 80px 16px;
  }
  .m_card--first::before{
    border-width: 42px;
  }
  .m_card--first::after{
    padding: 8px 0 0 8px;
    font-size: 48px;
  }
  .m_card--first .m_card__heading{
    margin-bottom: 4px;
  }
  .m_card--first .m_card__ttl{
    font-size: inherit;
  }
  .m_card--first .m_card__body{
    position: static;
  }
  .m_card--first .m_card__img + .m_card__body{
    margin: 8px 0 0 0;
  }
  .m_card--first .m_card__footer{
    padding-bottom: 0;
    left: 16px;
    width: calc(100% - 16px);
  }
  .m_card--first .m_card__btn{
    position: static;
  }
  .m_card--first .m_card__btn::before{
    height: 2em;
  }
}
/* 繝ｩ繝ｳ繧ｭ繝ｳ繧ｰ繝ｪ繧ｻ繝�ヨ */
.m_rankReset{
  counter-reset: rankNum; 
}
/* 繝ｪ繝ｳ繧ｯ */
.m_link{
  display: flex;
  font-size: 16px;
}
.m_link__target{
  color: #052674;
  text-decoration: none;
}
.m_link__target:hover{
  color: #764105;
  text-decoration: underline;
}
.m_link--hasIco{}
.m_link--hasIco .m_link__target{
  position: relative;
  display: block;
  padding-left: 1.5em;
}
.m_link--hasIco .m_link__target::before{
  content: "��";
  position: absolute;
  left: 0;
  display: block;
}
.m_link--right{
  justify-content: flex-end;
}
/* 繝ｭ繝ｼ繧ｫ繝ｫ繝翫ン */
.m_localNav{
  position: relative;
  padding-left: calc(50px + .5em);
  font-size: 16px;
  font-weight: bold;
}
.m_localNav::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: .75em;
  left: 0;
  margin: auto 0;
  display: block;
  width: 50px;
  height: 66px;
  line-height: 0;
  background: no-repeat center center / contain;
}
.m_localNav::after{
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50px + .5em);
  margin: 0 auto;
  display: block;
  width: 0;
  height: 2px;
  background: #a11f24;
  transition: .3s width;
}
.m_localNav:hover::after{
  width: 100px;
}
.m_localNav--all::before{
  background-image: url("/resource/img/studio/ranking/dhr_crown_off.gif");
}
.m_localNav--buy::before{
  background-image: url("/resource/img/studio/ranking/dhr_sold_off.gif");
}
.m_localNav--rental::before{
  background-image: url("/resource/img/studio/ranking/dhr_rental_off.gif");
}
.m_localNav--all:hover::before{
  background-image: url("/resource/img/studio/ranking/dhr_crown_on.gif");
}
.m_localNav--buy:hover::before{
  background-image: url("/resource/img/studio/ranking/dhr_sold_on.gif");
}
.m_localNav--rental:hover::before{
  background-image: url("/resource/img/studio/ranking/dhr_rental_on.gif");
}
@media screen and (max-width: 599px){
  .m_localNav{
    padding-left: 26px;
    font-size: 13px;
    letter-spacing: -1px;
  }
  .m_localNav::before{
    width: 24px;
    height: 32px;
  }
  .m_localNav::after{
    bottom: -8px;
    left: 26px;
  }
  .m_localNav:hover::after{
    width: 64px;
  }
}
/* 繧ｵ繝ｼ繝薙せ繝ｪ繝ｳ繧ｯ */
.m_serviceLink{
  display: flex;
  align-items: center;
  padding: 24px 16px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.m_serviceLink__lead{
  flex: 1 1 auto;
}
.m_serviceLink__lead + .m_serviceLink__list{
  padding-left: 24px;
}
.m_serviceLink__list{
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: -12px;
}
.m_serviceLink__item{
  padding: 12px;
  text-align: center;
}
.m_serviceLink__target{
  display: block;
  line-height: 0;
}
.m_serviceLink__target:hover{
  opacity: .7;
}
@media screen and (max-width: 768px){
  .m_serviceLink{
    display: block;
  }
  .m_serviceLink__lead{
    margin-bottom: 24px;
  }
  .m_serviceLink__lead + .m_serviceLink__list{
    padding-left: 0;
  }
}
@media screen and (max-width: 599px){
  .m_serviceLink__list{
    display: block;
  }
}

/**********
state
**********/
.js_overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
.js_loader{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  max-width: 60%;
  height: 295px;
  margin: auto;
}

.js_isLoading-leave-active{
  transition: 1s opacity;
}
.js_isLoading-leave-to{
  opacity: 0;
}

/**********
utility
**********/
/*讓ｪ蟷�*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

/* 隕∫ｴ�縺ｮ陦ｨ遉ｺ */
.u_hide{
  display: none;
}
@media screen and (max-width:768px){
  .u_resMdInline{
    display: inline;
  }
}</pre></body></html>