.lineTtl {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .lineTtl {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lineTtl {
    gap: 2.4rem;
  }
}
.lineTtl__en {
  align-items: center;
  color: #00aec4;
  display: flex;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 0.75;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .lineTtl__en {
    font-size: 2.4rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lineTtl__en {
    font-size: 2rem;
    gap: 1rem;
  }
}
.lineTtl__en::before, .lineTtl__en::after {
  background: #00aec4;
  content: "";
  flex: 1;
  height: 1px;
  margin: 0;
}
.lineTtl__ttl {
  line-height: 1.6;
}
.lineTtl__ttl:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.lineTtl__ttl:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.lineTtl__ttl:before, .lineTtl__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.lineTtl__ttl {
  color: #231815;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lineTtl__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lineTtl__ttl {
    font-size: 1.8rem;
  }
}
.spotCard__badge {
  align-items: baseline;
  bottom: 1rem;
  color: #fff;
  display: flex;
  gap: 0.4rem;
  position: absolute;
  right: 1rem;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0.1rem 0.8rem, rgba(0, 0, 0, 0.4) 0 0.1rem 0.8rem;
}
.spotCard__badgeNum {
  font-family: "Libre Bodoni", serif;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .spotCard__badgeNum {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .spotCard__badgeNum {
    font-size: 4.4rem;
  }
}
.spotCard__badgeUnit {
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .spotCard__badgeUnit {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .spotCard__badgeUnit {
    font-size: 2rem;
  }
}
.spotCard {
  margin: 0;
}
.spotCard__thumb {
  position: relative;
}
.spotCard__thumb .photo {
  aspect-ratio: 376/250;
  overflow: hidden;
}
.spotCard__thumb .photo__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.spotCard__chip {
  align-items: center;
  background: #00aec4;
  color: #fff;
  display: flex;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  justify-content: center;
  left: 0;
  letter-spacing: 0.12em;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .spotCard__chip {
    font-size: 1.2rem;
    height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .spotCard__chip {
    font-size: 1.1rem;
    height: 2.4rem;
  }
}
.spotCard__chip .small {
  font-size: 1rem;
}
.spotCard__label {
  line-height: 1.8;
}
.spotCard__label:before {
  content: "";
  margin-top: calc((1 - 1.8) * 0.5em);
}
.spotCard__label:after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.spotCard__label:before, .spotCard__label:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.spotCard__label {
  color: #231815;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .spotCard__label {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .spotCard__label {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
}
.spotCard--large .spotCard__thumb .photo {
  aspect-ratio: 584/389;
}
.spotCard--small .spotCard__thumb .photo {
  aspect-ratio: 272.25/181.34;
}
@media print, screen and (min-width: 768px) {
  .spotMosaic {
    display: flex;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .spotMosaic {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .spotMosaic + .caption {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .spotMosaic + .caption {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .spotMosaic__large {
    display: flex;
    flex: 0 0 58.4rem;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .spotMosaic__large {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .spotMosaic__small {
    align-content: start;
    display: grid;
    flex: 1;
    grid-gap: 0 4rem;
    gap: 0 4rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 25.23446rem 23.23446rem;
  }
}
@media screen and (max-width: 768px) {
  .spotMosaic__small {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .spotMosaic--wide {
    display: flex;
    flex-direction: column;
    gap: 9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .spotMosaic--wide .spotMosaic__large {
    flex: none;
    flex-direction: row;
    gap: 4rem;
  }
  .spotMosaic--wide .spotMosaic__large > .spotCard {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .spotMosaic--wide .spotMosaic__small {
    flex: none;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
}
.mallCard__badge {
  align-items: baseline;
  bottom: 1rem;
  color: #fff;
  display: flex;
  gap: 0.4rem;
  position: absolute;
  right: 1rem;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0.1rem 0.8rem, rgba(0, 0, 0, 0.4) 0 0.1rem 0.8rem;
}
.mallCard__badgeNum {
  font-family: "Libre Bodoni", serif;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .mallCard__badgeNum {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__badgeNum {
    font-size: 4.4rem;
  }
}
.mallCard__badgeUnit {
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .mallCard__badgeUnit {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__badgeUnit {
    font-size: 2rem;
  }
}
.mallCard {
  margin: 0;
}
.mallCard__thumb {
  position: relative;
}
.mallCard__thumb .photo {
  aspect-ratio: 585/390;
  overflow: hidden;
}
.mallCard__thumb .photo__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mallCard__caption {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .mallCard__caption {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__caption {
    margin-top: 1.2rem;
  }
}
.mallCard__label {
  line-height: 1.8;
}
.mallCard__label:before {
  content: "";
  margin-top: calc((1 - 1.8) * 0.5em);
}
.mallCard__label:after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.mallCard__label:before, .mallCard__label:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.mallCard__label {
  color: #231815;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .mallCard__label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__label {
    font-size: 1.2rem;
  }
}
.mallCard__chip {
  align-items: center;
  background: #00aec4;
  color: #fff;
  display: flex;
  flex: none;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .mallCard__chip {
    font-size: 1.2rem;
    height: 2.5rem;
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__chip {
    font-size: 1rem;
    height: 2.1rem;
    padding: 0 0.6rem;
  }
}
.mallCard__shops {
  align-items: center;
  border: 1px solid #8a8a8a;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .mallCard__shops {
    gap: 2.4rem;
    margin-top: 2.4rem;
    padding: 1.2rem 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__shops {
    gap: 1.2rem;
    margin-top: 1.6rem;
    padding: 1rem 1.2rem;
  }
}
.mallCard__shopsTtl {
  text-orientation: upright;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.mallCard__shopsTtl span {
  display: inline-block;
  line-height: 1;
  margin-left: 0.25em;
  margin-top: -0.5em;
  text-align: center;
  vertical-align: middle;
}
.mallCard__shopsTtl .bracket-start,
.mallCard__shopsTtl .bracket-end {
  margin: 0;
  transform: rotate(90deg);
}
.mallCard__shopsTtl .bracket-end {
  margin-left: -0.5em;
}
.mallCard__shopsTtl {
  align-items: center;
  align-self: center;
  background: #8a8a8a;
  color: #fff;
  display: flex;
  flex: none;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .mallCard__shopsTtl {
    font-size: 1.2rem;
    min-height: 6.1rem;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__shopsTtl {
    font-size: 1rem;
    min-height: 5.2rem;
    padding: 0.6rem;
  }
}
.mallCard__shopList {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  min-width: 0;
}
@media print, screen and (min-width: 768px) {
  .mallCard__shopList {
    gap: 0.8rem 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__shopList {
    gap: 0.6rem 1.2rem;
  }
}
.mallCard__shop {
  align-items: center;
  color: #231815;
  display: flex;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  gap: 0.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .mallCard__shop {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__shop {
    font-size: 1.1rem;
  }
}
.mallCard__shop::before {
  background: #8a8a8a;
  content: "";
  flex: none;
}
@media print, screen and (min-width: 768px) {
  .mallCard__shop::before {
    height: 1.2rem;
    width: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mallCard__shop::before {
    height: 1rem;
    width: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mallCard--reverse {
    align-items: stretch;
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mallCard--reverse .mallCard__main {
    flex: 1;
    min-width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mallCard--reverse .mallCard__side {
    display: flex;
    flex: 0 0 58.4rem;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .mallCard--reverse .mallCard__caption {
    margin-top: 0;
  }
}
.eventSect {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .eventSect {
    padding-bottom: 14rem;
    padding-top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .eventSect {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}
.eventSect__inner {
  background: #eeebe9;
}
@media print, screen and (min-width: 768px) {
  .eventSect__inner {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__inner {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .eventSect__head {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__head {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .eventSect__body {
    align-items: center;
    display: flex;
    gap: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__body {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .eventSect__cont {
    flex: 0 0 57.2rem;
  }
}
.eventSect__listTtl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: #231815;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .eventSect__listTtl {
    font-size: 2rem;
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__listTtl {
    font-size: 1.6rem;
    padding: 1.2rem 0;
  }
}
.eventSect__list {
  display: grid;
  list-style: none;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .eventSect__list {
    gap: 3.2rem 4rem;
    grid-template-columns: repeat(3, 16.4rem);
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__list {
    gap: 1.6rem 2rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 2.4rem 0 0;
  }
}
.eventSect__item {
  color: #231815;
  display: flex;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  gap: 0.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .eventSect__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__item {
    font-size: 1.3rem;
    white-space: normal;
  }
}
.eventSect__item::before {
  background: #00aec4;
  content: "";
  flex: none;
}
@media print, screen and (min-width: 768px) {
  .eventSect__item::before {
    height: 1.2rem;
    margin-top: calc((1.8em - 1.2rem) / 2);
    width: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__item::before {
    height: 1rem;
    margin-top: calc((1.8em - 1rem) / 2);
    width: 1rem;
  }
}
.eventSect__item > .eventSect__itemBody {
  flex: 1;
  min-width: 0;
}
.eventSect__itemSub {
  display: block;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .eventSect__itemSub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__itemSub {
    font-size: 1.1rem;
  }
}
.eventSect__note {
  line-height: 2;
}
.eventSect__note:before {
  content: "";
  margin-top: calc((1 - 2) * 0.5em);
}
.eventSect__note:after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.eventSect__note:before, .eventSect__note:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.eventSect__note {
  color: #8a8a8a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 768px) {
  .eventSect__note {
    font-size: 1rem;
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .eventSect__note {
    font-size: 1rem;
    padding: 2.4rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .eventSect__photo {
    flex: 1;
  }
}
.eventSect__photo .photo {
  aspect-ratio: 572/381;
  overflow: hidden;
}
.eventSect__photo .photo__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.currentPage--location {
  background: transparent;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
}
.location-wrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .location-wrap {
    width: 120.8rem;
  }
}
@media screen and (max-width: 768px) {
  .location-wrap {
    padding: 0 2.1rem;
  }
}
.lifeStorySect {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .lifeStorySect {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStorySect {
    padding-top: 8rem;
  }
}
.lifeStorySect__head {
  background: #fff;
}
.lifeStorySect__head .location-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .lifeStorySect__head {
    padding: 0 0 9rem;
  }
  .lifeStorySect__head .location-wrap {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStorySect__head {
    padding: 0 0 5rem;
  }
  .lifeStorySect__head .location-wrap {
    gap: 2.4rem;
  }
}
.lifeStorySect__en {
  color: #555;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 0.75;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .lifeStorySect__en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStorySect__en {
    font-size: 3.2rem;
  }
}
.lifeStorySect__ttl {
  color: #231815;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lifeStorySect__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStorySect__ttl {
    line-height: 1.6;
  }
  .lifeStorySect__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .lifeStorySect__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .lifeStorySect__ttl:before, .lifeStorySect__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .lifeStorySect__ttl {
    font-size: 1.8rem;
  }
}
.lifeStorySect__body {
  background: #fff;
  padding-top: 0.8rem;
}
.locationSect {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .locationSect {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect {
    padding-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .locationSect__head {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__head {
    padding-bottom: 5rem;
  }
}
.locationSect--panel {
  position: relative;
}
.locationSect--panel::before {
  background: linear-gradient(90deg, #f0f0f0 10%, #fff 50%, #f0f0f0 90%);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .locationSect--panel::before {
    top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect--panel::before {
    top: 8rem;
  }
}
.locationSect--panel > * {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .locationSect--panel {
    padding-bottom: 6rem;
    padding-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect--panel {
    padding-bottom: 4rem;
    padding-top: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .locationSect__head--enOnly {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__head--enOnly {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .streetSect {
    display: flex;
    gap: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .streetSect {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .streetSect__cont {
    flex: 0 0 48rem;
  }
}
.streetSect__ttl {
  line-height: 1.6;
}
.streetSect__ttl:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.streetSect__ttl:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.streetSect__ttl:before, .streetSect__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.streetSect__ttl {
  color: #231815;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 768px) {
  .streetSect__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .streetSect__ttl {
    font-size: 1.8rem;
  }
}
.streetSect__txt {
  color: #555;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .streetSect__txt {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .streetSect__txt {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.streetSect__figure {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .streetSect__figure {
    flex: 1;
  }
}
.streetSect__photos {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .streetSect__photos {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .streetSect__photos {
    gap: 1.6rem;
  }
}
.streetSect__photos .photo {
  aspect-ratio: 312/249;
  flex: 1;
  overflow: hidden;
}
.streetSect__photos .photo__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.streetSect__cap {
  line-height: 1.8;
}
.streetSect__cap:before {
  content: "";
  margin-top: calc((1 - 1.8) * 0.5em);
}
.streetSect__cap:after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.streetSect__cap:before, .streetSect__cap:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.streetSect__cap {
  color: #231815;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .streetSect__cap {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .streetSect__cap {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .usableList--locationMall {
    align-items: start;
    display: grid;
    grid-gap: 4rem;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .usableList--locationMall {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .usableList--locationMall + .mallCard--reverse {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .usableList--locationMall + .mallCard--reverse {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .usableList--locationCol3 {
    display: flex;
    gap: 4rem;
  }
  .usableList--locationCol3 > .usableList__item {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .usableList--locationCol3 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.lifeStory-wrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .lifeStory-wrap {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStory-wrap {
    padding: 0 2.1rem;
  }
}
.lifeStoryTab {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.lifeStoryTab::before {
  background: #fff;
  content: "";
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: -0.8rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .lifeStoryTab {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStoryTab {
    gap: 0.8rem;
  }
}
.lifeStoryTab__cell {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}
.lifeStoryTab__cell::before {
  background: linear-gradient(90deg, #e2eef0 0%, #cde9f0 22%, #dfe4ef 42%, #c8e8f4 62%, #e9edfa 82%, #c4e2ee 100%);
  content: "";
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: -0.8rem;
  width: 100%;
  z-index: 1;
}
.lifeStoryTab__item {
  align-items: center;
  background: #8a8a8a;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: background 0.3s ease;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .lifeStoryTab__item {
    gap: 1.84rem;
    height: 10.7rem;
    justify-content: flex-start;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStoryTab__item {
    gap: 1.66rem;
    height: 10.2rem;
    justify-content: flex-start;
    padding: 0 0.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .lifeStoryTab__item:hover:hover {
    background: #00aec4;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lifeStoryTab__item:hover:hover {
    background: #00aec4;
  }
}
.lifeStoryTab__item:focus-visible {
  outline: 2px solid #00aec4;
  outline-offset: 2px;
}
.lifeStoryTab__item.is-current {
  background: #00aec4;
  cursor: default;
}
.lifeStoryTab__en {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 0.75;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .lifeStoryTab__en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStoryTab__en {
    font-size: 1.8rem;
  }
}
.lifeStoryTab__txt {
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lifeStoryTab__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStoryTab__txt {
    font-size: 1.1rem;
  }
  .lifeStoryTab__txt br {
    display: none;
  }
}
.lifeStoryPanel[hidden] {
  display: none;
}
.lifeStoryFig {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .lifeStoryFig {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeStoryFig {
    margin-top: 1.6rem;
  }
}
.lifeStoryFig .photo,
.lifeStoryFig .photo__pic {
  display: block;
  width: 100%;
}
.lifeStoryFig .photo__image {
  display: block;
  height: auto;
  width: 100%;
}
.lifeStoryFig__alt {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.childSect {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .childSect {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect {
    padding-top: 8rem;
  }
}
.childSect__inner {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  outline: 1px solid #000;
  outline-offset: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .childSect__inner {
    padding: 0.8rem;
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__inner {
    width: 35rem;
  }
}
@media print, screen and (min-width: 768px) {
  .childSect__band {
    display: flex;
  }
}
.childSect__bandCont {
  background-attachment: scroll, fixed;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../../common/imgs/bg-movie-poster.jpg");
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 4rem 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .childSect__bandCont {
    flex: 1;
  }
}
.childSect__en {
  color: rgba(0, 174, 196, 0.2);
  font-family: "Libre Bodoni", serif;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  letter-spacing: 0.12em;
  line-height: 0.7;
  pointer-events: none;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .childSect__en {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__en {
    font-size: 4rem;
  }
}
.childSect__enTop, .childSect__enBottom {
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .childSect__enTop {
    left: 16.2rem;
    top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__enTop {
    left: 27.7%;
    top: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .childSect__enBottom {
    left: 38.55rem;
    top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__enBottom {
    left: 57.8%;
    top: 6.4rem;
  }
}
.childSect__ttl {
  color: #231815;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .childSect__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__ttl {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .childSect__bandPhoto {
    flex: none;
    width: 37.6rem;
  }
}
.childSect__bandPhoto .photo {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .childSect__bandPhoto .photo {
    aspect-ratio: 376/188;
  }
}
@media screen and (max-width: 768px) {
  .childSect__bandPhoto .photo {
    aspect-ratio: 332/120;
  }
}
.childSect__bandPhoto .photo__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .childSect__body {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__body {
    padding: 3rem 0 6rem;
  }
}
.childSect__list {
  list-style: none;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .childSect__list {
    display: grid;
    grid-gap: 2.4rem 4rem;
    gap: 2.4rem 4rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__list {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding: 0 2.4rem;
  }
}
.childSect__card {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.childSect__cardTtl {
  color: #231815;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .childSect__cardTtl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__cardTtl {
    font-size: 1.6rem;
  }
}
.childSect__cardTxt {
  color: #555;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .childSect__cardTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__cardTxt {
    font-size: 1.3rem;
  }
}
.childSect__chipWrap {
  margin-top: auto;
  padding: 0 0.8rem 0.8rem 0;
  position: relative;
}
.childSect__chipWrap::before {
  background-attachment: scroll, fixed;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../../common/imgs/bg-movie-poster.jpg");
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  content: "";
  top: 0.8rem;
  right: 0;
  bottom: 0;
  left: 0.8rem;
  position: absolute;
}
.childSect__chip {
  align-items: center;
  background: #00aec4;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  min-height: 5.9rem;
  padding: 0 1.6rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.childSect__chipTtl {
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .childSect__chipTtl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__chipTtl {
    font-size: 1.3rem;
  }
}
.childSect__chipVal {
  align-items: baseline;
  display: flex;
  gap: 0.4rem;
}
.childSect__chipNum {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
.childSect__chipUnit {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .childSect__chipUnit {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__chipUnit {
    font-size: 1.3rem;
  }
}
.childSect__chipLabel {
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .childSect__chipLabel {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__chipLabel {
    font-size: 1.3rem;
  }
}
.childSect__note {
  color: #555;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 2rem;
}
@media print, screen and (min-width: 768px) {
  .childSect__note {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .childSect__note {
    margin-top: 3.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
