/*color*/
/*font-family*/
/*media query break point*/
/* media query */
/* ------------------------------------------------------------ */
.s_contents {
  position: relative;
  z-index: 1;
  background-color: #e8e6e1;
}
main {
  overflow: hidden;
}
/* ------------------------------------------------------------
heading
------------------------------------------------------------ */
.c_heading {
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.c_heading.c_heading_l .en {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
  margin-bottom: 10px;
}
.c_heading.c_heading_l .zen {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .c_heading.c_heading_l .en {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  .c_heading.c_heading_l .zen {
    font-size: 3.6rem;
  }
}
.c_heading.c_heading_l .ja {
  font-size: 11px;
  font-size: 1.1rem;
  color: #9fa0a0;
}
@media screen and (min-width: 768px) {
  .c_heading.c_heading_l .ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------
mv
------------------------------------------------------------ */
.mv::before {
  background: url(../img/shibuya/floormap/mv_bg.jpg) no-repeat center / cover;
}

/* ------------------------------------------------------------
pagelink
------------------------------------------------------------ */
.pagelink {
  margin: auto;
  width: 90%;
  max-width: 1005px;
}
.pagelink ul {
  padding: 50px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagelink li {
  padding: 5px;
  width: 33.3%;
  border-right: 1px solid #999;
}
.pagelink li:first-child {
  border-left: 1px solid #999;
}
.pagelink a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pagelink span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.pagelink .arrow {
  position: relative;
  width: 10px;
  height: 6px;
}
.pagelink .arrow::before,
.pagelink .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 2px;
  background: #3E3A39;
}
.pagelink .arrow::before {
  left: 0;
  transform: rotate(45deg);
  transform-origin: left center;
}
.pagelink .arrow::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right center;
}
@media screen and (min-width: 768px) {
  .pagelink ul {
    padding: 70px 0;
  }
  .pagelink li {
    padding: 10px;
  }
  .pagelink a {
    gap: 20px;
  }
  .pagelink span {
    width: auto;
    font-size: 1.6rem;
  }
}


/* ------------------------------------------------------------
s_movie
------------------------------------------------------------ */
.s_movie {
  padding: 20px 0;
}
.movie_box {
  position: relative;
  margin: 40px auto 0;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
}
.movie_box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .s_movie {
    padding: 40px 0 100px;
  }
  .movie_box {
    margin: 60px auto 0;
    max-width: 800px;
  }
}

/* ------------------------------------------------------------
s_floor
------------------------------------------------------------ */
.s_floor {
  position: relative;
  padding: 50px 0;
  background: #F0EEE9;
}
.s_floor_in {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.s_floor_lead {
  padding: 30px 0;
}
.s_floor_lead .txt-lead {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 3px;
}
.s_floor_lead .txt {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .s_floor {
    padding: 100px 0;
  }
  .s_floor_lead {
    padding: 60px 0;
  }
  .s_floor_lead .txt-lead  {
    text-align: center;
  }
  .s_floor_lead .txt {
    font-size: 1.4rem;
    text-align: center;
  }
}
.s_floor_zu-wrap {
  position: relative;
  margin: 0 auto 30px;
  max-width: 1044px;
}
.s_floor_zu {
  position: relative;
  margin-bottom: 20px;
}
.s_floor_zu_pin {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.s_floor_zu_pin li {
  position: absolute;
}
.s_floor_zu_pin li:nth-child(1) {
  left: 33.6%;
  top: 34.8%;
}
.s_floor_zu_pin li:nth-child(2) {
  left: 15.5%;
  top: 19.9%;
}
.s_floor_zu_pin li:nth-child(3) {
  left: 51.9%;
  top: 51.8%;
}
.s_floor_zu_pin li:nth-child(4) {
  left: 4.7%;
  top: 51%;
}
.s_floor_zu_pin li:nth-child(5) {
  left: 0.5%;
  top: 31.1%;
}
.s_floor_zu_pin li:nth-child(6) {
  left: 61.9%;
  top: 23.6%;
}
.s_floor_zu_pin li:nth-child(7) {
  left: 46%;
  top: 65.1%;
}
.s_floor_zu_pin li:nth-child(8) {
  left: 19.7%;
  top: 4.5%;
}
.s_floor_zu_pin li img {
  height: 21px;
}
@media screen and (min-width: 768px) {
  .s_floor_zu_pin li:nth-child(1) {
    left: 33.3%;
    top: 36.7%;
  }
  .s_floor_zu_pin li:nth-child(2) {
    left: 19.2%;
    top: 26.7%;
  }
  .s_floor_zu_pin li:nth-child(3) {
    left: 50%;
    top: 48.2%;
  }
  .s_floor_zu_pin li:nth-child(4) {
    left: 7.9%;
    top: 52.5%;
  }
  .s_floor_zu_pin li:nth-child(5) {
    left: 3.2%;
    top: 28.8%;
  }
  .s_floor_zu_pin li:nth-child(6) {
    left: 70.8%;
    top: 21.5%;
  }
  .s_floor_zu_pin li:nth-child(7) {
    left: 47.8%;
    top: 67.2%;
  }
  .s_floor_zu_pin li:nth-child(8) {
    left: 19.8%;
    top: 7.1%;
  }
  .s_floor_zu_pin li img {
    height: auto;
  }
}
.s_floor_area {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.s_floor_area li {
  display: flex;
  align-items: center;
}
.s_floor_area .area {
  display: inline-block;
  margin-right: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.s_floor_area .area01 {
  background: #e7c9ab;
}
.s_floor_area .area02 {
  background: #da9da4;
}
.s_floor_area .area03 {
  background: #e6bfc7;
}
.s_floor_area .area04 {
  background: #e7bee3;
}
.s_floor_area .area05 {
  background: #e5e0a5;
}
.s_floor_area .area06 {
  background: #ba98c3;
}
.s_floor_area .area07 {
  background: #d5c7b7;
}
.s_floor_area .name {
  padding-left: 5px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s_floor_area {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    gap: 5px 20px;
    width: 57%;
  }
  .s_floor_area .area {
    width: 20px;
    height: 20px;
  }
  .s_floor_area .name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .s_floor_area {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .floor_slide .slick-list {
    padding: 0 20% 0 20px;
  }
  .floor_slide figure {
    position: relative;
    margin: 0 10px;
  }
  .floor_slide figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .floor_slide figcaption {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #fff;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .floor_slide {
    display: none;
  }
}
.floor-modal {
  display: none;
}
.floor-modal__inner {
  position: relative;
  width: 100%;
  padding: 30px 40px 40px;
  border-radius: 0;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}  
.floor-modal__inner figure {
  margin: 0;
}
.floor-modal__inner figure img {
  display: block;
  width: 100%;
  height: auto;
}  
.floor-modal__inner figure figcaption {
  margin-top: 10px;
  text-align: right;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  transform: translateY(-30px);
  padding-right: 12px;
  pointer-events: none;
}  
.floor-modal__ttl {
  margin: -8px 0 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #111;
}  
.floor-modal__txt {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #111;
}  
.floor-modal__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}  
.floor-modal__btn {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
}  
.floor-modal__btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  margin: auto;
}
.floor-modal__btn.is-prev {
  left: 5px;
}
.floor-modal__btn.is-prev::before {
  transform: rotate(-135deg);
}
.floor-modal__btn.is-next {
  right: 5px;
}  
.floor-modal__btn.is-next::before {
  transform:rotate(45deg);
}
.floor-modal__btn:hover {
  opacity: 0.7;
}  
.modal-close {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  transform: translateX(-50%);
}
.modal-close:hover {
  background: transparent;
}
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 1px;
  background: #999;
  transform-origin: center;
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close:hover {
  opacity: 0.7;
}
/* modaal本体 */
.modaal-overlay {
  background: rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}  
.modaal-wrapper .modaal-container {
  max-width: 775px !important;
  background: transparent !important;
  box-shadow: none !important;
}  
.modaal-wrapper .modaal-content-container {
  padding: 0 !important;
  background: transparent !important;
}  
.modaal-wrapper .modaal-inner-wrapper {
  padding: 30px !important;
}
@media screen and (min-width: 768px) {
  .floor-modal__inner {
    padding: 30px 70px 50px;
  }  
  .floor-modal__inner figure figcaption {
    font-size: 1.2rem;
    transform: translateY(-38px);
  }  
  .floor-modal__ttl {
    font-size: 2.2rem;
  }  
  .floor-modal__txt {
    font-size: 1.4rem;
  }  
  .floor-modal__btn {
    width: 40px;
    height: 40px;
  }  
  .floor-modal__btn::before {
    width: 30px;
    height: 30px;
  }
  .floor-modal__btn.is-prev {
    left: 25px;
  }
  .floor-modal__btn.is-next {
    right: 25px;
  }
  .modal-close {
    bottom: 30px;
    width: 34px;
    height: 34px;
  } 
}
.s_floor .btn-wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .s_floor .btn-wrap {
    margin-top: 80px;
    gap: 40px;
  }
}


/* ------------------------------------------------------------
s_gallery
------------------------------------------------------------ */
.s_gallery {
  padding: 50px 0 100px;
}
.gallery_slider_wrap {
  position: relative;
  padding-top: 30px;
}
.gallery_slider {
  position: relative;
}
.gallery_slider .slick_item,
.gallery_slider figure {
  position: relative;
  overflow: hidden;
}
.gallery_slider .slick_item,
.gallery_slider figure,
.gallery_slider figure img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery_slider .slick_item dl {
  padding-top: 10px;
}
.gallery_slider .slick_item dl dt {
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.gallery_slider .slick_item dl dd {
  font-size: 1.2rem;
}
.gallery_slider .slick-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.85);
}
.gallery_slider .slick-slide.slick-center {
  transform: scale(1);
}
.gallery_slider .slick-slide:not(.slick-center) .img_list::before {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
  content: "";
  z-index: 5;
  transition: background 0.4s;
}
.gallery_slider .slick-slide.slick-center .img_list::before {
  background: rgba(0,0,0,0);
}

.gallery_slider .img_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
.gallery_slider .img_list li {
  position: relative;
  overflow: hidden;
}
.gallery_slider .img_list li figure {
  position: relative;
  height: 100%;
}
.gallery_slider .img_list li figure img {
  height: 100%;
  object-fit: cover;
}
.gallery_slider .img_list figcaption {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  padding: 5px 10px;
  background: #000;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
.gallery_slider .img_list figcaption span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  font-size: .8rem;
}

.gallery_slider .img_list.__img3 li:first-child { grid-area: 1 / 1 / 3 / 2; }
.gallery_slider .img_list.__img3 li:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.gallery_slider .img_list.__img3 li:last-child { grid-area: 2 / 2 / 3 / 3; }

.gallery_slider .slick-slide:not(.slick-center) p {
  opacity: 0;
  transition: opacity 0.4s;
}
.gallery_slider .slick-slide.slick-center p {
  opacity: 1;
}
.gallery_slider_arrows {
  position: absolute;
  bottom: -40px;
  right: 12%;
  display: flex;
  gap: 15px;
  z-index: 2;
}
.gallery-prev,
.gallery-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}
.gallery_slider .slick-prev { right: 80px; left: auto; }
.gallery_slider .slick-next { right: 10px; }
.gallery_slider .slick-prev svg,
.gallery_slider .slick-next svg {
  width: 16px;
  height: 16px;
  stroke: #333;
  stroke-width: 2;
  fill: none;
}
@media screen and (min-width: 768px) {
  .s_gallery {
    padding: 100px 0 180px;
  }
  .gallery_slider_wrap {
    padding-top: 70px;
  }
  .gallery_slider .img_list figcaption {
    top: 10px;
    right: 10px;
    font-size: 1.2rem;
  }
  .gallery_slider .img_list figcaption span {
    width: 14px;
    height: 14px;
    font-size: 1rem;
  }
  .gallery_slider .slick_item p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    background: rgba(0,0,0,.4);
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    z-index: 1;
  }
  .gallery_slider_arrows {
    bottom: -80px;
    right: 18%;
    gap: 30px;
  }
  .gallery-prev,
  .gallery-next {
    width: 60px;
    height: 60px;
  }
  .gallery-prev svg,
  .gallery-next svg {
    width: 100%;
    height: 100%;
  }
}