@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.developmentSect {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .developmentSect {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .developmentSect {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .developmentSect {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .developmentSect {
    padding: 0 32px;
  }
}

.developmentSect__head {
  position: absolute;
  top: -60px;
}

@media print, screen and (min-width: 769px) {
  .developmentSect__head {
    left: 30px;
    width: 327px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .developmentSect__head {
    left: calc(30 / 1440 * 100vw);
    top: calc(-60 / 1440 * 100vw);
    width: calc(327 / 1440 * 100vw);
  }
}

.is-tb .developmentSect__head {
  left: calc(30 / 1440 * 100vw);
  top: calc(-60 / 1440 * 100vw);
  width: calc(327 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .developmentSect__head {
    left: 32px;
    width: 267px;
  }
}

@media print, screen and (min-width: 769px) {
  .developmentSect__head .usableList__inner {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .developmentSect__head .usableList__inner {
    gap: 21px;
  }
}

@media print, screen and (min-width: 769px) {
  .developmentSect__head .usableList__item:nth-child(1) {
    margin-left: auto;
    margin-right: 0;
    width: 264px;
  }
}

@media only screen and (max-width: 768px) {
  .developmentSect__head .usableList__item:nth-child(1) {
    width: 152px;
  }
}

@media print, screen and (min-width: 769px) {
  .developmentSect__head .usableList__item:nth-child(2) {
    margin-top: 28px;
    width: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .developmentSect__head .usableList__item:nth-child(2) {
    margin-top: 90px;
    width: 94px;
  }
}

.developmentSect__head .usableList__note {
  text-align: right;
}

.developmentSect__label {
  background-color: #4b4426;
}

@media print, screen and (min-width: 769px) {
  .developmentSect__label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 24px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 768px) {
  .developmentSect__label {
    border-radius: 50px;
    padding: 16px 0;
    text-align: center;
  }
}

.developmentSect__label .en {
  color: #a59c7f;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .developmentSect__label .en {
    display: inline-block;
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .developmentSect__label .en {
    display: block;
    font-size: 13px;
  }
}

.developmentSect__label .jp {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0;
  line-height: 2;
}

.developmentSect__label .jp:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.developmentSect__label .jp:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .developmentSect__label .jp {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .developmentSect__label .jp {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .developmentSect__label .jp + .en {
    margin-top: 8px;
  }
}

.developmentSect__label + .headingUnit {
  margin-top: 40px;
}

.developmentSect__cont {
  background-color: #ffffff;
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.08);
}

@media print, screen and (min-width: 769px) {
  .developmentSect__cont {
    border-radius: 0 150px;
    padding: 120px 104px 120px 416px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .developmentSect__cont {
    padding: calc(120 / 1440 * 100vw) calc(104 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(416 / 1440 * 100vw);
  }
}

.is-tb .developmentSect__cont {
  padding: calc(120 / 1440 * 100vw) calc(104 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(416 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .developmentSect__cont {
    border-radius: 0 80px 80px 0;
    margin-left: -32px;
    margin-right: 32px;
    padding: 160px 32px 80px 32px;
  }
}

@media only screen and (max-width: 768px) {
  .developmentSect__cont .headingUnit .heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .developmentSect__cont .headingUnit .heading {
    font-size: calc(18px * 375 / 390);
  }
}

.ichibangaiSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .ichibangaiSect {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .ichibangaiSect {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
}

.ichibangaiSect__head {
  background-color: rgba(0, 0, 0, 0.3);
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__head {
    border-radius: 0 180px 180px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: calc(50% - 50vw);
    padding: 80px 90px 80px 120px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__head {
    border-radius: 0 80px 80px 0;
    margin-left: -32px;
    margin-right: 41px;
    padding: 40px 60px 40px 32px;
  }
}

.ichibangaiSect__ttl {
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__ttl {
    width: 225px;
  }
}

.ichibangaiSect__ttl .en {
  color: #a59c7f;
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__ttl .en {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__ttl .en {
    font-size: 16px;
  }
}

.ichibangaiSect__ttl .jp {
  display: block;
  letter-spacing: 0;
  line-height: 1.6;
}

.ichibangaiSect__ttl .jp:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.ichibangaiSect__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__ttl .jp {
    font-size: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__ttl .jp {
    font-size: 30px;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__ttl .jp + .en {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__ttl .jp + .en {
    margin-top: 16px;
  }
}

.ichibangaiSect__lead {
  letter-spacing: 0;
  line-height: 2;
}

.ichibangaiSect__lead:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.ichibangaiSect__lead:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__lead {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__lead {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__cont {
    width: 784px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__cont {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__cont .usableList {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__cont .usableList {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__cont .usableList__inner {
    gap: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__cont .usableList__inner {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__cont .usableList__item {
    width: calc(50% - 24px);
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__cont .usableList__item:not(:first-child) {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .ichibangaiSect__cont .usableList + .heading {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .ichibangaiSect__cont .usableList + .heading {
    margin-top: 24px;
  }
}

.lifeInfArea {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .lifeInfArea {
    max-width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .lifeInfArea {
    width: 100%;
  }
}

.is-tb .lifeInfArea {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .lifeInfArea {
    padding: 0 32px;
  }
}

.lifeInfoDesc__map {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__map {
    border-radius: 40px;
    height: 661px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .lifeInfoDesc__map {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    width: 100%;
  }
}

.lifeInfoDesc__map .lifeInfoDesc__item {
  height: 100%;
  width: 100%;
}

.lifeInfoDesc__select {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__select {
    gap: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .lifeInfoDesc__select {
    gap: 8px 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__head + .lifeInfoDesc__cont {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .lifeInfoDesc__head + .lifeInfoDesc__cont {
    margin-top: 60px;
  }
}

.lifeInfoDesc__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__trigger {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .lifeInfoDesc__trigger {
    width: 70px;
  }
}

.lifeInfoDesc__trigger .inner {
  letter-spacing: 0;
  line-height: 1.6;
}

.lifeInfoDesc__trigger .inner:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.lifeInfoDesc__trigger .inner:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__trigger .inner {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lifeInfoDesc__trigger .inner {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  .lifeInfoDesc__trigger .inner {
    font-size: calc(12px * 375 / 390);
  }
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__trigger:hover {
    background-color: #cbecf0;
    color: #4c421f;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lifeInfoDesc__trigger:hover {
    background-color: #cbecf0;
    color: #4c421f;
  }
}

.lifeInfoDesc__trigger.is-active {
  background-color: #cbecf0;
  color: #4c421f;
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__table {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .lifeInfoDesc__table {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__plot {
    width: calc((100% - 48px) / 2);
  }
}

.lifeInfoDesc__plot .trigger {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: none;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  letter-spacing: .05em;
  text-align: left;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .lifeInfoDesc__plot .trigger {
    padding-bottom: 12px;
  }
}

.lifeInfoDesc__plot .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #cbecf0;
  border-radius: 50%;
  color: #4b4426;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  width: 20px;
}

@media only screen and (max-width: 375px) {
  .lifeInfoDesc__plot .num {
    font-size: calc(12px * 375 / 390);
  }
}

.lifeInfoDesc__plot .desc {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lifeInfoDesc__plot .name {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
}

.lifeInfoDesc__plot .name:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.lifeInfoDesc__plot .name:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media only screen and (max-width: 375px) {
  .lifeInfoDesc__plot .name {
    font-size: calc(14px * 375 / 390);
  }
}

.lifeInfoDesc__plot .time {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
}

.lifeInfoDesc__plot .time:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.lifeInfoDesc__plot .time:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

.lifeInfoDesc__plot .time .min {
  display: inline-block;
  text-align: right;
  width: 1.5em;
}

.lifeInfoDesc__plot .dist {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  line-height: 2;
}

.lifeInfoDesc__plot .dist:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.lifeInfoDesc__plot .dist:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media only screen and (max-width: 375px) {
  .lifeInfoDesc__plot .dist {
    font-size: calc(14px * 375 / 390);
  }
}

.lifeInfoDesc__plot .meter {
  font-size: 14px;
  line-height: 2;
}

.lifeInfoDesc__plot .meter:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.lifeInfoDesc__plot .meter:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__plot .meter {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .lifeInfoDesc__plot .meter {
    display: block;
    text-align: right;
  }
}

@media only screen and (max-width: 375px) {
  .lifeInfoDesc__plot .meter {
    font-size: calc(14px * 375 / 390);
  }
}

@media print, screen and (min-width: 769px) {
  .lifeInfoDesc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 48px;
  }
}

.lifeInfoDesc__item {
  display: none;
}

.lifeInfoDesc__item.is-active {
  display: block;
}

.mapBlock {
  background-color: #cccccc;
  color: #666666;
  height: 100%;
  width: 100%;
}

.mapBlock .centerLabel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #00703c;
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 56% 86%, 50% 100%, 44% 86%, 0 86%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 56% 86%, 50% 100%, 44% 86%, 0 86%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1 !important;
  overflow: visible !important;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .mapBlock .centerLabel {
    height: 79px;
    padding-top: 10px;
    -webkit-transform: translate(-50%, -140px);
            transform: translate(-50%, -140px);
    width: 96px;
  }
}

@media only screen and (max-width: 768px) {
  .mapBlock .centerLabel {
    height: 55px;
    padding-top: 7px;
    -webkit-transform: translate(-50%, -110px);
            transform: translate(-50%, -110px);
    width: 67px;
  }
}

@media print, screen and (min-width: 769px) {
  .mapBlock .centerLabel img {
    height: 49px;
  }
}

@media only screen and (max-width: 768px) {
  .mapBlock .centerLabel img {
    height: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .marketCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.marketCard__head {
  background-color: #ffffff;
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.08);
}

@media print, screen and (min-width: 769px) {
  .marketCard__head {
    border-radius: 0 150px 0 0;
    margin-left: calc(50% - 50vw);
    margin-right: 429px;
    padding: 120px 300px 120px 120px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .marketCard__head {
    margin-right: calc(429 / 1440 * 100vw);
    padding: calc(120 / 1440 * 100vw) calc(300 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(120 / 1440 * 100vw);
  }
}

.is-tb .marketCard__head {
  margin-right: calc(429 / 1440 * 100vw);
  padding: calc(120 / 1440 * 100vw) calc(300 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(120 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .marketCard__head {
    border-radius: 0 80px 80px 0;
    margin-left: -32px;
    margin-right: 26px;
    margin-top: -78px;
    padding: 120px 32px 80px 32px;
  }
}

.marketCard__head .headingUnit .heading .caption {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .marketCard__head .tenantAcod {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .marketCard__head .tenantAcod {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .marketCard__body {
    margin: -402px 0 0 auto;
    width: 680px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .marketCard__body {
    width: calc(680 / 1440 * 100vw);
  }
}

.is-tb .marketCard__body {
  width: calc(680 / 1440 * 100vw);
}

@media print, screen and (min-width: 769px) {
  .marketCard--rev .marketCard__head {
    border-radius: 150px 0 0 0;
    margin-left: 429px;
    margin-right: calc(50% - 50vw);
    padding: 120px 120px 120px 300px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .marketCard--rev .marketCard__head {
    margin-left: calc(429 / 1440 * 100vw);
    padding: calc(120 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(300 / 1440 * 100vw);
  }
}

.is-tb .marketCard--rev .marketCard__head {
  margin-left: calc(429 / 1440 * 100vw);
  padding: calc(120 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(300 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .marketCard--rev .marketCard__head {
    border-radius: 80px 0 0 80px;
    margin-left: 26px;
    margin-right: -32px;
    margin-top: -78px;
    padding: 120px 32px 80px 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .marketCard--rev .marketCard__body {
    margin: -402px auto 0 0;
  }
}

.marketSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .marketSect {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .marketSect {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .marketSect {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .marketSect {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .marketSect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .marketSect__head .enTtl + .headingUnit {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 768px) {
  .marketSect__head .enTtl + .headingUnit {
    margin-top: 40px;
  }
}

.marketSect__cont {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .marketSect__cont .marketCard:not(:first-child) {
    margin-top: 113px;
  }
}

@media only screen and (max-width: 768px) {
  .marketSect__cont .marketCard:not(:first-child) {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .marketSect__cont .marketCard:nth-child(2) {
    margin-top: 160px;
  }
}

@media print, screen and (min-width: 769px) {
  .marketSect__head + .marketSect__cont {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .marketSect__head + .marketSect__cont {
    margin-top: 60px;
  }
}

.marketSect__bg {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar));
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .marketSect__bg {
    top: calc(445 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .marketSect__bg {
    top: 358px;
  }
}

.marketSect__bg .photo__capIn {
  left: 10px;
  right: auto;
}

.othersArea {
  position: relative;
  z-index: 1;
}

.pageIntro {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .pageIntro {
    padding: 311px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro {
    padding: 200px 0 0;
  }
}

.pageIntro__shape {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.pageIntro__shape .shapeSVG {
  height: auto;
  width: 100%;
}

.pageIntro__head {
  background-color: rgba(255, 255, 255, 0.9);
}

@media print, screen and (min-width: 769px) {
  .pageIntro__head {
    border-radius: 40px;
    padding: 48px;
    position: absolute;
    right: 110px;
    top: 311px;
    width: 514px;
    z-index: 3;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro__head {
    border-radius: 30px;
    margin: 0 32px;
    padding: 40px 24px;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro__head .headingUnit .heading {
    font-size: 16px;
  }
}

.pageIntro__cont {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .pageIntro__list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .pageIntro__list .generalSlider .swiper-container {
    overflow: visible;
    padding-right: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro__list .generalSlider .swiper-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .pageIntro__list .generalSlider .swiper-wrapper {
    gap: 0;
  }
}

.pageIntro__list .generalSlider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .pageIntro__list .generalSlider .swiper-slide:nth-child(even) {
    padding-top: 89px;
  }
}

@media print, screen and (min-width: 769px) {
  .pageIntro__list .generalSlider .swiper-slide--01 {
    width: 784px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .pageIntro__list .generalSlider .swiper-slide--01 {
    width: calc(528 / 1440 * 100vw);
  }
}

.is-tb .pageIntro__list .generalSlider .swiper-slide--01 {
  width: calc(528 / 1440 * 100vw);
}

@media print, screen and (min-width: 769px) {
  .pageIntro__list .generalSlider .swiper-slide--02 {
    margin-left: 184px;
    margin-top: 343px;
    width: 472px;
  }
}

@media print, screen and (min-width: 769px) {
  .pageIntro__list .generalSlider .swiper-slide--03 {
    margin-left: 262px;
    margin-top: 343px;
    width: 268px;
  }
}

@media print, screen and (min-width: 769px) {
  .pageIntro__list .generalSlider .swiper-slide--04 {
    margin-left: -42px;
    margin-top: 303px;
    width: 576px;
    z-index: -1;
  }
}

.sceneryBlock {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryBlock {
    padding: 120px 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock:not(:first-child) {
    margin-top: 200px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__head {
    margin: 0 0 0 auto;
    width: 472px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryBlock__head {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__head .enTtl + .heading {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryBlock__head .enTtl + .heading {
    margin-top: 40px;
  }
}

.sceneryBlock__body {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body {
    margin-top: -107px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryBlock__body {
    margin-top: 80px;
  }
}

.sceneryBlock__body .generalSlider .swiper-container {
  overflow: visible;
}

@media only screen and (max-width: 768px) {
  .sceneryBlock__body .generalSlider .swiper-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body .generalSlider .swiper-wrapper {
    display: block;
  }
}

.sceneryBlock__body .generalSlider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .sceneryBlock__body .generalSlider .swiper-slide:nth-child(even) {
    padding-top: 89px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body .generalSlider .swiper-slide--01 {
    width: 576px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body .generalSlider .swiper-slide--02 {
    margin-left: 520px;
    margin-top: -40px;
    width: 368px;
    z-index: -1;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body .generalSlider .swiper-slide--03 {
    margin-left: 414px;
    margin-top: 149px;
    width: 264px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body .generalSlider .swiper-slide--04 {
    margin-left: auto;
    margin-right: 0;
    margin-top: -136px;
    width: 472px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body .generalSlider .swiper-slide--05 {
    margin-top: 55px;
    width: 472px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body .generalSlider .swiper-slide--06 {
    margin-left: 313px;
    margin-right: auto;
    margin-top: -430px;
    width: 264px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__body .generalSlider .swiper-slide--07 {
    margin-left: auto;
    margin-right: 207px;
    margin-top: 107px;
    width: 368px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock__bg {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryBlock__bg {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

.sceneryBlock__bg .usableList {
  padding-left: 29px;
}

.sceneryBlock__bg .usableList__inner {
  gap: 139px;
}

.sceneryBlock__bg .usableList__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 152px;
}

.sceneryBlock__bg .usableList__item .photo {
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
}

.sceneryBlock__bg .usableList__item .photo__image {
  opacity: .3;
}

.sceneryBlock__bg .usableList__item:nth-child(1) {
  margin-top: 146px;
}

.sceneryBlock__bg .usableList__item:nth-child(2) {
  margin-top: 20px;
}

.sceneryBlock__bg .usableList__item:nth-child(2) .photo__radiusLayer {
  background-color: #d9d9d9;
}

.sceneryBlock__bg .usableList__item:nth-child(2) .photo__image {
  opacity: .3;
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock--type02 .sceneryBlock__head {
    margin-left: 0;
    margin-right: auto;
    width: 560px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock--type02 .sceneryBlock__body {
    margin-top: 143px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock--type02 .sceneryBlock__body .generalSlider .swiper-slide--02 {
    margin-left: 520px;
    margin-top: -453px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock--type02 .sceneryBlock__body .generalSlider .swiper-slide--03 {
    margin-left: auto;
    margin-right: 105px;
    margin-top: 301px;
    width: 472px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryBlock--type02 .sceneryBlock__body .generalSlider .swiper-slide--04 {
    margin-left: auto;
    margin-right: 0;
    margin-top: -430px;
    width: 264px;
  }
}

.sceneryCard {
  position: relative;
  z-index: 1;
}

.sceneryCard__ttl {
  background-color: rgba(102, 102, 102, 0.85);
  border-radius: 8px;
  bottom: 10px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .sceneryCard__ttl {
    padding: 8px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryCard__ttl {
    padding: 8px;
  }
}

.sceneryCard__txt {
  letter-spacing: 0;
  line-height: 1.4;
}

.sceneryCard__txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  width: 0;
}

.sceneryCard__txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .sceneryCard__txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryCard__txt {
    font-size: 12px;
  }
}

.sceneryCard__txt .caption {
  color: #ffffff;
  display: block;
}

.sceneryCard__visual {
  position: relative;
  z-index: 1;
}

.sceneryCard__clone {
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: .3;
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .sceneryCard__clone {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryCard--01 {
    width: 268px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryCard--01 .sceneryCard__clone {
    left: -84px;
    top: 360px;
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryCard--01 .sceneryCard__clone {
    right: 33px;
    top: 146px;
    width: 152px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryCard--02 {
    width: 210px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryCard--03 {
    width: 210px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryCard--04 {
    width: 268px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryCard--04 .sceneryCard__clone {
    right: -110px;
    top: -121px;
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryCard--04 .sceneryCard__clone {
    right: 33px;
    top: 146px;
    width: 152px;
  }
}

.sceneryLoopSlider {
  position: relative;
  z-index: 1;
}

.sceneryLoopSlider__wrap {
  position: relative;
  z-index: 1;
}

.sceneryLoopSlider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sceneryLoopSlider__inner--bg {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.sceneryLoopSlider__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__list {
    min-height: 900px;
    min-width: 3000px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__list {
    min-height: 276px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__list--top {
    -webkit-animation: loop 40s linear infinite;
            animation: loop 40s linear infinite;
    padding-left: 177px;
    padding-right: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__list--top {
    -webkit-animation: loop 20s linear infinite;
            animation: loop 20s linear infinite;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__list--bg {
    -webkit-animation: loop 50s linear infinite;
            animation: loop 50s linear infinite;
    padding-left: 83px;
    padding-right: 104px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__list--bg {
    -webkit-animation: loop 30s linear infinite;
            animation: loop 30s linear infinite;
    padding-left: 83px;
  }
}

.sceneryLoopSlider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__item--01 {
    margin-top: 87px;
    width: 784px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__item--01 {
    width: 268px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__item--02 {
    margin-left: 184px;
    margin-top: 343px;
    width: 472px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__item--02 {
    margin-left: 30px;
    margin-top: 90px;
    width: 218px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__item--03 {
    margin-left: 262px;
    margin-top: 343px;
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__item--03 {
    margin-left: 30px;
    width: 268px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__item--04 {
    margin-left: -42px;
    margin-top: 303px;
    width: 576px;
    z-index: -1;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__item--04 {
    margin-left: 30px;
    margin-top: 90px;
    width: 218px;
  }
}

.sceneryLoopSlider__bgItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__bgItem {
    width: 152px;
  }
}

.sceneryLoopSlider__bgItem .photo {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: .3;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__bgItem--01 {
    margin-top: 425px;
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__bgItem--01 {
    margin-top: 148px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__bgItem--02 {
    margin-left: 549px;
    margin-top: 554px;
    width: 264px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__bgItem--03 {
    margin-left: 275px;
    margin-top: 165px;
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__bgItem--03 {
    margin-left: 30px;
    margin-top: 148px;
  }
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__bgItem--04 {
    margin-left: 726px;
    margin-top: 210px;
    width: 264px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__bgItem--04 {
    margin-left: 30px;
    margin-top: 90px;
  }
}

.sceneryLoopSlider__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #cccccc;
  border-radius: 15px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 12px;
  font-weight: 500;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  -webkit-transition: background-color .3s ease-out, color .3s ease-out;
  transition: background-color .3s ease-out, color .3s ease-out;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__btn {
    bottom: 70px;
    right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .sceneryLoopSlider__btn {
    bottom: 30px;
    right: 10px;
  }
}

.sceneryLoopSlider__btn .t {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sceneryLoopSlider__btn:hover {
    background-color: white;
  }
}

@media (hover: hover) and (pointer: fine) {
  .sceneryLoopSlider__btn:hover {
    background-color: white;
  }
}

.sceneryLoopSlider__icon {
  aspect-ratio: 20 / 21;
  position: relative;
  width: 20px;
  z-index: 1;
}

.sceneryLoopSlider__icon .stopSVG,
.sceneryLoopSlider__icon .playSVG {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease-out,visibility .3s ease-out;
  transition: opacity .3s ease-out,visibility .3s ease-out;
}

.sceneryLoopSlider__icon .playSVG {
  opacity: 0;
  visibility: hidden;
}

.sceneryLoopSlider.is-stop .sceneryLoopSlider__list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.sceneryLoopSlider.is-stop .sceneryLoopSlider__icon .stopSVG {
  opacity: 0;
  visibility: hidden;
}

.sceneryLoopSlider.is-stop .sceneryLoopSlider__icon .playSVG {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.spotSect__head {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .spotSect__head {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .spotSect__head {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .spotSect__head {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .spotSect__head {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 768px) {
  .spotSect__head .ttlUnit {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media print, screen and (min-width: 769px) {
  .spotSect__head > .heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .spotSect__head > .heading {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .spotSect__head > .heading + .ttlUnit {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .spotSect__head > .heading + .ttlUnit {
    margin-top: 80px;
  }
}

.spotSect__cont {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .spotSect__cont {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .spotSect__cont {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .spotSect__cont {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .spotSect__cont {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .spotSect__cont .generalSlider .swiper-slide {
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .spotSect__cont .generalSlider .swiper-slide {
    width: 268px;
  }
}

.spotSect__head + .spotSect__cont {
  margin-top: 60px;
}

.stationSect__head {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .stationSect__head {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .stationSect__head {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .stationSect__head {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .stationSect__head {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__head {
    min-height: 1060px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__head .headingUnit {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .stationSect__head .headingUnit {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__head .headingUnit .txt {
    max-width: 368px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__head .enTtl {
    text-align: center;
  }
}

.stationSect__map {
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .stationSect__map {
    position: absolute;
    right: -200px;
    top: 60px;
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .stationSect__map {
    width: calc(1000 / 1440 * 100vw);
  }
}

.is-tb .stationSect__map {
  width: calc(1000 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .stationSect__map {
    margin-left: -50px;
    margin-right: -127px;
    margin-top: -80px;
    position: relative;
    width: 500px;
  }
}

.stationSect__map .maskedImage .mapSVG {
  height: auto;
  width: 100%;
}

.stationSect__map .maskedImage .mapSVG__image {
  height: auto;
  width: 100%;
}

.stationSect__map .maskedImage .mapSVG__path {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}

@media print, screen and (min-width: 769px) {
  .stationSect__map .maskedImage__cap {
    padding-right: 210px;
  }
}

@media only screen and (max-width: 768px) {
  .stationSect__map .maskedImage__cap {
    padding-right: 127px;
  }
}

.stationSect__map.sai-animate .maskedImage .mapSVG__path {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.stationSect__cont {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .stationSect__cont {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .stationSect__cont {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .stationSect__cont {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .stationSect__cont {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__cont {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__cont .headingUnit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 768px) {
  .stationSect__cont .headingUnit {
    margin: 56px auto 0;
    width: 268px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__cont .headingUnit .txt {
    max-width: 370px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__head + .stationSect__cont {
    margin-top: -123px;
  }
}

@media only screen and (max-width: 768px) {
  .stationSect__head + .stationSect__cont {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__visuals {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
}

@media print, screen and (min-width: 769px) {
  .stationSect__visuals .photo {
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .stationSect__visuals .photo {
    margin: 0 auto;
    width: 268px;
  }
}

@media only screen and (max-width: 768px) {
  .stationSect__visuals .photo:not(:first-child) {
    margin-top: 56px;
  }
}

.tenantAcod__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}

@media print, screen and (min-width: 769px) {
  .tenantAcod__icon {
    display: none;
  }
}

.tenantAcod__icon .status {
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
  width: 10px;
}

.tenantAcod__icon .status:before {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.tenantAcod__icon .status:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
  width: 1px;
}

@media only screen and (max-width: 768px) {
  .tenantAcod__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 16px;
    text-align: left;
    width: 100%;
  }
}

.tenantAcod__head.is-active .tenantAcod__icon .status:after {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}

.tenantAcod__ttl {
  letter-spacing: 0;
}

@media print, screen and (min-width: 769px) {
  .tenantAcod__ttl {
    font-size: 18px;
    line-height: 2;
  }
  .tenantAcod__ttl:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .tenantAcod__ttl:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .tenantAcod__ttl {
    font-size: 16px;
    line-height: 1.6;
  }
  .tenantAcod__ttl:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .tenantAcod__ttl:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.tenantAcod__body {
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .tenantAcod__body {
    display: grid;
    grid-template-rows: 0;
    -webkit-transition: grid-template-rows .8s ease;
    transition: grid-template-rows .8s ease;
    transition: grid-template-rows .8s ease, -ms-grid-rows .8s ease;
  }
}

.tenantAcod__txt {
  letter-spacing: 0;
  line-height: 1.6;
}

.tenantAcod__txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.tenantAcod__txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .tenantAcod__txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .tenantAcod__txt {
    overflow: hidden;
  }
}

@media print, screen and (min-width: 769px) {
  .location-station {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 768px) {
  .location-station {
    padding: 140px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .location-shopping {
    padding: 140px 0;
  }
}

@media only screen and (max-width: 768px) {
  .location-shopping {
    padding: 80px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .location-gourmet {
    padding: 140px 0 calc(140px + 13.125vw);
  }
}

@media only screen and (max-width: 768px) {
  .location-gourmet {
    padding: 80px 0 calc(80px + 13.125vw);
  }
}

@media print, screen and (min-width: 769px) {
  .location-ichibangai {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 768px) {
  .location-ichibangai {
    padding: 80px 0;
  }
}

.location-market {
  padding: 140px 0;
}

.location-development {
  padding: 60px 0 120px;
}

@media print, screen and (min-width: 769px) {
  .location-others {
    padding: 120px 0 140px;
  }
}

@media only screen and (max-width: 768px) {
  .location-others {
    padding: 0 0 80px;
  }
}

.location-lifeInfo {
  padding: 80px 0 140px;
}
