.lower-mv--wrapper {
  aspect-ratio: 1920/1080;
}

.bg-access {
  position: relative;
}
.bg-access::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("../img/top/bg-top.svg") repeat-y;
  background-size: contain;
  z-index: -1;
}

.intro-ttl-en {
  max-width: 88px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro-ttl-en {
    max-width: 80px;
  }
}

.intro-ttl {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .intro-ttl {
    margin-top: 14px;
  }
}

.intro-kv img {
  width: 100%;
}

.intro-mv {
  padding-bottom: 14px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .intro-mv {
    margin-top: 24px;
  }
}

.intro-inner {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .intro-inner {
    padding-bottom: 0;
  }
}

.intro-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .intro-list {
    grid-template-columns: repeat(2, 1fr);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 24px;
  }
}

.intro-item {
  position: relative;
  aspect-ratio: 400/267;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/access/access-img01.jpg") no-repeat;
  background-size: cover;
}
.intro-item.tokyo {
  background-image: url("../img/access/access-img02.jpg");
}
.intro-item.roppongi {
  background-image: url("../img/access/access-img03.jpg");
}
.intro-item.shinagawa {
  background-image: url("../img/access/access-img04.jpg");
}
.intro-item.hibiya {
  background-image: url("../img/access/access-img05.jpg");
}
.intro-item.haneda {
  background-image: url("../img/access/access-img06.jpg");
}
@media screen and (max-width: 767px) {
  .intro-item img {
    max-height: 50px;
  }
}

.intro-caption {
  font-size: 11px;
  margin-top: 8px;
  margin-left: auto;
  text-align: right;
}

.intro-secondTtl {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .intro-secondTtl {
    margin-top: 50px;
  }
}

.intro-txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .intro-txt {
    margin-top: 16px;
  }
}

.intro-img {
  max-width: 915px;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .intro-img {
    margin-top: 24px;
  }
}

.scenery-sec {
  padding-top: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .scenery-sec {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}

.scenery-list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .scenery-list {
    margin-top: 0;
  }
}
.scenery-list li {
  overflow: hidden;
  position: relative;
}
.scenery-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .scenery-list li .c-caption {
    font-size: 9px;
  }
}
.scenery-list.--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .scenery-list.--grid {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
}
.scenery-list.--grid li:nth-child(1) {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 767px) {
  .scenery-list.--grid li:nth-child(1) {
    grid-area: auto;
  }
}
.scenery-list.--grid li:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 767px) {
  .scenery-list.--grid li:nth-child(2) {
    grid-area: auto;
  }
}
.scenery-list.--grid li:nth-child(3) {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 767px) {
  .scenery-list.--grid li:nth-child(3) {
    grid-area: auto;
  }
}
@media screen and (max-width: 767px) {
  .scenery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.scenery-txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .scenery-txt {
    margin-top: 16px;
  }
}

.life-inner {
  padding-top: 150px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .life-inner {
    padding-top: 104px;
    padding-bottom: 24px;
  }
}

.life-txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .life-txt {
    margin-top: 16px;
  }
}

.life-kv {
  margin: 0 auto 0;
  padding-bottom: 150px;
  max-width: 900pxK;
}
@media screen and (max-width: 767px) {
  .life-kv {
    padding-bottom: 48px;
  }
}

.life-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .life-card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.life-card_item {
  aspect-ratio: 640/392;
}
.life-card_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.life-card_ttl {
  color: #fff;
  top: 0;
  left: 5px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 0.1em;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .life-card_ttl {
    font-size: 20px;
  }
}

.area-inner {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .area-inner {
    padding-top: 52px;
    padding-bottom: 80px;
  }
}

.area-cont {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .area-kv {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.area-flex {
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .area-flex {
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
  }
}

.area-right {
  width: 50%;
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .area-right {
    width: 100%;
  }
}
.area-right.thin {
  width: calc(50% - 32px);
}
@media screen and (max-width: 767px) {
  .area-right.thin {
    width: 100%;
  }
}

.area-left.wide {
  width: 50%;
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .area-left.wide {
    width: 100%;
  }
}

.area-contTtl {
  color: #8E8061;
  text-align: left;
  font-size: 18px;
  margin-top: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .area-contTtl {
    font-size: 14px;
  }
}

.area-txt {
  text-align: left;
  margin-top: 8px;
}
.area-txt small {
  font-size: 10px;
  line-height: 1 !important;
  display: inline-block;
}
.area-txt.caption {
  line-height: 1.1;
  margin-top: 0;
}

.location-sec {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .location-sec {
    padding-bottom: 80px;
  }
}

.location-inner {
  padding-top: 0;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .location-inner {
    padding-bottom: 32px;
  }
}

.location-en {
  max-width: 183px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .location-en {
    max-width: 138px;
  }
}

.location-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  .location-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

.location-ttl {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .location-ttl {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .right-corner {
    grid-area: 2/1/4/2;
  }
}

.left-corner {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 767px) {
  .left-corner {
    grid-area: 3/1/5/2;
  }
}

.location-item {
  position: relative;
}
.location-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}
.location-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .location-item .c-caption {
    font-size: 9px !important;
  }
}

@media screen and (min-width: 768px) {
  .life-kv-caption.c-caption.in.right {
    right: 12%;
    bottom: 8%;
  }
}