@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*---------------------------------------------
 Splide
---------------------------------------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  display: flex;
  max-width: 344px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #000;
  z-index: 1;
}

.splide__pagination__page {
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.splide__pagination__page.is-active {
  background: #000;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.gallery-slider .img img {
  width: 100%;
  max-width: none;
}
.gallery-slider .slider-txt {
  margin-top: 16px;
  text-align: center;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
}
body.fixed {
  overflow-y: scroll;
}
body.fixed #wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #wrap {
    min-width: 1246px;
  }
}
@media screen and (max-width: 767px) {
  #wrap {
    padding-top: 140px;
  }
}
#wrap:not(.top) #contents {
  background: url(/shibuya-redevelopment/assets/images/bg_circale_cmn_top.png) no-repeat right top 160px/auto 800px, url(/shibuya-redevelopment/assets/images/bg_circale_cmn_bottom.png) no-repeat left bottom/auto 525px;
}
@media screen and (max-width: 767px) {
  #wrap:not(.top) #contents {
    background: url(/shibuya-redevelopment/assets/images/bg_circale_cmn_top.png) no-repeat right top 160px/auto 400px, url(/shibuya-redevelopment/assets/images/bg_circale_cmn_bottom.png) no-repeat left bottom/auto 262px;
  }
}

picture {
  display: inline-block;
}

img {
  max-width: 100%;
}

.f-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.f-up.show {
  opacity: 1;
  transform: translateY(0);
}

[id] {
  scroll-margin-block-start: 141px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-block-start: 154px;
  }
}

/* header */
#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
#header:has(+ #contents > .breadcrumb) {
  background-color: #fff;
}
#header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 26px);
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #header {
    background: #fff;
    position: fixed;
    width: 100%;
    min-height: 140px;
  }
  #header::before {
    display: none;
  }
}
#header .header-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #header .header-inner {
    padding: 0;
    gap: 0;
  }
}
#header .header-inner .header-top {
  display: flex;
  align-items: center;
  padding: 16px 16px 0;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-top {
    padding: 8px;
  }
}
#header .header-inner .logo-wrap {
  display: flex;
  align-items: end;
  gap: 24px;
}
#header .header-inner .logo-wrap .logo {
  display: block;
  width: 154px;
}
@media screen and (max-width: 767px) {
  #header .header-inner .logo-wrap .logo {
    width: 132px;
  }
}
#header .header-inner .logo-wrap .site-name {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#header .header-inner .logo-wrap .site-name a {
  color: #000;
}
#header .header-inner .logo-wrap .site-name span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #header .header-inner .logo-wrap .site-name {
    display: none;
  }
}
#header .header-inner .header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 32px;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(to right, #e72d10 0%, #ef6e0a 100%);
}
@media (any-hover: hover) {
  #header .header-inner .header-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-btn {
    padding: 8px 16px;
    gap: 8px;
  }
}
#header .header-inner .header-btn .icn {
  display: block;
}
#header .header-inner .header-btn .txt {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-btn .txt {
    font-size: 1.2rem;
  }
}
#header .header-inner .header-menu {
  background-color: #F2F2F2;
  padding: 16px 64px;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-menu {
    border-radius: 50px;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  #header .header-inner .header-menu .menu-btn-wrap,
  #header .header-inner .header-menu .menu-site-name {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .header-inner .header-menu .menu-site-name {
    font-size: 2rem;
    font-weight: 700;
  }
  #header .header-inner .header-menu .menu-site-name a {
    color: #000;
  }
  #header .header-inner .header-menu .menu-site-name span {
    font-size: 1.4rem;
  }
}
#header .header-inner .header-menu .menu-btn-wrap .menu-btn {
  position: relative;
  width: 24px;
  height: 16px;
}
#header .header-inner .header-menu .menu-btn-wrap .menu-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(/shibuya-redevelopment/assets/images/icn_menu.svg) no-repeat left top/auto;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-menu .header-link-area .close,
  #header .header-inner .header-menu .header-link-area .logo-wrap,
  #header .header-inner .header-menu .header-link-area .sp-link-area {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu .header-link-area {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 24px;
    transition: all 0.3s ease;
    z-index: 101;
    overflow-y: scroll;
  }
  #header .header-inner .header-menu .header-link-area .close {
    position: absolute;
    top: 24px;
    right: 24px;
    display: block;
  }
  #header .header-inner .header-menu .header-link-area .logo-wrap {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  #header .header-inner .header-menu .header-link-area .site-name {
    font-size: 2rem;
    display: block;
    left: auto;
  }
  #header .header-inner .header-menu .header-link-area .header-btn {
    margin-top: 32px;
    justify-content: center;
  }
  #header .header-inner .header-menu .header-link-area .header-btn .txt {
    font-size: 1.6rem;
  }
  #header .header-inner .header-menu .header-link-area .header-link-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 32px;
  }
  #header .header-inner .header-menu .header-link-area .header-link-list li a {
    display: block;
    color: #000;
    font-size: 1.2rem;
  }
}
#header .header-inner .header-menu .header-menu-list {
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu .header-menu-list {
    flex-direction: column;
    gap: 32px;
    padding: 32px 0;
  }
}
#header .header-inner .header-menu .header-menu-list li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
#header .header-inner .header-menu .header-menu-list li .header-link {
  display: block;
  color: #000;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  #header .header-inner .header-menu .header-menu-list li .header-link:hover {
    color: #e72d10;
  }
}
#header .header-inner .header-menu .header-menu-list li .acc-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-menu .header-menu-list li .acc-trigger:focus {
    color: #e72d10;
  }
  #header .header-inner .header-menu .header-menu-list li .acc-trigger:focus::after {
    transform: rotate(180deg);
    background-image: url(/shibuya-redevelopment/assets/images/icn_header_acc_arr_red.svg);
  }
  #header .header-inner .header-menu .header-menu-list li .acc-trigger:focus + .acc-contents {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu .header-menu-list li .acc-trigger {
    justify-content: space-between;
    width: 100%;
  }
}
#header .header-inner .header-menu .header-menu-list li .acc-trigger::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(/shibuya-redevelopment/assets/images/icn_header_acc_arr.svg) no-repeat left top/12px auto;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  #header .header-inner .header-menu .header-menu-list li .acc-trigger:hover {
    color: #e72d10;
  }
  #header .header-inner .header-menu .header-menu-list li .acc-trigger:hover::after {
    background-image: url(/shibuya-redevelopment/assets/images/icn_header_acc_arr_red.svg);
    transform: rotate(180deg);
  }
}
#header .header-inner .header-menu .header-menu-list li .acc-trigger.cur::after {
  transform: rotate(180deg);
}
#header .header-inner .header-menu .header-menu-list li .header-inner-list {
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu .header-menu-list li .header-inner-list {
    margin-top: 16px;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #F2F2F2;
  }
}
#header .header-inner .header-menu .header-menu-list li .header-inner-list li a {
  display: block;
  color: #000;
  padding: 16px 24px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-menu .header-menu-list li .header-inner-list li a {
    background-color: #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu .header-menu-list li .header-inner-list li a {
    padding: 0;
  }
}
@media (any-hover: hover) {
  #header .header-inner .header-menu .header-menu-list li .header-inner-list li a:hover {
    color: #e72d10;
  }
}
#header .header-inner .header-menu .header-menu-list li .acc-contents {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  position: absolute;
  width: 236px;
  left: calc(50% - 118px);
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-menu .header-menu-list li .acc-contents {
    padding-top: 16px;
  }
  #header .header-inner .header-menu .header-menu-list li .acc-contents:has(.header-inner-list a:focus) {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu .header-menu-list li .acc-contents {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    display: none;
  }
}
#header .header-inner .header-menu .header-menu-list li .acc-contents.show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu .header-menu-list li .acc-contents.show {
    display: block;
  }
}
#header .header-inner .header-menu .header-menu-list li:has(.acc-contents .header-inner-list a:focus) .acc-trigger {
  color: #e72d10;
}
#header .header-inner .header-menu .header-menu-list li:has(.acc-contents .header-inner-list a:focus) .acc-trigger::after {
  background-image: url(/shibuya-redevelopment/assets/images/icn_header_acc_arr_red.svg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  #header .header-inner .header-menu .header-menu-list li:hover .acc-trigger {
    color: #e72d10;
  }
  #header .header-inner .header-menu .header-menu-list li:hover .acc-trigger::after {
    background-image: url(/shibuya-redevelopment/assets/images/icn_header_acc_arr_red.svg);
    transform: rotate(180deg);
  }
  #header .header-inner .header-menu .header-menu-list li:hover .acc-contents {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-menu.show .header-link-area {
    left: 0;
  }
}

/* /header */
/* footer */
#footer {
  position: relative;
  padding: 48px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 48px 20px;
  }
}
#footer .footer-inner {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner {
    flex-direction: column;
    gap: 52px;
  }
}
#footer .footer-link-list {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #footer .footer-link-list {
    gap: 24px;
    flex-direction: column;
  }
}
#footer .footer-link-list li a {
  display: block;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
}
@media (any-hover: hover) {
  #footer .footer-link-list li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-link-list li a {
    font-size: 1.4rem;
  }
}
#footer .copyright {
  margin-left: auto;
  margin-right: 0;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin: auto;
    text-align: center;
  }
}

/* /footer */
/* common module */
.breadcrumb {
  position: sticky;
  top: 154px;
  width: 100%;
  z-index: 99;
  padding: 12px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 8px 16px;
    overflow: hidden;
    top: 140px;
  }
}
.breadcrumb ul {
  display: flex;
  gap: 4px;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    padding: 0;
    overflow-x: scroll;
  }
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.breadcrumb ul li:has(+ li) {
  position: relative;
}
.breadcrumb ul li:has(+ li)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(/shibuya-redevelopment/assets/images/icn_breadcrumb_arr.svg) no-repeat center/auto 8px;
}
.breadcrumb ul li a {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}

.cmn-main-visual {
  padding: 48px 0;
  min-height: 200px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cmn-main-visual {
    min-height: auto;
  }
}
.cmn-main-visual .cmn-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn-main-visual .cmn-main-ttl {
  color: #e72d10;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-main-visual .cmn-main-ttl {
    font-size: 3.2rem;
  }
}
.cmn-main-visual .lead {
  margin-top: 16px;
  font-family: "Work Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-main-visual .lead {
    font-size: 1.8rem;
  }
}

.detail-main-visual {
  display: flex;
  flex-direction: column;
  min-height: 324px;
  position: relative;
  overflow: hidden;
}
.detail-main-visual .bg-img {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.detail-main-visual .cmn-s-inner {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}
.detail-main-visual .detail-main-ttl {
  color: #e72d10;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .detail-main-visual .detail-main-ttl {
    font-size: 2.6rem;
  }
}
.detail-main-visual .detail-contents {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}
.detail-main-visual .detail-contents .date {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.detail-main-visual .detail-contents .tag-list {
  flex: 1;
}

.cmn-section:last-child {
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .cmn-section:last-child {
    padding-bottom: 48px;
  }
}
.cmn-section.detail-section, .cmn-section + .cmn-section {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .cmn-section.detail-section, .cmn-section + .cmn-section {
    padding-top: 48px;
  }
}

.cmn-inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .cmn-inner {
    width: 1246px;
    margin: 0 auto;
  }
}

.cmn-s-inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .cmn-s-inner {
    width: 1040px;
    margin: 0 auto;
  }
}

.gradation-ttl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gradation-ttl .ttl {
  color: #e72d10;
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .gradation-ttl .ttl {
    font-size: 3.3rem;
  }
}
.gradation-ttl .sub {
  font-size: 3.2rem;
  font-weight: 700;
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Work Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .gradation-ttl .sub {
    font-size: 2.4rem;
  }
}

*:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .main-h2-ttl {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  *:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .main-h2-ttl {
    margin-top: 64px;
  }
}

.main-h2-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .main-h2-ttl {
    margin-bottom: 32px;
  }
}
.main-h2-ttl .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-h2-ttl .ttl {
    font-size: 2.4rem;
  }
}

.main-h3-ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .main-h3-ttl {
    margin-bottom: 24px;
  }
}
.main-h3-ttl .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-h3-ttl .ttl {
    font-size: 2rem;
  }
}

* + .bd-h2-ttl {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  * + .bd-h2-ttl {
    margin-bottom: 48px;
  }
}

.bd-h2-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .bd-h2-ttl {
    margin-bottom: 32px;
  }
}
.bd-h2-ttl .ttl {
  margin-block: calc((1em - 1lh) / 2);
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 24px;
}
.bd-h2-ttl .ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 16px);
  background-color: #e72d10;
}
@media screen and (max-width: 767px) {
  .bd-h2-ttl .ttl {
    font-size: 2.4rem;
  }
}

.cmn-h3-ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .cmn-h3-ttl {
    margin-bottom: 24px;
  }
}
.cmn-h3-ttl .ttl {
  margin-block: calc((1em - 1lh) / 2);
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-h3-ttl .ttl {
    font-size: 2rem;
  }
}
.cmn-h3-ttl.left .ttl {
  text-align: left;
}

.cmn-lead {
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.cmn-txt-area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cmn-txt-area {
    width: auto;
  }
}

*:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .cmn-txt {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  *:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .cmn-txt {
    margin-top: 16px;
  }
}

.cmn-txt {
  margin-block: calc((1em - 1lh) / 2);
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.cmn-txt strong {
  font-weight: bold;
}
.cmn-txt.ls10 {
  letter-spacing: 0.1em;
}
.cmn-txt + .cmn-txt {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .cmn-txt + .cmn-txt {
    margin-top: 16px;
  }
}

* + .box-ttl {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  * + .box-ttl {
    margin-top: 48px;
  }
}

.box-ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .box-ttl {
    font-size: 2.4rem;
  }
}

.box-lead {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box-lead {
    font-size: 1.6rem;
  }
}

*:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .bg-box {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  *:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .bg-box {
    margin-top: 32px;
  }
}

.bg-box {
  padding: 40px;
  border-radius: 16px;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .bg-box {
    padding: 16px;
    border-radius: 12px;
  }
}

*:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .cmn-column-box {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  *:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .cmn-column-box {
    margin-top: 40px;
  }
}

.cmn-column-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}
@media screen and (max-width: 767px) {
  .cmn-column-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .cmn-column-box .img-wrap {
    order: 1;
  }
  .cmn-column-box .txt-wrap {
    order: 2;
  }
}
.cmn-column-box > * {
  margin-top: 0 !important;
}

.profile-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}
@media screen and (max-width: 767px) {
  .profile-box {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
  }
}
.profile-box .profile {
  margin-block: calc((1em - 1lh) / 2);
  letter-spacing: 0.04em;
}
.profile-box .profile .profile-img {
  border-radius: 16px;
  overflow: hidden;
}
.profile-box .profile .profile-name {
  margin-top: 36px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .profile-box .profile .profile-name {
    margin-top: 24px;
  }
}
.profile-box .profile .profile-position {
  margin-top: 8px;
  font-size: 1.2rem;
}
.profile-box .profile .profile-message {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 1.75;
}

.gradation-column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .gradation-column-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 16px;
    margin-top: 40px;
  }
}
.gradation-column-list > li {
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
}
@media screen and (max-width: 767px) {
  .gradation-column-list > li {
    padding: 20px 16px;
    border-radius: 12px;
  }
}
.gradation-column-list > li .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gradation-column-list > li .ttl {
    font-size: 1.6rem;
  }
}
.gradation-column-list > li .ttl span {
  color: #e72d10;
}
.gradation-column-list > li .dots-list {
  margin-top: 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .gradation-column-list > li .dots-list {
    margin-top: 16px;
  }
}

.dots-list > li {
  display: flex;
  align-items: baseline;
  line-height: 1.75;
  letter-spacing: 0.04em;
  position: relative;
}
.dots-list > li::before {
  content: "・";
  display: inline-block;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.notes-list > li {
  display: flex;
  font-size: 1.4rem;
}
.notes-list > li .item {
  display: block;
}
.notes-list > li .txt {
  display: block;
  flex: 1;
}

.icn-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (any-hover: hover) {
  .icn-list > li a:hover {
    opacity: 0.7;
  }
}

.tag-list {
  display: flex;
  gap: 4px;
}
.tag-list > li {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.tag-list > li:has(+ li) {
  position: relative;
}
.tag-list > li:has(+ li)::after {
  content: "/";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-left: 4px;
}

.cmn-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  border-radius: 50px;
  background: linear-gradient(to right, #e72d10 0%, #ef6e0a 100%);
}
@media (any-hover: hover) {
  .cmn-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    width: 100%;
  }
}
.cmn-btn .btn-inner {
  width: 100%;
  background-color: #fff;
  padding: 16px 48px;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-btn .btn-inner {
    padding: 8px 16px;
  }
}
.cmn-btn .btn-inner .txt {
  display: inline-block;
  font-size: 1.8rem;
  background: linear-gradient(to right, #e72d10 0%, #ef6e0a 100%);
  background: -webkit-linear-gradient(to right, #e72d10 0%, #ef6e0a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .cmn-btn .btn-inner .txt {
    font-size: 1.4rem;
  }
}
.cmn-btn.small-btn .btn-inner {
  padding: 8px 16px;
}
.cmn-btn.small-btn .btn-inner .txt {
  font-size: 1.4rem;
  line-height: 1.2;
}

.btn-column-wrap {
  display: flex;
  gap: 96px 64px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .btn-column-wrap {
    margin-top: 48px;
    gap: 48px;
  }
}
.btn-column-wrap .col {
  width: calc((100% - 64px) / 2);
}
@media screen and (max-width: 767px) {
  .btn-column-wrap .col {
    width: 100%;
  }
}

.btn-list {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .btn-list.btn1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .btn-list.btn2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-list.btn4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .btn-list {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}

*:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .img-caption-wrap {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  *:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .img-caption-wrap {
    margin-top: 32px;
  }
}

.img-caption-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 800px;
  margin: 0 auto;
}
.img-caption-wrap .caption-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .img-caption-wrap {
    width: auto;
  }
}

*:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .cmn-img-contents {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  *:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .cmn-img-contents {
    margin-top: 32px;
  }
}

.cmn-img-contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cmn-img-contents.rounded {
  overflow: hidden;
}
.cmn-img-contents.rounded img {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .cmn-img-contents.rounded img {
    border-radius: 12px;
  }
}
.cmn-img-contents.half img {
  zoom: 0.5;
}

.caption-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .caption-wrap {
    gap: 4px;
  }
}
.caption-wrap .caption {
  flex: 1;
  font-size: 1.4rem;
}

.cmn-video-wrap {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .cmn-video-wrap {
    margin-top: 64px;
  }
}
.cmn-video-wrap .video-box {
  position: relative;
  aspect-ratio: 2/1;
}
.cmn-video-wrap .video-box > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmn-video-wrap .caption {
  margin-top: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 700;
}

.other-article {
  padding: 80px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .other-article {
    padding: 64px 0;
  }
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .article-list {
    flex-direction: column;
    gap: 32px;
  }
}
.article-list > li {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 767px) {
  .article-list > li {
    width: 100%;
  }
}
.article-list > li a {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .article-list > li a {
    gap: 20px;
  }
}
@media (any-hover: hover) {
  .article-list > li a:hover .img {
    opacity: 0.7;
  }
  .article-list > li a:hover .ttl {
    color: #e72d10;
  }
}
.article-list > li a .img {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.article-list > li a .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .article-list > li a .txt-wrap {
    gap: 20px;
  }
}
.article-list > li a .txt-wrap .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .article-list > li a .txt-wrap .ttl {
    font-size: 2rem;
  }
}
.article-list > li a .txt-wrap .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

*:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .link-panel-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  *:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .link-panel-list {
    margin-top: 32px;
  }
}

.link-panel-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 80px;
}
@media screen and (max-width: 767px) {
  .link-panel-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 32px;
  }
}
.link-panel-list li a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #000;
}
.link-panel-list li a .img {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.link-panel-list li a .img.bdr {
  border: 1px solid #e72d10;
}
.link-panel-list li a .panel-ttl {
  font-weight: 700;
}
.link-panel-list li a[target=_blank] .panel-ttl {
  position: relative;
}
.link-panel-list li a[target=_blank] .panel-ttl::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-left: 4px;
  vertical-align: middle;
  background: url(/shibuya-redevelopment/assets/images/icn_extarnal.svg) no-repeat left top/12px auto;
}
@media (any-hover: hover) {
  .link-panel-list li a:hover .img {
    opacity: 0.7;
  }
  .link-panel-list li a:hover .panel-ttl {
    text-decoration: underline;
  }
}

.link-txt {
  color: #000;
}
@media (any-hover: hover) {
  .link-txt:hover {
    text-decoration: underline;
  }
}

/* flex */
*:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .flx-box {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  *:not(.box-ttl, .main-h2-ttl, .bd-h2-ttl, .main-h3-ttl, .cmn-h3-ttl) + .flx-box {
    margin-top: 32px;
  }
}

.flx-box {
  display: flex;
}
.flx-box.gap-l {
  gap: 56px;
}
.flx-box.gap-m {
  gap: 32px;
}
.flx-box.gap-s {
  gap: 20px;
}
.flx-box .flx1 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .flx-box.sp-column {
    flex-direction: column;
  }
  .flx-box.gap-l {
    gap: 28px;
  }
  .flx-box.gap-m {
    gap: 16px;
  }
  .flx-box.gap-s {
    gap: 10px;
  }
}

.jc-s {
  justify-content: flex-start;
}

.jc-c {
  justify-content: center;
}

.jc-e {
  justify-content: flex-end;
}

.ai-s {
  align-items: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-e {
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .sp-ai-c {
    justify-content: center;
  }
  .sp-jc-c {
    justify-content: center;
  }
}
/* /common module */
/* modal */
.cmn-modal-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 16px;
}
.cmn-modal-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) {
  .cmn-modal-video::after {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    background-size: 48px auto;
  }
}
.cmn-modal-video > * {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmn-modal-video img {
  width: auto;
  height: 100%;
  max-width: none;
}

.black-mat {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.contents-pop-win {
  display: none;
  width: 100%;
  max-width: 800px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  aspect-ratio: 16/9;
}

.contents-pop-win.show {
  display: block;
}

.contents-pop-win .modal-close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
}

.contents-pop-win .modal-close:after,
.contents-pop-win .modal-close:before {
  background-color: #fff;
  border-radius: 3px;
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contents-pop-win .modal-close:before {
  transform: rotate(-45deg);
}

.contents-pop-win .modal-close:after {
  transform: rotate(45deg);
}

.contents-pop-win .contents-pop {
  width: 100%;
}

.contents-pop {
  max-width: 800px;
  aspect-ratio: 16/9;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.contents-pop iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
}

.contents-pop img,
.contents-pop video {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modal {
    height: 200px;
  }
  .contents-pop-win {
    max-width: calc(100% - 36px);
    margin: 0 auto;
  }
  .contents-pop-win .modal-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -4px;
    bottom: calc(100% + 8px);
  }
  .contents-pop-win .modal-close:after,
  .contents-pop-win .modal-close:before {
    width: 24px;
    height: 3px;
  }
  .inner-wrap {
    padding: 0 16px;
  }
  .modal-contents {
    display: flex;
    flex-wrap: wrap;
  }
}
/*==========================================================================================================
hover
==========================================================================================================*/
/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  /* common module */
  /* /common module */
}
/*==========================================================================================================
SP Only
==========================================================================================================*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */