.main .topPlan .note::before, .main .lead p::before, .main .lead .note::before, .main .section .catch::before, .main .section .en::before, .main .topPlan .note::after, .main .lead p::after, .main .lead .note::after, .main .section .catch::after, .main .section .en::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .topPlan .note::before, .main .lead p::before, .main .lead .note::before, .main .section .catch::before, .main .section .en::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .topPlan .note::after, .main .lead p::after, .main .lead .note::after, .main .section .catch::after, .main .section .en::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .main .bnr a {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .main .bnr a {
      transition-property: filter;
    }
  }
  .main .bnr a:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .main .bnr a:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

.main .topInfo {
  background: #232b53;
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .main .topInfo {
    transform: translate(0%, -50%);
  }
}
.main .topInfo a {
  color: #fff;
  text-decoration: underline;
}
.main .topPlan .note {
  padding: 0.2rem 0 0;
  color: #fff;
  font-size: 0.14rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 750px) {
  .main .topPlan .note {
    width: calc(100vw - 30px);
    font-size: 0.2rem;
    line-height: 2;
  }
}
.main .topPlan__box {
  box-sizing: border-box;
}
.main .topPlan__box1 {
  min-height: 100%;
  background-image: url(../img/top/bg_plan1.jpg);
}
.main .topPlan__box2 {
  background-image: url(../img/top/bg_plan2.jpg);
}
.main .topPlan__box3 {
  background-image: url(../img/top/bg_plan3.jpg);
}
.main .topPlan__box4 {
  min-height: 100%;
  background-image: url(../img/top/bg_plan4.jpg);
}
.main .topMv .slider {
  display: grid;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .topMv .slider li {
  grid-area: 1/1;
  opacity: 0;
  transition: opacity 0.8s;
}
.main .topMv .slider li.active {
  opacity: 1;
  position: relative;
}
.main .topMv .slider li img {
  width: 100%;
}
.main .topMv .slider .slide--01 img {
  opacity: 0.8;
}
.main .topMv .mv {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: calc(100vh - 30px);
  padding: 33.6458333333vw 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .topMv .mv {
    align-items: center;
    height: 100vh;
    padding: 0;
  }
}
.main .topMv .mv .logo {
  width: 2.5rem;
  position: absolute;
  top: 1.5rem;
  right: 0.9rem;
}
@media screen and (max-width: 750px) {
  .main .topMv .mv .logo {
    width: 5.18rem;
    top: 2.64rem;
    right: calc(50% - 2.59rem);
  }
}
.main .topMv .mv .logo img {
  width: 100%;
}
.main .topMv .mv .catch {
  width: 11.11rem;
}
@media screen and (max-width: 750px) {
  .main .topMv .mv .catch {
    width: 4.72rem;
    transform: translate(0, 1.8rem);
  }
}
.main .topMv .movie {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .topMv .movie {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 750px) {
  .main .topMv .movie {
    height: 100vh;
  }
}
.main .topMv .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main .topMv .movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main span.topInfo__link {
  text-decoration: none;
}
.main .topPlan .topPlan__ttl {
  white-space: nowrap;
}
.main .topPlan .topPlan__ttl sup {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: top;
}
.main .topBrand {
  margin-bottom: 50px;
}
.main .contents {
  color: #fff;
  overflow: hidden;
}
.main .lead {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .lead {
    margin: 1rem 0 0;
  }
}
.main .lead .movie {
  position: relative;
}
.main .lead .movie .anchor {
  position: absolute;
  left: 0;
  top: -1.4rem;
}
.main .lead .movie .name {
  width: 3.8rem;
  margin: 0 auto;
  list-style: 1;
  font-size: 1px;
}
@media screen and (max-width: 750px) {
  .main .lead .movie .name {
    width: 3.54rem;
  }
}
.main .lead .movie .video {
  display: block;
  width: 10.7rem;
  margin: 0.6rem auto 0;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 750px) {
  .main .lead .movie .video {
    width: 100%;
    margin: 0.5rem 0 0;
  }
}
.main .lead .logo {
  width: 7.8rem;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .lead .logo {
    width: 5rem;
    margin: 1.2rem auto 0;
  }
}
.main .lead .logo img {
  width: 100%;
}
.main .lead .catch {
  width: 11.11rem;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .lead .catch {
    width: 4.72rem;
  }
}
.main .lead p {
  padding: 1.1rem 0 0;
  font-size: 0.2rem;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .lead p {
    padding: 1.2rem 0 0;
    font-size: 0.28rem;
    line-height: 2.3214285714;
  }
}
.main .lead .note {
  max-width: 12rem;
  margin: 0 auto;
  padding: 1.2rem 0 0;
  font-size: 0.14rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 750px) {
  .main .lead .note {
    font-size: 0.2rem;
    line-height: 2;
  }
}
.main .section .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .section .wrap {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .main .section .text {
    padding: 1rem 0.4rem 0;
  }
}
.main .section .ttl img {
  width: 100%;
}
.main .section .catch {
  padding: 0.5rem 0 0;
  font-size: 0.3rem;
  line-height: 1.7666666667;
}
@media screen and (max-width: 750px) {
  .main .section .catch {
    padding: 0.6rem 0 0;
    font-size: 0.4rem;
    line-height: 1.75;
  }
}
.main .section .catch em {
  font-size: 1.5333333333em;
  font-style: italic;
  line-height: 0.652173913;
}
@media screen and (max-width: 750px) {
  .main .section .catch em {
    font-size: 1.6em;
    line-height: 0.625;
  }
}
.main .section .en {
  font-family: sans-serif;
  padding: 0.3rem 0 0;
  font-size: 0.12rem;
  letter-spacing: 0.18em;
  line-height: 1.6666666667;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .main .section .en {
    padding: 0.4rem 0 0;
    font-size: 0.18rem;
    letter-spacing: 0.18em;
    line-height: 1.5555555556;
  }
}
.main .section .btn--more {
  display: flex;
  align-items: center;
  gap: 0.26rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.4rem 0 0;
  color: #fff;
  font-family: sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0.18em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .section .btn--more {
    margin: 0.5rem 0 0;
    font-size: 0.22rem;
  }
}
.main .section .btn--more::after {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.25) url(../img/common/arw02_w.svg) 50% 50%/0.26rem auto no-repeat;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px) {
  .main .section .btn--more::after {
    width: 1.2rem;
    background-size: 0.35rem auto;
  }
}
.main .shinagawa {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .shinagawa {
    margin: 1.5rem 0 0;
  }
}
.main .shinagawa .wrap {
  flex-direction: row-reverse;
}
.main .shinagawa .image {
  width: 9.6rem;
}
@media screen and (max-width: 750px) {
  .main .shinagawa .image {
    width: auto;
    margin: 0 -0.4rem;
  }
}
.main .shinagawa .image figure {
  width: 11.6rem;
  margin-right: -2rem;
}
@media screen and (max-width: 750px) {
  .main .shinagawa .image figure {
    width: auto;
    margin-right: 0;
  }
}
.main .shinagawa .ttl {
  width: 4.17rem;
}
@media screen and (max-width: 750px) {
  .main .shinagawa .ttl {
    width: 5.72rem;
  }
}
.main .location {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .location {
    margin: 1.5rem 0 0;
  }
}
.main .location .image {
  width: 8.2rem;
}
@media screen and (max-width: 750px) {
  .main .location .image {
    width: auto;
    margin: 0 0 0 -0.4rem;
  }
}
.main .location .image figure {
  width: 10.2rem;
  margin-left: -2rem;
}
@media screen and (max-width: 750px) {
  .main .location .image figure {
    width: auto;
    margin-left: 0;
  }
}
.main .location .text {
  width: 5.4rem;
  padding: 0 0 1rem;
}
@media screen and (max-width: 750px) {
  .main .location .text {
    width: auto;
    padding: 1rem 0.4rem 0;
  }
}
.main .location .ttl {
  width: 4.1rem;
}
@media screen and (max-width: 750px) {
  .main .location .ttl {
    width: 5.64rem;
  }
}
.main .residence {
  margin: 2rem 0 0;
  background: url(../img/top/bg01.png) 50% 0.1rem/19.2rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .residence {
    margin: 1.5rem 0 0;
    background: none;
  }
}
.main .residence .wrap {
  flex-direction: row-reverse;
}
.main .residence .image {
  width: 9.4rem;
}
@media screen and (max-width: 750px) {
  .main .residence .image {
    width: auto;
    margin: 0 -0.4rem;
  }
}
.main .residence .image figure {
  width: 11.4rem;
  margin-right: -2rem;
}
@media screen and (max-width: 750px) {
  .main .residence .image figure {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .residence .text {
    background: url(../img/top/bg01_sp.png) 0 0/100% auto no-repeat;
  }
}
.main .residence .ttl {
  width: 3.78rem;
}
@media screen and (max-width: 750px) {
  .main .residence .ttl {
    width: 5.2rem;
  }
}
.main .commonSpace {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .commonSpace {
    margin: 1.5rem 0 0;
  }
}
.main .commonSpace .images {
  width: 10.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: -2rem;
}
@media screen and (max-width: 750px) {
  .main .commonSpace .images {
    width: auto;
    margin: 0 -0.4rem;
  }
}
.main .commonSpace .image:nth-child(1) {
  grid-row: 1/2;
}
.main .commonSpace .image:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.main .commonSpace .image:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  .main .commonSpace .image figure {
    width: auto;
  }
}
.main .commonSpace .text {
  width: 5.4rem;
}
@media screen and (max-width: 750px) {
  .main .commonSpace .text {
    width: auto;
  }
}
.main .commonSpace .ttl {
  width: 3.47rem;
}
@media screen and (max-width: 750px) {
  .main .commonSpace .ttl {
    width: 4.76rem;
  }
}
.main .commonSpace .catch,
.main .commonSpace .en {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .commonSpace .catch,
  .main .commonSpace .en {
    white-space: normal;
  }
}
.main .commonSpace .btn--limited {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 4.4rem;
  height: 0.9rem;
  margin: 0.4rem 0 0;
  padding: 0 0 0 0.3rem;
  background: rgba(255, 255, 255, 0.25) url(../img/common/arw02_w.svg) calc(100% - 0.3rem) 50%/0.26rem auto no-repeat;
  border-radius: 0.45rem;
  color: #fff;
  font-size: 0.18rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px) {
  .main .commonSpace .btn--limited {
    width: auto;
    height: 1.2rem;
    margin: 0.5rem 0 0;
    padding: 0 0 0 0.4rem;
    border-radius: 0.6rem;
    font-size: 0.27rem;
    background-size: 0.35rem auto;
  }
}
.main .plan {
  margin: 2.5rem 0 0;
  padding: 0 0 2rem;
  background-image: url(../img/top/bg02.jpg), linear-gradient(#ae8a60, #ae8a60);
  background-position: 50% 100%;
  background-size: 19.2rem auto, 1rem 8.8rem;
  background-repeat: no-repeat, repeat-x;
}
@media screen and (max-width: 750px) {
  .main .plan {
    margin: 1.5rem 0 0;
    padding: 0;
    background: none;
  }
}
.main .plan .wrap {
  flex-direction: row-reverse;
}
.main .plan .image {
  width: 9.4rem;
}
@media screen and (max-width: 750px) {
  .main .plan .image {
    width: auto;
    margin: 0 -0.4rem;
  }
}
.main .plan .image figure {
  width: 11.4rem;
  margin-right: -2rem;
}
@media screen and (max-width: 750px) {
  .main .plan .image figure {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .plan .text {
    margin: 0 -0.4rem;
    padding: 1rem 0.8rem 1.5rem;
    background: url(../img/top/bg02_sp.jpg) 0 0/cover no-repeat;
  }
}
.main .plan .ttl {
  width: 1.65rem;
}
@media screen and (max-width: 750px) {
  .main .plan .ttl {
    width: 2.26rem;
  }
}
@media screen and (max-width: 750px) {
  .main .plan .catch {
    white-space: nowrap;
  }
}
.main .premium {
  padding: 2rem 0;
  background: #000 url(../img/top/bg03.jpg) 50% 0/auto 100% no-repeat;
}
@media screen and (max-width: 750px) {
  .main .premium {
    padding: 0;
    background: none;
  }
}
.main .premium .wrap {
  display: block;
}
.main .premium .image {
  width: 14rem;
}
@media screen and (max-width: 750px) {
  .main .premium .image {
    width: auto;
    margin: 0 -0.4rem;
  }
}
.main .premium .image figure {
  width: 16rem;
  margin-left: -2rem;
}
@media screen and (max-width: 750px) {
  .main .premium .image figure {
    width: auto;
    margin-left: 0;
  }
}
.main .premium .text {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 6.15rem 1fr;
  margin: 1rem 1.6rem 0;
}
@media screen and (max-width: 750px) {
  .main .premium .text {
    display: block;
    margin: 0 -0.4rem;
    padding: 1rem 0.8rem 1.5rem;
    background: url(../img/top/bg03_sp.jpg) 0 0/cover no-repeat;
  }
}
.main .premium .ttl {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 3.06rem;
}
@media screen and (max-width: 750px) {
  .main .premium .ttl {
    width: 4.19rem;
  }
}
.main .premium .catch {
  grid-row: 2/3;
  grid-column: 1/2;
}
.main .premium .en {
  grid-row: 3/4;
  grid-column: 1/2;
}
.main .premium .btn--more {
  grid-row: 1/4;
  grid-column: 2/3;
  align-self: flex-end;
}
.main .brand {
  margin: 2rem 0 3.2rem;
}
@media screen and (max-width: 750px) {
  .main .brand {
    margin: 1.5rem 0 2rem;
  }
}
.main .brand .wrap {
  flex-direction: row-reverse;
}
.main .brand .image {
  width: 10.2rem;
}
@media screen and (max-width: 750px) {
  .main .brand .image {
    width: auto;
    margin: 0 -0.4rem 0 0;
  }
}
.main .brand .image figure {
  width: 12.2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 750px) {
  .main .brand .image figure {
    width: auto;
    margin-right: 0;
  }
}
.main .brand .ttl {
  width: 2.27rem;
}
@media screen and (max-width: 750px) {
  .main .brand .ttl {
    width: 3.1rem;
  }
}/*# sourceMappingURL=home.css.map */