@charset "utf-8";

/* .position {
} */
.position__content {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 200px;
  grid-template-columns: max(2.5%, calc((100% - 1620px) / 2)) min(calc(640 / 1920 * 100%), 640px) min(calc(100 / 1920 * 100%), 100px) minmax(0, 1fr);
  grid-template-rows: minmax(200px, 1fr) auto;
  align-items: start;
}
.position__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 120px;
  left: 0;
  width: calc(1150 / 1920 * 100%);
  height: calc(100% - 360px);
  background: url(../img/bg_position.png) no-repeat center right/cover;
}
.position__content__group1 {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}
.position__content__group2 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.position__content__group2__enheading {
  color: #DBD3C6;
}
.position__content__group2__heading {
  --margin-top: 50px;
}
.position__content__group2__copy {
  --margin-top: 45px;
}
.position__content__group2__photo {
  margin-top: 50px;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 30px;
}
/* .position__content__group2__photo__item {
} */
@media screen and (max-width: 619px){
  .position__content {
    padding-top: 80px;
    padding-bottom: 160px;
    grid-template-columns: minmax(0, 1fr) calc(45 / 375 * 100%) calc(270 / 375 * 100%) minmax(0, 1fr);
    grid-template-rows: auto 50px auto;
  }
  .position__content::before {
    bottom: 80px;
    left: 0;
    width: 100%;
    height: auto;
    background: url(../img/bg_position-sp.png) no-repeat center right/cover;
    top: 130px;
  }
  .position__content__group1 {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
  }
  .position__content__group2 {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
  }
  .position__content__group2__heading {
    --margin-top: 40px;
  }
  .position__content__group2__copy {
    --margin-top: 35px;
  }
  .position__content__group2__photo {
    gap: 15px;
  }
}



/* .area {
}
.area__photo {
} */
.area__photo__link {
  pointer-events: none;
}
@media screen and (max-width: 619px){
  .area__photo__link {
    pointer-events: auto;
  }
  .area__modal .photo {
    width: calc(750 / 375 * 100vw);
  }
}



/* .calmness {
} */
.calmness__content {
  padding-top: 120px;
  padding-bottom: 230px;
  overflow: hidden;
}
.calmness__content__group {
  z-index: 1;
  gap: 80px calc(80 / 1360 * 100%);
}
.calmness__content__group::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  margin-left: min(calc((var(--window-half-width) * 2) * -.025), calc(((var(--window-half-width) * 2) - 1360px) / -2));
  background: url(../img/bg_calmness.png) no-repeat center right/cover;
}
.calmness__content__group__desc {
  width: calc(612 / 1360 * 100%);
  padding-block: 80px;
}
/* .calmness__content__group__desc__enheading {
} */
.calmness__content__group__desc__heading {
  --margin-top: 50px;
}
.calmness__content__group__desc__copy {
  --margin-top: 45px;
}
.calmness__content__group__photo {
  flex: 1;
  margin-top: -47px;
  box-sizing: border-box;
  padding-right: calc(62 / 668 * 100%);
}
.calmness__bunkyo {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
/* .calmness__bunkyo__slide {
}
.calmness__bunkyo__slide__list {
} */
.calmness__bunkyo__slide__list__item {
  height: auto;
  padding-bottom: 220px;
  background: linear-gradient(180deg, transparent 80px, #000 80px);
}
.calmness__bunkyo__slide__list__item__content {
  gap: 80px calc(80 / 1620 * 100%);
}
.calmness__bunkyo__slide__list__item__content__group1 {
  flex: 1;
  align-self: flex-start;
}
.calmness__bunkyo__slide__list__item__content__group1__photo {
  margin-left: min(calc((var(--window-half-width) * 2) * -.025), calc(((var(--window-half-width) * 2) - 1620px) / -2));
}
.calmness__bunkyo__slide__list__item__content__group1__heading {
  --margin-top: 70px;
}
.calmness__bunkyo__slide__list__item__content__group1__copy {
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
  line-height: 1.777777778;
  --margin-top: 40px;
  max-width: calc(650 / 740 * 100%);
}
.calmness__bunkyo__slide__list__item__content__group2 {
  width: calc(800 / 1620 * 100%);
  padding-top: 160px;
}
.calmness__bunkyo__slide__list__item__content__group2__heading {
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  line-height: 1.3;
}
.calmness__bunkyo__slide__list__item__content__group2__list {
  margin-top: 20px;
  border-top: 1px solid #fff;
}
.calmness__bunkyo__slide__list__item__content__group2__list__item {
  line-height: 1.625;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #B5B5B5;
}
/* .calmness__bunkyo__slide__list__item__content__group2__photo {
} */
.calmness__bunkyo__slide__pagination {
  bottom: 110px !important;
}
.calmness__bunkyo__slide__playpause {
  bottom: 70px;
}
@media screen and (max-width: 619px){
  .calmness__content {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  .calmness__content__group {
    gap: 30px 0;
    padding-block: 40px;
  }
  .calmness__content__group::before {
    bottom: 0;
    margin-inline: calc(50% - var(--window-half-width));
    background: url(../img/bg_calmness-sp.png) no-repeat top center/cover;
  }
  .calmness__content__group__desc {
    width: 100%;
    padding-block: 0;
  }
  .calmness__content__group__desc__heading {
    --margin-top: 40px;
  }
  .calmness__content__group__desc__copy {
    --margin-top: 35px;
  }
  .calmness__content__group__photo {
    flex: 1 0 100%;
    margin-top: 0;
    padding-right: 0;
  }
  .calmness__bunkyo {
    margin-top: -55px;
  }
  .calmness__bunkyo__slide__list {
    flex-direction: column;
    gap: 80px 0;
  }
  .calmness__bunkyo__slide__list__item {
    padding-bottom: 50px;
    background: linear-gradient(180deg, transparent 55px, #000 55px);
  }
  .calmness__bunkyo__slide__list__item__content {
    gap: 50px 0;
  }
  .calmness__bunkyo__slide__list__item__content__group1 {
    flex: 1 0 100%;
  }
  .calmness__bunkyo__slide__list__item__content__group1__photo {
    margin-left: calc(50% - var(--window-half-width));
  }
  .calmness__bunkyo__slide__list__item__content__group1__heading {
    --margin-top: 50px;
  }
  .calmness__bunkyo__slide__list__item__content__group1__copy {
    font-size: min(calc(16 / 375 * 100vw), 16px);
    --margin-top: 35px;
    max-width: none;
  }
  .calmness__bunkyo__slide__list__item__content__group2 {
    width: 100%;
    padding-top: 0;
  }
  .calmness__bunkyo__slide__list__item__content__group2__heading {
    font-size: min(calc(20 / 375 * 100vw), 20px);
  }
  .calmness__bunkyo__slide__pagination {
    display: none;
  }
  .calmness__bunkyo__slide__playpause {
    display: none;
  }
}



.view {
  margin-top: 120px;
}
/* .view__photo {
} */
.view__photo__link {
  pointer-events: none;
}
.view__content {
  margin-top: 100px;
}
.view__content__desc {
  grid-template-columns: minmax(0, 1fr) calc(810 / 1620 * 100%);
  align-content: start;
  align-items: end;
  gap: 0 30px;
}
.view__content__desc__enheading {
  grid-row: 1 / 3;
}
/* .view__content__desc__heading {
} */
.view__content__desc__copy {
  --margin-top: 40px;
}
.view__content__photo {
  margin-top: 30px;
}
.view__content__photo__link {
  pointer-events: none;
}
@media screen and (max-width: 619px){
  .view {
    margin-top: 80px;
  }
  .view__photo__link {
    pointer-events: auto;
  }
  .view__content {
    margin-top: 60px;
  }
  .view__content__desc {
    grid-template-columns: 100%;
    align-items: start;
    gap: 0;
  }
  .view__content__desc__enheading {
    grid-row: auto;
  }
  .view__content__desc__heading {
    --margin-top: 40px;
  }
  .view__content__desc__copy {
    --margin-top: 35px;
  }
  .view__content__photo {
    margin-top: 40px;
  }
  .view__content__photo__link {
    pointer-events: auto;
  }
  .view__modal#modal2 .photo {
    width: calc(1000 / 375 * 100vw);
  }
  .view__modal#modal3 .photo {
    width: calc(900 / 375 * 100vw);
  }
}



.safety {
  margin-top: 120px;
}
/* .safety__content {
} */
.safety__content__desc {
  width: calc(960 / 1920 * 100%);
  box-sizing: border-box;
  padding: min(calc(160 / 1920 * 100%), 160px) calc(80 / 1920 * 100%) min(calc(160 / 1920 * 100%), 160px) max(2.5%, calc((100% - 1360px) / 2));
  background: url(../img/bg_safety.png) no-repeat center right/cover;
}
.safety__content__desc__enheading {
  color: #DBD3C6;
}
.safety__content__desc__heading {
  --margin-top: 40px;
}
.safety__content__desc__copy {
  --margin-top: 35px;
}
.safety__content__photo {
  flex: 1;
  background: #000;
}
.safety__content__photo img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 619px){
  .safety {
    margin-top: 80px;
  }
  .safety__content__desc {
    width: 100%;
    padding: 60px 30px;
    background: url(../img/bg_safety-sp.png) no-repeat center/cover;
  }
  .safety__content__photo {
    flex: 1 0 100%;
  }
  .safety__content__photo img {
    height: auto;
    object-fit: initial;
  }
}



.spot {
  margin-top: 120px;
}
.spot__content {
  padding-bottom: 120px;
  background-position: top calc((var(--window-half-width) * 2) * (708 / 1920)) center;
}
.spot__content + .spot__content {
  padding-bottom: 150px;
}
.spot__content__photo {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-bottom: 100px;
}
/* .spot__content__photo__item {
} */
.spot__content__group {
  gap: 100px calc(100 / 1620 * 100%);
}
.spot__content__group + .spot__content__group {
  margin-top: 230px;
}
.spot__content__group__group1 {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-height) + 100px);
  width: calc(635 / 1620 * 100%);
}
/* .spot__content__group__group1__enheading {
} */
.spot__content__group__group1__heading {
  --margin-top: 40px;
}
.spot__content__group__group1__copy {
  --margin-top: 35px;
}
.spot__content__group__group2 {
  flex: 1;
}
/* .spot__content__group__group2__slide {
} */
.spot__content__group__group2__slide__list {
  flex-direction: column;
  gap: 30px 0;
}
.spot__content__group__group2__slide__list__item {
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 60px calc(60 / 883 * 100%);
  gap: 40px calc(40 / 763 * 100%);
  background: #fff;
}
.spot__content__group__group2__slide__list__item__desc {
  width: calc(366 / 763 * 100%);
}
.spot__content__group__group2__slide__list__item__desc__heading {
  font-size: clamp(15px, calc(19 / 1200 * 100vw), 19px);
  line-height: 1.684210526;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0 !important;
}
.spot__content__group__group2__slide__list__item__desc__heading small {
  font-size: calc(15 / 19 * 100%);
  display: inline-block;
  padding-inline: .5em;
}
.spot__content__group__group2__slide__list__item__desc__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2;
  --margin-top: 27px;
}
.spot__content__group__group2__slide__list__item__desc__data {
  margin-top: 17px;
  box-sizing: border-box;
  padding: 20px calc(20 / 366 * 100%);
  background: #F4F4F4;
}
.spot__content__group__group2__slide__list__item__desc__data__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 1.571428571;
}
.spot__content__group__group2__slide__list__item__photo {
  flex: 1;
}
.spot__content__group__group2__slide__list__item__desc__photo {
  margin-top: 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
/* .spot__content__group__group2__slide__list__item__desc__photo__item {
} */
.spot__content__group__group2__slide__pagination {
  display: none;
}
.spot__content__group__group2__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px calc(40 / 766 * 100%);
  box-sizing: border-box;
  padding-inline: calc(60 / 885 * 100%);
}
.spot__content__group__group2__slide + .spot__content__group__group2__list {
  margin-top: 60px;
}
/* .spot__content__group__group2__list__item {
}
.spot__content__group__group2__list__item__photo {
} */
.spot__content__group__group2__list__item__photo + .spot__content__group__group2__list__item__name {
  --margin-top: 20px;
}
.spot__content__group__group2__list__item__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2;
  --margin-top: 17px;
}
.spot__content__group__group2__list__item__ex {
  margin-top: 20px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  box-sizing: border-box;
  border: 1px solid currentColor;
  padding: 10px;
}
.spot__content__group__group2__list__item__ex__name {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  box-sizing: border-box;
  padding-right: .5em;
}
.spot__content__group__group2__list__item__ex__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 1.4;
  box-sizing: border-box;
  border-left: 1px solid currentColor;
  padding-left: .5em;
}
.spot__content__group__group2__caution {
  --margin-top: 60px;
}
.spot__content--2 .spot__content__group__group1__enheading {
  color: #888;
}
@media screen and (max-width: 619px){
  .spot {
    margin-top: 80px;
  }
  .spot__content {
    padding-bottom: 80px;
    overflow: hidden;
  }
  .spot__content + .spot__content {
    padding-bottom: 100px;
  }
  .spot__content__photo {
    margin-bottom: 60px;
  }
  .spot__content__group {
    gap: 40px 0;
  }
  .spot__content__group + .spot__content__group {
    margin-top: 100px;
  }
  .spot__content__group__group1 {
    position: relative;
    top: 0;
    width: 100%;
  }
  .spot__content__group__group2 {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .spot__content__group__group2__slide {
    padding-bottom: 55px;
    overflow: visible;
  }
  .spot__content__group__group2__slide__list {
    flex-direction: row;
    gap: 0;
  }
  .spot__content__group__group2__slide__list__item {
    padding: 40px 30px;
    gap: 20px 0;
    height: auto;
    align-content: flex-start;
  }
  .spot__content__group__group2__slide__list__item__desc {
    width: 100%;
  }
  .spot__content__group__group2__slide__list__item__desc__heading {
    font-size: min(calc(18 / 375 * 100vw), 18px);
    line-height: 1.444444444;
  }
  .spot__content__group__group2__slide__list__item__desc__heading small {
    font-size: calc(14 / 18 * 100%);
    display: block;
    padding-inline: 0;
    margin-top: .3em;
  }
  .spot__content__group__group2__slide__list__item__desc__copy {
    font-size: min(calc(14 / 375 * 100vw), 14px);
    --margin-top: 17px;
  }
  .spot__content__group__group2__slide__list__item__desc__data {
    padding: 20px;
  }
  .spot__content__group__group2__slide__list__item__desc__data__copy {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
  .spot__content__group__group2__slide__list__item__photo {
    flex: 1 0 100%;
  }
  .spot__content__group__group2__slide__list__item__desc__photo {
    margin-top: 17px;
  }
  .spot__content__group__group2__slide__list__item__desc__photo__item img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .spot__content__group__group2__slide__pagination {
    display: block;
    bottom: -10px !important;
  }
  .spot__content__group__group2__list {
    grid-template-columns: 100%;
    gap: 25px 0;
    padding-inline: 0;
  }
  .spot__content__group__group2__list__item__photo + .spot__content__group__group2__list__item__name {
    --margin-top: 15px;
  }
  .spot__content__group__group2__list__item__copy {
    font-size: min(calc(14 / 375 * 100vw), 14px);
    --margin-top: 13px;
  }
  .spot__content__group__group2__list__item__ex {
    margin-top: 15px;
  }
  .spot__content__group__group2__list__item__ex__name {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
  .spot__content__group__group2__list__item__ex__copy {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
  .spot__content__group__group2__caution {
    text-align: justify;
    word-break: break-all;
  }
  .spot__content__group--shinagawa .spot__content__group__group2__list__item:nth-child(n+7) {
    margin-top: 10px;
  }
}