/* top */
.main-visual {
  max-width: 1206px;
  margin: 0 auto;
  pointer-events: none;
}

.campaign {
  padding: 80px 0;
  letter-spacing: 0.04em;
  background: url(/shibuya-redevelopment/assets/images/bg_campaign_circle.png) no-repeat right top 42px/auto 800px;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 40px 0;
    background: url(/shibuya-redevelopment/assets/images/bg_campaign_circle_sp.png) no-repeat right top 40px/auto 560px;
  }
}
.campaign .cmn-inner {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .campaign .cmn-inner {
    flex-direction: column;
    gap: 0;
  }
}
.campaign .cmn-inner > * {
  width: calc((100% - 64px) / 2);
}
@media screen and (max-width: 767px) {
  .campaign .cmn-inner > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign-info {
    order: 2;
  }
}
.campaign .campaign-info .campaign-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 16px;
}
.campaign .campaign-info .campaign-video::after {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  background: url(/shibuya-redevelopment/assets/images/icn_play.svg) no-repeat center/64px auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-info .campaign-video::after {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    background-size: 48px auto;
  }
}
.campaign .campaign-info .campaign-video > * {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.campaign .campaign-info .campaign-video-txt-wrap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign .campaign-info .campaign-video-txt-wrap .campaign-video-ttl {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2.4rem;
  font-weight: 700;
}
.campaign .campaign-info .campaign-video-txt-wrap .campaign-video-txt {
  margin-block: calc((1em - 1lh) / 2);
  line-height: 1.75;
}
.campaign .campaign-info .campaign-bg-box {
  margin-top: 40px;
  background: #eee;
  padding: 32px;
  border-radius: 16px;
}
.campaign .campaign-info .campaign-bg-box .ttl {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.campaign .campaign-info .campaign-bg-box .txt {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-box {
    display: contents;
  }
}
.campaign .campaign-box .campaign-ttl {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-box .campaign-ttl {
    order: 1;
    gap: 12px;
    margin-bottom: 24px;
  }
}
.campaign .campaign-box .campaign-ttl .ttl {
  color: #e72d10;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-box .campaign-ttl .ttl {
    font-size: 3.3rem;
  }
}
.campaign .campaign-box .campaign-ttl .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e72d10;
  font-size: 2rem;
  font-weight: 700;
  padding: 4px 8px;
  line-height: 1;
  border: 1px solid #e72d10;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-box .campaign-ttl .sub {
    font-size: 1.8rem;
  }
}
.campaign .campaign-box .campaign-thumbnail {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-box .campaign-thumbnail {
    margin-top: 40px;
    order: 2;
  }
}
.campaign .campaign-box .campaign-thumbnail .thumbnail {
  border-radius: 16px;
  overflow: hidden;
}

.topics {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .topics {
    padding: 40px 0;
  }
}
.topics .topic-contents-box {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .topics .topic-contents-box {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .topics .topic-contents-box .topics-list {
    flex: 1;
  }
}
.topics .topic-ttl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.topics .topic-ttl .ttl {
  color: #e72d10;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
}
.topics .topic-ttl .sub {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .topics .topic-ttl .sub {
    font-size: 1.8rem;
  }
}
.topics .topics-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.topics .topics-list li:not(:has(> a)) {
  display: flex;
  gap: 24px;
  color: #000;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .topics .topics-list li:not(:has(> a)) {
    flex-direction: column;
    gap: 16px;
  }
}
.topics .topics-list li a {
  display: flex;
  gap: 24px;
  color: #000;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .topics .topics-list li a {
    flex-direction: column;
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .topics .topics-list li a:hover .txt {
    text-decoration: underline;
  }
}
.topics .topics-list li .date {
  display: block;
  line-height: 1.2;
}
.topics .topics-list li .txt {
  flex: 1;
  line-height: 1.2;
  overflow: hidden;
}

.story {
  padding-top: 120px;
  background: url(/shibuya-redevelopment/assets/images/bg_story_circle.png) no-repeat left top 30px/500px auto;
}
@media screen and (max-width: 767px) {
  .story {
    padding-top: 64px;
    background: url(/shibuya-redevelopment/assets/images/bg_story_circle_sp.png) no-repeat right top 1350px/auto 560px;
  }
}
.story .story-ttl-wrap {
  display: flex;
  gap: 48px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .story .story-ttl-wrap .cmn-lead {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .story .story-ttl-wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .story .article-list {
    justify-content: center;
  }
  .story .article-list > li:nth-child(1) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(2) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(3) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(4) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(5) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(6) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(7) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(8) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(9) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(10) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(11) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(12) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(13) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(14) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(15) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(16) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(17) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(18) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(19) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(20) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(21) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(22) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(23) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(24) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(25) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(26) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(27) {
    margin-top: 64px;
  }
  .story .article-list > li:nth-child(28) {
    margin-top: 0;
  }
  .story .article-list > li:nth-child(29) {
    margin-top: 32px;
  }
  .story .article-list > li:nth-child(30) {
    margin-top: 64px;
  }
}

.greater {
  padding: 160px 0;
  background: url(/shibuya-redevelopment/assets/images/bg_greater_circle.png) no-repeat right bottom 150px/342px auto;
}
@media screen and (max-width: 767px) {
  .greater {
    padding: 80px 0;
    background: url(/shibuya-redevelopment/assets/images/bg_greater_circle_sp.png) no-repeat right top 1092px/auto 560px;
  }
}
.greater .greater-flx-box {
  display: flex;
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .greater .greater-flx-box {
    flex-direction: column;
    margin-top: 48px;
    gap: 32px;
  }
}
.greater .greater-flx-box .img {
  position: absolute;
  top: 48px;
  right: 472px;
  width: 800px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .greater .greater-flx-box .img {
    position: relative;
    right: auto;
    left: -20px;
    top: 0;
    order: 1;
    width: calc(100% + 40px);
    aspect-ratio: 1/1;
  }
  .greater .greater-flx-box .img img {
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.greater .greater-flx-box .txt-wrap {
  display: flex;
  flex-direction: column;
  max-width: 424px;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .greater .greater-flx-box .txt-wrap {
    order: 2;
    gap: 24px;
  }
}
.greater .greater-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  gap: 48px;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .greater .greater-list {
    padding: 0;
    margin-top: 32px;
  }
}
.greater .greater-list > li {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: calc((100% - 96px) / 3);
}
@media screen and (min-width: 768px) {
  .greater .greater-list > li:nth-child(1) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(2) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(3) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(4) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(5) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(6) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(7) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(8) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(9) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(10) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(11) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(12) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(13) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(14) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(15) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(16) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(17) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(18) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(19) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(20) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(21) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(22) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(23) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(24) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(25) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(26) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(27) {
    margin-top: 96px;
  }
  .greater .greater-list > li:nth-child(28) {
    margin-top: 0;
  }
  .greater .greater-list > li:nth-child(29) {
    margin-top: 48px;
  }
  .greater .greater-list > li:nth-child(30) {
    margin-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .greater .greater-list > li {
    width: 100%;
    gap: 20px;
  }
}
.greater .greater-list > li .img {
  border-radius: 16px;
  overflow: hidden;
}
.greater .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .greater .btn-wrap {
    margin-top: 24px;
  }
}

.projects {
  padding: 80px 0 160px;
  background: url(/shibuya-redevelopment/assets/images/bg_projects_circle.png) no-repeat right top 288px/542px auto, linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
}
@media screen and (max-width: 767px) {
  .projects {
    padding-top: 48px;
    padding-bottom: 88px;
    background: url(/shibuya-redevelopment/assets/images/bg_projects_circle_sp.png) no-repeat right bottom -228px/auto 560px, linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
  }
}

.progress {
  padding: 80px 0;
  border-radius: 80px 80px 0 0;
  position: relative;
  margin-top: -80px;
  z-index: 2;
  background: url(/shibuya-redevelopment/assets/images/bg_progless_circle.png) no-repeat left bottom/435px auto, linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
}
@media screen and (max-width: 767px) {
  .progress {
    padding: 40px 0 48px;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    background: url(/shibuya-redevelopment/assets/images/bg_progless_circle_Sp.png) no-repeat left bottom -216px/auto 560px, linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
  }
}

.top-flx-box {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 78px;
}
@media screen and (max-width: 767px) {
  .top-flx-box {
    padding-left: 0;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}
.top-flx-box .img {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .top-flx-box .img {
    width: 100%;
    order: 2;
  }
}
.top-flx-box .img img {
  border-radius: 40px;
  overflow: hidden;
}
.top-flx-box .txt-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.top-flx-box .txt-area .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.top-flx-box .txt-area .txt-wrap p {
  font-size: 1.8rem;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .top-flx-box .txt-area .txt-wrap p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.top-flx-box .txt-area .btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .top-flx-box .txt-area .btn-wrap {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top-flx-box .txt-area .txt-wrap,
  .top-flx-box .txt-area .btn-wrap {
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top-flx-box .txt-area {
    display: contents;
  }
  .top-flx-box .txt-area .txt-wrap {
    order: 3;
  }
  .top-flx-box .txt-area .btn-wrap {
    order: 4;
  }
}

.scroll-fix-area .contents-area {
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  .scroll-fix-area .contents-area {
    position: sticky;
    top: 0;
  }
}

/* /top */
/* ga */
.attempt-list {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .attempt-list {
    gap: 32px;
    margin-top: 40px;
  }
}
.attempt-list > li {
  display: flex;
  align-items: start;
  gap: 40px 64px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .attempt-list > li {
    flex-direction: column;
    gap: 24px 16px;
  }
}
@media screen and (min-width: 768px) {
  .attempt-list > li:nth-of-type(2n) .img {
    order: 2;
  }
  .attempt-list > li:nth-of-type(2n) .txt-wrap {
    order: 1;
  }
}
.attempt-list > li .img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .attempt-list > li .img {
    width: 400px;
  }
}
.attempt-list > li .txt-wrap {
  flex: 1;
}
.attempt-list > li .txt-wrap .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .attempt-list > li .txt-wrap .ttl {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.attempt-list > li .txt-wrap .attempt-dl-wrap {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .attempt-list > li .txt-wrap .attempt-dl-wrap {
    margin-top: 20px;
  }
}
.attempt-list > li .link-area {
  order: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.attempt-list > li .link-area .link-lead {
  font-size: 1.4rem;
}

.attempt-dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .attempt-dl-wrap {
    gap: 16px;
  }
}
.attempt-dl-wrap .attempt-dl {
  margin-block: calc((1em - 1lh) / 2);
}
.attempt-dl-wrap .attempt-dl dt {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .attempt-dl-wrap .attempt-dl dt {
    font-size: 1.6rem;
  }
}
.attempt-dl-wrap .attempt-dl dd {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .attempt-dl-wrap .attempt-dl dd {
    font-size: 1.4rem;
  }
}

/* /ga */
/* future */
.development-history {
  padding: 48px;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .development-history {
    padding: 16px;
  }
}
.development-history .development-contents {
  display: flex;
  position: relative;
  gap: 32px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .development-history .development-contents {
    padding-left: 32px;
    flex-direction: column;
    gap: 16px;
  }
}
.development-history .development-contents:not(:last-of-type) {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .development-history .development-contents:not(:last-of-type) {
    padding-bottom: 32px;
  }
}
.development-history .development-contents::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  left: 22px;
  background-color: #e72d10;
}
@media screen and (max-width: 767px) {
  .development-history .development-contents::before {
    width: 2px;
    left: 12px;
  }
}
.development-history .development-contents:last-of-type:before {
  background: url(/shibuya-redevelopment/assets/images/item_line_dots.svg) no-repeat left bottom/4px auto;
}
.development-history .development-contents:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  border-radius: 24px;
  border: 8px solid #e72d10;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .development-history .development-contents:not(:last-of-type):after {
    width: 25px;
    height: 25px;
    border-width: 2px;
  }
}
.development-history .development-contents .history-data {
  flex: 1;
  margin-block: calc((1em - 1lh) / 2);
}
.development-history .development-contents .history-data .year {
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .development-history .development-contents .history-data .year {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}
.development-history .development-contents .history-data .history-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .development-history .development-contents .history-data .history-ttl {
    font-size: 1.8rem;
  }
}
.development-history .development-contents .history-data .history-txt {
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .development-history .development-contents .history-data .history-txt {
    margin-top: 12px;
  }
}
.development-history .development-contents .img {
  width: 480px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .development-history .development-contents .img {
    width: 100%;
    border-radius: 12px;
  }
}

/* /future */
/* so-far  */
.shibuya-so-far {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 198px 184px;
  margin-top: 48px;
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shibuya-so-far {
    padding-right: 0;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .shibuya-so-far::before {
    content: "";
    display: block;
    position: absolute;
    width: 88px;
    height: 1270px;
    top: 230px;
    left: calc(50% - 44px);
    background: url(/shibuya-redevelopment/assets/images/item_line_curve.svg) no-repeat left top/88px auto;
  }
}
.shibuya-so-far .shibuya-history {
  width: calc((100% - 184px) / 2);
  position: relative;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .shibuya-so-far .shibuya-history {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shibuya-so-far .shibuya-history:not(:last-of-type):before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    top: 0;
    left: -20px;
    height: 100%;
    background-color: #e72d10;
  }
}
.shibuya-so-far .shibuya-history::after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 204px;
  border-radius: 24px;
  border: 8px solid #e72d10;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .shibuya-so-far .shibuya-history::after {
    top: 0;
    left: -32px;
    width: 25px;
    height: 25px;
    border-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .shibuya-so-far .shibuya-history:nth-of-type(1)::after {
    right: -118px;
  }
  .shibuya-so-far .shibuya-history:nth-of-type(2) {
    margin-top: 410px;
  }
  .shibuya-so-far .shibuya-history:nth-of-type(2)::after {
    left: -76px;
  }
  .shibuya-so-far .shibuya-history:nth-of-type(3) {
    margin-top: -380px;
  }
  .shibuya-so-far .shibuya-history:nth-of-type(3)::after {
    right: -76px;
  }
  .shibuya-so-far .shibuya-history:nth-of-type(4)::after {
    top: 245px;
    left: -100px;
  }
}
.shibuya-so-far .shibuya-history .year {
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .shibuya-so-far .shibuya-history .year {
    font-size: 1.2rem;
  }
}
.shibuya-so-far .shibuya-history .history-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .shibuya-so-far .shibuya-history .history-ttl {
    font-size: 2rem;
  }
}
.shibuya-so-far .shibuya-history .history-img {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .shibuya-so-far .shibuya-history .history-img {
    border-radius: 12px;
  }
}
.shibuya-so-far .shibuya-history .history-txt {
  margin-top: 24px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .shibuya-so-far .shibuya-history .history-txt {
    font-size: 1.4rem;
  }
}

/* /so-far  */
/*  link  */
.link-area-wrap {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .link-area-wrap {
    width: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.link-area-wrap .link-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  gap: 16px;
  border: 1px solid #e72d10;
  border-radius: 16px;
  color: #000;
  background-color: #fff;
  padding: 30px 48px 30px 32px;
}
@media (any-hover: hover) {
  .link-area-wrap .link-area:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .link-area-wrap .link-area {
    gap: 16px;
    padding: 20px 40px 20px 16px;
  }
}
.link-area-wrap .link-area[href$=".pdf"]::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
  vertical-align: middle;
  background: url(/shibuya-redevelopment/assets/images/icn_pdf.svg) no-repeat left top/25px auto;
}
@media screen and (max-width: 767px) {
  .link-area-wrap .link-area[href$=".pdf"]::after {
    width: 20px;
    height: 16px;
    right: 12px;
    top: calc(50% - 8px);
    background-size: 20px auto;
  }
}
.link-area-wrap .link-area .area-txt {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .link-area-wrap .link-area .area-txt {
    font-size: 1.4rem;
  }
}
.link-area-wrap .link-area .pdf-txt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .link-area-wrap .link-area .pdf-txt {
    font-size: 1.2rem;
  }
}

/* /link  */
/*==========================================================================================================
hover
==========================================================================================================*/
/*==========================================================================================================
PC Only
==========================================================================================================*/
/*==========================================================================================================
SP Only
==========================================================================================================*/
@media screen and (max-width: 767px) {
  /* contents */
  /* /contents */
}/*# sourceMappingURL=module.css.map */