@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
/* ==========================================================================
   Index
   ========================================================================== */
/* Adjust
   ========================================================================== */
.page-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content {
  margin-top: 0;
}
/* Mainvisual
   ========================================================================== */
.mainvisual {
  position: relative;
}
.mainvisual_slide_item {
  position: relative;
  height: 85vh;
}
.mainvisual_slide_item > img {
  width: 100%;
}
.mainvisual_slide_item > figcaption {
  position: absolute;
  bottom: 198px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.mainvisual_slide_item > figcaption > img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainvisual_slide_item {
    height: auto;
  }
  .mainvisual_slide_item > figcaption {
    bottom: 10px;
    width: 337px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.mainvisual_nav_wrap {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 102, 0, 0.8)), color-stop(50%, rgba(87, 201, 96, 0.8)), to(rgba(55, 140, 255, 0.8)));
  background: -webkit-linear-gradient(left, rgba(255, 102, 0, 0.8) 0%, rgba(87, 201, 96, 0.8) 50%, rgba(55, 140, 255, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 102, 0, 0.8) 0%, rgba(87, 201, 96, 0.8) 50%, rgba(55, 140, 255, 0.8) 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainvisual_nav_wrap {
    position: static;
    padding: 0;
    border-top: none;
  }
}
.js-mainvisual_currenticon {
  position: absolute;
  top: 0;
  margin-left: -4px;
  border-width: 10px 8px 10px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ffffff;
  -webkit-transition: left 0.8s ease-out;
  transition: left 0.8s ease-out;
}
@media screen and (max-width: 767px) {
  .js-mainvisual_currenticon {
    display: none;
  }
}
.mainvisual_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -7px;
  font-size: 0;
  text-align: center;
}
.mainvisual_nav > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  padding: 0 7px;
}
.mainvisual_nav > li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mainvisual_nav > li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.mainvisual_nav > li:nth-child(3) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .mainvisual_nav {
    margin: 0;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
  }
  .mainvisual_nav > li {
    float: left;
    display: block;
    width: 33.33%;
    padding: 0;
  }
}
.mainvisual_nav_item {
  display: table;
}
.mainvisual_nav_item > dt,
.mainvisual_nav_item > dd {
  display: table-cell;
  vertical-align: middle;
}
.mainvisual_nav_item > dt {
  padding-right: 5px;
}
.mainvisual_nav_item > dt > a {
  display: block;
  pointer-events: none;
  cursor: default;
  width: 90px;
}
.mainvisual_nav_item > dt img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual_nav_item {
    display: block;
  }
  .mainvisual_nav_item > dt,
  .mainvisual_nav_item > dd {
    display: block;
  }
  .mainvisual_nav_item > dt {
    padding-right: 0;
  }
  .mainvisual_nav_item > dt > a {
    display: block;
    position: relative;
    pointer-events: auto;
    width: auto;
    padding: 15px 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 1s ease-out;
    transition: border-color 1s ease-out;
  }
  .mainvisual_nav_item > dt > a:after {
    content: '';
    position: absolute;
    left: 5px;
    right: -5px;
    bottom: -14px;
    width: 0;
    margin: 0 auto;
    border-width: 6px 4px 6px 4px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  .mainvisual_nav_item > dt > a.is-current {
    border-color: #fff;
  }
  .mainvisual_nav_item > dt > a.is-current:after {
    opacity: 1;
  }
  .mainvisual_nav_item > dt img {
    display: block;
    height: 15px;
    margin: 0 auto;
  }
  .mainvisual_nav_item > dd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  .mainvisual_nav_item > dd.is-show {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
  }
  li:nth-child(1) .mainvisual_nav_item > dt > a {
    background-color: #fa6a08;
  }
  li:nth-child(2) .mainvisual_nav_item > dt > a {
    background-color: #62c55d;
  }
  li:nth-child(3) .mainvisual_nav_item > dt > a {
    background-color: #3d95ed;
  }
}
.mainvisual_nav_list {
  display: table;
  margin: 0 -2px;
}
.mainvisual_nav_list > li {
  display: table-cell;
  padding: 0 2px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mainvisual_nav_list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 9px;
    table-layout: fixed;
  }
  .mainvisual_nav_list > li {
    padding: 0;
    text-align: center;
  }
}
.mainvisual_nav_list_item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68px;
  border: 4px solid;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: border-color 1s ease-out;
  transition: border-color 1s ease-out;
}
.mainvisual_nav_list_item > img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mainvisual_nav_list_item:hover > img,
.mainvisual_nav_list_item:active > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.mainvisual_nav_list_item.is-current {
  border-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mainvisual_nav_list_item {
    display: inline-block;
    width: 50px;
    border-width: 2px;
  }
  .mainvisual_nav_list_item:hover > img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.mainvisual_anchor {
  margin-top: 4px;
  text-align: center;
}
.mainvisual_anchor > a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mainvisual_anchor {
    display: none;
  }
}
.mainvisual_banner {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mainvisual_banner {
    top: 10%;
    width: 30%;
  }
}
.mainvisual_banner a {
  display: block;
}
.mainvisual_banner a:hover {
  opacity: .7;
}
.mainvisual_banner img {
  width: 100%;
}
/* Contents
   ========================================================================== */
.index-section {
  padding: 80px 0;
}
.index-section.opt-bg-gray {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .index-section {
    padding: 40px 0;
  }
}
.project-image {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .project-image {
    margin-top: 38px;
  }
}
.mod-button.opt-wide {
  width: auto;
}
a.hover:hover {
  opacity: .7;
}
/* Movie
   ========================================================================== */
.index_movie_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .index_movie_wrap {
    margin-top: 16px;
  }
}
.index_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.index_movie_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.movie {
  overflow: hidden;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .movie {
    margin-top: 25px;
  }
}
.movie_frame {
  float: left;
  width: 770px;
  height: 430px;
}
.movie_frame iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .movie_frame {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 56.25%;
  }
  .movie_frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.movie_list-wrapper {
  position: relative;
  float: right;
  width: 330px;
  height: 430px;
  padding: 10px 10px 10px 20px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .movie_list-wrapper {
    float: none;
    width: auto;
    height: auto;
    padding: 20px 15px 10px;
  }
}
.movie_list-wrapper .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  border-radius: 0;
  background-color: #e2e2e2;
}
.movie_list-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #e60019;
  border-radius: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.movie_list-wrapper .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.movie_list-wrapper .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  opacity: .5;
  background-color: #e60019;
}
@media screen and (max-width: 767px) {
  .movie_list-wrapper .mCSB_scrollTools .mCSB_draggerRail {
    width: auto;
    Height: 6px;
  }
  .movie_list-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: auto;
    Height: 6px;
  }
}
.movie_list {
  overflow: hidden;
  height: 100%;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .movie_list {
    display: table;
    table-layout: fixed;
    margin: 0 -10px;
    padding: 0 0 16px;
    letter-spacing: -0.4em;
    white-space: nowrap;
  }
}
.movie_list_item {
  border-top: 1px solid #ddd;
}
.movie_list_item:first-child {
  border-top: none;
}
.movie_list_item a {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  color: #333333;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.movie_list_item a:hover {
  opacity: .7;
  text-decoration: none;
}
.movie_list_item a.is-current .movie_thumbnail:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #e60019;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  content: "";
}
@media screen and (max-width: 767px) {
  .movie_list_item {
    display: table-cell;
    padding: 0 10px;
    border-top: none;
    letter-spacing: normal;
    white-space: normal;
  }
  .movie_list_item:first-child {
    margin-left: 0;
  }
  .movie_list_item a {
    padding: 0;
  }
  .movie_list_item a.is-selected .movie_thumbnail:after {
    border-width: 2px;
  }
}
.movie_thumbnail {
  position: relative;
  float: left;
  width: 146px;
  margin-right: 12px;
}
.movie_thumbnail img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .movie_thumbnail {
    float: none;
    margin-right: 0;
  }
}
.movie_title {
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .movie_title {
    line-height: 1.4;
    font-size: 1.3rem;
  }
}
/* Map
   ========================================================================== */
.map {
  position: relative;
  height: 1060px;
  margin-top: 43px;
}
.map img {
  width: 100%;
  height: 1060px;
}
@media screen and (max-width: 767px) {
  .map {
    height: auto;
    margin-top: 20px;
    background: none;
  }
  .map img {
    height: auto;
  }
}
/* .map_link-pc > li {
  position: absolute;
  width: 415px;
  height: 415px;
  padding: 108px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.map_link-pc > li a {
  display: block;
}
.map_link-pc > li a:hover {
  opacity: .8;
}
.map_link-pc > li.point01 {
  top: 356px;
  left: 273px;
  background: url(/shibuya-redevelopment/img/index_map_point_bg01.png) no-repeat;
}
.map_link-pc > li.point02 {
  right: 88px;
  bottom: 14px;
  background: url(/shibuya-redevelopment/img/index_map_point_bg02.png) no-repeat;
}
.map_link-pc > li.point02:after {
  display: block;
  position: absolute;
  top: -38px;
  right: 241px;
  width: 238px;
  height: 209px;
  background: url(/shibuya-redevelopment/img/index_map_bg02.png) no-repeat;
  z-index: 1;
  content: "";
}
.map_link-pc > li.point03 {
  top: 10px;
  right: 295px;
  width: 378px;
  height: 368px;
  padding: 77px 89px 93px;
  background: url(/shibuya-redevelopment/img/index_map_point_bg03.png) no-repeat;
}
.map_link-pc > li.point03:after {
  display: block;
  position: absolute;
  top: 250px;
  left: 59px;
  width: 137px;
  height: 240px;
  background: url(/shibuya-redevelopment/img/index_map_bg03.png) no-repeat;
  z-index: 1;
  content: "";
} */
/* @media screen and (max-width: 767px) {
  .map_link-pc {
    display: none;
  }
}
.map_link-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .map_link-sp {
    display: block;
    margin-top: 25px;
  }
  .map_link-sp li {
    border-bottom: 1px solid #ddd;
    font-size: 1.3em;
  }
  .map_link-sp li:first-child {
    border-top: 1px solid #ddd;
  }
  .map_link-sp li:nth-child(2n) a {
    background-color: #f6f6f6;
  }
  .map_link-sp li a {
    display: block;
    position: relative;
    padding: 13px 9px 12px 9px;
    background-color: #fff;
    text-decoration: none;
    color: #333333;
  }
  .map_link-sp li a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 14px;
    height: 10px;
    margin: auto 0;
    background: url(/shibuya-redevelopment/common/img/parts/link_bg02.png) no-repeat;
    background-size: 100% auto;
    content: "";
  }
} */
/* Area
   ========================================================================== */
.area-section {
  margin-top: 65px;
}
.area-list {
  overflow: hidden;
  margin-top: 50px;
}
.area-list.opt-centering {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .area-list {
    margin-top: 25px;
  }
  .area-list.opt-centering {
    display: block;
  }
}
.area-list_item {
  float: left;
  width: 330px;
  margin: 50px 0 0 55px;
}
.area-list_item:nth-child(-n+3) {
  margin-top: 0;
}
.area-list_item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.area-list_item a {
  display: block;
  position: relative;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  color: #333333;
}
.area-list_item a:hover {
  text-decoration: none;
}
.area-list_item a:hover .area-list_item_button {
  color: #fff;
}
.theme-01 .area-list_item a:hover .area-list_item_button {
  border: 1px solid #2fa0ca;
  background-color: #2fa0ca;
}
.theme-02 .area-list_item a:hover .area-list_item_button {
  border: 1px solid #ef8a89;
  background-color: #ef8a89;
}
.theme-03 .area-list_item a:hover .area-list_item_button {
  border: 1px solid #47cb8e;
  background-color: #47cb8e;
}
.theme-04 .area-list_item a:hover .area-list_item_button {
  border: 1px solid #920783;
  background-color: #920783;
}
@media screen and (max-width: 767px) {
  .area-list_item {
    float: none;
    width: auto;
    margin: 10px 0 0;
  }
  .area-list_item:nth-child(-n+3) {
    margin-top: 10px;
  }
  .area-list_item:first-child {
    margin-top: 0;
  }
  .area-list_item a {
    overflow: hidden;
    background-color: #f6f6f6;
  }
  .area-list_item a:hover .area-list_item_button {
    color: inherit;
  }
  .theme-01 .area-list_item a:hover .area-list_item_button,
  .theme-02 .area-list_item a:hover .area-list_item_button,
  .theme-03 .area-list_item a:hover .area-list_item_button {
    border-color: #d2d2d2;
    background-color: inherit;
  }
}
.area-list_item_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 1;
}
.area-list_item_label img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .area-list_item_label {
    width: 40px;
    height: 40px;
  }
}
.area-list_item_image {
  overflow: hidden;
  position: relative;
  padding-top: 73.17%;
  background-color: #9c9c9c;
}
.area-list_item_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .area-list_item_image {
    float: left;
    width: 50%;
    padding-top: 36.52%;
  }
}
.area-list_item_body {
  padding: 19px 18px 79px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .area-list_item_body {
    float: left;
    width: 50%;
    padding: 8px;
  }
}
.area-list_item_title {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .area-list_item_title {
    font-size: 1.2rem;
  }
}
.area-list_item_button {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  margin: 0 auto;
  padding: 9px 12px 10px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .area-list_item_button {
    position: static;
    margin-top: 15px;
    padding: 5px;
    background-color: inherit;
    font-size: 1.1rem;
  }
}
/* Schedule
   ========================================================================== */
.schedule_item {
  display: table;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.schedule_item:first-child {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .schedule_item {
    display: block;
    margin-top: 30px;
    border-bottom: none;
  }
  .schedule_item:first-child {
    margin-top: 0;
    border-top: none;
  }
}
.schedule_item_year {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 534px;
  width: 160px;
  padding: 30px 15px;
  background-color: #48b1d8;
  color: #fff;
  font-size: 3em;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.schedule_item_year.color-2017 {
  background-color: #48b1d8;
}
.schedule_item_year.color-2018 {
  background-color: #3da8d1;
}
.schedule_item_year.color-2019 {
  background-color: #2994c4;
}
.schedule_item_year.color-2020 {
  background-color: #1784ba;
}
.schedule_item_year.color-2027 {
  background-color: #0f7cb4;
}
@media screen and (max-width: 767px) {
  .schedule_item_year {
    position: static;
    width: auto;
    padding: 4px;
    font-size: 1.6em;
  }
}
.schedule_item_image-area {
  float: left;
  overflow: hidden;
  width: 534px;
  padding: 30px 58px 30px 15px;
  text-align: right;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .schedule_item_image-area {
    float: none;
    width: auto;
    margin-top: 15px;
    padding: 0;
    text-align: center;
  }
}
.schedule_item_image-area_inner {
  display: inline-block;
}
.schedule_item_image-left-box {
  float: left;
}
.schedule_item_image-right-box {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .schedule_item_image-right-box {
    margin-left: 5px;
  }
}
.schedule_item_image {
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  vertical-align: top;
}
.schedule_item_image:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .schedule_item_image {
    margin-top: 10px;
  }
}
.schedule_item_image_photo img {
  max-width: 100%;
  height: auto;
}
.schedule_item_image_photo.photo01 {
  width: 280px;
}
.schedule_item_image_photo.photo02 {
  width: 400px;
}
.schedule_item_image_photo.photo03 {
  width: 200px;
}
.schedule_item_image_photo.photo04 {
  width: 280px;
}
.schedule_item_image_photo.photo05 {
  width: 200px;
}
.schedule_item_image_photo.photo06 {
  width: 200px;
}
.schedule_item_image_photo.photo07 {
  width: 280px;
}
.schedule_item_image_photo.photo08 {
  width: 400px;
}
.schedule_item_image_photo.photo09 {
  width: 200px;
}
.schedule_item_image_photo.photo10 {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .schedule_item_image_photo.photo02 {
    width: 260px;
  }
  .schedule_item_image_photo.photo03 {
    width: 260px;
  }
  .schedule_item_image_photo.photo04 {
    width: 158px;
  }
  .schedule_item_image_photo.photo05 {
    width: 113px;
  }
  .schedule_item_image_photo.photo06 {
    width: 113px;
  }
  .schedule_item_image_photo.photo07 {
    width: 158px;
  }
  .schedule_item_image_photo.photo08 {
    width: 300px;
  }
  .schedule_item_image_photo.photo09 {
    width: 113px;
  }
}
.schedule_item_image_text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 10px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  color: #fff;
  font-size: 1.4em;
  text-align: left;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.schedule_item_image_text > span {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .schedule_item_image_text {
    font-size: 1.3em;
  }
  .schedule_item_image_text > span {
    font-size: 1rem;
  }
}
.schedule_item_detail-area {
  float: right;
  width: 406px;
  padding: 30px 15px 30px 58px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .schedule_item_detail-area {
    float: none;
    width: auto;
    padding: 0;
  }
}
.schedule_item_detail {
  margin-top: 20px;
}
.schedule_item_detail:first-child {
  margin-top: 0;
}
.schedule_item_detail dt {
  font-weight: bold;
}
.schedule_item_detail dd {
  margin-top: 20px;
}
.schedule_item_detail dd:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .schedule_item_detail {
    margin-top: 10px;
  }
  .schedule_item_detail dt,
  .schedule_item_detail dd {
    font-size: 1.3rem;
  }
}
/* Visit
   ========================================================================== */
.mod-section-title.visit-title img {
  height: 33px;
}
@media screen and (max-width: 767px) {
  .mod-section-title.visit-title img {
    height: auto;
    max-height: 16px;
  }
}
.visit_title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .visit_title img {
    max-width: 100%;
    max-height: 46px;
  }
}
.visit-section {
  margin-top: 53px;
}
.visit-section:first-child {
  margin-top: 0;
}
/* Sort
   ========================================================================== */
.sort-tab {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sort-tab {
    margin-top: 30px;
  }
}
.sort-tab_handle-pc {
  display: table;
  margin-right: auto;
  margin-left: auto;
  font-size: 0;
}
.sort-tab_handle-pc > li {
  display: table-cell;
  padding: 0 2px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  word-break: break-all;
}
.sort-tab_handle-pc > li a {
  display: inline-block;
  position: relative;
  padding: 15px 34px 13px;
  color: #333333;
  border-bottom: 3px solid;
}
.sort-tab_handle-pc > li a:hover {
  opacity: .8;
  text-decoration: none;
}
.sort-tab_handle-pc > li a.is-current {
  color: #fff;
}
.sort-tab_handle-pc > li a.is-current:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  content: "";
}
.sort-tab_handle-pc > li.type-all a {
  border-color: #e60019;
}
.sort-tab_handle-pc > li.type-all a.is-current {
  background-color: #e60019;
}
.sort-tab_handle-pc > li.type-all a.is-current:after {
  border-color: #e60019 transparent transparent transparent;
}
.sort-tab_handle-pc > li.type-development a {
  border-color: #ec8a80;
}
.sort-tab_handle-pc > li.type-development a.is-current {
  background-color: #ec8a80;
}
.sort-tab_handle-pc > li.type-development a.is-current:after {
  border-color: #ec8a80 transparent transparent transparent;
}
.sort-tab_handle-pc > li.type-interview a {
  border-color: #d7bc28;
}
.sort-tab_handle-pc > li.type-interview a.is-current {
  background-color: #d7bc28;
}
.sort-tab_handle-pc > li.type-interview a.is-current:after {
  border-color: #d7bc28 transparent transparent transparent;
}
.sort-tab_handle-pc > li.type-culture a {
  border-color: #37a453;
}
.sort-tab_handle-pc > li.type-culture a.is-current {
  background-color: #37a453;
}
.sort-tab_handle-pc > li.type-culture a.is-current:after {
  border-color: #37a453 transparent transparent transparent;
}
.sort-tab_handle-pc > li.type-event a {
  border-color: #6384c1;
}
.sort-tab_handle-pc > li.type-event a.is-current {
  background-color: #6384c1;
}
.sort-tab_handle-pc > li.type-event a.is-current:after {
  border-color: #6384c1 transparent transparent transparent;
}
.sort-tab_handle-pc > li.type-other a {
  border-color: #de8136;
}
.sort-tab_handle-pc > li.type-other a.is-current {
  background-color: #de8136;
}
.sort-tab_handle-pc > li.type-other a.is-current:after {
  border-color: #de8136 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .sort-tab_handle-pc {
    display: none;
  }
}
.sort-tab_handle-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sort-tab_handle-sp {
    display: block;
  }
  .sort-tab_handle-sp .sort-tab_handle_select select {
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    font-size: 1.2rem;
    padding: 5px;
    margin-bottom: 20px;
    height: 3em;
    background: #FFF;
    border-radius: 0;
  }
}
.sort-tab_content {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .sort-tab_content {
    margin-top: 20px;
  }
}
.sort-result {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sort-result {
    margin: 0 -4px;
  }
}
.sort-result_item {
  float: left;
  width: 330px;
  margin: 50px 0 0 55px;
}
.sort-result_item:nth-child(-n+3) {
  margin-top: 0;
}
.sort-result_item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.sort-result_item a {
  display: block;
  position: relative;
  border: 2px solid;
  background: url(/shibuya-redevelopment/common/img/parts/link_bg03.png) no-repeat right bottom #ffffff;
  color: #333333;
}
.sort-result_item a:hover {
  opacity: .8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sort-result_item {
    width: 50%;
    margin: 8px 0 0 0;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sort-result_item:nth-child(-n+3) {
    margin-top: 8px;
  }
  .sort-result_item:nth-child(3n+1) {
    clear: none;
  }
  .sort-result_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .sort-result_item:nth-child(2n+1) {
    clear: left;
  }
}
.sort-result_item.type-development a {
  border-color: #ec8a80;
}
.sort-result_item.type-development a .sort-result_item_type {
  color: #e0928a;
}
.sort-result_item.type-interview a {
  border-color: #d7bc28;
}
.sort-result_item.type-interview a .sort-result_item_type {
  color: #d7bc28;
}
.sort-result_item.type-culture a {
  border-color: #37a453;
}
.sort-result_item.type-culture a .sort-result_item_type {
  color: #37a453;
}
.sort-result_item.type-event a {
  border-color: #6384c1;
}
.sort-result_item.type-event a .sort-result_item_type {
  color: #6384c1;
}
.sort-result_item.type-other a {
  border-color: #de8136;
}
.sort-result_item.type-other a .sort-result_item_type {
  color: #de8136;
}
.sort-result_item_label {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
.sort-result_item_label img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sort-result_item_label {
    width: 40px;
    height: 40px;
  }
}
.sort-result_item_image {
  height: 197px;
  background: url(/shibuya-redevelopment/img/archives/archives_img00.jpg) no-repeat;
}
.sort-result_item_image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sort-result_item_image {
    height: auto;
  }
}
.sort-result_item_body {
  padding: 12px 10px;
}
.sort-result_item_title {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sort-result_item_title {
    font-size: 1.3rem;
  }
}
.sort-result_item_text,
.sort-result_item_type {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .sort-result_item_text,
  .sort-result_item_type {
    font-size: 1rem;
  }
}
/* Shop
   ========================================================================== */
.shop_list-wrapper {
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .shop_list-wrapper {
    margin-top: 25px;
  }
}
.shop_list {
  overflow: hidden;
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 767px) {
  .shop_list {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.shop_list_item {
  float: left;
  position: relative;
  width: 20%;
  margin-top: 25px;
  padding: 25px 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop_list_item:nth-child(5n+1) {
  clear: left;
}
.shop_list_item:nth-child(5n+1):before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 12px;
  width: 1100px;
  height: 2px;
  margin: 0 auto;
  border-top: 2px dotted #6d6d6d;
  content: "";
}
.shop_list_item:nth-child(-n+5) {
  margin-top: 0;
  padding-top: 0;
}
.shop_list_item:nth-child(-n+5):before {
  display: none;
}
.shop_list_item a {
  display: block;
  color: #333333;
}
.shop_list_item a:hover {
  opacity: .8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .shop_list_item {
    width: 50%;
    padding: 0 12px;
  }
  .shop_list_item:nth-child(-n+5) {
    margin-top: 25px;
  }
  .shop_list_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .shop_list_item:nth-child(5n+1) {
    clear: none;
  }
  .shop_list_item:nth-child(5n+1):before {
    display: none;
  }
  .shop_list_item:nth-child(2n+1) {
    clear: left;
  }
  .shop_list_item:before {
    display: none;
  }
}
.shop_item_image {
  text-align: center;
}
.shop_item_image img {
  max-width: 100%;
}
.shop_item_body {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 1.4rem;
}
.shop_item_name {
  position: relative;
  padding-left: 14px;
  color: #2d72ab;
  text-decoration: underline;
}
.shop_item_name:before {
  display: block;
  position: absolute;
  top: .45em;
  left: 0;
  width: 7px;
  height: 6px;
  background: url(/shibuya-redevelopment/common/img/parts/link_bg01.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
.shop_item_text {
  margin-top: 16px;
  line-height: 1.14;
}
.shop_item_text:first-child {
  margin-top: 0;
}
.shop_item_station {
  position: relative;
  margin-top: 18px;
  padding-left: 22px;
}
.shop_item_station:first-child {
  margin-top: 0;
}
.shop_item_station:before {
  display: block;
  position: absolute;
  top: .3em;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/shibuya-redevelopment/common/img/parts/train_icon01.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
/* Links
   ========================================================================== */
.links {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .links {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .links .section_title img {
    height: auto;
    max-height: 51px;
  }
}
.banner-link {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner-link {
    margin: 0 -4px;
    width: 100% !important;
  }
}
.banner-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto 10px;
}

.banner-link.opt-1clm{
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .banner-link.opt-1clm .banner-link_item {
    width: 90%;
  }

  .banner-link.opt-1clm .banner-link_item .banner-link_item_body {
    position: relative;
  }

  .banner-link.opt-1clm .banner-link_item .banner-link_item_body span{
    top: 0;
    bottom: 0;
    margin: auto 15px auto 0;
    height: 14px;
  }
}

.banner-link_item {
  width: 430px;
  margin-bottom: 40px;
}

.banner-link_item a {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  background: url(/shibuya-redevelopment/common/img/parts/link_bg03.png) no-repeat right bottom #ffffff;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-link_item a:hover {
  opacity: .8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .banner-link_item {
    width: 50%;
    margin: 8px 0 0 0;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner-link_item:nth-child(-n+3) {
    margin-top: 8px;
  }
  .banner-link_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-link_item:nth-child(3n+1) {
    clear: none;
  }
  .banner-link_item:nth-child(2n+1) {
    clear: left;
  }
  .banner-link_item a {
    display: block;
  }
}
.banner-link_item_image {
  display: table-cell;
  position: relative;
  width: 128px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .banner-link_item_image {
    display: block;
    width: auto;
  }
  .banner-link_item_image img {
    width: auto;
    max-width: 100%;
  }
}
.banner-link_item_body {
  display: table-cell;
  position: relative;
  width: 220px;
  padding: 28px 80px 24px 14px;
  vertical-align: top;
}
.banner-link_item_image:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 80%;
  margin: auto 0;
  background-color: #ddd;
  content: "";
}

.banner-link_sec02 .banner-link_item_body .banner-link_item a {
  height: 140px;
}
.banner-link_item_body span {
  position: absolute;
  width: 35px;
  top: 31px;
  right: 8%;
}
.banner-link_item_body span img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-link_item_body {
    display: block;
    width: auto;
    padding: 12px 60px 12px 7px;
  }
  .banner-link_item_body:before {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
    margin: 0 auto;
  }
  .banner-link_sec02 .banner-link_item_body .banner-link_item a {
    height: 205px;
  }
  .banner-link_item_image:before {
    display: none;
  }
  .banner-link_sec02 .banner-link_item_body:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #ddd;
    content: "";
  }
  .banner-link_sec02 .banner-link_item a {
    height: 100% !important;
  }
  .banner-link_item_body span {
    width: 26px;
    top: 25px;
    right: 15px;
  }
}
.banner-link_item_title {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .banner-link_item_title {
    font-size: 1.3rem;
  }
}
.banner-link_item_text {
  margin-top: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .banner-link_item_text {
    font-size: 1.1rem;
  }
}
/* Modal
   ========================================================================== */
@-webkit-keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.modal_wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: fade;
          animation-name: fade;
  z-index: 10000;
}
.modal_target {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  opacity: 1;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: fade;
          animation-name: fade;
}
.modal_inner {
  background: #fff;
  max-width: 1100px;
  margin: auto;
  position: relative;
}
.modal_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-calc(100vh - 150px);
  height: calc(100vh - 150px);
  max-height: 560px;
  padding: 40px 30px 30px;
  overflow: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal_content {
    padding: 30px 10px;
    min-height: 420px;
  }
}
.modal_content h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .modal_content h3 {
    font-size: 1.4rem;
  }
}
figure.modal_img {
  margin: 20px auto 0 !important;
  max-width: 520px;
}
figure.modal_img img {
  width: 100%;
}
.modal_icon-window {
  display: inline-block;
  zoom: 1;
  vertical-align: -1px;
  width: 11px;
  height: 9px;
  margin: 0 4px;
  background: url(/shibuya-redevelopment/img/icon_window.png) no-repeat;
  text-indent: 200%;
  overflow: hidden;
}
.modal_close {
  position: absolute;
  top: -55px;
  right: 0;
  padding: 3px 12px 2px 34px;
  background: #ffffff url(/shibuya-redevelopment/img/icon_close.png) no-repeat 12px center;
  background-size: 17px;
  border-radius: 3px;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .modal_close {
    top: -45px;
  }
}
.modal_close a {
  color: #333;
  text-decoration: none;
}
/* Icon
   ========================================================================== */


.shibuya-redevelopment-icon-pdf:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/shibuya-redevelopment/common/img/parts/icon_pdf01.png) no-repeat right;
  background-size: 27px auto;
  top: 0;
  right: 0;
  background-position: right 35px bottom 35px;
}
.shibuya-redevelopment-icon-pdf:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/shibuya-redevelopment/common/img/parts/icon_pdf-hover.png) no-repeat right;
  background-size: 26.5px auto;
  top: 0;
  right: 0;
  background-position: right 36px bottom 35px;
}
@media screen and (max-width: 767px) {
  .shibuya-redevelopment-icon-pdf:after {
    content: none;
  }
  .shibuya-redevelopment-icon-pdf:hover:after {
    content: none;
  }
  .shibuya-redevelopment-icon-pdf-sp {
    position: relative;
    width: 100%;
  }
  .shibuya-redevelopment-icon-pdf-sp:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 14px;
    background: url(/shibuya-redevelopment/common/img/parts/icon_pdf01.png) no-repeat;
    background-size: 21px auto;
    top: 2px;
    right: -60%;
  }
}

.mainvisual_nav_wrap {
  display: none;
}

/* Zoom
   ========================================================================== */

.mainvisual_slide {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mainvisual_slide {
    height: auto;
  }
}

.mainvisual_slide_item.slick-current {
  width: 100%;
  animation: animationZoom1 8500ms ease-in-out;
  -webkit-animation: animationZoom1 8500ms ease-in-out;
  -moz-animation: animationZoom1 8500ms ease-in-out;
}
.mainvisual_slide_item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.mainvisual_slide_item:nth-child(3) {
  transform-origin: center bottom;
}

@keyframes animationZoom1 {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  70%{
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes animationZoom1 {
  0% {
    opacity: 0.1;
  }
  10% {
    opacity: 1;
  }
  70%{
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}