@charset "UTF-8";
/* Icon Font */
img {
  image-rendering: -webkit-optimize-contrast;
}

/*------------------------------------------------------------
ロゴ＋物件名
-----------------------------------------------------------*/
.header__top__logo.concieira-logo .logo_main,
.footer-concieria__logo.concieira-logo .logo_main,
.bukken-bottom-menu__logo.concieira-logo .logo_main {
  position: relative;
  top: -4px;
}
@media screen and (max-width: 567px) {
  .header__top__logo.concieira-logo .logo_main,
  .footer-concieria__logo.concieira-logo .logo_main,
  .bukken-bottom-menu__logo.concieira-logo .logo_main {
    top: -3px;
  }
}
.header__top__logo.concieira-logo .logo_main::before,
.footer-concieria__logo.concieira-logo .logo_main::before,
.bukken-bottom-menu__logo.concieira-logo .logo_main::before {
  display: inline-block;
  margin: 0 6px 0 0;
  font-weight: bold;
  content: "";
  width: auto;
  height: 33px;
  /*-webkit-mask: url(../img/logo_char_r.svg) no-repeat;
  mask: url(../img/logo_char_r.svg) no-repeat;
  -webkit-mask-position: 0 13px;*/
  mask-position: 0 13px;
  background-color: #030000;
  vertical-align: -2px;
}
@media screen and (max-width: 567px) {
  .header__top__logo.concieira-logo .logo_main::before,
  .footer-concieria__logo.concieira-logo .logo_main::before,
  .bukken-bottom-menu__logo.concieira-logo .logo_main::before {
    width: auto;
    height: 17px;
    -webkit-mask-position: 0 7px;
    mask-position: 0 7px;
    vertical-align: -1px;
  }
}

.footer-concieria__logo.concieira-logo .logo_main::before,
.bukken-bottom-menu__logo.concieira-logo .logo_main::before {
  background-color: #fff;
}

body.guide .header__top__logo.concieira-logo .logo_main {
  top: -1px;
  height: 18px;
}
@media screen and (max-width: 567px) {
  body.guide .header__top__logo.concieira-logo .logo_main {
    top: 2px;
  }
}
body.guide .header__top__logo.concieira-logo .logo_main::before {
  width: auto;
  height: 18px;
  -webkit-mask-position: 0 3px;
  mask-position: 0 3px;
  vertical-align: 0;
}
@media screen and (max-width: 567px) {
  body.guide .header__top__logo.concieira-logo .logo_main::before {
    width: auto;
    height: 12px;
  }
}

@media print, screen and (min-width: 568px) {
  .concieira-logo span.logo_sub {
    font-size: 60% !important;
    vertical-align: text-bottom;
  }
  .eng .concieira-logo span.logo_sub, .chi .concieira-logo span.logo_sub {
    font-size: 2.4rem !important;
    vertical-align: middle !important;
  }
}
/*------------------------------------------------------------
kv
-----------------------------------------------------------*/
/*@include mq(pc) {
  .eng {
    .kv {
      .kv-copy-ja-pc-01 {
        width: 72% !important;
        left: 23% !important;
        top: 25% !important;

        &::before {
          background-image: url(../img/top/kv-copy-eng-pc-01.png?v=20250415) !important;
        }
      }
    }
  }
  .chi {
    .kv {
      .kv-copy-ja-pc-01 {
        width: 43% !important;
        left: 22% !important;
        top: 54% !important;

        &::before {
          background-image: url(../img/top/kv-copy-chi-pc-01.png?v=20250415) !important;
        }
      }
    }
  }

  .kv {
    position: relative;
    width: 100%;
    //max-width: 1920px;
    aspect-ratio: 1920 / 1080;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease;

    &.is-show {
      opacity: 1;

      .kv-inner {
        &::before {
          content: '';
          animation-name: pc_kv-inner;
          animation-delay: 1s;
          animation-duration: 4s;
          animation-fill-mode: both;
          animation-timing-function: ease-out;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background-image: url(../img/top/kv-bg-only-pc.png?v=20250415);
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
        }

        .kv-copy-ja-pc-01 {
          animation-name: kv_copy_ja_pc_01;
          animation-delay: 3s;
          animation-duration: 3.5s;
          animation-fill-mode: both;
          animation-timing-function: ease-out;
          position: absolute;
          top: 0;
          right: -21%;
          width: 92%;
          height: auto;
          aspect-ratio: 1100 / 210;

          //overflow: hidden;
          &::before {
            content: '';
            position: absolute;
            top: 148%;
            right: 63%;
            margin: auto;
            width: 100%;
            height: 100%;
            background-image: url(../img/top/kv-copy-ja-pc-01.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
          }
        }

        .kv-copy-ja-pc-02 {
          animation-name: kv_copy_ja_pc_02;
          animation-delay: 3.5s;
          animation-duration: 4s;
          animation-fill-mode: both;
          animation-timing-function: ease-out;
          position: absolute;
          top: 7% !important;
          right: 25%;
          width: 52%;
          height: auto;
          aspect-ratio: 1064 / 909;
          overflow: hidden;

          &::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-image: url(../img/top/kv-copy-ja-pc-02.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
          }
        }



        img {
          width: 100%;
          max-width: none;
        }
      }
    }

    .kv__scroll {
      display: none;
    }


  }
}

@keyframes pc_kv-inner {

  //::beforeの中
  0% {
    filter: blur(16px);
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    filter: blur(0);
  }
}

@keyframes kv_copy_ja_pc_01 {

  //::beforeの中
  0% {
    top: calc(10% + 8%);
    opacity: 0;
  }

  100% {
    top: 10%;
    opacity: 1;
  }
}

@keyframes kv_copy_ja_pc_02 {

  //::beforeの中
  0% {
    top: calc(26% + 8%);
    opacity: 0;
  }

  100% {
    top: 26%;
    opacity: 1;
  }
}

@keyframes kv_copy_ja_pc_03 {

  //::beforeの中
  0% {
    top: calc(78% + 8%);
    opacity: 0;
  }

  100% {
    top: 78%;
    opacity: 1;
  }
}


@include mq(sm) {
  .eng {
    .kv {
      aspect-ratio: 750 / 1100 !important;
      top: 60% !important;
      left: 0 !important;
      right: 0 !important;

      .kv-copy-ja-sp-01 {
        &::before {
          background-image: url(../img/top/kv-copy-eng-sp-01.png?v=20250415) !important;
          margin: 0 auto !important;
          width: 70% !important;
          right: 0;
        }
      }

      .kv__scroll.is-show {
        top: 84% !important;

      }
    }
  }
  .chi {
    .kv {
      aspect-ratio: 750 / 1100 !important;
      top: 60% !important;
      left: 0 !important;
      right: 0 !important;

      .kv-copy-ja-sp-01 {
        &::before {
          background-image: url(../img/top/kv-copy-chi-sp-01.png?v=20250415) !important;
          margin: 0 auto !important;
          width: 88% !important;
          right: 0;
          top: -24% !important;
        }
      }

      .kv__scroll.is-show {
        top: 84% !important;

      }
    }
  }

  .kv {
    position: relative;
    width: 100%;
    aspect-ratio: 750 / 1600;
    overflow: hidden;
    opacity: 0;

    &.is-show {
      opacity: 1;

      .kv-inner {
        &::before {
          content: '';
          animation-name: sp_kv-inner;
          animation-delay: 0s;
          animation-duration: 4s;
          animation-fill-mode: both;
          background-image: url(../img/top/kv-bg-only-sp.png?v=20250414);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 100% top;
          animation-timing-function: ease-out;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }

        .kv-copy-ja-sp-01 {
          animation-name: kv_copy_ja_sp_01;
          animation-delay: 2.5s;
          animation-duration: 2.5s;
          animation-fill-mode: both;
          animation-timing-function: ease-out;
          position: absolute;
          top: 53% !important;
          left: 0;
          width: 100%;
          height: auto;
          aspect-ratio: 750 / 784;

          &::before {
            content: '';
            position: absolute;
            top: -25%;
            left: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            background-image: url(../img/top/kv-copy-ja-sp-01.png?v=20250414);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
          }
        }

        .kv-copy-ja-sp-02 {
          animation-name: kv_copy_ja_sp_02;
          animation-delay: 3.5s;
          animation-duration: 4s;
          animation-fill-mode: both;
          animation-timing-function: ease-out;
          position: absolute;
          top: -5% !important;
          left: 0;
          width: 100%;
          height: auto;
          aspect-ratio: 750 / 633;
          //overflow: hidden;

          &::before {
            content: '';
            position: absolute;
            top: 15%;
            left: 0;
            z-index: 1;
            margin: auto;
            width: 100%;
            height: 100%;
            background-image: url(../img/top/kv-copy-ja-sp-02.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
          }
        }



        img {
          width: 100%;
          max-width: none;
        }
      }
    }

    .kv__scroll {
      width: 11%;
      top: 84%;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      opacity: 0;
      z-index: 100; //600;
      transition: all 1s ease;

      &.is-show {
        //animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
        top: 90%;
        opacity: 1;
      }
    }


  }
}

@keyframes sp_kv-inner {

  //::beforeの中
  0% {
    background-position: 100% top;
    filter: blur(16px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    background-position: 0% top;
    filter: blur(0);
  }
}

@keyframes kv_copy_ja_sp_01 {

  //::beforeの中
  0% {
    top: calc(10% + 8%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 10%;
  }
}

@keyframes kv_copy_ja_sp_02 {

  //::beforeの中
  0% {
    top: calc(23% + 8%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 23%;
  }
}

@keyframes kv_copy_ja_sp_03 {

  //::beforeの中
  0% {
    top: calc(80% + 8%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 80%;
  }
}*/
/*------------------------------------------------------------
kv　暫定版
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .chi .kvPcBg {
    background-image: url(../img/top/kv-bg_chi.png?v=20250909) !important;
  }
  .kv {
    background-color: #231815;
  }
  .kv .kvPcBg {
    position: relative;
    background-image: url(../img/top/kv-bg.png?v=20250909);
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1920/1080;
    background-size: 100%;
  }
  .kv .kvPcBg.is-show {
    background-size: 100%;
    opacity: 1;
  }
  .kv .kvPcBg .kvPcCopy1 {
    position: absolute;
    top: calc(44% + 50px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0;
    transition: all 1.5s ease;
  }
  .kv .kvPcBg .kvPcCopy1.is-show {
    top: 44%;
    opacity: 1.5;
  }
  .kv .kvPcBg .kvPcCopy1 img {
    width: 100%;
    max-width: none;
  }
  .kv .kvPcBg .kvPcCopy2 {
    position: absolute;
    top: calc(61% + 50px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0;
    transition: all 2s ease;
  }
  .kv .kvPcBg .kvPcCopy2.is-show {
    top: 61%;
    opacity: 1;
  }
  .kv .kvPcBg .kvPcCopy2 img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 567px) {
  .chi .kvSpBg {
    background-image: url(../img/top/kv-bg-sp_chi.png?v=20250912) !important;
  }
  .kv {
    background-color: #231815;
  }
  .kv .kvSpBg {
    position: relative;
    background-image: url(../img/top/kv-bg-sp.png?v=20250912);
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 750/1080;
    background-size: 100%;
  }
  .kv .kvSpBg.is-show {
    background-size: 100%;
    opacity: 1;
  }
  .kv .kvSpBg .kvSpCopy1 {
    position: absolute;
    top: calc(43% + 25px);
    opacity: 0;
    transition: all 2s ease;
  }
  .kv .kvSpBg .kvSpCopy1.is-show {
    top: 43%;
    opacity: 1;
  }
  .kv .kvSpBg .kvSpCopy2 {
    position: absolute;
    top: calc(60% + 50px);
    opacity: 0;
    transition: all 2s ease;
  }
  .kv .kvSpBg .kvSpCopy2.is-show {
    top: 60%;
    opacity: 1;
  }
  .kv .kvSpBg .kv__scroll {
    width: 11%;
    top: 88%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 100;
  }
  .kv .kvSpBg .kv__scroll.is-show {
    animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
  }
}
@keyframes encourageScroll {
  0% {
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
/*-----------------------------------------------------------
TOP
-----------------------------------------------------------*/
body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) {
  /* 路線案内 TYPE J */
}
body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 {
    margin-bottom: 12px;
    font-size: 1.24em;
  }
}
body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 br {
  display: none;
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 br {
    display: inline;
  }
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main {
    width: 230px;
  }
}
body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item {
  align-items: baseline;
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--line {
    text-align: left;
  }
}
body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--station {
  margin-right: 0;
}
@media print, screen and (min-width: 568px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--station {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--station {
    display: inline-block;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 568px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item small {
    margin: 0 8px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 568px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--walk {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--walk strong {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub {
    border-bottom: none;
  }
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__inner {
    display: none;
    width: 230px;
  }
}
@media print, screen and (min-width: 568px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list {
    justify-content: space-between;
    gap: 24px 2%;
    margin: 0;
  }
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list {
    display: block;
    text-align: center;
  }
}
body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list li {
  margin: 0;
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list li {
    margin-bottom: 20px;
  }
}
body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list dd {
    font-size: 1.3em;
  }
}
body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list dd small {
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 567px) {
  body.kagurazaka-c:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list dd .meter {
    display: inline-block;
  }
}

@media print, screen and (min-width: 568px) {
  a.more {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  a.more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 230px;
    height: 48px;
    margin: 10px auto;
    border-bottom: 1px dotted #8c8055;
  }
  a.more::after {
    display: inline-block;
    margin-left: 1em;
    font-family: concieria;
    content: "\e906";
    transform: rotate(90deg);
  }
  a.more.open::after {
    transform: rotate(-90deg);
  }
}

/*-----------------------------------------------------------
交通アクセス
-----------------------------------------------------------*/
.cc-section .cc-section__inner img {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 568px) {
  .cc-section .cc-section__inner h2 {
    line-height: 1.6;
  }
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner h2 {
    font-size: 2.4rem;
  }
}
.cc-section .cc-section__inner h2 br {
  display: block;
}
.cc-section .cc-section__inner .train-map div + div {
  margin-top: 60px;
}
.cc-section .cc-section__inner .train-map .scroll-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .train-map .scroll-box {
    overflow: scroll;
    height: 680px;
    border: 1px solid #666;
    text-align: center;
    padding: 5px;
  }
  .cc-section .cc-section__inner .train-map .scroll-box + .scroll-box {
    margin-top: 30px;
  }
  .cc-section .cc-section__inner .train-map .scroll-box img {
    width: 1020px;
    height: auto;
    max-width: none;
  }
}
.cc-section .cc-section__inner .access-time {
  margin-top: 60px;
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .access-time {
    margin-top: 40px;
  }
}
.cc-section .cc-section__inner .access-time .scroll-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .access-time .scroll-box {
    overflow: scroll;
    height: 500px;
    border: 1px solid #666;
    text-align: center;
    padding: 5px;
  }
  .cc-section .cc-section__inner .access-time .scroll-box + .scroll-box {
    margin-top: 30px;
  }
  .cc-section .cc-section__inner .access-time .scroll-box img {
    width: 1200px;
    height: auto;
    max-width: none;
  }
}
@media print, screen and (min-width: 568px) {
  .cc-section .cc-section__inner .access_type2 img {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .access_type2 img {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 568px) {
  .cc-section .cc-section__inner .access_type3 img {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .access_type3 img {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
現地案内図
-----------------------------------------------------------*/
@media screen and (max-width: 567px) {
  body.guide .guide-content__location::after {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  body.guide .guide-content__location .location__list.type-j .type-j__sub__inner {
    display: none;
  }
}

/*-----------------------------------------------------------
 デザインページ
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  body.design .design-facade2-box.reverse.sp-reverse {
    position: relative;
  }
  body.design .design-facade2-box.reverse.sp-reverse h3 {
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a;
    position: absolute;
    top: 25%;
    left: 6%;
  }
  body.design .design-facade2-box.reverse.sp-reverse p {
    text-shadow: 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a, 0px 0px 8px #073f8a;
    position: absolute;
    top: 35%;
    left: 6%;
    color: #fff;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-facade2-box__summary h2 {
    color: #b5b5b6;
    font-size: 6rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    position: absolute;
    top: 155px;
    left: 85px;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-facade2-box__summary p {
    color: #fff;
    font-size: 2rem;
    line-height: 2.2;
    font-feature-settings: "palt";
    letter-spacing: 6px;
    position: absolute;
    top: 245px;
    left: 192px;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box {
    position: absolute;
    top: 511px;
    left: 0;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box h4 {
    width: 471px;
    margin: 38px 0 0 22px;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box p {
    font-size: 1.2rem;
    color: #fff;
    margin: 20px 0 0 22px;
  }
  body.design .flex_box {
    display: flex;
    justify-content: space-between;
  }
  body.design .flex_box li {
    width: calc(50% - 1rem);
  }
  body.design .flex_box li h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  body.design .flex_box li h2::after {
    display: none;
  }
  body.design .cc-section.white .cc-section__inner {
    margin-top: 0;
  }
  body.design .cc-section.white .cc-section__inner p {
    font-size: 1.9rem;
    margin-bottom: 0;
  }
  body.design .cc-section h2.u_b_l:after {
    width: 390px;
  }
  body.design .cc-section p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 567px) {
  body.design .design-facade2-box p,
  body.design .design-facade2-box h3 {
    text-align: left;
    color: #333;
    text-shadow: none;
    position: initial;
    margin-top: 30px;
  }
  body.design .design-facade2-box h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  body.design .design-facade2-box h3 br {
    display: block;
  }
  body.design .design-facade2-box p {
    margin-top: 0;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-facade2-box__summary {
    display: none;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box {
    padding: 30px 0;
    margin: 30px 0 0 0;
    background: #27292e;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box h4 {
    width: 92%;
    max-width: 320px;
    margin: 0 auto;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box p {
    font-size: 1.2rem;
    color: #fff;
    width: 92%;
    max-width: 320px;
    margin: 20px auto 0 auto;
  }
  body.design .cc-section.white .cc-section__inner {
    margin-top: 10px;
  }
  body.design .cc-section.white .cc-section__inner p {
    font-size: 1.6rem;
  }
  body.design .cc-section p {
    font-size: 1.6rem;
  }
  body.design .flex_box {
    display: block;
  }
  body.design .flex_box li {
    width: 100%;
  }
}

/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/
body.concept figure {
  position: relative;
}
body.concept figure figcaption {
  bottom: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  position: absolute;
  right: 15px;
  text-shadow: 1px 0 2px #000, -1px 0 2px #000, 0 1px 2px #000, 0 -1px 2px #000; /* 上 */
}
body.concept figure + p {
  margin-top: 20px;
}
body.concept figure.straight figcaption {
  color: #333;
  margin-top: 10px;
  position: static;
  text-shadow: none;
}
body.concept .text-copy {
  font-size: 1.9rem;
}
body.concept h2 span.section-title-label, body.concept h3 span.section-title-label {
  font-weight: normal;
}
body.concept h2 span.section-title-label.label--gold {
  color: #E0BE00;
}
body.concept h5 {
  font-weight: normal;
}
body.concept .col.alic {
  align-items: center;
}
body.concept .two-city h2 {
  font-size: 2.8rem;
}
body.concept .two-city h2 span.section-title-label {
  font-size: 6.8rem;
}
body.concept .two-city h2 span.section-title-label span {
  color: #8D8D8E;
}
body.concept .two-city h3 {
  align-items: center;
  display: flex;
  font-size: 6.5rem;
  justify-content: center;
}
body.concept .two-city h3 img {
  margin: 0 0 0 30px;
  width: 120px;
}
body.concept .two-city .rosenzu {
  margin-top: 30px;
  padding-top: 15px;
}
body.concept .two-city .rosenzu .col {
  margin-top: 0;
}
body.concept .ueno, body.concept .nippori {
  padding-top: 30px;
}
@media print, screen and (min-width: 568px) {
  body.concept .ueno, body.concept .nippori {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .ueno, body.concept .nippori {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.concept .ueno .cc-section__inner, body.concept .nippori .cc-section__inner {
  margin-top: 0;
}
body.concept .ueno h3 + h4, body.concept .nippori h3 + h4 {
  text-align: center;
}
body.concept .ueno {
  background-color: #dfe3e3;
}
body.concept .ueno h3 span:first-child {
  display: flex;
  flex-direction: column;
}
body.concept .ueno h3 .s-label {
  font-size: 50%;
  line-height: 1;
}
body.concept .ueno h3 .s-label + span {
  line-height: 1.4;
}
body.concept .ueno .rosenzu {
  padding-left: 30px;
}
body.concept .ueno .rosenzu .col2 {
  margin-bottom: 0;
}
body.concept .nippori {
  background-color: #e8e1d7;
  border-top: 1px solid #fff;
}
body.concept .nippori .rosenzu {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}
body.concept .nippori .rosenzu img {
  width: 246px;
}
body.concept .nippori .rosenzu .col2 + .col2 {
  text-align: center;
}

@media screen and (max-width: 567px) {
  body.concept .text-copy {
    font-size: 1.6rem;
  }
  body.concept .cc-section .col .sp-expand {
    width: auto;
  }
  body.concept .two-city h2 {
    font-size: 1.8rem;
    padding: 0 15px;
  }
  body.concept .two-city h2 span.section-title-label {
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
  }
  body.concept .two-city h3 {
    font-size: 4.5rem;
  }
  body.concept .two-city h3 img {
    height: 80px;
    width: auto;
  }
  body.concept .two-city .rosenzu {
    padding-top: 0;
  }
  body.concept .ueno .rosenzu {
    padding-left: 0;
  }
  body.concept .ueno .ueno-shinka {
    display: flex;
    flex-direction: column-reverse;
  }
  body.concept .nippori .rosenzu {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  body.concept .nippori .rosenzu img {
    width: 55%;
  }
}
/*-----------------------------------------------------------
ロケーション
-----------------------------------------------------------*/
body.location figure {
  position: relative;
}
body.location figure figcaption {
  bottom: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  position: absolute;
  right: 15px;
  text-shadow: 1px 0 2px #000, -1px 0 2px #000, 0 1px 2px #000, 0 -1px 2px #000; /* 上 */
}
body.location figure + p {
  margin-top: 20px;
}
body.location figure.straight figcaption {
  color: #333;
  margin-top: 10px;
  position: static;
  text-shadow: none;
}
body.location h2 span.section-title-label, body.location h3 span.section-title-label {
  font-weight: normal;
}
body.location h2 span.section-title-label.label--gold {
  color: #E0BE00;
}
body.location .about-city h3 {
  font-size: 6.8rem;
  margin-bottom: 50px;
}
body.location .three-city h2 {
  font-size: 4.6rem;
  line-height: 1.8;
  margin-bottom: 50px;
  position: relative;
}
body.location .three-city h2 span {
  font-weight: normal;
}
body.location .three-city h2 span.section-title-label {
  color: #828282;
  font-size: 80%;
}
body.location .three-city h2 span.section-title-info {
  color: #828282;
  display: block;
  font-size: 60%;
  line-height: 1;
}
body.location .three-city h2 span.section-title-main {
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
body.location .three-city h2:before {
  background-color: #666;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 60%;
}
body.location .column-rosen {
  border: 1px solid #828282;
  margin-top: 30px;
  padding: 20px;
  text-align: center;
}
body.location .column-rosen p {
  margin-bottom: 0;
}
body.location .column-rosen img {
  width: 758px;
}
body.location .column1 { /* 亀有 */
  background-color: #88A6BC;
  color: #fff;
  margin-top: 50px;
  padding: 0 30px;
}
body.location .column1 h3 {
  text-align: left;
}
body.location .column1 .col {
  align-items: center;
  margin-top: 0;
}
body.location .column1 .col3-1,
body.location .column1 .col3-2 {
  margin-bottom: 0;
}
body.location .ario .col {
  margin-top: 20px;
}
body.location .ario .ario-cinema {
  background-color: #DBE3EB;
  margin-bottom: 0;
  padding: 20px;
}
body.location .ario .ario-cinema h5 {
  font-weight: normal;
}
body.location .ario .ario-cinema p:last-child {
  margin-bottom: 0;
}
body.location .cc-section h4.labelin .label {
  background-color: #133147;
  color: #fff;
}
body.location .development-image {
  text-align: center;
}
body.location .development-image img {
  width: 800px;
}
body.location .text-copy {
  font-size: 1.9rem;
}
body.location .park .col {
  align-items: center;
}
body.location .park .col .col2 {
  margin-bottom: 0;
}
body.location .column2 {
  border: 1px solid #4C4948;
  padding: 30px 80px 15px;
}
body.location .column2 .col {
  align-items: center;
  margin-top: 0;
}
body.location .column2 figcaption {
  font-size: 1.3rem;
}
body.location .gourmet h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.location .gourmet h3 img {
  margin-bottom: 10px;
  width: 170px;
}
body.location .gourmet .label {
  background: #4C4948;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
body.location .gourmet .label + p {
  margin-top: -20px;
}
body.location .gourmet .col {
  row-gap: 40px;
}
body.location .life .life-subcopy {
  text-align: center;
}
body.location .life .col {
  row-gap: 40px;
}
body.location .life .col img {
  border: 1px solid #666;
}
body.location .life .col .copy {
  text-align: center;
}
body.location .life .col .copy img {
  border: none;
  width: 220px;
}

@media screen and (max-width: 567px) {
  body.location .text-copy {
    font-size: 1.6rem;
  }
  body.location .cc-section .col .sp-expand {
    width: auto;
  }
  body.location .about-city h3 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
  body.location .about-city h3 br {
    display: inherit;
  }
  body.location .three-city h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  body.location .ario-cinema h5 {
    text-align: left;
  }
  body.location .column1 {
    padding: 0 20px;
  }
  body.location .column1 > .col {
    display: flex;
    flex-direction: column-reverse;
  }
  body.location .column1 > .col .col3-1 figure {
    text-align: center;
    width: 100%;
  }
  body.location .column1 > .col .col3-1 figure img {
    width: 60%;
  }
  body.location .column1 > .col .col3-1 figcaption {
    text-align: left;
    width: 100%;
  }
  body.location .column2 {
    padding: 30px;
  }
  body.location .sp-image-expansion {
    margin: 0 -15px;
    overflow-x: auto;
  }
  body.location .sp-image-expansion img {
    max-width: inherit;
    width: 200%;
  }
  body.location .gourmet h3 img {
    width: 120px;
  }
  body.location .gourmet .col {
    row-gap: 20px;
  }
  body.location .gourmet .label + p {
    margin-top: -10px;
  }
  body.location .life .col {
    row-gap: 20px;
  }
  body.location .life .col .copy img {
    border: none;
    width: 180px;
  }
}
/*-----------------------------------------------------------
 最寄
-----------------------------------------------------------*/
/*
.location__list.type-a{
  dd{
    strong{
      @include mq(pc) {
        font-size: 1.3em;
      }
    }
  }
  .type-a__sub{
    dl{
      @include mq(pc) {
        align-items: start;
        flex-flow: column;
      }
      dd{
        strong{
          @include mq(pc) {
            width: 150px;
            display: inline-block;
            text-align-last: justify;
          }
        }
      }
    }
  }
}

.guide-content__location, .top-location{
  .location__list{
    dl{
      dd.secondary{
        @include mq(pc) {
          font-size: 1.2rem;
          text-align: right;
          align-self: flex-end;
          margin-top: 0;
        }
      }
    }
  }
}
*/
/*------------------------------------------------------------
クオリティ
-----------------------------------------------------------*/
/*
ul.anchor-list.category-quality{
  li{
    &+ li {
     @include mq(pc) {
       margin-left: 16px;
     }
    }
    a {
     @include mq(pc) {
       padding: 8px 0 24px;
       line-height: 1.3;
       display: flex;
       height: 100%;
       justify-content: center;
       align-items: center;
     }
     &::after{
       @include mq(pc) {
         bottom: 10px;
       }
     }
   }
  }
}
*/
/*------------------------------------------------------------
物件概要
-----------------------------------------------------------*/
/*
.outline{
}
*/
/*------------------------------------------------------------
デザイン
-----------------------------------------------------------*/
/*
.design{
}
*/
/*------------------------------------------------------------
プラン
-----------------------------------------------------------*/
.plan .cc-section.facility-section .cc-section__inner.facility-item-list ul.notice {
  text-align: right;
}
@media screen and (max-width: 567px) {
  .plan .cc-section.facility-section .cc-section__inner.facility-item-list ul.notice {
    text-align: left;
  }
}

/*------------------------------------------------------------
クオリティ
-----------------------------------------------------------*/
/*
.quality{
}
*/
/*----------------------------------------------------------
プラン　詳細
-----------------------------------------------------------*/
/*
.plan{
}
*//*# sourceMappingURL=kagurazaka-c.css.map */