@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Amiri';


#index {
  /* all */
  /* index */
  /* rent */
  /* rent_tokyo */
  /* rent_yokohama */
  /* buy */
  /* buy_forsale */
  /* buy_investment */
  /* offices */
}

#index .propertySearch__link {
  background: rgba(0, 0, 0, 0.62);
  position: relative;
}

@media screen and (max-width: 737px) {
  #index .propertySearch__link {
    background-color: #fff;
  }
  #index .propertySearch__link .wrap {
    padding: 0;
  }
}

#index .tab {
  margin-top: -130px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#index .tab .tab__title {
  display: none;
}

#index .tab .tab__nav {
  position: relative;
  margin-bottom: 0;
}

#index .tab .tab__nav li {
  width: auto;
  text-transform: uppercase;
}

#index .tab .tab__ul {
  overflow: auto;
}

#index .tab .tab__ul:before {
  border: none;
}

#index .tab .propertySearch {
  margin-top: 0 !important;
}

#index .tab .js-tabBtn {
  color: #ffffff;
  font-weight: 800;
  background-color: transparent;
  padding: 6px 10px;
  margin: 5px 5px 4px 5px;
}

#index .tab .js-tabBtn.is-active {
  font-weight: 800;
  background-color: #039;
}

#index .tab .js-tabBtn.is-active:hover {
  font-weight: 800;
  background-color: #039;
}

#index .tab .js-tabBtn:before {
  border: none;
}

#index .tab .js-tabBtn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
}

@media screen and (max-width: 737px) {
  #index .tab {
    margin-top: 0;
    background-color: #ffffff;
  }
  #index .tab .tab__ul {
    overflow: scroll;
  }
  #index .tab .tab__ul:before {
    border-bottom: 2px solid #ccc;
  }
  #index .tab .js-tabBtn {
    color: #039;
    background-color: #e9e9f4;
    padding: 12px 10px;
    margin: 0;
    position: relative;
  }
  #index .tab .js-tabBtn:before {
    border-bottom: 4px solid transparent;
  }
  #index .tab .js-tabBtn.is-active {
    color: #333333;
    background-color: #ffffff;
  }
  #index .tab .js-tabBtn.is-active:hover {
    background-color: #ffffff;
  }
  #index .tab .js-tabBtn.is-active:before {
    border-bottom-color: #13b0ea;
  }
  #index .tab .tab__title {
    display: block;
    color: #333333;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 20px 0;
  }
  #index .tab .wrap {
    width: inherit;
    box-sizing: border-box;
  }
  #index .tab > .wrap {
    color: #fff;
  }
}

#index .rent_search_column-detail {
  width: 180px;
}

@media screen and (max-width: 737px) {
  #index .rent_search_column-detail {
    width: auto;
  }
}

#index.index #gNav a:hover, #index.rent #gNav a:hover, #index.buy #gNav a:hover {
  color: #999 !important;
}

@media screen and (max-width: 737px) {
  #index.index #spNav li, #index.rent #spNav li, #index.buy #spNav li {
    margin-left: 8px;
  }
  #index.index .hdrMenu, #index.rent .hdrMenu, #index.buy .hdrMenu {
    margin-left: 12px;
  }
}

#index.index {
  /* page */
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* mainVisual */
  /* section */
  /* .section.num01 */
  /* .section.num02 */
}

@media screen and (max-width: 737px) {
  #index.index .page {
    padding-top: 48px;
  }
}

#index.index #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
}

#index.index #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  #index.index #gHeader {
    padding: 8px 0 6px;
  }
}

#index.index #gNav a {
  color: #fff;
}

#index.index #gNav a:hover {
  color: #333;
}

#index.index #gNav li {
  margin-left: 10px;
}

#index.index #gNav li:first-child {
  margin-left: 0;
}

#index.index #gNav .gNav__suv-btn {
  position: relative;
}

#index.index #gNav .gNav__suv-btn a {
  position: relative;
  padding: 15px 20px 15px 10px;
}

#index.index #gNav .gNav__suv-btn i {
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.index #gNav .gNav__suv-btn .gNav__suv {
  display: none;
  position: absolute;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

#index.index #gNav .gNav__suv-btn .gNav__suv::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
}

#index.index #gNav .gNav__suv-btn .gNav__suv li {
  margin-left: 0;
}

#index.index #gNav .gNav__suv-btn .gNav__suv a {
  color: #fff;
  padding: 12px 15px;
}

#index.index #pNav > div:first-child {
  margin-right: 0;
}

#index.index #pNav a {
  color: #fff;
}

#index.index .pNav__contact a {
  width: 80px;
  border: 1px solid #fff;
  padding: 8px 0px;
}

#index.index .pNav__contact a:hover {
  color: #333 !important;
  background-color: #fff;
}

#pNav #index.index .pNav__contact a:hover {
  color: #333;
}

#index.index .pNav__tel {
  margin-left: 25px;
}

#index.index .pNav__tel:first-child {
  margin-left: 0;
}

#pNav #index.index .pNav__tel a:hover {
  color: #333;
}

#index.index .hdrMenu span {
  background-color: #fff;
}

#index.index .mainVisual__btn {
  position: absolute;
  bottom: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

#index.index .mainVisual__btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.index .mainVisual__btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 737px) {
  #index.index .mainVisual__btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #index.index .mainVisual__btn a {
    padding: 10px;
  }
}

#index.index .mainVisual__inner {
  position: relative;
  height: 580px;
  background: url(../../images/img-mainvisual-01.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 737px) {
  #index.index .mainVisual__inner {
    height: auto;
    background: none;
  }
  #index.index .mainVisual__inner-sp {
    position: relative;
    padding: 63px 0 50px;
    background: url(../../images/sp/img-mainvisual-01.jpg) no-repeat center;
    background-size: cover;
  }
}

#index.index .copyMain {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
  top: 210px;
  margin-left: -530px;
}

#index.index .copyMain li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}

#index.index .copyMain li p.sp {
  display: none;
}

#index.index .copyMain h2 {
  margin-bottom: 15px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 36px;
  line-height: 68px;
}

#index.index .copyMain h2 > em {
  font-style: normal;
  font-size: 60px;
  line-height: 1.0;
}

#index.index .copyMain h2 > span {
  font-size: 38px;
  line-height: 1.0;
}

@media screen and (max-width: 737px) {
  #index.index .copyMain {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-top: 8px;
  }
  #index.index .copyMain li {
    float: none;
    width: 100%;
    margin-bottom: 19px;
  }
  #index.index .copyMain li p.pc {
    display: none;
  }
  #index.index .copyMain li p.sp {
    display: block;
  }
  #index.index .copyMain h2 {
    margin-bottom: 2px;
    line-height: 1;
  }
  #index.index .copyMain h2 > em {
    font-size: 38px;
  }
  #index.index .copyMain h2 > span {
    font-size: 32px;
  }
  #index.index .copyMain h2 br.pc {
    display: none;
  }
  #index.index .copyMain h2 img.sp {
    display: inline-block;
  }
}

#index.index .copyMain > .wrap {
  width: 1060px;
}

#index.index .copyMain li:last-child h2 {
  font-size: 42px;
}

#index.index .copyMain h2 {
  margin-bottom: 0;
}

#index.index .copyMain h2 > em {
  margin: 0 8px;
}

@media screen and (max-width: 737px) {
  #index.index .copyMain {
    padding-top: 32px;
  }
  #index.index .copyMain > .wrap {
    width: auto;
  }
  #index.index .copyMain li em {
    font-size: 44px;
  }
  #index.index .copyMain li:last-child h2 {
    font-size: 36px;
  }
}

#index.index .propertySearch {
  position: relative;
  margin-top: -88px;
  background-color: rgba(0, 0, 0, 0.7);
}

#index.index .propertySearch > .wrap {
  color: #fff;
}

@media screen and (max-width: 737px) {
  #index.index .propertySearch {
    margin-top: 0;
    padding-bottom: 12px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #index.index .propertySearch > .wrap {
    color: #333;
  }
}

@media screen and (max-width: 737px) {
  #index.index .propertySearch {
    background-color: transparent;
  }
  #index.index .propertySearch > .wrap,
  #index.index .propertySearch .propertySearch__title,
  #index.index .propertySearch .narrowDown__headlinem,
  #index.index .propertySearch .modSearch > p,
  #index.index .propertySearch .formHeadline,
  #index.index .propertySearch .narrowDown__headline,
  #index.index .propertySearch .narrowDown__text,
  #index.index .propertySearch .optionContent .btn-reset,
  #index.index .propertySearch .areaSearch__headline,
  #index.index .propertySearch .stationSearch__headline,
  #index.index .propertySearch .optionContent .btn-backOptions,
  #index.index .propertySearch .stationSearch__list > li,
  #index.index .propertySearch .stationSearch__list > li:before {
    color: #000;
  }
  #index.index .propertySearch .stationSearch__list > li:before {
    border-color: #000;
  }
  #index.index .propertySearch .optionContent .btn-reset i {
    background-color: #000;
  }
  #index.index .propertySearch > .wrap .priceSearch {
    margin-top: 0;
  }
}

#index.index .totalSearch {
  font-size: 13px;
  padding: 12px 0;
  background-color: #efefec;
}

@media screen and (max-width: 737px) {
  #index.index .totalSearch {
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#index.index .section .titleA {
  position: relative;
  font-size: 36px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

#index.index .section .titleA:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -480px;
  margin-top: 5px;
  width: 980px;
  height: 1px;
  background-color: #95989A;
  z-index: -1;
}

#index.index .section .titleA span {
  font-weight: 400;
  padding: 0 20px;
  background-color: #fff;
}

@media screen and (max-width: 737px) {
  #index.index .section .titleA {
    overflow: hidden;
    font-size: 32px;
    font-weight: 100;
  }
  #index.index .section .titleA:before {
    width: 100%;
    margin-left: -50%;
  }
}

#index.index .section.num01 {
  padding: 80px 0 55px;
}

#index.index .section.num01 .titleA {
  margin-bottom: 15px;
  text-align: center;
}

#index.index .section.num01 .titleA img {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 737px) {
  #index.index .section.num01 {
    padding: 40px 0 60px;
  }
  #index.index .section.num01 .wrap {
    padding: 0;
  }
}

#index.index .featuredBtns {
  margin-top: 50px;
  margin-bottom: 30px;
}

#index.index .featuredBtns.featuredBtns-sp {
  display: none;
}

#index.index .featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
}

#index.index .featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

#index.index .featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

#index.index .featuredBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.index .featuredBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#index.index .featuredBtns__text h3 br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.index .featuredBtns.featuredBtns-pc {
    display: none;
  }
  #index.index .featuredBtns.featuredBtns-sp {
    display: block;
  }
  #index.index .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.index .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.index .featuredBtns li:first-child {
    margin-top: 0;
  }
  #index.index .featuredBtns__text h3 br.sp {
    display: block;
  }
}

#index.index .featuredBtns li {
  background-color: #000;
}

#index.index .featuredBtns img {
  z-index: 1;
}

#index.index .featuredBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.index .featuredBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.index .featuredBtns a:hover {
  text-decoration: none;
}

#index.index .featuredBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.index .featuredBtns a:hover .topVisualBtns__btn, #index.index .featuredBtns a:hover .featuredBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

#index.index .featuredBtns .featuredBtns__text--doubleLine h3 {
  margin-top: 0;
  margin-bottom: 0;
}

#index.index .featuredBtns .featuredBtns__text--doubleLine .featuredBtns__btn {
  margin-top: 20px;
}

#index.index .featuredBtns__btn {
  box-sizing: border-box;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  min-width: 140px;
  padding: 4px 10px;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 737px) {
  #index.index .featuredBtns {
    margin-top: 2px;
    margin-bottom: 0;
  }
  #index.index .featuredBtns img {
    max-width: inherit;
    width: 100%;
  }
  #index.index .featuredBtns .featuredBtns__text {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #index.index .featuredBtns .featuredBtns__text--doubleLine h3 {
    margin-bottom: 18;
  }
  #index.index .featuredBtns__btn {
    display: none;
  }
}

#index.index .topVisualBtns {
  margin-top: 30px;
  margin-bottom: 30px;
}

#index.index .topVisualBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  background-color: #000;
  margin-top: 2px;
}

#index.index .topVisualBtns li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1366px) {
  #index.index .topVisualBtns li {
    min-height: 370px;
  }
  #index.index .topVisualBtns li img.pc {
    min-width: 1366px;
    position: relative;
  }
}

@media screen and (max-width: 737px) {
  #index.index .topVisualBtns li {
    min-height: inherit;
  }
  #index.index .topVisualBtns li img.pc {
    min-width: inherit;
  }
}

#index.index .topVisualBtns .topVisualBtns__text.right {
  margin-left: 120px;
}

#index.index .topVisualBtns .topVisualBtns__text.left {
  margin-left: -480px;
}

#index.index .topVisualBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

#index.index .topVisualBtns a {
  display: block;
  color: #fff;
  backface-visibility: hidden;
  position: relative;
}

#index.index .topVisualBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.index .topVisualBtns a:hover {
  text-decoration: none;
}

#index.index .topVisualBtns a:hover:after {
  opacity: 0.3;
}

#index.index .topVisualBtns a:hover .topVisualBtns__btn {
  text-decoration: none;
  color: #fff;
  background-color: #003399;
}

#index.index .topVisualBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  font-family: 'Lato', sans-serif;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

#index.index .topVisualBtns__text h3 {
  font-size: 40px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  line-height: 1.3;
  margin-bottom: 30px;
}


#index.index .topVisualBtns__text h3 br.sp {
  display: none;
}

#index.index .topVisualBtns__text p {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 32px;
}
.article_wrap {
  width: 980px;
  margin: 85px auto 40px auto;
}
.article_insight {
  background: #efefef;
}
.article_figure, .article_text, .life-guide-banner-figure, .life-guide-banner-text {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  transition: .5s;
}
.article_figure img {
  max-width: none;
}
.article_text {
  padding: 0 33px 26px 33px;
}
.article_insight h3{
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
}

.life-guide-banner {
  margin-bottom: 70px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.life-guide-banner-figure{
  width: 336px;
}
.life-guide-banner-figure img {
  width: 320px;
  margin: 9px;
}
.life-guide-banner-text {
  padding: 35px 20px 39px 27px;
}
.life-guide-banner-text h3 {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
}
.life-guide-banner-cap {
  margin-bottom: 20px;
}

.btn_more {
  width: 180px;
  margin-top: 20px;
}
.btn_more a {
  color: #333;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  border: 2px solid #333;
  border-radius: 3px;
  transition: 0.2s;
  text-align: center;
  display: block;
  position: relative;
}
.btn_more a:hover {
  color: #fff !important;
  background: #333;
}
.btn_more a:hover:after, .article_insight .link:hover:after {
  opacity: 0 !important;
}
.article_cap {
  margin-bottom: 14px;
}
.article_insight .mediaVertical__text {
  padding: 0 30px 30px 30px !important;
}
.article_insight .link{
  color: #039 !important;
}
.article_insight .link:hover{
  color: #13b0ea !important;
}
@media screen and (max-width: 737px) {
  #index.index .topVisualBtns__text p {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
  }
}

#index.index .topVisualBtns__btn {
  box-sizing: border-box;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  height: 28px;
  min-width: 140px;
  line-height: 20px !important;
  padding: 3px 10px;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 12px !important;
  font-weight: 800 !important;
  font-family: 'Lato', sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 737px) {
  #index.index .topVisualBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index.index .topVisualBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.index .topVisualBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.index .topVisualBtns li:first-child {
    margin-top: 0;
  }
  #index.index .topVisualBtns img {
    max-width: inherit;
  }
  #index.index .topVisualBtns__text {
    left: auto;
    right: auto;
    margin-left: 0 !important;
    padding: 0 20px;
    width: 100%;
    text-align: center;
  }
  #index.index .topVisualBtns__text h3 {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  #index.index .topVisualBtns__text h3 br.sp {
    display: block;
  }
  #index.index .topVisualBtns__text p {
    font-size: 14px;
    text-transform: none;
  }
  #index.index .topVisualBtns__text p br {
    display: none;
  }
  #index.index .topVisualBtns__btn {
    display: none;
  }
  .article_wrap {
    max-width: 100%;
  }
  .life-guide-banner {
    padding: 15px;
    margin: 0 15px 70px 15px;
  }
  .life-guide-banner-figure img {
    margin: 0;
  }
  .life-guide-banner-text {
    padding: 0;
  }
  .life-guide-banner-figure, .life-guide-banner-text {
    margin-bottom: 10px;
  }
  .article_insight h5, .article_cap {
    text-align: center !important;
  }
  .article_figure, .article_text, .life-guide-banner-figure, .life-guide-banner-text {
    display: block;
  }
  .btn_more {
    margin: 30px auto 0 auto;
  }
  .article_insight img, .life-guide-banner-figure, .life-guide-banner img{
    width: 100% !important;
  }
}

#index.index .section.num02 .titleA {
  margin-bottom: 15px;
  text-align: center;
}

#index.index .section.num02 .titleA img {
  margin-right: auto;
  margin-left: auto;
}

#index.index .section.num02 .wrap {
  padding: 0;
}

#index.index .section.num02 .column--2 .column__item {
  max-width: 485px;
  flex: 0 0 485px;
}

#index.index .section.num02 .column__figure {
  position: relative;
}

#index.index .section.num02 .column__figure a, #index.index .section.num02 .column__figure img {
  vertical-align: top;
}

#index.index .section.num02 .figure__link {
  display: inline-block;
  color: #fff;
  background-color: #000;
  line-height: 0;
}

#index.index .section.num02 .figure__link figure {
  position: relative;
}

#index.index .section.num02 .figure__link:hover {
  text-decoration: none;
}

#index.index .section.num02 .figure__link:hover img {
  opacity: .7;
}

#index.index .section.num02 .figure__link:hover .figure__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

#index.index .section.num02 .figure__text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.index .section.num02 .figure__text h3 {
  font-size: 36px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  line-height: 1.3;
  margin-bottom: 12px;
}

#index.index .section.num02 .figure__text h3 br.sp {
  display: none;
}

#index.index .section.num02 .figure__btn {
  box-sizing: border-box;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  min-width: 140px;
  padding: 4px 10px;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.index .section.num02 .headline--04 {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
}

#index.index .section.num02 .headline--04 br.onlySP {
  display: none;
}

#index.index .section.num02 .text01 {
  text-align: center;
  margin-bottom: 25px;
}

#index.index .section.num02 .MoreBtns {
  text-align: center;
}

#index.index .section.num02 .MoreBtns .btn {
  margin: 0 5px;
  border-width: 1px;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  min-width: 140px;
  padding: 3px 10px;
}

#index.index .section.num02 hr {
  margin-top: 80px;
  margin-bottom: 80px;
}

#index.index .section.num02 .aboutUs {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 40px;
}

#index.index .section.num02 .aboutUs .headline {
  display: none;
}

#index.index .section.num02 .aboutUs .topVisualBtns__text.right {
  margin-left: 180px;
}

#index.index .section.num02 .aboutUs .topVisualBtns__text h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
  #index.index .section.num02 .aboutUs li {
    min-height: inherit;
  }
  #index.index .section.num02 .aboutUs li img.pc {
    min-width: inherit;
  }
}

@media screen and (max-width: 737px) {
  #index.index .section.num02 .aboutUs {
    width: 100%;
  }
  #index.index .section.num02 .aboutUs .topVisualBtns__text.right {
    margin-left: 0;
  }
}

@media screen and (max-width: 737px) {
  #index.index .section.num02 {
    padding: 40px 0 0;
  }
  #index.index .section.num02 .aboutUs .headline {
    display: block;
  }
  #index.index .section.num02 .aboutUs .topVisualBtns__text h3 {
    margin-bottom: 0;
  }
  #index.index .section.num02 .aboutUs .topVisualBtns__text p {
    display: none;
  }
  #index.index .section.num02 .figure__text {
    left: auto;
    right: auto;
    width: 100%;
  }
  #index.index .section.num02 .figure__text h3 {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  #index.index .section.num02 .figure__text h3 br.sp {
    display: block;
  }
  #index.index .section.num02 .figure__text .figure__btn {
    display: none;
  }
  #index.index .section.num02 .headline--04 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    padding: 0 20px;
    margin-top: 25px;
  }
  #index.index .section.num02 .headline--04 br {
    display: none;
  }
  #index.index .section.num02 .headline--04 br.onlySP {
    display: inline;
  }
  #index.index .section.num02 .text01 {
    margin-top: 20px;
  }
  #index.index .section.num02 .MoreBtns .btn {
    display: block;
    max-width: 150px;
    margin: 0 auto 10px;
  }
  #index.index .section.num02 hr {
    margin-bottom: 50px;
  }
  #index.index .section.num02 .figure__link {
    width: 100%;
  }
  #index.index .section.num02 .figure__link figure {
    width: 100%;
  }
  #index.index .section.num02 .figure__link img {
    width: 100%;
  }
}

#index.rent {
  /* page */
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* mainVisual */
  /* section */
  /* .section.num01 */
  /* .section.num02 */
}

@media screen and (max-width: 737px) {
  #index.rent .page {
    padding-top: 48px;
  }
}

#index.rent #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
}

#index.rent #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  #index.rent #gHeader {
    padding: 8px 0 6px;
  }
}

#index.rent #gNav {
  line-height: 1.21428;
}

#index.rent #gNav > ul {
  display: flex;
  align-items: center;
  height: 51px;
}

#index.rent #gNav a {
  color: #fff;
}

#index.rent #gNav a:hover {
  color: #333;
}

#index.rent #pNav a {
  color: #fff;
}

#index.rent .pNav__contact {
  margin-right: 15px;
}

#index.rent .pNav__contact a {
  padding: 8px 18px;
  border: 1px solid #fff;
}

#index.rent .pNav__contact a:hover {
  color: #333 !important;
  background-color: #fff;
}

#pNav #index.rent .pNav__contact a:hover {
  color: #333;
}

#index.rent .pNav__tel {
  margin-right: 15px;
}

#index.rent .pNav__tel:last-of-type {
  margin-right: 0;
}

#pNav #index.rent .pNav__tel a:hover {
  color: #333;
}

#index.rent .hdrMenu span {
  background-color: #fff;
}

#index.rent .mainVisual__btn {
  position: absolute;
  bottom: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

#index.rent .mainVisual__btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent .mainVisual__btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 737px) {
  #index.rent .mainVisual__btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #index.rent .mainVisual__btn a {
    padding: 10px;
  }
}

#index.rent .mainVisual__inner {
  position: relative;
  height: 580px;
  background: url(../../rent/images/img-mainvisual.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 737px) {
  #index.rent .mainVisual__inner {
    height: auto;
    background: none;
  }
  #index.rent .mainVisual__inner-sp {
    position: relative;
    padding: 63px 0 40px;
    background: url(../../rent/images/sp/img-mainvisual.jpg) no-repeat center;
    background-size: cover;
  }
}

#index.rent .copyMain {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
  top: 210px;
  margin-left: -530px;
}

#index.rent .copyMain li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}

#index.rent .copyMain li p.sp {
  display: none;
}

#index.rent .copyMain h2 {
  margin-bottom: 15px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 36px;
  line-height: 68px;
}

#index.rent .copyMain h2 > em {
  font-style: normal;
  font-size: 60px;
  line-height: 1.0;
}

#index.rent .copyMain h2 > span {
  font-size: 38px;
  line-height: 1.0;
}

@media screen and (max-width: 737px) {
  #index.rent .copyMain {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-top: 8px;
  }
  #index.rent .copyMain li {
    float: none;
    width: 100%;
    margin-bottom: 19px;
  }
  #index.rent .copyMain li p.pc {
    display: none;
  }
  #index.rent .copyMain li p.sp {
    display: block;
  }
  #index.rent .copyMain h2 {
    margin-bottom: 2px;
    line-height: 1;
  }
  #index.rent .copyMain h2 > em {
    font-size: 38px;
  }
  #index.rent .copyMain h2 > span {
    font-size: 32px;
  }
  #index.rent .copyMain h2 br.pc {
    display: none;
  }
  #index.rent .copyMain h2 img.sp {
    display: inline-block;
  }
}

#index.rent .copyMain > .wrap {
  width: 1060px;
}

#index.rent .copyMain li:last-child h2 {
  font-size: 42px;
}

#index.rent .copyMain h2 {
  margin-bottom: 0;
}

#index.rent .copyMain h2 > em {
  margin: 0 8px;
}

@media screen and (max-width: 737px) {
  #index.rent .copyMain {
    padding-top: 32px;
  }
  #index.rent .copyMain > .wrap {
    width: auto;
  }
  #index.rent .copyMain li em {
    font-size: 44px;
  }
  #index.rent .copyMain li:last-child h2 {
    font-size: 36px;
  }
}

#index.rent .propertySearch {
  position: relative;
  margin-top: -88px;
  background-color: rgba(0, 0, 0, 0.7);
}

#index.rent .propertySearch > .wrap {
  color: #fff;
}

@media screen and (max-width: 737px) {
  #index.rent .propertySearch {
    margin-top: 0;
    padding-bottom: 12px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #index.rent .propertySearch > .wrap {
    color: #333;
  }
}

@media screen and (max-width: 737px) {
  #index.rent .propertySearch {
    background-color: transparent;
  }
  #index.rent .propertySearch > .wrap,
  #index.rent .propertySearch .propertySearch__title,
  #index.rent .propertySearch .narrowDown__headlinem,
  #index.rent .propertySearch .modSearch > p,
  #index.rent .propertySearch .formHeadline,
  #index.rent .propertySearch .narrowDown__headline,
  #index.rent .propertySearch .narrowDown__text,
  #index.rent .propertySearch .optionContent .btn-reset,
  #index.rent .propertySearch .areaSearch__headline,
  #index.rent .propertySearch .stationSearch__headline,
  #index.rent .propertySearch .optionContent .btn-backOptions,
  #index.rent .propertySearch .stationSearch__list > li,
  #index.rent .propertySearch .stationSearch__list > li:before {
    color: #000;
  }
  #index.rent .propertySearch .stationSearch__list > li:before {
    border-color: #000;
  }
  #index.rent .propertySearch .optionContent .btn-reset i {
    background-color: #000;
  }
  #index.rent .propertySearch > .wrap .priceSearch {
    margin-top: 0;
  }
}

#index.rent .totalSearch {
  font-size: 13px;
  padding: 12px 0;
  background-color: #efefec;
}

@media screen and (max-width: 737px) {
  #index.rent .totalSearch {
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#index.rent .section .titleA {
  position: relative;
  font-size: 20px;
}

#index.rent .section.num01 {
  padding: 80px 0 50px;
}

#index.rent .section.num01 .titleA {
  margin-bottom: 0;
  text-align: center;
}

#index.rent .section.num01 .titleA img {
  margin-right: auto;
  margin-left: auto;
}

#index.rent .section.num01 .lead01 {
  margin-top: 12px;
}

@media screen and (max-width: 737px) {
  #index.rent .section.num01 {
    padding: 40px 0 60px;
  }
  #index.rent .section.num01 .wrap {
    padding: 0;
  }
}

#index.rent .featuredBtns {
  margin-top: 50px;
  margin-bottom: 30px;
}

#index.rent .featuredBtns.featuredBtns-sp {
  display: none;
}

#index.rent .featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
}

#index.rent .featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

#index.rent .featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

#index.rent .featuredBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.rent .featuredBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#index.rent .featuredBtns__text h3 br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.rent .featuredBtns.featuredBtns-pc {
    display: none;
  }
  #index.rent .featuredBtns.featuredBtns-sp {
    display: block;
  }
  #index.rent .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.rent .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.rent .featuredBtns li:first-child {
    margin-top: 0;
  }
  #index.rent .featuredBtns__text h3 br.sp {
    display: block;
  }
}

#index.rent .featuredBtns .pc {
  display: block;
}

#index.rent .featuredBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

#index.rent .featuredBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.rent .featuredBtns a.featuredBtns__visual {
  color: #fff;
  background-color: #000;
}

#index.rent .featuredBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.rent .featuredBtns a:hover {
  text-decoration: none;
}

#index.rent .featuredBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.rent .featuredBtns a:hover .topVisualBtns__btn, #index.rent .featuredBtns a:hover .featuredBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

#index.rent .featuredBtns .text01 a {
  color: #039;
}

#index.rent .featuredBtns .text01 a:hover {
  color: #13b0ea;
  background-color: transparent;
}

#index.rent .featuredBtns .text01 a:hover:after {
  display: none;
}

#index.rent .featuredBtns .featuredBtns__text h3 {
  text-transform: uppercase;
}

#index.rent .featuredBtns__btn {
  box-sizing: border-box;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  min-width: 140px;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 737px) {
  #index.rent .featuredBtns {
    margin-top: 2px;
    margin-bottom: 0;
  }
  #index.rent .featuredBtns img {
    max-width: inherit;
    width: 100%;
  }
  #index.rent .featuredBtns .featuredBtns__text {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #index.rent .featuredBtns__btn {
    display: none;
  }
  #index.rent .featuredBtns .pc {
    display: none;
  }
}

#index.rent .topVisualBtns {
  margin-top: 60px;
  margin-bottom: 30px;
}

#index.rent .topVisualBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  background-color: #000;
}

#index.rent .topVisualBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent .topVisualBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.rent .topVisualBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.rent .topVisualBtns a:hover {
  text-decoration: none;
}

#index.rent .topVisualBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.rent .topVisualBtns a:hover .topVisualBtns__btn, #index.rent .topVisualBtns a:hover .featuredBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

#index.rent .topVisualBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  padding: 0 10%;
  font-family: 'Lato', sans-serif;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  text-align: center;
}

#index.rent .topVisualBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 18px;
}

#index.rent .topVisualBtns__text h3 br.sp {
  display: none;
}

#index.rent .topVisualBtns__btn {
  box-sizing: border-box;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  min-width: 140px;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  border: 1px solid #ffffff;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 737px) {
  #index.rent .topVisualBtns {
    margin-top: 2px;
    margin-bottom: 0;
  }
  #index.rent .topVisualBtns img {
    max-width: inherit;
  }
  #index.rent .topVisualBtns__text {
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
  }
  #index.rent .topVisualBtns__text h3 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
  }
  #index.rent .topVisualBtns__text h3 br.sp {
    display: block;
  }
  #index.rent .topVisualBtns__text p {
    font-size: 14px;
  }
  #index.rent .topVisualBtns__text p br {
    display: none;
  }
  #index.rent .topVisualBtns__btn {
    display: none;
  }
}

#index.rent .section.num02 .titleA {
  margin-bottom: 10px;
  text-align: center;
}

#index.rent .section.num02 .titleA img {
  margin-right: auto;
  margin-left: auto;
}

#index.rent .section.num02 .wrap {
  padding: 0;
}

#index.rent .section.num02 .column--2 .column__item {
  max-width: 485px;
  flex: 0 0 485px;
}

#index.rent .section.num02 .column__figure {
  position: relative;
}

#index.rent .section.num02 .figure__link {
  display: inline-block;
  color: #fff;
  background-color: #000;
  line-height: 0;
}

#index.rent .section.num02 .figure__link figure {
  position: relative;
}

#index.rent .section.num02 .figure__link:hover {
  text-decoration: none;
}

#index.rent .section.num02 .figure__link:hover img {
  opacity: .7;
}

#index.rent .section.num02 .figure__link:hover .figure__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

#index.rent .section.num02 .figure__text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.rent .section.num02 .figure__text h3 {
  font-size: 36px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  line-height: 1.3;
  margin-bottom: 18px;
}

#index.rent .section.num02 .figure__text h3 br.sp {
  display: none;
}

#index.rent .section.num02 .figure__btn {
  box-sizing: border-box;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  min-width: 140px;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  border: 1px solid #ffffff;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent .section.num02 .headline--04 {
  text-align: center;
}

#index.rent .section.num02 .text01 {
  text-align: center;
}

#index.rent .section.num02 .MoreBtns {
  text-align: center;
}

#index.rent .section.num02 .MoreBtns .btn {
  margin: 0 5px;
  border-width: 1px;
  padding: 3px 15px;
}

#index.rent .section.num02 hr {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 737px) {
  #index.rent .section.num02 {
    padding: 40px 0 0;
  }
  #index.rent .section.num02 .aboutUs .topVisualBtns__text h3 {
    margin-bottom: 0;
  }
  #index.rent .section.num02 .figure__text {
    left: auto;
    right: auto;
    width: 100%;
  }
  #index.rent .section.num02 .figure__text h3 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
  }
  #index.rent .section.num02 .figure__text h3 br.sp {
    display: block;
  }
  #index.rent .section.num02 .figure__text .figure__btn {
    display: none;
  }
  #index.rent .section.num02 .MoreBtns .btn {
    display: block;
    width: 180px;
    margin: 0 auto 10px;
  }
  #index.rent .section.num02 hr {
    margin-bottom: 50px;
  }
  #index.rent .section.num02 .figure__link {
    width: 100%;
  }
  #index.rent .section.num02 .figure__link figure {
    width: 100%;
  }
  #index.rent .section.num02 .figure__link img {
    width: 100%;
  }
}

#index.rent .rentGuide {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 100px 25px;
  color: #fff;
  text-align: center;
  background: url(/rent/images/img-04.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

#index.rent .rentGuide .titleA {
  display: block;
}

.section.num03 #index.rent .rentGuide .titleA {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #index.rent .rentGuide {
    width: 100%;
    padding: 40px 20px 50px;
    background-image: url(/rent/images/sp/img-04.png);
    background-size: cover;
  }
  .section.num03 #index.rent .rentGuide .titleA {
    margin-bottom: 20px;
  }
}

#index.rent .guideList {
  margin-top: 50px;
  margin-bottom: 35px;
}

#index.rent .guideList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

#index.rent .guideList li:first-child {
  margin-left: 0;
}

#index.rent .guideList a {
  color: #fff;
  text-decoration: none;
}

#index.rent .guideList p {
  font-size: 23px;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

#index.rent .guideList h3 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 737px) {
  #index.rent .guideList {
    display: none;
  }
}

#index.rent .btnDetail {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

#index.rent .btnDetail a {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 800;
}

#index.rent .btnDetail a:hover {
  color: #A0A0A0;
  background-color: #fff;
}

#index.rent .btnDetail i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 737px) {
  #index.rent .btnDetail {
    margin-top: 30px;
  }
}

#index.rent_tokyo {
  /* page */
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* mainVisual */
  /* section */
  /* .section.num01 */
  /* .section.num02 */
  /* .section.num03 */
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .page {
    padding-top: 48px;
  }
}

#index.rent_tokyo #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
}

#index.rent_tokyo #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo #gHeader {
    padding: 8px 0 6px;
  }
}

#index.rent_tokyo #gNav a {
  color: #fff;
}

#index.rent_tokyo #gNav a:hover {
  color: #fff;
}

#index.rent_tokyo #pNav a {
  color: #fff;
}

#index.rent_tokyo .pNav__contact a {
  border: 1px solid #fff;
}

#index.rent_tokyo .pNav__contact a:hover {
  color: #333!important;
  background-color: #fff;
}

#pNav #index.rent_tokyo .pNav__contact a:hover {
  color: #fff;
}

#pNav #index.rent_tokyo .pNav__tel a:hover {
  color: #fff;
}

#index.rent_tokyo .hdrMenu span {
  background-color: #fff;
}

#index.rent_tokyo .hdrMenu.menu-state-on span {
  background-color: #fff;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .hdrMenu span {
    background-color: #fff;
  }
}

#index.rent_tokyo #gHeader.header-state-fix #gNav a {
  color: #fff;
}

#index.rent_tokyo #gHeader.header-state-fix #gNav a:hover {
  color: #fff;
}

#index.rent_tokyo #gHeader.header-state-fix .pNav__contact a {
  color: #fff;
  border: 1px solid #fff;
}

#index.rent_tokyo #gHeader.header-state-fix .pNav__contact a:hover {
  color: #333 !important;
  background-color: #fff;
}

#pNav #index.rent_tokyo #gHeader.header-state-fix .pNav__contact a:hover {
  color: #fff;
}

#index.rent_tokyo #gHeader.header-state-fix .pNav__tel a {
  color: #fff;
}

#pNav #index.rent_tokyo #gHeader.header-state-fix .pNav__tel a:hover {
  color: #fff;
}

#index.rent_tokyo #gHeader.header-state-fix .hdrMenu span {
  background-color: #fff;
}

#index.rent_tokyo #gHeader.header-state-fix .hdrMenu.menu-state-on span {
  background-color: #fff;
}

#index.rent_tokyo .mainVisual__btn {
  position: absolute;
  bottom: 180px;
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

#index.rent_tokyo .mainVisual__btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_tokyo .mainVisual__btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .mainVisual__btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #index.rent_tokyo .mainVisual__btn a {
    padding: 10px;
  }
}

#index.rent_tokyo .mainVisual__inner {
  position: relative;
  height: 580px;
  background: url(/rent/tokyoapartment/images/img-mainvisual-01.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .mainVisual__inner {
    height: auto;
    background: none;
  }
  #index.rent_tokyo .mainVisual__inner-sp {
    position: relative;
    padding: 63px 0 30px;
    background: url(/rent/tokyoapartment/images/sp/img-mainvisual-01.jpg) no-repeat center;
    background-size: cover;
  }
}

#index.rent_tokyo .copyMain {
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
}

#index.rent_tokyo .copyMain li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}

#index.rent_tokyo .copyMain li p.sp {
  display: none;
}

#index.rent_tokyo .copyMain h2 {
  margin-bottom: 15px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 36px;
  line-height: 68px;
}

#index.rent_tokyo .copyMain h2 > em {
  font-style: normal;
  font-size: 60px;
  line-height: 1.0;
}

#index.rent_tokyo .copyMain h2 > span {
  font-size: 38px;
  line-height: 1.0;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .copyMain {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-top: 8px;
  }
  #index.rent_tokyo .copyMain li {
    float: none;
    width: 100%;
    margin-bottom: 19px;
  }
  #index.rent_tokyo .copyMain li p.pc {
    display: none;
  }
  #index.rent_tokyo .copyMain li p.sp {
    display: block;
  }
  #index.rent_tokyo .copyMain h2 {
    margin-bottom: 2px;
    line-height: 1;
  }
  #index.rent_tokyo .copyMain h2 > em {
    font-size: 38px;
  }
  #index.rent_tokyo .copyMain h2 > span {
    font-size: 32px;
  }
  #index.rent_tokyo .copyMain h2 br.pc {
    display: none;
  }
  #index.rent_tokyo .copyMain h2 img.sp {
    display: inline-block;
  }
}

#index.rent_tokyo .copyMain li h2 {
  margin-bottom: 0;
}

#index.rent_tokyo .copyMain li:nth-child(1) h2 em {
  margin-right: 5px;
}

#index.rent_tokyo .copyMain li:nth-child(2) h2 {
  margin-left: 2px;
}

#index.rent_tokyo .copyMain li:nth-child(3) h2 {
  font-size: 42px;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .copyMain {
    color: #fff;
  }
  #index.rent_tokyo .copyMain li:nth-child(3) h2 {
    font-size: 35px;
  }
}

#index.rent_tokyo .propertySearch {
  position: relative;
  margin-top: -88px;
  background-color: rgba(0, 0, 0, 0.7);
}

#index.rent_tokyo .propertySearch > .wrap {
  color: #fff;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .propertySearch {
    margin-top: 0;
    padding-bottom: 12px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #index.rent_tokyo .propertySearch > .wrap {
    color: #333;
  }
}

#index.rent_tokyo .totalSearch {
  font-size: 13px;
  padding: 12px 0;
  background-color: #efefec;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .totalSearch {
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#index.rent_tokyo .section.num01 {
  padding: 40px 0 80px;
}

#index.rent_tokyo .section.num01 .titleA {
  margin-bottom: 10px;
}

#index.rent_tokyo .section.num01 .textA {
  text-align: center;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .section.num01 {
    padding: 40px 0 60px;
  }
  #index.rent_tokyo .section.num01 .wrap {
    padding: 0;
  }
  #index.rent_tokyo .section.num01 .titleA {
    margin-bottom: 30px;
  }
  #index.rent_tokyo .section.num01 .textA {
    display: none;
  }
}

#index.rent_tokyo .featuredBtns {
  margin-top: 50px;
  margin-bottom: 30px;
}

#index.rent_tokyo .featuredBtns.featuredBtns-sp {
  display: none;
}

#index.rent_tokyo .featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
}

#index.rent_tokyo .featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

#index.rent_tokyo .featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

#index.rent_tokyo .featuredBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.rent_tokyo .featuredBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#index.rent_tokyo .featuredBtns__text h3 br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .featuredBtns.featuredBtns-pc {
    display: none;
  }
  #index.rent_tokyo .featuredBtns.featuredBtns-sp {
    display: block;
  }
  #index.rent_tokyo .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.rent_tokyo .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.rent_tokyo .featuredBtns li:first-child {
    margin-top: 0;
  }
  #index.rent_tokyo .featuredBtns__text h3 br.sp {
    display: block;
  }
}

#index.rent_tokyo .featuredBtns li {
  background-color: #000;
}

#index.rent_tokyo .featuredBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

#index.rent_tokyo .featuredBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.rent_tokyo .featuredBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.rent_tokyo .featuredBtns a:hover {
  text-decoration: none;
}

#index.rent_tokyo .featuredBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.rent_tokyo .featuredBtns a:hover .topVisualBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .featuredBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index.rent_tokyo .featuredBtns img {
    max-width: inherit;
    width: 160%;
    margin-left: -30%;
  }
}

#index.rent_tokyo .btnMore {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#index.rent_tokyo .btnMore a {
  display: block;
  color: #999;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_tokyo .btnMore a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .btnMore {
  	margin-top: 20px;
  }
}

#index.rent_tokyo .section.num02 {
  padding: 40px 0 45px;
  background-color: #efefec;
}

#index.rent_tokyo .section.num02 .titleA {
  margin-bottom: 40px;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .section.num02 {
    padding: 40px 0 20px;
  }
  #index.rent_tokyo .section.num02 .titleA {
    margin-bottom: 25px;
  }
  #index.rent_tokyo .section.num02 .wrap {
    padding: 0;
  }
}

#index.rent_tokyo .luxuryList > ul {
  display: flex;
  justify-content: center;
}

#index.rent_tokyo .luxuryList li {
  float: left;
  width: calc((980px - 19.5px*4)/5);
  margin-left: 19.5px;
}

#index.rent_tokyo .luxuryList li:first-child {
  margin-left: 0;
}

#index.rent_tokyo .luxuryList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
}

#index.rent_tokyo .luxuryList li:first-child {
  margin-left: 0;
}

#index.rent_tokyo .luxuryList a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_tokyo .luxuryList a:hover {
  color: #033eb5;
}

#index.rent_tokyo .luxuryList a:hover img {
  opacity: .7;
}

#index.rent_tokyo .luxuryList img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_tokyo .luxuryList .luxuryList__image {
  position: relative;
  margin-bottom: 20px;
}

#index.rent_tokyo .luxuryList .luxuryList__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #003399;
  font-size: 9px;
  text-transform: uppercase;
}

#index.rent_tokyo .luxuryList .luxuryList__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#index.rent_tokyo .luxuryList .luxuryList__title a {
  position: relative;
  color: #003399;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  line-height: 18px;
  padding-left: 12px;
}

#index.rent_tokyo .luxuryList .luxuryList__title a:hover {
  text-decoration: none;
  color: #13b0ea;
}

#index.rent_tokyo .luxuryList .luxuryList__title i.icon-arrowR {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.rent_tokyo .luxuryList .luxuryList__title i.icon-link01 {
  font-size: 12px;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_tokyo .luxuryList .luxuryList__text {
  font-size: 13px;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .luxuryList {
    padding: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #index.rent_tokyo .luxuryList ul {
    height: 100%;
    padding: 0 0 15px 20px;
    font-size: 0;
  }
  #index.rent_tokyo .luxuryList li {
    width: 180px;
    margin: 0;
    padding-right: 20px;
    float: left;
  }
  #index.rent_tokyo .luxuryList li:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .luxuryList > ul {
    display: block;
    justify-content: inherit;
  }
}

#index.rent_tokyo .section.num03 {
  padding: 90px 0 0;
}

#index.rent_tokyo .section.num03 .titleA {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .section.num03 {
    padding: 80px 0 0;
  }
  #index.rent_tokyo .section.num03 .titleA {
    display: block;
    margin-bottom: 30px;
  }
}

#index.rent_tokyo .areaBox {
  margin-bottom: 90px;
}

#index.rent_tokyo .areaBox .imageList {
  float: left;
  width: 473px;
}

#index.rent_tokyo .areaBox .areaList {
  float: right;
  width: 466px;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .areaBox {
    margin-bottom: 80px;
  }
  #index.rent_tokyo .areaBox .imageList,
  #index.rent_tokyo .areaBox .areaList {
    float: none;
    width: 100%;
  }
}

#index.rent_tokyo .imageList {
  position: relative;
}

#index.rent_tokyo .imageList > div {
  position: absolute;
}

#index.rent_tokyo .imageList h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#index.rent_tokyo .imageList .imageList__btn01 {
  top: 0;
  left: 0;
}

#index.rent_tokyo .imageList .imageList__btn02 {
  top: 0;
  left: 211px;
}

#index.rent_tokyo .imageList .imageList__btn03 {
  top: 0;
  right: 0;
}

#index.rent_tokyo .imageList .imageList__btn04 {
  top: 211px;
  right: 143px;
}

#index.rent_tokyo .imageList .imageList__btn05 {
  top: 140px;
  right: 0;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .imageList {
    display: none;
  }
}

#index.rent_tokyo .areaList > p {
  font-size: 13px;
  margin-bottom: 30px;
}

#index.rent_tokyo .areaList .areaList__left,
#index.rent_tokyo .areaList .areaList__right {
  width: 50%;
}

#index.rent_tokyo .areaList .areaList__left {
  float: left;
}

#index.rent_tokyo .areaList .areaList__right {
  float: right;
}

#index.rent_tokyo .areaList dt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
}

#index.rent_tokyo .areaList dt:first-child {
  margin-top: 0;
}

#index.rent_tokyo .areaList dd {
  font-size: 13px;
  padding-left: 25px;
}

#index.rent_tokyo .areaList a {
  display: block;
  color: #003399;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
}

#index.rent_tokyo .areaList a:hover i {
  transform: rotateY(180deg);
}

#index.rent_tokyo .areaList i {
  position: absolute;
  left: 0;
  font-size: 22px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .areaList .areaList__left,
  #index.rent_tokyo .areaList .areaList__right {
    float: none;
    width: 100%;
  }
  #index.rent_tokyo .areaList .areaList__left {
    margin-bottom: 20px;
  }
}

#index.rent_tokyo .areaList a {
  text-decoration: none;
}

#index.rent_tokyo .rentGuide {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 100px 30px;
  color: #fff;
  text-align: center;
  background: url(/rent/tokyoapartment/images/img-bg-guid01.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

#index.rent_tokyo .rentGuide .titleA {
  display: block !important;
  margin-bottom: 10px;
}

.section.num03 #index.rent_tokyo .rentGuide .titleA {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .rentGuide {
    width: 100%;
    padding: 40px 20px 50px;
    background: url(/rent/tokyoapartment/images/sp/img-bg-guid01.jpg) no-repeat center;
	  background-size: cover;
  }
  .section.num03 #index.rent_tokyo .rentGuide .titleA {
    margin-bottom: 20px;
  }
}

#index.rent_tokyo .guideList {
  margin-top: 45px;
  margin-bottom: 35px;
}

#index.rent_tokyo .guideList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
}

#index.rent_tokyo .guideList li:first-child {
  margin-left: 0;
}

#index.rent_tokyo .guideList a {
  color: #fff;
  text-decoration: none;
}

#index.rent_tokyo .guideList p {
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 23px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

#index.rent_tokyo .guideList h3 {
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .guideList {
    display: none;
  }
}

#index.rent_tokyo .btnDetail {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

#index.rent_tokyo .btnDetail a {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 800;
}

#index.rent_tokyo .btnDetail a:hover {
  color: #A0A0A0;
  background-color: #fff;
}

#index.rent_tokyo .btnDetail i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .btnDetail {
    margin-top: 30px;
  }
}

#index.rent_yokohama {
  /* page */
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* mainVisual */
  /* section */
  /* .section.num01 */
  /* .section.num02 */
  /* .section.num03 */
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .page {
    padding-top: 48px;
  }
}

#index.rent_yokohama #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
}

#index.rent_yokohama #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama #gHeader {
    padding: 8px 0 6px;
  }
}

#index.rent_yokohama #gNav a {
  color: #fff;
}

#index.rent_yokohama #gNav a:hover {
  color: #333;
}

#index.rent_yokohama #pNav a {
  color: #fff;
}

#index.rent_yokohama .pNav__contact a {
  border: 1px solid #fff;
}

#index.rent_yokohama .pNav__contact a:hover {
  color: #333 !important;
  background-color: #fff;
}

#pNav #index.rent_yokohama .pNav__contact a:hover {
  color: #333;
}

#pNav #index.rent_yokohama .pNav__tel a:hover {
  color: #333;
}

#index.rent_yokohama .hdrMenu span {
  background-color: #fff;
}

#index.rent_yokohama .mainVisual__btn {
  position: absolute;
  bottom: 180px;
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

#index.rent_yokohama .mainVisual__btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_yokohama .mainVisual__btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .mainVisual__btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #index.rent_yokohama .mainVisual__btn a {
    padding: 10px;
  }
}

#index.rent_yokohama .mainVisual__inner {
  position: relative;
  height: 580px;
  background: url(/rent/yokohamaapartment/images/img-mainvisual-01.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .mainVisual__inner {
    height: auto;
    background: none;
  }
  #index.rent_yokohama .mainVisual__inner-sp {
    position: relative;
    padding: 63px 0 30px;
    background: url(/rent/yokohamaapartment/images/img-mainvisual-01.jpg) no-repeat center;
    background-size: cover;
  }
  #index.rent_yokohama .mainVisual__inner-sp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }
}

#index.rent_yokohama .copyMain {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
}

#index.rent_yokohama .copyMain li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}

#index.rent_yokohama .copyMain li p.sp {
  display: none;
}

#index.rent_yokohama .copyMain h2 {
  margin-bottom: 15px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 36px;
  line-height: 68px;
}

#index.rent_yokohama .copyMain h2 > em {
  font-style: normal;
  font-size: 60px;
  line-height: 1.0;
}

#index.rent_yokohama .copyMain h2 > span {
  font-size: 38px;
  line-height: 1.0;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .copyMain {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-top: 8px;
  }
  #index.rent_yokohama .copyMain li {
    float: none;
    width: 100%;
    margin-bottom: 19px;
  }
  #index.rent_yokohama .copyMain li p.pc {
    display: none;
  }
  #index.rent_yokohama .copyMain li p.sp {
    display: block;
  }
  #index.rent_yokohama .copyMain h2 {
    margin-bottom: 2px;
    line-height: 1;
  }
  #index.rent_yokohama .copyMain h2 > em {
    font-size: 38px;
  }
  #index.rent_yokohama .copyMain h2 > span {
    font-size: 32px;
  }
  #index.rent_yokohama .copyMain h2 br.pc {
    display: none;
  }
  #index.rent_yokohama .copyMain h2 img.sp {
    display: inline-block;
  }
}

#index.rent_yokohama .copyMain h2 {
  font-size: 33px;
}

#index.rent_yokohama .copyMain li:nth-child(1) h2 em {
  margin-left: 5px;
  margin-right: 5px;
}

#index.rent_yokohama .propertySearch {
  position: relative;
  margin-top: -88px;
  background-color: rgba(0, 0, 0, 0.7);
}

#index.rent_yokohama .propertySearch > .wrap {
  color: #fff;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .propertySearch {
    margin-top: 0;
    padding-bottom: 12px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #index.rent_yokohama .propertySearch > .wrap {
    color: #333;
  }
}

#index.rent_yokohama .totalSearch {
  font-size: 13px;
  padding: 12px 0;
  background-color: #efefec;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .totalSearch {
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#index.rent_yokohama .section.num01 {
  padding: 40px 0 80px;
}

#index.rent_yokohama .section.num01 .titleA {
  margin-bottom: 10px;
}

#index.rent_yokohama .section.num01 .textA {
  text-align: center;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .section.num01 {
    padding: 40px 0 60px;
  }
  #index.rent_yokohama .section.num01 .wrap {
    padding: 0;
  }
  #index.rent_yokohama .section.num01 .titleA {
    margin-bottom: 30px;
  }
  #index.rent_yokohama .section.num01 .textA {
    display: none;
  }
}

#index.rent_yokohama .featuredBtns {
  margin-top: 50px;
  margin-bottom: 30px;
}

#index.rent_yokohama .featuredBtns.featuredBtns-sp {
  display: none;
}

#index.rent_yokohama .featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
}

#index.rent_yokohama .featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

#index.rent_yokohama .featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

#index.rent_yokohama .featuredBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.rent_yokohama .featuredBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#index.rent_yokohama .featuredBtns__text h3 br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .featuredBtns.featuredBtns-pc {
    display: none;
  }
  #index.rent_yokohama .featuredBtns.featuredBtns-sp {
    display: block;
  }
  #index.rent_yokohama .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.rent_yokohama .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.rent_yokohama .featuredBtns li:first-child {
    margin-top: 0;
  }
  #index.rent_yokohama .featuredBtns__text h3 br.sp {
    display: block;
  }
}

#index.rent_yokohama .featuredBtns li {
  background-color: #000;
}

#index.rent_yokohama .featuredBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

#index.rent_yokohama .featuredBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.rent_yokohama .featuredBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.rent_yokohama .featuredBtns a:hover {
  text-decoration: none;
}

#index.rent_yokohama .featuredBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.rent_yokohama .featuredBtns a:hover .topVisualBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .featuredBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index.rent_yokohama .featuredBtns img {
    max-width: inherit;
    width: 160%;
    margin-left: -30%;
  }
}

#index.rent_yokohama .btnMore {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#index.rent_yokohama .btnMore a {
  display: block;
  color: #999;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_yokohama .btnMore a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .btnMore {
    display: none;
  }
}

#index.rent_yokohama .section.num02 {
  padding: 40px 0 45px;
  background-color: #efefec;
}

#index.rent_yokohama .section.num02 .titleA {
  margin-bottom: 40px;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .section.num02 {
    padding: 40px 0 20px;
  }
  #index.rent_yokohama .section.num02 .titleA {
    margin-bottom: 25px;
  }
  #index.rent_yokohama .section.num02 .wrap {
    padding: 0;
  }
}

#index.rent_yokohama .luxuryList > ul {
  display: flex;
  justify-content: center;
}

#index.rent_yokohama .luxuryList li {
  float: left;
  width: calc((980px - 19.5px*4)/5);
  margin-left: 19.5px;
}

#index.rent_yokohama .luxuryList li:first-child {
  margin-left: 0;
}

#index.rent_yokohama .luxuryList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
}

#index.rent_yokohama .luxuryList li:first-child {
  margin-left: 0;
}

#index.rent_yokohama .luxuryList a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_yokohama .luxuryList a:hover {
  color: #033eb5;
}

#index.rent_yokohama .luxuryList a:hover img {
  opacity: .7;
}

#index.rent_yokohama .luxuryList img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_yokohama .luxuryList .luxuryList__image {
  position: relative;
  margin-bottom: 20px;
}

#index.rent_yokohama .luxuryList .luxuryList__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #003399;
  font-size: 9px;
  text-transform: uppercase;
}

#index.rent_yokohama .luxuryList .luxuryList__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#index.rent_yokohama .luxuryList .luxuryList__title a {
  position: relative;
  color: #003399;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  line-height: 18px;
  padding-left: 12px;
}

#index.rent_yokohama .luxuryList .luxuryList__title a:hover {
  text-decoration: none;
  color: #13b0ea;

}

#index.rent_yokohama .luxuryList .luxuryList__title i.icon-arrowR {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.rent_yokohama .luxuryList .luxuryList__title i.icon-link01 {
  font-size: 12px;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.rent_yokohama .luxuryList .luxuryList__text {
  font-size: 13px;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .luxuryList {
    padding: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #index.rent_yokohama .luxuryList ul {
    height: 100%;
    padding: 0 0 15px 20px;
    font-size: 0;
  }
  #index.rent_yokohama .luxuryList li {
    width: 180px;
    margin: 0;
    padding-right: 20px;
    float: left;
  }
  #index.rent_yokohama .luxuryList li:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .luxuryList > ul {
    display: block;
    justify-content: inherit;
  }
}

#index.rent_yokohama .section.num03 {
  padding: 90px 0 0;
}

#index.rent_yokohama .section.num03 .titleA {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .section.num03 {
    padding: 80px 0 0;
  }
  #index.rent_yokohama .section.num03 .titleA {
    display: block;
    margin-bottom: 30px;
  }
}

#index.rent_yokohama .areaBox {
  margin-bottom: 90px;
}

#index.rent_yokohama .areaBox .imageList {
  float: left;
  width: 473px;
}

#index.rent_yokohama .areaBox .areaList {
  float: right;
  width: 466px;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .areaBox {
    margin-bottom: 80px;
  }
  #index.rent_yokohama .areaBox .imageList,
  #index.rent_yokohama .areaBox .areaList {
    float: none;
    width: 100%;
  }
}

#index.rent_yokohama .imageList {
  position: relative;
}

#index.rent_yokohama .imageList > div {
  position: absolute;
}

#index.rent_yokohama .imageList h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#index.rent_yokohama .imageList .imageList__btn01 {
  top: 0;
  left: 0;
}

#index.rent_yokohama .imageList .imageList__btn02 {
  top: 0;
  left: 211px;
}

#index.rent_yokohama .imageList .imageList__btn03 {
  top: 0;
  right: 0;
}

#index.rent_yokohama .imageList .imageList__btn04 {
  top: 211px;
  right: 143px;
}

#index.rent_yokohama .imageList .imageList__btn05 {
  top: 140px;
  right: 0;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .imageList {
    display: none;
  }
}

#index.rent_yokohama .areaList > p {
  font-size: 13px;
  margin-bottom: 30px;
}

#index.rent_yokohama .areaList .areaList__left,
#index.rent_yokohama .areaList .areaList__right {
  width: 50%;
}

#index.rent_yokohama .areaList .areaList__left {
  float: left;
}

#index.rent_yokohama .areaList .areaList__right {
  float: right;
}

#index.rent_yokohama .areaList dt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
}

#index.rent_yokohama .areaList dt:first-child {
  margin-top: 0;
}

#index.rent_yokohama .areaList dd {
  font-size: 13px;
  padding-left: 25px;
}

#index.rent_yokohama .areaList a {
  display: block;
  color: #003399;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
}

#index.rent_yokohama .areaList a:hover i {
  transform: rotateY(180deg);
}

#index.rent_yokohama .areaList i {
  position: absolute;
  left: 0;
  font-size: 22px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .areaList .areaList__left,
  #index.rent_yokohama .areaList .areaList__right {
    float: none;
    width: 100%;
  }
  #index.rent_yokohama .areaList .areaList__left {
    margin-bottom: 20px;
  }
}

#index.rent_yokohama .areaList a {
  text-decoration: none;
}

#index.rent_yokohama .rentGuide {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 100px 30px;
  color: #fff;
  text-align: center;
  background: url(/rent/yokohamaapartment/images/img-bg-guid01.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

#index.rent_yokohama .rentGuide .titleA {
  display: block !important;
  margin-bottom: 10px;
}

.section.num03 #index.rent_yokohama .rentGuide .titleA {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .rentGuide {
    width: 100%;
    padding: 40px 20px 50px;
    background: url(/rent/yokohamaapartment/images/sp/img-bg-guid01.jpg) no-repeat center;
	  background-size: cover;
  }
  .section.num03 #index.rent_yokohama .rentGuide .titleA {
    margin-bottom: 20px;
  }
}

#index.rent_yokohama .guideList {
  margin-top: 45px;
  margin-bottom: 35px;
}

#index.rent_yokohama .guideList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
}

#index.rent_yokohama .guideList li:first-child {
  margin-left: 0;
}

#index.rent_yokohama .guideList a {
  color: #fff;
  text-decoration: none;
}

#index.rent_yokohama .guideList p {
  font-size: 23px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

#index.rent_yokohama .guideList h3 {
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .guideList {
    display: none;
  }
}

#index.rent_yokohama .btnDetail {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

#index.rent_yokohama .btnDetail a {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 800;
}

#index.rent_yokohama .btnDetail a:hover {
  color: #A0A0A0;
  background-color: #fff;
}

#index.rent_yokohama .btnDetail i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 737px) {
  #index.rent_yokohama .btnDetail {
    margin-top: 30px;
  }
}

#index.buy {
  /* page */
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* mainVisual */
  /* section */
  /* .section.num01 */
  /* .section.num02 */
  /* .section.num03 */
}

@media screen and (max-width: 737px) {
  #index.buy .page {
    padding-top: 48px;
  }
}

#index.buy #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
}

#index.buy #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  #index.buy #gHeader {
    padding: 8px 0 6px;
  }
}

#index.buy #gNav {
  float: left;
  line-height: calc(17/14);
}

#index.buy #gNav > ul {
  display: flex;
  align-items: center;
  height: 51px;
}

#index.buy #gNav a {
  color: #fff;
}

#index.buy #gNav a:hover {
  color: #333;
}

#index.buy #pNav a {
  color: #fff;
}

#index.buy .pNav__contact a {
  border: 1px solid #fff;
}

#index.buy .pNav__contact a:hover {
  color: #333 !important;
  background-color: #fff;
}

#pNav #index.buy .pNav__contact a:hover {
  color: #333;
}

#index.buy .pNav__tel {
  margin-right: 25px;
}

#index.buy .pNav__tel:last-of-type {
  margin-right: 0;
}

#pNav #index.buy .pNav__tel a:hover {
  color: #333;
}

#index.buy .hdrMenu span {
  background-color: #fff;
}

#index.buy .mainVisual__btn {
  position: absolute;
  bottom: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

#index.buy .mainVisual__btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy .mainVisual__btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 737px) {
  #index.buy .mainVisual__btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #index.buy .mainVisual__btn a {
    padding: 10px;
  }
}

#index.buy .mainVisual__inner {
  position: relative;
  height: 580px;
  background: #000 url(/buy/images/img-mainvisual-01.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 737px) {
  #index.buy .mainVisual__inner {
    height: auto;
    background: none;
    display: block;
  }
  #index.buy .mainVisual__inner-sp {
    position: relative;
    padding: 63px 0 50px;
    background: #000 url(/buy/images/img-mainvisual-01.png) no-repeat center;
    background-size: cover;
  }
}

#index.buy .copyMain {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
  top: 210px;
  margin-left: -530px;
}

#index.buy .copyMain li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}

#index.buy .copyMain li p.sp {
  display: none;
}

#index.buy .copyMain h2 {
  margin-bottom: 15px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 36px;
  line-height: 68px;
}

#index.buy .copyMain h2 > em {
  font-style: normal;
  font-size: 60px;
  line-height: 1.0;
}

#index.buy .copyMain h2 > span {
  font-size: 38px;
  line-height: 1.0;
}

@media screen and (max-width: 737px) {
  #index.buy .copyMain {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-top: 8px;
  }
  #index.buy .copyMain li {
    float: none;
    width: 100%;
    margin-bottom: 19px;
  }
  #index.buy .copyMain li p.pc {
    display: none;
  }
  #index.buy .copyMain li p.sp {
    display: block;
  }
  #index.buy .copyMain h2 {
    margin-bottom: 2px;
    line-height: 1;
  }
  #index.buy .copyMain h2 > em {
    font-size: 38px;
  }
  #index.buy .copyMain h2 > span {
    font-size: 32px;
  }
  #index.buy .copyMain h2 br.pc {
    display: none;
  }
  #index.buy .copyMain h2 img.sp {
    display: inline-block;
  }
}

#index.buy .copyMain > .wrap {
  width: 1060px;
}

#index.buy .copyMain li:nth-child(2) h2 {
  margin-top: -20px;
}

#index.buy .copyMain h2 {
  line-height: 1.0;
}

#index.buy .copyMain h2 > span {
  line-height: 1.0;
}

#index.buy .copyMain h2 > em {
  margin: 0 8px;
}

@media screen and (max-width: 737px) {
  #index.buy .copyMain {
    padding-top: 32px;
  }
  #index.buy .copyMain > .wrap {
    width: auto;
  }
  #index.buy .copyMain li:nth-child(2) h2 {
    margin-top: 0;
  }
  #index.buy .copyMain li em {
    font-size: 44px;
  }
}

#index.buy .propertySearch {
  position: relative;
  margin-top: -88px;
  background-color: rgba(0, 0, 0, 0.7);
}

#index.buy .propertySearch > .wrap {
  color: #fff;
}

@media screen and (max-width: 737px) {
  #index.buy .propertySearch {
    margin-top: 0;
    padding-bottom: 12px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #index.buy .propertySearch > .wrap {
    color: #333;
  }
}

#index.buy .propertySearch__link {
  box-sizing: border-box;
  height: 36px;
  width: 100%;
  padding: 4.5px 0;
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  top: -36px;
}

#index.buy .propertySearch__link a {
  display: inline-block;
  line-height: 27px;
  height: 27px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  background: #039;
  padding: 0 5px;
}

@media screen and (max-width: 737px) {
  #index.buy .propertySearch {
    background: transparent;
  }
  #index.buy .propertySearch > .wrap,
  #index.buy .propertySearch .propertySearch__title,
  #index.buy .propertySearch .narrowDown__headlinem,
  #index.buy .propertySearch .modSearch > p,
  #index.buy .propertySearch .formHeadline,
  #index.buy .propertySearch .narrowDown__headline,
  #index.buy .propertySearch .narrowDown__text,
  #index.buy .propertySearch .optionContent .btn-reset,
  #index.buy .propertySearch .areaSearch__headline,
  #index.buy .propertySearch .stationSearch__headline,
  #index.buy .propertySearch .optionContent .btn-backOptions,
  #index.buy .propertySearch .stationSearch__list > li,
  #index.buy .propertySearch .stationSearch__list > li:before {
    color: #000;
  }
  #index.buy .propertySearch .stationSearch__list > li:before {
    border-color: #000;
  }
  #index.buy .propertySearch .optionContent .btn-reset i {
    background-color: #000;
  }
  #index.buy .propertySearch__link {
    display: none;
  }
}

#index.buy .titleA br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.buy .titleA br.sp {
    display: block;
  }
}

#index.buy .section.num01 {
  padding: 80px 0 0;
}

#index.buy .section.num01 .titleA {
  margin-bottom: 10px;
}

#index.buy .section.num01 .textA {
  text-align: center;
}

#index.buy .section.num01 .textA.pc {
  display: block;
}

#index.buy .section.num01 .textA.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.buy .section.num01 {
    padding: 40px 0 40px;
  }
  #index.buy .section.num01 .wrap {
    padding: 0;
  }
  #index.buy .section.num01 .titleA {
    margin-bottom: 12px;
  }
  #index.buy .section.num01 .textA {
    margin: 0 18px 23px 18px;
  }
  #index.buy .section.num01 .textA.pc {
    display: none;
  }
  #index.buy .section.num01 .textA.sp {
    display: block;
  }
}

#index.buy .featuredBtns {
  margin-top: 50px;
  margin-bottom: 30px;
}

#index.buy .featuredBtns.featuredBtns-sp {
  display: none;
}

#index.buy .featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
}

#index.buy .featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

#index.buy .featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

#index.buy .featuredBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.buy .featuredBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#index.buy .featuredBtns__text h3 br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.buy .featuredBtns.featuredBtns-pc {
    display: none;
  }
  #index.buy .featuredBtns.featuredBtns-sp {
    display: block;
  }
  #index.buy .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.buy .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.buy .featuredBtns li:first-child {
    margin-top: 0;
  }
  #index.buy .featuredBtns__text h3 br.sp {
    display: block;
  }
}

#index.buy .featuredBtns > ul > li > a > img {
  background: #000;
}

#index.buy .featuredBtns__btn {
  margin-top: 23px;
  text-align: center;
}

#index.buy .featuredBtns li {
  background-color: transparent;
}

#index.buy .featuredBtns li a {
  display: block;
  position: relative;
}

#index.buy .featuredBtns .listVertical {
  background-color: #fff;
  margin-top: 0;
  padding-top: 15px;
  padding-left: 0;
}

#index.buy .featuredBtns .listVertical li {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-right: 0;
}

#index.buy .featuredBtns .link {
  color: #039;
  text-decoration: underline;
}

#index.buy .featuredBtns .link:hover {
  text-decoration: none;
  color: #13b0ea;
}

#index.buy .featuredBtns .link:hover:before {
  text-decoration: none;
}

#index.buy .featuredBtns .link--arrow {
  font-size: 14px;
  padding-left: 15px;
}

#index.buy .featuredBtns .link--arrow:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-size: 8.63px;
  position: absolute;
  left: 0;
  top: 6px;
  text-decoration: none;
}

#index.buy .featuredBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

#index.buy .featuredBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.buy .featuredBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.buy .featuredBtns a:hover {
  text-decoration: none;
}

#index.buy .featuredBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.buy .featuredBtns a:hover .topVisualBtns__btn, #index.buy .featuredBtns a:hover .featuredBtns__btn .btn--line {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

#index.buy .featuredBtns .listVertical a {
  color: #039;
}

#index.buy .featuredBtns .listVertical a:hover {
  color: #13b0ea;
  background-color: transparent;
}

#index.buy .featuredBtns .listVertical a:hover:after {
  display: none;
}

#index.buy .featuredBtns .featuredBtns__text {
  margin-top: -5px;
}

#index.buy .featuredBtns .featuredBtns__text h3 {
  margin-bottom: 9px;
  height: 2em;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  text-transform: uppercase;
}

#index.buy .featuredBtns .featuredBtns__text h3 br.sp {
  display: none;
}

#index.buy .featuredBtns .featuredBtns__text--investment {
  margin-top: 0;
}

#index.buy .featuredBtns .featuredBtns__text--investment .featuredBtns__btn {
  margin-top: 13px;
}

@media screen and (max-width: 737px) {
  #index.buy .featuredBtns .featuredBtns__text h3 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 737px) {
  #index.buy .featuredBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index.buy .featuredBtns li .listVertical {
    padding-left: 10px;
    padding-bottom: 40px;
  }
  #index.buy .featuredBtns li:last-of-type .listVertical {
    padding-bottom: 0;
  }
  #index.buy .featuredBtns img {
    max-width: inherit;
    width: 160%;
    margin-left: -30%;
  }
}

#index.buy .btnMore {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#index.buy .btnMore a {
  display: block;
  color: #999;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy .btnMore a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

@media screen and (max-width: 737px) {
  #index.buy .btnMore {
    display: none;
  }
}

#index.buy .section.num02 {
  padding: 35px 0 10px;
}

#index.buy .section.num02 .titleA {
  margin-bottom: 10px;
}

@media screen and (max-width: 737px) {
  #index.buy .section.num02 {
    padding: 0;
  }
  #index.buy .section.num02 .titleA {
    margin-bottom: 25px;
  }
}

#index.buy .luxuryList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
}

#index.buy .luxuryList li:first-child {
  margin-left: 0;
}

#index.buy .luxuryList a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy .luxuryList a:hover {
  color: #033eb5;
}

#index.buy .luxuryList a:hover img {
  opacity: .7;
}

#index.buy .luxuryList img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy .luxuryList .luxuryList__image {
  position: relative;
  margin-bottom: 20px;
}

#index.buy .luxuryList .luxuryList__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #003399;
  font-size: 9px;
  text-transform: uppercase;
}

#index.buy .luxuryList .luxuryList__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#index.buy .luxuryList .luxuryList__title a {
  position: relative;
  color: #003399;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  line-height: 18px;
  padding-left: 12px;
}

#index.buy .luxuryList .luxuryList__title a:hover {
  text-decoration: none;
}

#index.buy .luxuryList .luxuryList__title i.icon-arrowR {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.buy .luxuryList .luxuryList__title i.icon-link01 {
	font-size: 12px;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy .luxuryList .luxuryList__text {
  font-size: 13px;
}

@media screen and (max-width: 737px) {
  #index.buy .luxuryList {
    padding: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #index.buy .luxuryList ul {
    height: 100%;
    padding: 0 0 15px 20px;
    font-size: 0;
  }
  #index.buy .luxuryList li {
    width: 180px;
    margin: 0;
    padding-right: 20px;
    float: left;
  }
  #index.buy .luxuryList li:last-child {
    padding-right: 0;
  }
}

#index.buy .section.num03 {
  padding: 90px 0 0;
}

#index.buy .section.num03 .titleA {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.buy .section.num03 {
    padding: 80px 0 0;
  }
  #index.buy .section.num03 .titleA {
    display: block;
    margin-bottom: 30px;
  }
}

#index.buy .areaBox {
  margin-bottom: 90px;
}

#index.buy .areaBox .imageList {
  float: left;
  width: 473px;
}

#index.buy .areaBox .areaList {
  float: right;
  width: 466px;
}

@media screen and (max-width: 737px) {
  #index.buy .areaBox {
    margin-bottom: 80px;
  }
  #index.buy .areaBox .imageList,
  #index.buy .areaBox .areaList {
    float: none;
    width: 100%;
  }
}

#index.buy .imageList {
  position: relative;
}

#index.buy .imageList > div {
  position: absolute;
}

#index.buy .imageList h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#index.buy .imageList .imageList__btn01 {
  top: 0;
  left: 0;
}

#index.buy .imageList .imageList__btn02 {
  top: 0;
  left: 211px;
}

#index.buy .imageList .imageList__btn03 {
  top: 0;
  right: 0;
}

#index.buy .imageList .imageList__btn04 {
  top: 211px;
  right: 143px;
}

#index.buy .imageList .imageList__btn05 {
  top: 140px;
  right: 0;
}

@media screen and (max-width: 737px) {
  #index.buy .imageList {
    display: none;
  }
}

#index.buy .areaList > p {
  font-size: 13px;
  margin-bottom: 30px;
}

#index.buy .areaList .areaList__left,
#index.buy .areaList .areaList__right {
  width: 50%;
}

#index.buy .areaList .areaList__left {
  float: left;
}

#index.buy .areaList .areaList__right {
  float: right;
}

#index.buy .areaList dt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
}

#index.buy .areaList dt:first-child {
  margin-top: 0;
}

#index.buy .areaList dd {
  font-size: 13px;
  padding-left: 25px;
}

#index.buy .areaList a {
  display: block;
  color: #003399;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
}

#index.buy .areaList a:hover i {
  transform: rotateY(180deg);
}

#index.buy .areaList i {
  position: absolute;
  left: 0;
  font-size: 22px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media screen and (max-width: 737px) {
  #index.buy .areaList .areaList__left,
  #index.buy .areaList .areaList__right {
    float: none;
    width: 100%;
  }
  #index.buy .areaList .areaList__left {
    margin-bottom: 20px;
  }
}

#index.buy .areaList a:hover {
  text-decoration: none;
}

#index.buy .buyGuide {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 100px 20px;
  color: #fff;
  text-align: center;
  background: url(/buy/images/img-bg-guide01.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.section.num03 #index.buy .buyGuide .titleA {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #index.buy .buyGuide {
    width: 100%;
    padding: 40px 20px 50px;
    background: url(/buy/images/sp/img-bg-guide01.jpg) no-repeat center;
    background-size: cover;
  }
  .section.num03 #index.buy .buyGuide .titleA {
    margin-bottom: 20px;
  }
}

#index.buy .guideList {
  margin-top: 65px;
  margin-bottom: 75px;
}

#index.buy .guideList > ul {
  width: 100%;
  text-align: left;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#index.buy .guideList a {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-family: 'Amiri', serif;
  line-height: 1;
  text-decoration: none;
}

#index.buy .guideList a:before {
  font-family: 'icomoon' !important;
  content: "\e90a";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -16px;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.buy .guideList a i {
  font-size: 12px;
  margin-left: 5px;
}

#index.buy .guideList p {
  font-size: 23px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 737px) {
  #index.buy .guideList {
    display: none;
  }
}

#index.buy .btnDetail {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

#index.buy .btnDetail a {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 800;
}

#index.buy .btnDetail a:hover {
  color: #A0A0A0;
  background-color: #fff;
}

#index.buy .btnDetail i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 737px) {
  #index.buy .btnDetail {
    margin-top: 30px;
  }
}

#index.buy .btn--line {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #fff;
  background-color: none;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  min-width: 140px;
  padding: 4px 10px;
  text-align: center;
  box-sizing: border-box;
}

#index.buy .columnDetail--04 .columnDetail__item {
  max-width: 304px;
  -webkit-flex: 0 0 304px;
  flex: 0 0 304px;
}

#index.buy .columnDetail--04 .columnDetail__item:last-child {
  max-width: 136px;
  -webkit-flex: 0 0 136px;
  flex: 0 0 136px;
}

#index.buy_forsale {
  /* page */
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* mainVisual */
  /* section */
  /* .section.num01 */
  /* .section.num02 */
  /* .section.num03 */
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .page {
    padding-top: 48px;
  }
}

#index.buy_forsale #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
}

#index.buy_forsale #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  #index.buy_forsale #gHeader {
    padding: 8px 0 6px;
  }
}

#index.buy_forsale #gNav {
  float: left;
}

#index.buy_forsale #gNav a {
  color: #fff;
}

#index.buy_forsale #gNav a:hover {
  color: #333;
}

#index.buy_forsale #pNav a {
  color: #fff;
}

#index.buy_forsale .pNav__contact a {
  border: 1px solid #fff;
}

#index.buy_forsale .pNav__contact a:hover {
  color: #333 !important;
  background-color: #fff;
}

#pNav #index.buy_forsale .pNav__contact a:hover {
  color: #333;
}

#pNav #index.buy_forsale .pNav__tel a:hover {
  color: #333;
}

#index.buy_forsale .hdrMenu span {
  background-color: #fff;
}

#index.buy_forsale .mainVisual__btn {
  position: absolute;
  bottom: 180px;
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

#index.buy_forsale .mainVisual__btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_forsale .mainVisual__btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .mainVisual__btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #index.buy_forsale .mainVisual__btn a {
    padding: 10px;
  }
}

#index.buy_forsale .mainVisual__btn {
  bottom: 160px;
}

#index.buy_forsale .mainVisual__inner {
  position: relative;
  height: 580px;
  background: #000 url(/buy/forsale/images/img-mainvisual-01.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .mainVisual__btn {
    bottom: inherit;
  }
  #index.buy_forsale .mainVisual__inner {
    height: auto;
    background: none;
  }
  #index.buy_forsale .mainVisual__inner-sp {
    position: relative;
    padding: 63px 0 30px;
    background: #000 url(/buy/forsale/images/img-mainvisual-01-sp.jpg) no-repeat center 48px;
    background-size: 100% auto;
  }
  #index.buy_forsale .mainVisual__inner-sp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }
}

#index.buy_forsale .copyMain {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
}

#index.buy_forsale .copyMain li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}

#index.buy_forsale .copyMain li p.sp {
  display: none;
}

#index.buy_forsale .copyMain h2 {
  margin-bottom: 15px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 36px;
  line-height: 68px;
}

#index.buy_forsale .copyMain h2 > em {
  font-style: normal;
  font-size: 60px;
  line-height: 1.0;
}

#index.buy_forsale .copyMain h2 > span {
  font-size: 38px;
  line-height: 1.0;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .copyMain {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-top: 8px;
  }
  #index.buy_forsale .copyMain li {
    float: none;
    width: 100%;
    margin-bottom: 19px;
  }
  #index.buy_forsale .copyMain li p.pc {
    display: none;
  }
  #index.buy_forsale .copyMain li p.sp {
    display: block;
  }
  #index.buy_forsale .copyMain h2 {
    margin-bottom: 2px;
    line-height: 1;
  }
  #index.buy_forsale .copyMain h2 > em {
    font-size: 38px;
  }
  #index.buy_forsale .copyMain h2 > span {
    font-size: 32px;
  }
  #index.buy_forsale .copyMain h2 br.pc {
    display: none;
  }
  #index.buy_forsale .copyMain h2 img.sp {
    display: inline-block;
  }
}

#index.buy_forsale .copyMain h2 {
  line-height: 1;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .copyMain {
    color: #fff;
  }
  #index.buy_forsale .copyMain .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

#index.buy_forsale .propertySearch {
  position: relative;
  margin-top: -88px;
  background-color: rgba(0, 0, 0, 0.7);
}

#index.buy_forsale .propertySearch > .wrap {
  color: #fff;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .propertySearch {
    margin-top: 0;
    padding-bottom: 12px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #index.buy_forsale .propertySearch > .wrap {
    color: #333;
  }
}

#index.buy_forsale .totalSearch {
  font-size: 13px;
  padding: 12px 0;
  background-color: #efefec;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .totalSearch {
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#index.buy_forsale .titleA br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .titleA br.sp {
    display: block;
  }
}

#index.buy_forsale .section.num01 {
  padding: 55px 0 80px;
}

#index.buy_forsale .section.num01 .titleA {
  margin-bottom: 15px;
}

#index.buy_forsale .section.num01 .textA {
  text-align: center;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .section.num01 {
    padding: 40px 0 40px;
  }
  #index.buy_forsale .section.num01 .wrap {
    padding: 0;
  }
  #index.buy_forsale .section.num01 .titleA {
    margin-bottom: 30px;
  }
  #index.buy_forsale .section.num01 .textA {
    display: none;
  }
}

#index.buy_forsale .featuredBtns {
  margin-top: 50px;
  margin-bottom: 30px;
}

#index.buy_forsale .featuredBtns.featuredBtns-sp {
  display: none;
}

#index.buy_forsale .featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
}

#index.buy_forsale .featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

#index.buy_forsale .featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

#index.buy_forsale .featuredBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.buy_forsale .featuredBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#index.buy_forsale .featuredBtns__text h3 br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .featuredBtns.featuredBtns-pc {
    display: none;
  }
  #index.buy_forsale .featuredBtns.featuredBtns-sp {
    display: block;
  }
  #index.buy_forsale .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.buy_forsale .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.buy_forsale .featuredBtns li:first-child {
    margin-top: 0;
  }
  #index.buy_forsale .featuredBtns__text h3 br.sp {
    display: block;
  }
}

#index.buy_forsale .featuredBtns > ul > li > a > img {
  background: #000;
}

#index.buy_forsale .featuredBtns__btn {
  margin-top: 23px;
  text-align: center;
}

#index.buy_forsale .featuredBtns li {
  background-color: #000;
}

#index.buy_forsale .featuredBtns li a {
  display: block;
  position: relative;
}

#index.buy_forsale .featuredBtns .listVertical {
  background-color: #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 0;
}

#index.buy_forsale .featuredBtns .listVertical li {
  float: none;
  width: 100%;
  margin-top: 5px;
  background-color: #fff;
  margin-right: 0;
}

#index.buy_forsale .featuredBtns .listVertical li:first-of-type {
  margin-top: 0;
}

#index.buy_forsale .featuredBtns .link {
  color: #039;
  text-decoration: underline;
}

#index.buy_forsale .featuredBtns .link:hover {
  text-decoration: none;
  color: #13b0ea;
}

#index.buy_forsale .featuredBtns .link:hover:before {
  text-decoration: none;
}

#index.buy_forsale .featuredBtns .link--arrow {
  font-size: 14px;
  padding-left: 15px;
}

#index.buy_forsale .featuredBtns .link--arrow:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-size: 8.63px;
  position: absolute;
  left: 0;
  top: 6px;
  text-decoration: none;
}

#index.buy_forsale .featuredBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

#index.buy_forsale .featuredBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.buy_forsale .featuredBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.buy_forsale .featuredBtns a:hover {
  text-decoration: none;
}

#index.buy_forsale .featuredBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.buy_forsale .featuredBtns a:hover .topVisualBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .featuredBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index.buy_forsale .featuredBtns li .listVertical {
    padding-left: 10px;
    padding-bottom: 40px;
  }
  #index.buy_forsale .featuredBtns li:last-of-type .listVertical {
    padding-bottom: 0;
  }
  #index.buy_forsale .featuredBtns img {
    max-width: inherit;
    width: 160%;
    margin-left: -30%;
  }
}

#index.buy_forsale .btnMore {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#index.buy_forsale .btnMore a {
  display: block;
  color: #999;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_forsale .btnMore a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .btnMore {
    display: none;
  }
}

#index.buy_forsale .section.num02 {
  padding: 45px 0 55px;
  background-color: #efefec;
}

#index.buy_forsale .section.num02 .titleA {
  margin-bottom: 40px;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .section.num02 {
    padding: 40px 0 20px;
  }
  #index.buy_forsale .section.num02 .titleA {
    margin-bottom: 25px;
  }
  #index.buy_forsale .section.num02 .wrap {
    padding: 0;
  }
}

#index.buy_forsale .luxuryList > ul {
  display: flex;
  justify-content: center;
}

#index.buy_forsale .luxuryList li {
  float: left;
  width: calc((980px - 19.5px*4)/5);
  margin-left: 19.5px;
}

#index.buy_forsale .luxuryList li:first-child {
  margin-left: 0;
}

#index.buy_forsale .luxuryList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
}

#index.buy_forsale .luxuryList li:first-child {
  margin-left: 0;
}

#index.buy_forsale .luxuryList a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_forsale .luxuryList a:hover {
  color: #033eb5;
}

#index.buy_forsale .luxuryList a:hover img {
  opacity: .7;
}

#index.buy_forsale .luxuryList img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_forsale .luxuryList .luxuryList__image {
  position: relative;
  margin-bottom: 20px;
}

#index.buy_forsale .luxuryList .luxuryList__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #003399;
  font-size: 9px;
  text-transform: uppercase;
}

#index.buy_forsale .luxuryList .luxuryList__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#index.buy_forsale .luxuryList .luxuryList__title a {
  position: relative;
  color: #003399;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  line-height: 18px;
  padding-left: 12px;
}

#index.buy_forsale .luxuryList .luxuryList__title a:hover {
  text-decoration: none;
  color: #13b0ea;
}

#index.buy_forsale .luxuryList .luxuryList__title i.icon-arrowR {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.buy_forsale .luxuryList .luxuryList__title i.icon-link01 {
	font-size: 12px;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_forsale .luxuryList .luxuryList__text {
  font-size: 13px;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .luxuryList {
    padding: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #index.buy_forsale .luxuryList ul {
    height: 100%;
    padding: 0 0 15px 20px;
    font-size: 0;
  }
  #index.buy_forsale .luxuryList li {
    width: 180px;
    margin: 0;
    padding-right: 20px;
    float: left;
  }
  #index.buy_forsale .luxuryList li:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .luxuryList > ul {
    display: block;
    justify-content: inherit;
  }
}

#index.buy_forsale .section.num03 {
  padding: 90px 0 0;
}

#index.buy_forsale .section.num03 .titleA {
  margin-bottom: 40px;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .section.num03 {
    padding: 80px 0 0;
  }
  #index.buy_forsale .section.num03 .titleA {
    display: block;
    margin-bottom: 30px;
  }
}

#index.buy_forsale .areaBox {
  margin-bottom: 90px;
}

#index.buy_forsale .areaBox .imageList {
  float: left;
  width: 473px;
}

#index.buy_forsale .areaBox .areaList {
  float: right;
  width: 466px;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .areaBox {
    margin-bottom: 80px;
  }
  #index.buy_forsale .areaBox .imageList,
  #index.buy_forsale .areaBox .areaList {
    float: none;
    width: 100%;
  }
}

#index.buy_forsale .imageList {
  position: relative;
}

#index.buy_forsale .imageList > div {
  position: absolute;
}

#index.buy_forsale .imageList h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#index.buy_forsale .imageList .imageList__btn01 {
  top: 0;
  left: 0;
}

#index.buy_forsale .imageList .imageList__btn02 {
  top: 0;
  left: 211px;
}

#index.buy_forsale .imageList .imageList__btn03 {
  top: 0;
  right: 0;
}

#index.buy_forsale .imageList .imageList__btn04 {
  top: 211px;
  right: 143px;
}

#index.buy_forsale .imageList .imageList__btn05 {
  top: 140px;
  right: 0;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .imageList {
    display: none;
  }
}

#index.buy_forsale .areaList > p {
  font-size: 13px;
  margin-bottom: 30px;
}

#index.buy_forsale .areaList .areaList__left,
#index.buy_forsale .areaList .areaList__right {
  width: 50%;
}

#index.buy_forsale .areaList .areaList__left {
  float: left;
}

#index.buy_forsale .areaList .areaList__right {
  float: right;
}

#index.buy_forsale .areaList dt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
}

#index.buy_forsale .areaList dt:first-child {
  margin-top: 0;
}

#index.buy_forsale .areaList dd {
  font-size: 13px;
  padding-left: 25px;
}

#index.buy_forsale .areaList a {
  display: block;
  color: #003399;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
}

#index.buy_forsale .areaList a:hover i {
  transform: rotateY(180deg);
}

#index.buy_forsale .areaList i {
  position: absolute;
  left: 0;
  font-size: 22px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .areaList .areaList__left,
  #index.buy_forsale .areaList .areaList__right {
    float: none;
    width: 100%;
  }
  #index.buy_forsale .areaList .areaList__left {
    margin-bottom: 20px;
  }
}

#index.buy_forsale .areaList a:hover {
  text-decoration: none;
}

#index.buy_forsale .buyGuide {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px 30px;
  color: #fff;
  text-align: center;
  background: url(/buy/forsale/images/img-bg-guide01.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.section.num03 #index.buy_forsale .buyGuide .titleA {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .buyGuide {
    width: 100%;
    padding: 40px 20px 50px;
	  background: url(/buy/forsale/images/sp/img-bg-guide01.jpg) no-repeat center;
	  background-size: cover;
  }
  .section.num03 #index.buy_forsale .buyGuide .titleA {
    margin-bottom: 20px;
  }
}

#index.buy_forsale .guideList {
  margin-top: 50px;
  margin-bottom: 76px;
}

#index.buy_forsale .guideList > ul {
  width: 100%;
  text-align: left;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#index.buy_forsale .guideList a {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-family: 'Amiri', serif;
  text-decoration: none;
  line-height: 21px;
}

#index.buy_forsale .guideList a:before {
  font-family: 'icomoon' !important;
  content: "\e90a";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -16px;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.buy_forsale .guideList a i {
  font-size: 12px;
  margin-left: 5px;
}

#index.buy_forsale .guideList p {
  font-size: 23px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .guideList {
    display: none;
  }
}

#index.buy_forsale .btnDetail {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

#index.buy_forsale .btnDetail a {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 800;
}

#index.buy_forsale .btnDetail a:hover {
  color: #A0A0A0;
  background-color: #fff;
}

#index.buy_forsale .btnDetail i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 737px) {
  #index.buy_forsale .btnDetail {
    margin-top: 30px;
  }
}

#index.buy_forsale .btn--line {
  display: inline-block;
  border-radius: 2px;
  border: solid 1px #fff;
  background-color: none;
  font-size: 12px;
  width: 140px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

#index.buy_forsale .btn--line:hover {
  background-color: #fff;
  color: #333;
}

#index.buy_forsale p.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.buy_forsale p.sp {
    display: inline-block;
  }
  #index.buy_forsale p.pc {
    display: none;
  }
}

#index.buy_forsale .columnDetail--04 .columnDetail__item {
  max-width: 304px;
  -webkit-flex: 0 0 304px;
  flex: 0 0 304px;
}

#index.buy_forsale .columnDetail--04 .columnDetail__item:last-child {
  max-width: 136px;
  -webkit-flex: 0 0 136px;
  flex: 0 0 136px;
}

#index.buy_investment {
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* page */
  /* mainVisual */
  /* section */
  /* .section.num01 */
  /* .section.num02 */
  /* .section.num03 */
}

#index.buy_investment #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
}

#index.buy_investment #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  #index.buy_investment #gHeader {
    padding: 8px 0 6px;
  }
}

#index.buy_investment #gNav {
  float: left;
}

#index.buy_investment #gNav a {
  color: #fff;
}

#index.buy_investment #gNav a:hover {
  color: #333;
}

#index.buy_investment #pNav a {
  color: #fff;
}

#index.buy_investment .pNav__contact a {
  border: 1px solid #fff;
}

#index.buy_investment .pNav__contact a:hover {
  color: #333 !important;
  background-color: #fff;
}

#pNav #index.buy_investment .pNav__contact a:hover {
  color: #333;
}

#pNav #index.buy_investment .pNav__tel a:hover {
  color: #333;
}

#index.buy_investment .hdrMenu span {
  background-color: #fff;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .page {
    padding-top: 48px;
  }
}

#index.buy_investment .totalSearch {
  font-size: 13px;
  padding: 12px 0;
  background-color: #efefec;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .totalSearch {
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#index.buy_investment .mainVisual__btn {
  position: absolute;
  bottom: 180px;
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

#index.buy_investment .mainVisual__btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_investment .mainVisual__btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 737px) {
  #index.buy_investment .mainVisual__btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #index.buy_investment .mainVisual__btn a {
    padding: 10px;
  }
}

#index.buy_investment .mainVisual__inner {
  position: relative;
  height: 580px;
  background: url(/buy/investment/images/img-mainvisual.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .mainVisual__inner {
    height: auto;
    background: none;
  }
  #index.buy_investment .mainVisual__inner-sp {
    position: relative;
    padding: 63px 0 30px;
    background: url(/buy/investment/images/sp/img-mainvisual.png) no-repeat center;
    background-size: cover;
  }
  #index.buy_investment .mainVisual__inner-sp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }
}

#index.buy_investment .copyMain {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
}

#index.buy_investment .copyMain li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}

#index.buy_investment .copyMain li p.sp {
  display: none;
}

#index.buy_investment .copyMain h2 {
  margin-bottom: 15px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 36px;
  line-height: 68px;
}

#index.buy_investment .copyMain h2 > em {
  font-style: normal;
  font-size: 60px;
  line-height: 1.0;
}

#index.buy_investment .copyMain h2 > span {
  font-size: 38px;
  line-height: 1.0;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .copyMain {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-top: 8px;
  }
  #index.buy_investment .copyMain li {
    float: none;
    width: 100%;
    margin-bottom: 19px;
  }
  #index.buy_investment .copyMain li p.pc {
    display: none;
  }
  #index.buy_investment .copyMain li p.sp {
    display: block;
  }
  #index.buy_investment .copyMain h2 {
    margin-bottom: 2px;
    line-height: 1;
  }
  #index.buy_investment .copyMain h2 > em {
    font-size: 38px;
  }
  #index.buy_investment .copyMain h2 > span {
    font-size: 32px;
  }
  #index.buy_investment .copyMain h2 br.pc {
    display: none;
  }
  #index.buy_investment .copyMain h2 img.sp {
    display: inline-block;
  }
}

#index.buy_investment .copyMain h2 {
  line-height: 1.0;
}

#index.buy_investment .copyMain h2 > span {
  line-height: 1.0;
  font-size: 38px;
}

#index.buy_investment .copyMain .headline--mainVisual {
  font-size: 30px;
  height: 72px;
  display: table;
  width: 100%;
  text-align: center;
}

#index.buy_investment .copyMain .headline--mainVisual p {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .copyMain h2 br {
    display: none;
  }
  #index.buy_investment .copyMain h2 > span {
    line-height: inherit;
    font-size: 32px;
  }
  #index.buy_investment .copyMain .headline--mainVisual {
    font-size: 24px;
    height: auto;
  }
}

#index.buy_investment .section.num01 {
  padding: 55px 0 80px;
}

#index.buy_investment .section.num01 .headline--02 {
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .section.num01 {
    padding: 40px 0 60px;
  }
  #index.buy_investment .section.num01 .wrap {
    padding: 0;
  }
  #index.buy_investment .section.num01 .headline--02 {
    margin-bottom: 30px;
  }
  #index.buy_investment .section.num01 .lead01 {
    display: none;
  }
}

#index.buy_investment .featuredBtns {
  margin-top: 50px;
  margin-bottom: 30px;
}

#index.buy_investment .featuredBtns.featuredBtns-sp {
  display: none;
}

#index.buy_investment .featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
}

#index.buy_investment .featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

#index.buy_investment .featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

#index.buy_investment .featuredBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.buy_investment .featuredBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#index.buy_investment .featuredBtns__text h3 br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .featuredBtns.featuredBtns-pc {
    display: none;
  }
  #index.buy_investment .featuredBtns.featuredBtns-sp {
    display: block;
  }
  #index.buy_investment .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.buy_investment .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.buy_investment .featuredBtns li:first-child {
    margin-top: 0;
  }
  #index.buy_investment .featuredBtns__text h3 br.sp {
    display: block;
  }
}

#index.buy_investment .featuredBtns li {
  background-color: #000;
}

#index.buy_investment .featuredBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

#index.buy_investment .featuredBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.buy_investment .featuredBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.buy_investment .featuredBtns a:hover {
  text-decoration: none;
}

#index.buy_investment .featuredBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.buy_investment .featuredBtns a:hover .topVisualBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .featuredBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index.buy_investment .featuredBtns img {
    max-width: inherit;
    width: 160%;
    height: auto;
    margin-left: -30%;
  }
}

#index.buy_investment .btnMore {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#index.buy_investment .btnMore a {
  display: block;
  color: #999;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_investment .btnMore a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .btnMore {
    display: none;
  }
}

#index.buy_investment .section.num02 {
  padding: 4px 0 0;
}

#index.buy_investment .section.num02 .wrap {
  background-color: #efefec;
}

#index.buy_investment .section.num02 .headline--02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .section.num02 {
    padding: 40px 0 20px;
  }
  #index.buy_investment .section.num02 .wrap {
    padding: 0;
  }
  #index.buy_investment .section.num02 .headline--02 {
    margin-bottom: 25px;
  }
}

#index.buy_investment .section.num02 .btnMore {
  margin-top: 16px;
  width: 280px;
}

#index.buy_investment .section.num02 .btnMore.first {
  margin-top: 50px;
}

#index.buy_investment .section.num02 .btnMore a {
  border-color: #333;
  border-width: 1px;
  border-radius: 3px;
  color: #333333;
  padding: 5px 0;
  font-size: 12px;
}

#index.buy_investment .section.num02 .btnMore a:hover {
  color: #ffffff;
  background-color: #333333;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .section.num02 .btnMore {
    display: block;
    width: 100%;
  }
}

#index.buy_investment .luxuryList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
}

#index.buy_investment .luxuryList li:first-child {
  margin-left: 0;
}

#index.buy_investment .luxuryList a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_investment .luxuryList a:hover {
  color: #033eb5;
}

#index.buy_investment .luxuryList a:hover img {
  opacity: .7;
}

#index.buy_investment .luxuryList img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_investment .luxuryList .luxuryList__image {
  position: relative;
  margin-bottom: 20px;
}

#index.buy_investment .luxuryList .luxuryList__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #003399;
  font-size: 9px;
  text-transform: uppercase;
}

#index.buy_investment .luxuryList .luxuryList__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#index.buy_investment .luxuryList .luxuryList__title a {
  position: relative;
  color: #003399;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  line-height: 18px;
  padding-left: 12px;
}

#index.buy_investment .luxuryList .luxuryList__title a:hover {
  text-decoration: none;
}

#index.buy_investment .luxuryList .luxuryList__title i.icon-arrowR {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.buy_investment .luxuryList .luxuryList__title i.icon-link01 {
	font-size: 12px;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.buy_investment .luxuryList .luxuryList__text {
  font-size: 13px;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .luxuryList {
    padding: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #index.buy_investment .luxuryList ul {
    height: 100%;
    padding: 0 0 15px 20px;
    font-size: 0;
  }
  #index.buy_investment .luxuryList li {
    width: 180px;
    margin: 0;
    padding-right: 20px;
    float: left;
  }
  #index.buy_investment .luxuryList li:last-child {
    padding-right: 0;
  }
}

#index.buy_investment .section.num03 {
  padding: 90px 0 0;
}

#index.buy_investment .section.num03 .titleA {
  margin-bottom: 40px;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .section.num03 {
    padding: 80px 0 0;
  }
  #index.buy_investment .section.num03 .headline--02 {
    display: block;
    margin-bottom: 30px;
  }
  #index.buy_investment .section.num03 .titleA {
    display: block;
    margin-bottom: 30px;
  }
}

#index.buy_investment .areaBox {
  margin-bottom: 90px;
}

#index.buy_investment .areaBox .imageList {
  float: left;
  width: 473px;
}

#index.buy_investment .areaBox .areaList {
  float: right;
  width: 466px;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .areaBox {
    margin-bottom: 80px;
  }
  #index.buy_investment .areaBox .imageList,
  #index.buy_investment .areaBox .areaList {
    float: none;
    width: 100%;
  }
}

#index.buy_investment .imageList {
  position: relative;
}

#index.buy_investment .imageList > div {
  position: absolute;
}

#index.buy_investment .imageList h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#index.buy_investment .imageList .imageList__btn01 {
  top: 0;
  left: 0;
}

#index.buy_investment .imageList .imageList__btn02 {
  top: 0;
  left: 211px;
}

#index.buy_investment .imageList .imageList__btn03 {
  top: 0;
  right: 0;
}

#index.buy_investment .imageList .imageList__btn04 {
  top: 211px;
  right: 143px;
}

#index.buy_investment .imageList .imageList__btn05 {
  top: 140px;
  right: 0;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .imageList {
    display: none;
  }
}

#index.buy_investment .areaList > p {
  font-size: 13px;
  margin-bottom: 30px;
}

#index.buy_investment .areaList .areaList__left,
#index.buy_investment .areaList .areaList__right {
  width: 50%;
}

#index.buy_investment .areaList .areaList__left {
  float: left;
}

#index.buy_investment .areaList .areaList__right {
  float: right;
}

#index.buy_investment .areaList dt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
}

#index.buy_investment .areaList dt:first-child {
  margin-top: 0;
}

#index.buy_investment .areaList dd {
  font-size: 13px;
  padding-left: 25px;
}

#index.buy_investment .areaList a {
  display: block;
  color: #003399;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
}

#index.buy_investment .areaList a:hover i {
  transform: rotateY(180deg);
}

#index.buy_investment .areaList i {
  position: absolute;
  left: 0;
  font-size: 22px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .areaList .areaList__left,
  #index.buy_investment .areaList .areaList__right {
    float: none;
    width: 100%;
  }
  #index.buy_investment .areaList .areaList__left {
    margin-bottom: 20px;
  }
}

#index.buy_investment .areaList a {
  text-decoration: none;
}

#index.buy_investment .buyGuide {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px 30px;
  color: #fff;
  text-align: center;
  background: url(/buy/forsale/images/img-bg-guide01.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.section.num03 #index.buy_investment .buyGuide .titleA {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .buyGuide {
    width: 100%;
    padding: 40px 20px 50px;
	  background: url(/buy/forsale/images/sp/img-bg-guide01.jpg) no-repeat center;
	  background-size: cover;
  }
  .section.num03 #index.buy_investment .buyGuide .titleA {
    margin-bottom: 20px;
  }
}

#index.buy_investment .guideList {
  margin-top: 50px;
  margin-bottom: 76px;
}

#index.buy_investment .guideList > ul {
  width: 100%;
  text-align: left;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#index.buy_investment .guideList a {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-family: 'Amiri', serif;
  text-decoration: none;
}

#index.buy_investment .guideList a:before {
  font-family: 'icomoon' !important;
  content: "\e90a";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -16px;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.buy_investment .guideList a i {
  font-size: 12px;
  margin-left: 5px;
}

#index.buy_investment .guideList p {
  font-size: 23px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 737px) {
  #index.buy_investment .guideList {
    display: none;
  }
}

#index.buy_investment .btnDetail {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

#index.buy_investment .btnDetail a {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 800;
}

#index.buy_investment .btnDetail a:hover {
  color: #A0A0A0;
  background-color: #fff;
}

#index.buy_investment .btnDetail i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 737px) {
  #index.buy_investment .btnDetail {
    margin-top: 30px;
  }
}

#index.buy_investment .mediaVertical__figure {
  position: relative;
  width: 49.48979591836735%;
}

#index.buy_investment .mediaVertical__figure img {
  width: 100%;
}

#index.buy_investment .mediaVertical__figure + #index.buy_investment .mediaVertical__text {
  padding-left: 0;
}

#index.buy_investment .mediaVertical .headline--01 {
  text-align: left;
}

#index.buy_investment .mediaVertical .headline--03 {
  border: none;
}

#index.buy_investment .mediaVertical .headline--04 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

#index.buy_investment .mediaVertical .figure__text {
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 60px 20px 0px 35px;
}

#index.buy_investment .mediaVertical__text {
  padding-top: 14px;
  padding-left: 10px;
}

#index.buy_investment .mediaVertical br.sp {
  display: none;
}

#index.buy_investment .mediaVertical br.pc {
  display: block;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .mediaVertical__figure {
    width: 100%;
  }
  #index.buy_investment .mediaVertical__figure img {
    display: none;
  }
  #index.buy_investment .mediaVertical__text {
    padding-top: 0;
    padding-bottom: 35px;
    text-align: center;
    padding-left: 0;
  }
  #index.buy_investment .mediaVertical .headline--01 {
    text-align: center;
  }
  #index.buy_investment .mediaVertical .figure__text {
    position: relative;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
  }
  #index.buy_investment .mediaVertical .headline--03 {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
  }
  #index.buy_investment .mediaVertical br.sp {
    display: block;
  }
  #index.buy_investment .mediaVertical br.pc {
    display: none;
  }
}

#index.buy_investment .list--disc > li:before {
  background-color: #ffffff;
}

@media screen and (max-width: 737px) {
  #index.buy_investment .box--bg-02.investment {
    padding: 0 20px;
    background: url(/buy/investment/images/sp/img-01.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
  }
}

#index.offices {
  /* page */
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* mainVisual */
  /* section */
  /* .section.num01 */
  /* .figureLink */
  /* .section.num02 */
  /* .section.num03 */
  /* .section.num04 */
}

@media screen and (max-width: 737px) {
  #index.offices .page {
    padding-top: 48px;
  }
}

#index.offices #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
}

#index.offices #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  #index.offices #gHeader {
    padding: 8px 0 6px;
  }
}

#index.offices #gNav a {
  color: #fff;
}

#index.offices #gNav a:hover {
  color: #333;
}

#index.offices #pNav a {
  color: #fff;
}

#index.offices .pNav__contact a {
  border: 1px solid #fff;
}

#index.offices .pNav__contact a:hover {
  color: #333 !important;
  background-color: #fff;
}

#pNav #index.offices .pNav__contact a:hover {
  color: #333;
}

#index.offices .pNav__tel {
  margin-right: 25px;
}

#index.offices .pNav__tel:last-of-type {
  margin-right: 0;
}

#pNav #index.offices .pNav__tel a:hover {
  color: #333;
}

#index.offices .hdrMenu span {
  background-color: #fff;
}

#index.offices .mainVisual__btn {
  position: absolute;
  bottom: 180px;
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

#index.offices .mainVisual__btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.offices .mainVisual__btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 737px) {
  #index.offices .mainVisual__btn {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #index.offices .mainVisual__btn a {
    padding: 10px;
  }
}

#index.offices .mainVisual__btn {
  bottom: 150px;
}

#index.offices .mainVisual__inner {
  position: relative;
  height: 580px;
  background: #000 url(/offices/images/img-mainvisual-01.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 737px) {
  #index.offices .mainVisual__btn {
    bottom: 0;
  }
  #index.offices .mainVisual__inner {
    height: auto;
    background: none;
  }
  #index.offices .mainVisual__inner-sp {
    position: relative;
    padding: 63px 0 20px;
    background: #000 url(/offices/images/img-mainvisual-01.png) no-repeat center;
    background-size: cover;
  }
}

#index.offices .copyMain {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
  top: 180px;
  margin-left: -465px;
}

#index.offices .copyMain li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}

#index.offices .copyMain li p.sp {
  display: none;
}

#index.offices .copyMain h2 {
  margin-bottom: 15px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-size: 36px;
  line-height: 68px;
}

#index.offices .copyMain h2 > em {
  font-style: normal;
  font-size: 60px;
  line-height: 1.0;
}

#index.offices .copyMain h2 > span {
  font-size: 38px;
  line-height: 1.0;
}

@media screen and (max-width: 737px) {
  #index.offices .copyMain {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 6px;
    padding-top: 8px;
  }
  #index.offices .copyMain li {
    float: none;
    width: 100%;
    margin-bottom: 19px;
  }
  #index.offices .copyMain li p.pc {
    display: none;
  }
  #index.offices .copyMain li p.sp {
    display: block;
  }
  #index.offices .copyMain h2 {
    margin-bottom: 2px;
    line-height: 1;
    line-height: 28px !important;
  }
  #index.offices .copyMain h2 > em {
    font-size: 38px;
  }
  #index.offices .copyMain h2 > span {
    font-size: 32px;
  }
  #index.offices .copyMain h2 br.pc {
    display: none;
  }
  #index.offices .copyMain h2 img.sp {
    display: inline-block;
  }
}

#index.offices .copyMain .wrap {
  width: 930px;
}

#index.offices .copyMain li {
  width: 25%;
}

#index.offices .copyMain li:nth-of-type(2) {
  width: 50%;
}

#index.offices .copyMain h2 {
  line-height: 1.0;
  margin-bottom: 15px;
}

#index.offices .copyMain h2 > span {
  font-size: 32px;
  letter-spacing: .0;
}

@media screen and (max-width: 737px) {
  #index.offices .copyMain .wrap {
    width: auto;
  }
  #index.offices .copyMain li {
    width: 100%;
  }
  #index.offices .copyMain li:nth-of-type(2) {
    width: 100%;
  }
}

@media screen and (max-width: 737px) {
  #index.offices .copyMain {
    padding-top: 8px;
  }
  #index.offices .copyMain > .wrap {
    padding: 0;
  }
  #index.offices .copyMain li em {
    font-size: 44px;
  }
  #index.offices .copyMain h2 {
    margin-bottom: 0;
  }
  #index.offices .copyMain h2 span {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
}

#index.offices .propertySearch {
  position: relative;
  margin-top: -88px;
  background-color: rgba(0, 0, 0, 0.7);
}

#index.offices .propertySearch > .wrap {
  color: #fff;
}

@media screen and (max-width: 737px) {
  #index.offices .propertySearch {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #index.offices .propertySearch > .wrap {
    color: #333;
  }
}

#index.offices .totalSearch {
  font-size: 13px;
  padding: 12px 0;
  background-color: #efefec;
}

@media screen and (max-width: 737px) {
  #index.offices .totalSearch {
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#index.offices .titleA br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.offices .titleA br.sp {
    display: block;
  }
}

#index.offices .section.num01 {
  padding: 80px 0 5px 0;
}

#index.offices .section.num01 .titleA {
  margin-bottom: 15px;
}

#index.offices .section.num01 .textA {
  text-align: center;
}

@media screen and (max-width: 737px) {
  #index.offices .section.num01 {
    padding: 40px 0 40px;
  }
  #index.offices .section.num01 .wrap {
    padding: 0;
  }
  #index.offices .section.num01 .titleA {
    margin-bottom: 30px;
  }
  #index.offices .section.num01 .textA {
    display: none;
  }
}

#index.offices .featuredBtns {
  margin-top: 50px;
  margin-bottom: 30px;
}

#index.offices .featuredBtns.featuredBtns-sp {
  display: none;
}

#index.offices .featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
}

#index.offices .featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

#index.offices .featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

#index.offices .featuredBtns__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index.offices .featuredBtns__text h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#index.offices .featuredBtns__text h3 br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.offices .featuredBtns.featuredBtns-pc {
    display: none;
  }
  #index.offices .featuredBtns.featuredBtns-sp {
    display: block;
  }
  #index.offices .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  #index.offices .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  #index.offices .featuredBtns li:first-child {
    margin-top: 0;
  }
  #index.offices .featuredBtns__text h3 br.sp {
    display: block;
  }
}

#index.offices .featuredBtns > ul > li > a > img {
  background: #000;
}

#index.offices .featuredBtns__btn {
  margin-top: 23px;
  text-align: center;
}

#index.offices .featuredBtns li {
  background-color: #000;
}

#index.offices .featuredBtns li a {
  display: block;
  position: relative;
}

#index.offices .featuredBtns .listVertical {
  background-color: #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 0;
}

#index.offices .featuredBtns .listVertical li {
  float: none;
  width: 100%;
  margin-top: 5px;
  background-color: #fff;
  margin-right: 0;
}

#index.offices .featuredBtns .listVertical li:first-of-type {
  margin-top: 0;
}

#index.offices .featuredBtns .link {
  color: #039;
  text-decoration: underline;
}

#index.offices .featuredBtns .link:hover {
  text-decoration: none;
  color: #13b0ea;
}

#index.offices .featuredBtns .link:hover:before {
  text-decoration: none;
}

#index.offices .featuredBtns .link--arrow {
  font-size: 14px;
  padding-left: 15px;
}

#index.offices .featuredBtns .link--arrow:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-size: 8.63px;
  position: absolute;
  left: 0;
  top: 6px;
  text-decoration: none;
}

#index.offices .featuredBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

#index.offices .featuredBtns a {
  display: block;
  color: #fff;
  position: relative;
}

#index.offices .featuredBtns a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.offices .featuredBtns a:hover {
  text-decoration: none;
}

#index.offices .featuredBtns a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.offices .featuredBtns a:hover .topVisualBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

#index.offices .featuredBtns .featuredBtns__text {
  margin-top: -5px;
}

#index.offices .featuredBtns .featuredBtns__text h3 {
  margin-bottom: 9px;
  height: 2em;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  text-transform: uppercase;
}

@media screen and (max-width: 737px) {
  #index.offices .featuredBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index.offices .featuredBtns li .listVertical {
    padding-left: 10px;
    padding-bottom: 40px;
  }
  #index.offices .featuredBtns li:last-of-type .listVertical {
    padding-bottom: 0;
  }
  #index.offices .featuredBtns img {
    max-width: inherit;
    width: 160%;
    margin-left: -30%;
  }
}

#index.offices .btnMore {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#index.offices .btnMore a {
  display: block;
  color: #999;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.offices .btnMore a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

@media screen and (max-width: 737px) {
  #index.offices .btnMore {
    display: none;
  }
}

#index.offices .figureLink {
  width: 100%;
  display: block;
  padding: 65px 0 20px 0;
}

#index.offices .figureLink__item {
  width: calc((100% - 22px*2)/3);
  float: left;
  margin-right: 22px;
}

#index.offices .figureLink__item:nth-of-type(3n) {
  margin-right: 0;
}

#index.offices .figureLink__itemIn {
  width: 100%;
  height: 180px;
  background-color: #000;
  position: relative;
  text-align: center;
  cursor: pointer;
  position: relative;
}

#index.offices .figureLink__itemIn:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
}

#index.offices .figureLink__itemIn:hover {
  text-decoration: none;
}

#index.offices .figureLink__itemIn:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index.offices .figureLink__itemIn:hover .topVisualBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

#index.offices .figureLink__img {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#index.offices .figureLink__img--01 {
  background-image: url(/offices/images/img-bnr-popular01.png);
}

#index.offices .figureLink__img--02 {
  background-image: url(/offices/images/img-bnr-popular02.png);
}

#index.offices .figureLink__img--03 {
  background-image: url(/offices/images/img-bnr-popular03.png);
}

#index.offices .figureLink__img--04 {
  background-image: url(/offices/images/img-bnr-popular04.png);
}

#index.offices .figureLink__img--05 {
  background-image: url(/offices/images/img-bnr-popular05.png);
}

#index.offices .figureLink__img--06 {
  background-image: url(/offices/images/img-bnr-popular06.png);
}

#index.offices .figureLink__img--07 {
  background-image: url(/offices/images/img-bnr-popular07.png);
}

#index.offices .figureLink__img--08 {
  background-image: url(/offices/images/img-bnr-popular08.png);
}

#index.offices .figureLink__cont {
  display: block;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#index.offices .figureLink__cont:hover + .figureLink__img {
  opacity: .7;
}

#index.offices .figureLink__cont:hover {
  opacity: 1;
}

#index.offices .figureLink__title {
  font-size: 18px;
  line-height: 1;
  padding: 63px 0 40px 0;
  font-weight: 900;
  font-family: "Lato", "Roboto", sans-serif;
}

#index.offices .figureLink__title br.sp {
  display: none;
}

#index.offices .figureLink__caption {
  margin: 9px 0 0 0;
  font-size: 13px;
  line-height: calc(13/16);
  color: #333;
  height: 163px;
  text-align: center;
  line-height: calc(16 / 13);
}

#index.offices .figureLink__btn {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-family: "Lato", "Roboto", sans-serif;
}

#index.offices .figureLink__btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 737px) {
  #index.offices .figureLink {
    padding: 0 0 20px 0;
  }
  #index.offices .figureLink__item {
    width: calc((100% - 4px)/2);
    float: left;
    margin-bottom: 4px;
    margin-right: 0;
  }
  #index.offices .figureLink__item:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
  #index.offices .figureLink__item:nth-of-type(3n) {
    margin-right: 0;
  }
  #index.offices .figureLink__cont {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #index.offices .figureLink__title {
    font-size: 18px;
    line-height: 1;
    padding: 0;
  }
  #index.offices .figureLink__title br.sp {
    display: block;
  }
  #index.offices .figureLink__title span {
    display: none;
  }
  #index.offices .figureLink__caption, #index.offices .figureLink__btn {
    display: none !important;
  }
}

#index.offices .section.num02 {
  padding: 80px 0 0 0;
}

#index.offices .section.num02 .titleA {
  margin-bottom: 40px;
}

@media screen and (max-width: 737px) {
  #index.offices .section.num02 {
    padding: 40px 0;
  }
  #index.offices .section.num02 > section > .wrap {
    padding: 0;
  }
  #index.offices .section.num02 .titleA {
    margin-bottom: 25px;
  }
}

#index.offices .luxuryList {
  display: flex;
  justify-content: center;
}

#index.offices .luxuryList > ul {
  display: flex;
  justify-content: center;
}

#index.offices .luxuryList li {
  float: left;
  width: calc((980px - 19.5px*4)/5);
  margin-left: 19.5px;
}

#index.offices .luxuryList li:first-child {
  margin-left: 0;
}

#index.offices .luxuryList a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.offices .luxuryList a:hover {
  color: #033eb5;
}

#index.offices .luxuryList a:hover img {
  opacity: .7;
}

#index.offices .luxuryList img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.offices .luxuryList .luxuryList__image {
  position: relative;
  margin-bottom: 20px;
}

#index.offices .luxuryList .luxuryList__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #003399;
  font-size: 9px;
  text-transform: uppercase;
}

#index.offices .luxuryList .luxuryList__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#index.offices .luxuryList .luxuryList__title a {
  position: relative;
  color: #003399;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  line-height: 18px;
  padding-left: 12px;
}

#index.offices .luxuryList .luxuryList__title a:hover {
  text-decoration: none;
}

#index.offices .luxuryList .luxuryList__title i.icon-arrowR {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#index.offices .luxuryList .luxuryList__title i.icon-link01 {
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#index.offices .luxuryList .luxuryList__text {
  font-size: 13px;
}

@media screen and (max-width: 737px) {
  #index.offices .luxuryList {
    padding: 40px 0 0 0;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  #index.offices .luxuryList > ul {
    display: block;
  }
  #index.offices .luxuryList ul {
    height: 100%;
    padding: 0 0 15px 20px;
    font-size: 0;
  }
  #index.offices .luxuryList li {
    width: 180px;
    margin: 0;
    padding-right: 20px;
    display: inline-block;
  }
  #index.offices .luxuryList li:last-child {
    padding-right: 0;
  }
}

#index.offices .section.num03 {
  padding: 0 0 80px;
}

#index.offices .section.num03 .titleA {
  margin-bottom: 35px;
}

@media screen and (max-width: 737px) {
  #index.offices .section.num03 {
    padding: 0 0 0;
  }
  #index.offices .section.num03 .titleA {
    margin-bottom: 25px;
  }
}

#index.offices .btn {
  font-weight: 800;
  font-family: "Lato", "Roboto", sans-serif;
}

#index.offices .figureLink2 {
  width: 100%;
  display: block;
}

#index.offices .figureLink2__item {
  width: calc((100% - 22px*2)/3);
  float: left;
  margin-right: 22px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

#index.offices .figureLink2__item:nth-of-type(3n) {
  margin-right: 0;
}

#index.offices .figureLink2__link {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 180px;
  justify-content: center;
  align-items: center;
  padding-bottom: 43px;
  background: #EFEFEC;
}

#index.offices .figureLink2__title {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  padding: 23px 0 20px 0;
  font-weight: 900;
  font-family: "Lato", "Roboto", sans-serif;
}

#index.offices .figureLink2__text {
  font-size: 13px;
  color: #333;
  line-height: calc(16 / 13);
  text-align: left;
}

#index.offices .figureLink2__btn {
  position: absolute;
  top: 129px;
  left: 50%;
  margin-left: -70px;
  font-weight: 800;
  font-family: "Lato", "Roboto", sans-serif;
}

@media screen and (max-width: 737px) {
  #index.offices .figureLink2__item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #index.offices .figureLink2__link {
    padding-bottom: 0;
  }
  #index.offices .figureLink2__title {
    padding: 26px 0 14px 0;
  }
  #index.offices .figureLink2__text {
    height: auto;
    margin-bottom: 18px;
  }
  #index.offices .figureLink2__btn {
    position: static;
    margin-left: 0;
  }
  #index.offices .figureLink2 + .btnArea {
    display: none;
  }
}

#index.offices .section.num04 {
  padding: 50px 0 0 0;
}

@media screen and (max-width: 737px) {
  #index.offices .section.num04 {
    padding: 40px 0 0 0;
  }
}

#index.offices .areaBox {
  margin-bottom: 90px;
}

#index.offices .areaBox .imageList {
  float: left;
  width: 473px;
}

#index.offices .areaBox .areaList {
  float: right;
  width: 466px;
}

@media screen and (max-width: 737px) {
  #index.offices .areaBox {
    margin-bottom: 80px;
  }
  #index.offices .areaBox .imageList,
  #index.offices .areaBox .areaList {
    float: none;
    width: 100%;
  }
}

#index.offices .imageList {
  position: relative;
}

#index.offices .imageList > div {
  position: absolute;
}

#index.offices .imageList h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#index.offices .imageList .imageList__btn01 {
  top: 0;
  left: 0;
}

#index.offices .imageList .imageList__btn02 {
  top: 0;
  left: 211px;
}

#index.offices .imageList .imageList__btn03 {
  top: 0;
  right: 0;
}

#index.offices .imageList .imageList__btn04 {
  top: 211px;
  right: 143px;
}

#index.offices .imageList .imageList__btn05 {
  top: 140px;
  right: 0;
}

@media screen and (max-width: 737px) {
  #index.offices .imageList {
    display: none;
  }
}

#index.offices .areaList > p {
  font-size: 13px;
  margin-bottom: 30px;
}

#index.offices .areaList .areaList__left,
#index.offices .areaList .areaList__right {
  width: 50%;
}

#index.offices .areaList .areaList__left {
  float: left;
}

#index.offices .areaList .areaList__right {
  float: right;
}

#index.offices .areaList dt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
}

#index.offices .areaList dt:first-child {
  margin-top: 0;
}

#index.offices .areaList dd {
  font-size: 13px;
  padding-left: 25px;
}

#index.offices .areaList a {
  display: block;
  color: #003399;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
}

#index.offices .areaList a:hover i {
  transform: rotateY(180deg);
}

#index.offices .areaList i {
  position: absolute;
  left: 0;
  font-size: 22px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media screen and (max-width: 737px) {
  #index.offices .areaList .areaList__left,
  #index.offices .areaList .areaList__right {
    float: none;
    width: 100%;
  }
  #index.offices .areaList .areaList__left {
    margin-bottom: 20px;
  }
}

#index.offices .areaList a:hover {
  text-decoration: none;
}

#index.offices .officesGuide {
	width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 100px 30px;
  color: #fff;
  text-align: center;
  background: url(/offices/images/img-bg-guide01.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

#index.offices .officesGuide .titleA {
  margin-bottom: 5px;
}

.section.num03 #index.offices .officesGuide .titleA {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #index.offices .officesGuide {
    width: 100%;
    padding: 40px 20px 50px;
    background-image: url(/offices/images/img-bg-guide01-sp.jpg);
	  background-size: cover;
  }
  .section.num03 #index.offices .officesGuide .titleA {
    margin-bottom: 20px;
  }
}

#index.offices .guideList {
  margin-top: 50px;
  margin-bottom: 15px;
}

#index.offices .guideList li {
  float: left;
  width: 18.367346938775512%;
  margin-left: 2.0408163265306123%;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

#index.offices .guideList li:first-child {
  margin-left: 0;
}

#index.offices .guideList li:nth-child(2) h3 {
  letter-spacing: -.05em;
}

#index.offices .guideList a {
  color: #fff;
  text-decoration: none;
}

#index.offices .guideList p {
  font-size: 23px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

#index.offices .guideList h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 737px) {
  #index.offices .guideList {
    display: none;
  }
}

#index.offices .btnDetail {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

#index.offices .btnDetail a {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 800;
}

#index.offices .btnDetail a:hover {
  color: #A0A0A0;
  background-color: #fff;
}

#index.offices .btnDetail i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 737px) {
  #index.offices .btnDetail {
    margin-top: 30px;
  }
}

#index.offices .btn--line {
  display: inline-block;
  border-radius: 2px;
  border: solid 1px #fff;
  background-color: none;
  font-size: 12px;
  min-width: 140px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#index.offices .btn--line:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

#index.offices .btn--line.btn--black {
  color: #333;
  border-color: #333;
}

#index.offices .btn--line.btn--black:hover {
  background: #333;
  color: #fff;
}

#index.offices .btnArea > a {
  width: 180px;
}

#index.offices .btnArea > a:hover {
  text-decoration: none;
}

#index.offices p.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  #index.offices p.sp {
    display: inline-block;
  }
  #index.offices p.pc {
    display: none;
  }
}

.bookmark, .root {
  /* page */
  /* grandHeader */
  /* gHeader */
  /* gNav */
  /* pNav */
  /* hdrMenu */
  /* mainContent */
}

@media screen and (max-width: 737px) {
  .bookmark .page, .root .page {
    padding-top: 48px;
  }
}

@media screen and (max-width: 737px) {
  .bookmark #grandHeader .grandNav, .root #grandHeader .grandNav {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
}

.bookmark #gHeader.header-state-fix, .root #gHeader.header-state-fix {
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px) {
  .bookmark #gHeader, .root #gHeader {
    padding: 8px 0 6px;
  }
}

.bookmark #gNav a, .root #gNav a {
  color: #333;
}

.bookmark #gNav a:hover, .root #gNav a:hover {
  color: #999;
}

.bookmark #gNav li, .root #gNav li {
  margin-left: 10px;
}

.bookmark #gNav li:first-child, .root #gNav li:first-child {
  margin-left: 0;
}

.bookmark #gNav .gNav__suv-btn, .root #gNav .gNav__suv-btn {
  position: relative;
}

.bookmark #gNav .gNav__suv-btn a, .root #gNav .gNav__suv-btn a {
  position: relative;
  padding: 15px 20px 15px 10px;
}

.bookmark #gNav .gNav__suv-btn i, .root #gNav .gNav__suv-btn i {
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bookmark #gNav .gNav__suv-btn .gNav__suv, .root #gNav .gNav__suv-btn .gNav__suv {
  display: none;
  position: absolute;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.bookmark #gNav .gNav__suv-btn .gNav__suv::before, .root #gNav .gNav__suv-btn .gNav__suv::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
}

.bookmark #gNav .gNav__suv-btn .gNav__suv li, .root #gNav .gNav__suv-btn .gNav__suv li {
  margin-left: 0;
}

.bookmark #gNav .gNav__suv-btn .gNav__suv a, .root #gNav .gNav__suv-btn .gNav__suv a {
  color: #fff;
  padding: 12px 15px;
}

.bookmark #pNav > div:first-child, .root #pNav > div:first-child {
  margin-right: 0;
}

.bookmark #pNav a, .root #pNav a {
  color: #333;
}

.bookmark .pNav__contact a, .root .pNav__contact a {
  width: 80px;
  border: 1px solid #333;
  padding: 8px 0px;
}

.bookmark .pNav__contact a:hover, .root .pNav__contact a:hover {
  background-color: #333;
}

#pNav .bookmark .pNav__contact a:hover, #pNav .root .pNav__contact a:hover {
  color: #fff;
  background-color: #333;
}

.bookmark .pNav__tel, .root .pNav__tel {
  margin-left: 25px;
}

.bookmark .pNav__tel:first-child, .root .pNav__tel:first-child {
  margin-left: 0;
}

#pNav .bookmark .pNav__tel a:hover, #pNav .root .pNav__tel a:hover {
  color: #fff;
}

.bookmark .hdrMenu span, .root .hdrMenu span {
  background-color: #333;
}

@media screen and (max-width: 737px) {
  .bookmark .hdrMenu span, .root .hdrMenu span {
    background-color: #fff;
  }
}

.bookmark #mainContent, .root #mainContent {
  margin-bottom: 150px;
}

@media screen and (max-width: 737px) {
  .bookmark #mainContent, .root #mainContent {
    margin-bottom: 75px;
  }
}





@media screen and (max-width: 737px) {
  #mainVisualImg {
    display: none;
  }
  #mainVisualImgSp{
    position: absolute;
    height: 100%;
    width: auto;
    top: 0px;
    max-width: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 737px) {
  #mainVisualImg {
    width: 100%;
    min-width: 1366px;
    position: absolute;
    left: 50%;
    top : 50%;
    min-height: 580px;
    transform: translate(-50%, -50%);
  }
}

#index.index .topVisualBtns__text h3#text_about_us {
  font-size: 36px;
}
@media screen and (max-width: 737px) {
  span.sp__splitter{
    margin-left: 10px;
  }
}




/*rent-tokyo再訪問ページ用*/
/* updates */
.updates {
  padding: 40px 0;
}

@media screen and (max-width: 737px) {
  .updates .wrap {
    padding: 0;
  }
}

.updates .headline--02 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.updatesList li {
  float: left;
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.updatesList li:first-child {
  margin-left: 0;
}

.updatesList li:last-child {
  margin-right: 0;
}

.updatesList a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.updatesList a:hover {
  color: #033eb5;
}

.updatesList a:hover img {
  opacity: .7;
}

.updatesList img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: auto;
  height: 135px;
}

.updatesList .updatesList__image {
  overflow: hidden;
  height: 135px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}

.updatesList .updatesList__title {
  position: relative;
  color: #003894;
  font-size: 13px;
  font-weight: bold;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  margin-bottom: 5px;
  padding-left: 12px;
}

.updatesList .updatesList__title::before {
  content: '▶︎';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.updatesList .updatesList__spec {
  margin-bottom: 30px;
}

.updatesList .updatesList__spec02 {
  -webkit-display: flex;
  display: flex;
}

.updatesList .updatesList__spec02 li {
  flex: 1;
}

.updates .updatesList > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 737px) {
  .updatesList {
    padding: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .updates .updatesList > ul {
    height: 100%;
    padding: 0 0px 15px 20px;
    display: block;
    justify-content: inherit!important;
  }
  .updatesList li {
    width: 180px;
    margin: 0;
    padding-right: 20px;
  }
}

.mapSpecial__area {
  padding: 20px 0;
  margin: 2px 0;
  background-color: #e9e9f4;
}

.mapSpecial__area .wrap p{
  float: left;
}

.link--box {
  border: solid 1px rgb(51, 51, 51);
  border-radius: 3px;
  position: relative;
  width: 235px;
  padding:10px 0;
  z-index: 11;
  text-align: center;
  float: right;
  display: block;
}

.link--box h4 {
  font-size: 100%;
}

@media screen and (max-width: 737px) {
  .mapSpecial__area {
    padding: 20px 52px;
    text-align: center;
  }

  .mapSpecial__area .wrap p{
    float: none;
  }

  .link--box {
    float: none;
    margin-top: 10px;
    width: auto;
  }
}

#index.rent_tokyo .copyMain > .wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#index.rent_tokyo .copyMain .repeat h2 {
  line-height: 45px;
}

#index.rent_tokyo .mainVisual__inner-repeat {
  position: relative;
  height: 580px;
  background: url("/rent/tokyoapartment/images/img-mainvisual-02.jpg") no-repeat center;
  background-size: cover;
}

#index.rent_tokyo .copyMain .repeat-wrap h2 {
  line-height: 45px;
}



@media screen and (max-width: 737px) {
  #index.rent_tokyo .mainVisual__inner-repeat {
    height: auto;
    background: none;
  }
}

@media screen and (max-width: 737px) {
  #index.rent_tokyo .mainVisual__inner-sp-repeat {
    position: relative;
    padding: 63px 0 30px;
    background: url(/rent/tokyoapartment/images/sp/img-mainvisual-02.jpg) no-repeat center;
    background-size: cover;
  }
}
