@charset "UTF-8";
body.common .main .page .commonspace .text .catch::before, body.plan .main .pageTitle .catch::before, body.limited_login .main .page p::before, body.common .main .page .commonspace .text .catch::after, body.plan .main .pageTitle .catch::after, body.limited_login .main .page p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.common .main .page .commonspace .text .catch::before, body.plan .main .pageTitle .catch::before, body.limited_login .main .page p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
body.common .main .page .commonspace .text .catch::after, body.plan .main .pageTitle .catch::after, body.limited_login .main .page p::after {
  margin-top: calc((1em - 1lh) / 2);
}

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

.main {
  padding: 1rem 0 1.9rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 0 0 1.4rem;
  }
}
.main .pageTitle .en {
  margin: 0 auto;
}
.main .pageTitle .ttl {
  margin: 0.3rem 0 0;
  font-size: 0.36rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.main .btn--back {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 0.8rem;
  margin: 1rem auto 0;
  background: #232b53 url(../img/limited/arrow03.svg) 0.2rem 50%/0.24rem auto no-repeat;
  color: #fff;
  font-size: 0.18rme;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .main .btn--back {
    width: auto;
    height: 1rem;
    margin: 0.6rem 0 0;
    font-size: 0.28rem;
  }
}
body.limited .main {
  opacity: 0;
}
body.limited .main .pageTitle .en {
  width: 3.83rem;
}
body.limited .main .page .toc {
  display: flex;
  justify-content: space-between;
  width: 9.3rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 751px) {
  body.limited .main .page .toc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc {
    width: auto;
    flex-direction: column;
    gap: 0.2rem;
  }
}
body.limited .main .page .toc .item {
  width: 4.3rem;
  display: grid;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item {
    width: auto;
  }
}
body.limited .main .page .toc .item.new::before {
  content: "NEW";
  display: grid;
  place-items: center;
  width: 50px;
  height: 20px;
  position: absolute;
  top: -30px;
  left: 0;
  background: #b42714;
  border-radius: 2px;
  color: #fff;
  font-family: "Marcellus";
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item.new::before {
    top: 0;
    width: 40px;
    z-index: 1;
  }
}
body.limited .main .page .toc .item.new::before {
  content: "NEW";
  display: grid;
  place-items: center;
  width: 50px;
  height: 20px;
  position: absolute;
  top: -30px;
  left: 0;
  background: #b42714;
  border-radius: 2px;
  color: #fff;
  font-family: "Marcellus";
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item.new::before {
    top: 0;
    width: 40px;
    z-index: 1;
  }
}
body.limited .main .page .toc .item.up::before {
  content: "更新";
  display: grid;
  place-items: center;
  width: 50px;
  height: 20px;
  position: absolute;
  top: -30px;
  left: 0;
  background: #aa7f48;
  border-radius: 2px;
  color: #fff;
  font-family: "Marcellus";
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item.up::before {
    top: 0;
    width: 40px;
    z-index: 1;
  }
}
body.limited .main .page .toc .item a {
  display: grid;
  position: relative;
  color: #fff;
}
body.limited .main .page .toc .item a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  bottom: 0.3rem;
  left: calc(50% - 0.3rem);
  background: url(../img/limited/arrow02.svg) 0 0/contain no-repeat;
}
@media screen and (hover: hover) and (pointer: fine) {
  body.limited .main .page .toc .item a:hover .image img {
    scale: 1.1;
  }
}
body.limited .main .page .toc .item a,
body.limited .main .page .toc .item .image,
body.limited .main .page .toc .item .text {
  grid-area: 1/1;
}
body.limited .main .page .toc .item .image {
  overflow: hidden;
}
body.limited .main .page .toc .item .image img {
  width: 100%;
  height: 3.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.4s;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item .image img {
    height: 4rem;
  }
}
body.limited .main .page .toc .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  position: relative;
}
body.limited .main .page .toc .item .text .en {
  font-size: 1px;
}
body.limited .main .page .toc .item .text .ja {
  font-size: 0.24rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item .text .ja {
    font-size: 0.28rem;
  }
}
body.limited .main .page .toc .item .text .comongsoon {
  width: 2.7rem;
  position: absolute;
  bottom: 0.2rem;
  left: 0.8rem;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item .text .comongsoon {
    width: 3.2rem;
    left: calc(50% - 1.6rem);
  }
}
body.limited .main .page .toc .item--01 .text .en {
  width: 0.74rem;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--01 .text .en {
    width: 1.48rem;
  }
}
body.limited .main .page .toc .item--02 .text .en {
  width: 1.17rem;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--02 .text .en {
    width: 2.34rem;
  }
}
body.limited .main .page .toc .item--03 .text .en {
  width: 1.58rem;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--03 .text .en {
    width: 3.16rem;
  }
}
body.limited .main .page .toc .item--04 .text .en {
  width: 2.1rem;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--04 .text .en {
    width: 4.2rem;
  }
}
body.limited .main .page .toc .item--04 .text .ja {
  text-align: center;
}
body.limited .main .page .toc .item--04 .text .ja small {
  display: block;
  font-size: 0.8em;
  padding-top: 0.1rem;
  text-align: center;
}
body.limited .main .page .toc .item--04 .text .ja dl {
  display: flex;
  align-items: center;
  margin: 0.2rem 0 0.8rem;
  font-size: 0.12rem;
  line-height: 1.4;
  border-left: 1px solid #fff;
  text-align: left;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--04 .text .ja dl {
    font-size: 0.2rem;
  }
}
body.limited .main .page .toc .item--04 .text .ja dl dt {
  padding: 0 1em;
}
body.limited .main .page .toc .item--04 .text .ja dl dd {
  padding: 0 1em;
  border-left: 1px solid #fff;
}
body.limited .main .page .toc .item--05 .text .en {
  width: 1.26rem;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--05 .text .en {
    width: 2.52rem;
  }
}
body.limited .main .page .toc .item--05 a::after {
  content: "ダウンロードはこちらから";
  background: none;
  color: rgba(255, 255, 255, 0.8);
  left: 50%;
  bottom: 0.4rem;
  width: auto;
  height: auto;
  translate: -50% 0;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--05 a::after {
    font-size: 0.3rem;
  }
}
body.limited .main .page .toc .item--06 .text .en {
  width: 1.3rem;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--06 .text .en {
    width: 2.6rem;
  }
}
body.limited .main .page .toc .item--07 .text .en {
  width: 0.68rem;
}
@media screen and (max-width: 750px) {
  body.limited .main .page .toc .item--07 .text .en {
    width: 1.36rem;
  }
}
body.limited.active .main {
  opacity: 1;
}
body.movie .main {
  opacity: 0;
}
body.movie .main .pageTitle .en {
  width: 3.29rem;
}
body.movie .main .page .toc {
  display: flex;
  gap: 0.4rem;
  width: 14.4rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  body.movie .main .page .toc {
    width: auto;
    flex-direction: column;
  }
}
body.movie .main .page .toc .item {
  width: 7rem;
}
@media screen and (max-width: 750px) {
  body.movie .main .page .toc .item {
    width: auto;
  }
}
body.movie .main .page .toc .item .image {
  overflow: hidden;
  position: relative;
}
body.movie .main .page .toc .item .image > img {
  transition: scale 0.4s;
}
@media screen and (max-width: 750px) {
  body.movie .main .page .toc .item .image > img {
    width: 100%;
    height: 4rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.movie .main .page .toc .item .image .comongsoon {
  width: 2.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  body.movie .main .page .toc .item .image .comongsoon {
    width: 3.2rem;
  }
}
body.movie .main .page .toc .item .text {
  padding: 0.2rem 0 0;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media screen and (hover: hover) and (pointer: fine) {
  body.movie .main .page .toc .item a:hover .image img {
    scale: 1.1;
  }
}
body.movie.active .main {
  opacity: 1;
}
body.common .main {
  padding: 0;
  background: transparent;
  opacity: 0;
}
body.common .main .pageTitle {
  padding: 2.8rem 0 1rem;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  body.common .main .pageTitle {
    margin: 0;
    padding: 2.2rem 0 1rem;
  }
}
body.common .main .pageTitle .en {
  width: 5.21rem;
}
body.common .main .page .section .wrap {
  max-width: 14.4rem;
}
body.common .main .page .section .ttl img {
  display: block;
}
body.common .main .page .section .ttl span {
  display: block;
  margin: 0.3rem 0 0;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  body.common .main .page .section .ttl span {
    margin: 0.4rem 0 0;
    font-size: 0.3rem;
  }
}
body.common .main .page .section p {
  font-size: 0.18rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  body.common .main .page .section p {
    font-size: 0.26rem;
    line-height: 1.8461538462;
  }
}
body.common .main .page .commonspace {
  padding: 0.2rem 0 1.9rem;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  body.common .main .page .commonspace {
    padding: 1rem 0;
  }
}
body.common .main .page .commonspace .ttl {
  text-align: center;
}
body.common .main .page .commonspace .ttl img {
  width: 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body.common .main .page .commonspace .ttl img {
    width: 6.3rem;
  }
}
body.common .main .page .commonspace .text .catch {
  padding: 0.6rem 0 0;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 1.8125;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.common .main .page .commonspace .text .catch {
    font-size: 0.4rem;
    line-height: 1.75;
  }
}
body.common .main .page .commonspace .text p {
  padding: 0.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.common .main .page .commonspace .text p {
    text-align: left;
  }
}
body.common .main .page .commonspace .image {
  max-width: 10.84rem;
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .commonspace .image {
    width: auto;
    margin: 0.6rem -0.2rem 0;
  }
  body.common .main .page .commonspace .image figcaption {
    position: static;
  }
}
body.common .main .page .entrancehall {
  padding: 2.14rem 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall {
    padding: 1rem 0 0;
  }
}
body.common .main .page .entrancehall .image--01 {
  width: 16.8rem;
  margin: 0 -2.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .image--01 {
    width: auto;
    margin: 0 -0.4rem;
  }
}
body.common .main .page .entrancehall .prepend {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .prepend {
    display: block;
    margin: 1.2rem 0 0;
  }
}
body.common .main .page .entrancehall .prepend .ttl {
  width: 6.55rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .prepend .ttl {
    width: 5.98rem;
    margin: 0 auto;
    text-align: center;
  }
}
body.common .main .page .entrancehall .prepend p {
  width: 6.74rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .prepend p {
    width: auto;
    padding: 0.6rem 0.4rem 0;
  }
}
body.common .main .page .entrancehall .images {
  height: 18.72rem;
  margin: 1.7rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .images {
    height: auto;
    margin: 1.2rem 0 0;
  }
}
body.common .main .page .entrancehall .images .image {
  position: absolute;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .images .image {
    position: relative;
  }
}
body.common .main .page .entrancehall .images .image--02 {
  width: 11.5rem;
  top: 0;
  left: -2.4rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .images .image--02 {
    width: 6.8rem;
    margin: 0 0 0 -0.4rem;
    left: 0;
  }
}
body.common .main .page .entrancehall .images .image--03 {
  width: 11.2rem;
  top: 7.5rem;
  right: -2.4rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .images .image--03 {
    width: 7rem;
    margin: 1rem -0.4rem 0 0.1rem;
    top: 0;
    right: 0;
  }
}
body.common .main .page .entrancehall .images .image--04 {
  width: 7.5rem;
  bottom: 0;
  left: -1.2rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .entrancehall .images .image--04 {
    width: 6rem;
    margin: 0.9rem 0 0 -0.4rem;
    left: 0;
  }
}
body.common .main .page .skylounge {
  padding: 2rem 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.common .main .page .skylounge {
    padding: 1rem 0 0;
  }
}
body.common .main .page .skylounge::before {
  content: "";
  display: block;
  width: 10.68rem;
  height: 10.67rem;
  position: absolute;
  bottom: 0.4rem;
  left: calc(50% - 9.5rem);
  background: url(../img/limited/common/bg01.png) 0 0/contain no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  body.common .main .page .skylounge::before {
    width: 100vh;
    height: 100vh;
    left: 0;
  }
}
body.common .main .page .skylounge .ttl img {
  width: 5.05rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .skylounge .ttl img {
    width: 4.545rem;
  }
}
body.common .main .page .skylounge .body {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 8.8rem;
  gap: 1.8rem 1.2rem;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .skylounge .body {
    display: block;
    margin: 0.6rem 0 0;
  }
}
body.common .main .page .skylounge .body .image--01 {
  grid-row: 1/2;
  grid-column: 1/3;
  width: 15.4rem;
  margin: 0 1.4rem 0 -2.4rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .skylounge .body .image--01 {
    width: auto;
    margin: 0 -0.4rem;
  }
}
body.common .main .page .skylounge .body .image--02 {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  body.common .main .page .skylounge .body .image--02 {
    margin: 0.6rem 0 0;
  }
}
body.common .main .page .skylounge .body .text {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: center;
}
@media screen and (max-width: 750px) {
  body.common .main .page .skylounge .body .text {
    padding: 0.6rem 0 0;
  }
}
body.common .main .page .worklounge {
  padding: 1.8rem 0 0;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
@media screen and (max-width: 750px) {
  body.common .main .page .worklounge {
    padding: 1rem 0 0;
  }
}
body.common .main .page .worklounge .prepend {
  display: flex;
  align-items: center;
  margin: 0 0 0 -0.7rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .worklounge .prepend {
    display: block;
    margin: 0;
  }
}
body.common .main .page .worklounge .prepend .ttl {
  width: 6.03rem;
  margin: 0 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .worklounge .prepend .ttl {
    width: 5.427rem;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  body.common .main .page .worklounge .prepend p {
    padding: 0.6rem 0 0;
  }
}
body.common .main .page .worklounge .image {
  margin: 0.8rem -2.4rem 0 -0.7rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .worklounge .image {
    margin: 0.6rem -0.4rem 0;
  }
}
body.common .main .page .worklounge .image figcaption.bottomRight {
  right: 0.1rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .worklounge .image figcaption.bottomRight {
    right: 0;
  }
}
body.common .main .page .guestroom {
  padding: 1.8rem 0 0;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
@media screen and (max-width: 750px) {
  body.common .main .page .guestroom {
    padding: 1rem 0 0;
  }
}
body.common .main .page .guestroom .prepend {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  body.common .main .page .guestroom .prepend {
    display: block;
  }
}
body.common .main .page .guestroom .prepend .ttl {
  width: 5.41rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .guestroom .prepend .ttl {
    width: 4.869rem;
  }
}
@media screen and (max-width: 750px) {
  body.common .main .page .guestroom .prepend p {
    padding: 0.6rem 0 0;
  }
}
body.common .main .page .guestroom .image {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .guestroom .image {
    margin: 0.6rem 0 0;
  }
}
body.common .main .page .otherspace {
  padding: 1.2rem 0 1.8rem;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace {
    padding: 1rem 0;
  }
}
body.common .main .page .otherspace .ttl {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
body.common .main .page .otherspace .ttl img {
  width: 3.87rem;
}
body.common .main .page .otherspace .ttl::after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 1px;
  background: #c39d6d;
}
body.common .main .page .otherspace .body {
  margin: 0.4rem 0 0;
  border-bottom: 1px solid #c39d6d;
  padding: 0 0 0.5rem;
}
body.common .main .page .otherspace .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .list {
    flex-direction: column;
    gap: 0.4rem;
  }
}
body.common .main .page .otherspace .list .item {
  width: calc(50% - 0.4rem);
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .list .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: auto;
  }
  body.common .main .page .otherspace .list .item .image {
    width: 2.8rem;
  }
}
body.common .main .page .otherspace .list .item .text {
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .list .item .text {
    width: calc(100% - 3rem);
    margin: 0;
  }
}
body.common .main .page .otherspace .list .item .text .name {
  line-height: 1;
}
body.common .main .page .otherspace .list .item .text .name .ja {
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .list .item .text .name .ja {
    font-size: 0.28rem;
  }
}
body.common .main .page .otherspace .list .item .text .name .en {
  margin: 0.15rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .list .item .text .name .en {
    font-size: 0.14rem;
  }
}
body.common .main .page .otherspace .list .item .text p {
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .list .item .text p {
    padding: 0.2rem 0 0;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
body.common .main .page .otherspace .column {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0.3rem 0 0;
  padding: 0.5rem 0 0.5rem 1.3rem;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .column {
    display: block;
    margin: 0.4rem 0 0;
    padding: 0.4rem;
  }
}
body.common .main .page .otherspace .column .name {
  font-size: 0.22rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .column .name {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 750px) {
  body.common .main .page .otherspace .column p {
    padding: 0.2rem 0 0;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
body.common .main .page .append {
  padding: 0 0 1.9rem;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  body.common .main .page .append {
    padding: 0 0 1.4rem;
  }
}
body.common .main .page .service {
  padding: 1.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service {
    padding: 1rem 0 0;
  }
}
body.common .main .page .service .ttl {
  text-align: center;
}
body.common .main .page .service .ttl img {
  width: 3.24rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service .ttl img {
    width: 2.916rem;
  }
}
body.common .main .page .service .catch {
  margin: 0.6rem 0 0;
  font-size: 0.32rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service .catch {
    font-size: 0.36rem;
  }
}
body.common .main .page .service .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service .body {
    display: block;
    margin: 0.6rem 0 0;
  }
}
body.common .main .page .service .body .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.4rem;
  width: 7.2rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service .body .list {
    width: auto;
  }
}
body.common .main .page .service .body .list .item {
  width: 3.4rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service .body .list .item {
    width: calc(50% - 0.2rem);
  }
}
body.common .main .page .service .body .list .item .name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 0.2rem;
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service .body .list .item .name {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
body.common .main .page .service .body .list .item p {
  padding: 0.2rem 0 0;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service .body .list .item p {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
body.common .main .page .service .body .image {
  width: 6.7rem;
}
@media screen and (max-width: 750px) {
  body.common .main .page .service .body .image {
    width: auto;
    margin: 0.6rem 0 0;
  }
  body.common .main .page .service .body .image figcaption {
    position: static;
  }
}
body.common.active .main {
  opacity: 1;
}
body.plan .main {
  opacity: 0;
}
body.plan .main .pageTitle .en {
  width: 6.36rem;
}
@media screen and (max-width: 750px) {
  body.plan .main .pageTitle .en {
    width: 4.94rem;
  }
}
body.plan .main .pageTitle .catch {
  padding: 0.8rem 0 0;
  font-size: 0.4rem;
  line-height: 2;
  text-align: center;
}
body.plan .main .pageTitle .catch strong {
  font-size: 1.6em;
  font-weight: inherit;
  font-style: italic;
  line-height: 0.625;
}
body.plan .main .page .roomplan {
  padding: 0.8rem 0 0;
  background: transparent;
}
body.plan .main .page .roomplan .list {
  margin: 0;
}
body.plan.active .main {
  opacity: 1;
}
body.limited_login .main .pageTitle .en {
  width: 3.83rem;
}
body.limited_login .main .page .inner {
  box-sizing: border-box;
  width: 12.8rem;
  margin: 0.6rem auto 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem calc(0.6rem - 1px) 0.6rem;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .inner {
    width: auto;
    padding: 0.6rem calc(0.4rem - 1px);
  }
}
body.limited_login .main .page p {
  font-size: 0.18rem;
  letter-spacing: 0.06em;
  line-height: 1.9444444444;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page p {
    font-size: 0.28rem;
    text-align: left;
  }
}
body.limited_login .main .page .login {
  padding: 0 0 0.8rem;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .login {
    padding: 0 0 0.6rem;
  }
}
body.limited_login .main .page .login .input {
  display: flex;
  width: 7.8rem;
  margin: 0.6rem auto 0;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .login .input {
    width: auto;
  }
}
body.limited_login .main .page .login .input .password {
  box-sizing: border-box;
  width: 6.5rem;
  height: 0.8rem;
  border: none;
  padding: 0 0 0 0.4rem;
  background: #d5d6d9;
  border-radius: 0.02rem 0 0 0.02rem;
  color: #000;
  font-family: inherit;
  font-size: 0.17rem;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .login .input .password {
    width: calc(100% - 1rem);
    padding: 0 0 0 0.2rem;
    font-size: 16px;
  }
}
body.limited_login .main .page .login .input .password::-moz-placeholder {
  opacity: 0.3;
}
body.limited_login .main .page .login .input .password::placeholder {
  opacity: 0.3;
}
body.limited_login .main .page .login .input .submit {
  width: 1rem;
  height: 0.8rem;
  border: none;
  padding: 0;
  background: #c39d6d;
  font-size: 1px;
  cursor: pointer;
}
body.limited_login .main .page .login .input .submit img {
  width: 0.63rem;
}
body.limited_login .main .page .contents {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents {
    padding: 0.6rem 0 0;
  }
}
body.limited_login .main .page .contents .sttl {
  width: 3.36rem;
  margin: 0 auto;
  line-height: 1px;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .sttl {
    width: 4.704rem;
  }
}
body.limited_login .main .page .contents .sttl::before, body.limited_login .main .page .contents .sttl::after {
  content: none;
}
body.limited_login .main .page .contents .sttl + p {
  padding: 0.4rem 0 0;
}
body.limited_login .main .page .contents .list {
  display: flex;
  justify-content: space-between;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list {
    flex-direction: column;
    gap: 0.2rem;
  }
}
body.limited_login .main .page .contents .list .item {
  width: 3.6rem;
  display: grid;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list .item {
    width: auto;
  }
}
body.limited_login .main .page .contents .list .item .image,
body.limited_login .main .page .contents .list .item .text {
  grid-area: 1/1;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list .item .image img {
    width: 100%;
    height: 3.2rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.limited_login .main .page .contents .list .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
body.limited_login .main .page .contents .list .item .text .en {
  text-align: center;
}
body.limited_login .main .page .contents .list .item .text .ja {
  font-size: 0.24rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list .item .text .ja {
    font-size: 0.28rem;
  }
}
body.limited_login .main .page .contents .list .item--01 .text .en {
  width: 0.74rem;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list .item--01 .text .en {
    width: 1.48rem;
  }
}
body.limited_login .main .page .contents .list .item--02 .text .en {
  width: 1.17rem;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list .item--02 .text .en {
    width: 2.34rem;
  }
}
body.limited_login .main .page .contents .list .item--03 .text .en {
  width: 1.58rem;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list .item--03 .text .en {
    width: 3.16rem;
  }
}
body.limited_login .main .page .contents .list .item--04 .text .en {
  width: 1.3rem;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list .item--04 .text .en {
    width: 2.6rem;
  }
}
body.limited_login .main .page .contents .list + p {
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .list + p {
    padding: 0.4rem 0 0;
  }
}
body.limited_login .main .page .contents .btn--entry {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 0.8rem;
  margin: 0.3rem auto 0;
  background-image: url(../img/limited/arrow01.svg), linear-gradient(90deg, #c09765, #e5c7a3, #c09765);
  background-position: calc(100% - 0.2rem) 50%, 0 0;
  background-size: 0.24rem auto, cover;
  background-repeat: no-repeat;
  color: #301710;
  font-size: 0.18rme;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  body.limited_login .main .page .contents .btn--entry {
    width: auto;
    height: 1rem;
    margin: 0.6rem 0 0;
    font-size: 0.28rem;
  }
}
body.seminar .main .pageTitle .en {
  width: 9.2rem;
}
@media screen and (max-width: 750px) {
  body.seminar .main .pageTitle .en {
    width: 6.5rem;
  }
}
body.seminar .main .lead {
  padding-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.seminar .main .lead {
    text-align: left;
  }
}
body.seminar .main .guidance {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  body.seminar .main .guidance {
    flex-direction: column;
  }
}
body.seminar .main .guidance figure {
  flex: 1;
}
body.seminar .main .guidance figure img {
  width: 100%;
}
body.seminar .main .guidance .txt_area {
  flex: 1;
}
body.seminar .main .guidance .txt_area .txt {
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  body.seminar .main .guidance .txt_area .txt {
    font-size: 0.34rem;
  }
}
body.seminar .main .guidance .txt_area .txt + .txt {
  padding-top: 1.5em;
}
body.seminar .main .guidance .txt_area .cap {
  padding-top: 1.5em;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  body.seminar .main .guidance .txt_area .cap {
    font-size: 0.24rem;
  }
}
body.seminar .main .desc {
  padding-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.seminar .main .desc {
    text-align: left;
  }
}
body.seminar .main .desc span {
  display: block;
  padding-top: 1.5em;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  body.seminar .main .desc span {
    font-size: 0.24rem;
  }
}
body.seminar .main a.guidance-btn {
  background: linear-gradient(to right, #C09765, #DAB991, #C09765);
  color: #fff;
  display: block;
  position: relative;
  width: 4.8rem;
  margin: 0.6rem auto 0;
  padding: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.seminar .main a.guidance-btn {
    box-sizing: border-box;
    width: 100%;
    padding-right: 0.5rem;
    font-size: 0.28rem;
  }
}
body.seminar .main a.guidance-btn::before {
  content: "";
  background: url(../img/limited/seminar/arrow.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% 0.2rem auto auto;
  translate: 0 -50%;
  width: 0.24rem;
  height: 0.245rem;
}
@media screen and (max-width: 750px) {
  body.seminar .main a.guidance-btn::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
body.seminar .main .content {
  background: rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  padding: 0.8rem 0.6rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 750px) {
  body.seminar .main .content {
    padding: 0.4rem;
  }
}
body.seminar .main .content .ttl {
  color: #C39D6D;
  padding-bottom: 0.6rem;
  font-size: 0.32rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.seminar .main .content .ttl {
    padding-bottom: 0.4rem;
    font-size: 0.38rem;
  }
}
body.seminar .main .content ul {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  body.seminar .main .content ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.seminar .main .content ul li {
  position: relative;
}
body.seminar .main .content ul li img {
  width: 100%;
}
body.seminar .main .content ul li p {
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  white-space: nowrap;
}
body.seminar .main .content ul li p::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
  font-size: 0.48rem;
  line-height: 1;
  text-align: center;
}/*# sourceMappingURL=limited.css.map */