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

.main .section.plan .slider .swiper-slide a .data {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.main .section.plan .prepend .sttl, .main .section.plan .slider .swiper-slide a .name {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.popPanel .holder {
  scrollbar-width: none;
}
.popPanel .holder::-webkit-scrollbar {
  display: none;
}

.gHeader.onTop {
  background: #fff;
  color: #393d40;
}
.gHeader.onTop .branding .logo a .normal {
  opacity: 1;
}
.gHeader.onTop .branding .logo a .white {
  opacity: 0;
}

.main .pageHeader .ttl .en span {
  font-size: 1rem;
  font-weight: 600;
}
.main .section .text .catch {
  font-size: 0.34rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .main .section .text .catch {
    font-size: 0.44rem;
  }
}
.main .section .text p {
  line-height: 1.8;
  margin: 0.3rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .section .text p {
    font-size: 0.16rem;
  }
}
.main .section + .section {
  padding-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .main .section + .section {
    padding-top: 1.2rem;
  }
}
.main .section--01 .wrap {
  position: relative;
}
.main .section--01 .lead {
  padding: 0 0 0 0.8rem;
  display: grid;
  grid-template-columns: auto 7rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .lead {
    padding: 0;
    display: block;
  }
}
.main .section--01 .lead .images {
  display: grid;
  grid-template-columns: 46% auto;
  gap: 0.1rem;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .main .section--01 .lead .images {
    margin: 0.6rem 0 0;
  }
}
.main .section--01 .lead .image img {
  width: 100%;
}
.main .section--01 .lead .image--01 {
  margin: 1.5rem 0 0;
}
.main .section--01 .lead .image--03 {
  position: absolute;
  top: 5rem;
  left: -1rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .lead .image--03 {
    display: none;
  }
}
.main .section--01 .lead .text {
  padding: 0.7rem 0 0;
}
.main .section--01 .lead .texts p {
  font-size: 0.17rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .lead .texts p {
    font-size: 0.28rem;
  }
}
.main .section--01 .lead .texts p + p {
  margin-top: 0.3rem;
}
.main .section.view .wrap {
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .section.view .headline {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section.view .headline {
    text-align: center;
  }
}
.main .section.view .catch {
  padding: 0.6rem 0 0;
  font-size: 0.36rem;
  line-height: 0.6rem;
  text-align: center;
}
.main .section.view p {
  padding: 0.4rem 0 0;
  font-size: 0.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section.view p {
    padding: 0.6rem 0 0;
    font-size: 0.26rem;
    text-align: left;
  }
}
.main .section.view p span {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section.view p span {
    font-size: 0.4rem;
  }
}
.main .section.plan {
  position: relative;
  z-index: 6;
  background: #fff;
}
.main .section.plan .sectionLead .wrap {
  display: grid;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionLead .wrap {
    width: auto;
  }
}
.main .section.plan .sectionLead .headline {
  grid-area: 1/1;
  justify-self: flex-start;
  align-self: flex-start;
  margin: 0 0 0 -0.2rem;
  position: relative;
  z-index: 1;
  color: #1e385c;
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionLead .headline {
    margin: 0;
  }
}
.main .section.plan .sectionLead .headline .catch,
.main .section.plan .sectionLead .headline .ttl {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 1.2s;
  transition: clip-path 1.2s;
  transition: clip-path 1.2s, -webkit-clip-path 1.2s;
}
.main .section.plan .sectionLead .headline .ttl {
  transition-delay: 0.4s;
}
.main .section.plan .sectionLead .headline.scrollIn .catch,
.main .section.plan .sectionLead .headline.scrollIn .ttl {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.main .section.plan .sectionLead .body {
  grid-area: 1/1;
  padding-top: 0.6rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionLead .body {
    padding-top: 0.4rem;
  }
}
.main .section.plan .sectionLead .body .image--01 {
  width: 10.8rem;
  margin-right: -0.8rem;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionLead .body .image--01 {
    width: 5.5rem;
    margin-right: -0.4rem;
  }
}
.main .section.plan .sectionLead .body .text--01 {
  box-sizing: border-box;
  width: 6.05rem;
  padding: 0.8rem 0 0 1.5rem;
  margin: -2.35rem 0 0;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionLead .body .text--01 {
    width: 6.7rem;
    padding: 0.64rem 0 0 1.8rem;
    margin: -0.9rem 0 0 -0.4rem;
    -webkit-clip-path: polygon(0 0, 4.96rem 0, 4.96rem 0.9rem, 100% 0.9rem, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 4.96rem 0, 4.96rem 0.9rem, 100% 0.9rem, 100% 100%, 0 100%);
  }
}
.main .section.plan .sectionLead .body .text--01 p {
  padding: 0.6rem 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionLead .body .text--01 p {
    padding: 0.7rem 0 0;
    white-space: normal;
  }
}
.main .section.plan .sectionLead .body .image--02 {
  width: 3.2rem;
  position: absolute;
  top: 5rem;
  left: max(-2.4rem, 7.2rem - 50cqw);
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionLead .body .image--02 {
    width: 2.8rem;
    margin: 0.8rem 0 0 -0.4rem;
    position: relative;
    top: 0;
    left: 0;
  }
}
.main .section.plan .sectionLead .body .image--03 {
  width: 3.15rem;
  position: absolute;
  bottom: 0;
  right: 0.54rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionLead .body .image--03 {
    top: 14.6rem;
    bottom: auto;
    right: 0.4rem;
  }
}
.main .section.plan .wrap {
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .section.plan .headline {
    position: absolute;
    left: 0;
    top: -1rem;
  }
}
.main .section.plan .prepend {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section.plan .prepend {
    padding: 0 0.4rem;
    text-align: left;
  }
}
.main .section.plan .prepend .sttl {
  width: 5.3rem;
  color: #1e385c;
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .section.plan .prepend .sttl {
    width: auto;
    font-size: 0.6rem;
    line-height: 0.8;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section.plan .prepend .text {
    padding: 0.7rem 0 0;
  }
}
.main .section.plan .prepend .text .catch {
  font-size: 0.36rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .section.plan .prepend .text .catch {
    font-size: 0.42rem;
    line-height: 0.65rem;
  }
}
.main .section.plan .prepend .text p {
  padding: 0.4rem 0 0;
  font-size: 0.2rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section.plan .prepend .text p {
    padding: 0.6rem 0 0;
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
}
.main .section.plan .prepend .text p strong {
  display: inline-block;
  background: #f4f0e9;
  font-weight: inherit;
}
@media screen and (max-width: 750px) {
  .main .section.plan .prepend .text p strong {
    display: inline;
  }
}
.main .section.plan .slider {
  width: 14.9rem;
  margin: 0.8rem -0.25rem 0;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider {
    width: auto;
    margin: 0.8rem -0.4rem 0;
    overflow: hidden;
  }
  .main .section.plan .slider .swiper {
    width: 6.3rem;
    overflow: visible;
  }
}
.main .section.plan .slider .swiper-slide {
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide {
    width: 6.3rem;
    opacity: 1;
    translate: 0 0 0;
    height: 100%;
  }
}
.main .section.plan .slider .swiper-slide:nth-child(2) {
  transition-delay: 0.4s;
}
.main .section.plan .slider .swiper-slide:nth-child(3) {
  transition-delay: 0.8s;
}
.main .section.plan .slider .swiper-slide a {
  display: grid;
  grid-template-rows: 1.2rem 1fr;
  grid-template-columns: 1.2rem 1fr;
  box-sizing: border-box;
  width: 4.5rem;
  height: 4.7rem;
  margin: 0 auto;
  border: 0.01rem solid #dfe2e6;
  padding: 0 0.24rem;
  position: relative;
  transition: border-color 0.4s;
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide a {
    grid-template-rows: 1.6rem 1fr;
    grid-template-columns: 1.6rem 1fr;
    width: 5.9rem;
    height: 6.2rem;
    padding: 0 0.29rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .section.plan .slider .swiper-slide a:hover {
    border-color: #1e385c;
  }
}
.main .section.plan .slider .swiper-slide a::before {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1;
  background: #1e385c 50% 50% no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0.01rem 0.16rem, 0.16rem 0.01rem;
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide a::before {
    width: 0.5rem;
    background-size: 0.01rem 0.21rem, 0.21rem 0.01rem;
    right: 0.14rem;
    bottom: 0.14rem;
  }
}
.main .section.plan .slider .swiper-slide a .name {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  background: #f0f2f5;
  color: #1e385c;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide a .name {
    gap: 0.1rem;
    font-size: 0.4rem;
  }
}
.main .section.plan .slider .swiper-slide a .name .small {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide a .name .small {
    font-size: 0.26rem;
  }
}
.main .section.plan .slider .swiper-slide a .data {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.2rem;
  font-size: 0.36rem;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide a .data {
    font-size: 0.48rem;
  }
}
.main .section.plan .slider .swiper-slide a .data span {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide a .data span {
    font-size: 0.4rem;
  }
}
.main .section.plan .slider .swiper-slide a .image {
  grid-row: 2/3;
  grid-column: 1/3;
  display: grid;
  place-items: center;
}
.main .section.plan .slider .swiper-slide a .view {
  width: 0.96rem;
  position: absolute;
  top: -0.01rem;
  right: 0.19rem;
  background: #5fa4c1;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide a .view {
    width: 1.3rem;
    right: 0.29rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.4rem;
  }
}
.main .section.plan .slider .swiper-slide.type121m1 a .name {
  background: #f5f3f0;
  color: #b39b69;
}
.main .section.plan .slider .swiper-slide.type121m1 a .badge {
  padding: 0 0.1rem;
  position: absolute;
  top: -0.01rem;
  right: 0.24rem;
  background: #b39b69;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-slide.type121m1 a .badge {
    width: 1.3rem;
    right: 0.29rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.4rem;
    text-align: center;
  }
}
.main .section.plan .slider .swiper-slide.type121m1 a .image img {
  width: 2.87rem;
}
.main .section.plan .slider .swiper-slide.type81f2 a .image img {
  width: 2.49rem;
}
.main .section.plan .slider .swiper-slide.type72i1 a .image img {
  width: 1.91rem;
}
.main .section.plan .slider .swiper-slide.type90k a .image img {
  width: 2.49rem;
}
.main .section.plan .slider .swiper-slide.type63h2 a .image img {
  width: 1.65rem;
}
.main .section.plan .slider .swiper-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  gap: 0.08rem;
  margin: 0.6rem 0 0;
  position: static;
}
@media screen and (max-width: 750px) {
  .main .section.plan .slider .swiper-pagination {
    display: flex;
  }
}
.main .section.plan .slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.02rem;
  background: #cad1da;
  border-radius: 50%;
  opacity: 1;
}
.main .section.plan .slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0;
  background: #1e385c;
}
.main .section.plan .casbee {
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .section.plan .casbee {
    margin: 0.7rem 0 0;
  }
}
.main .section.plan .casbee img {
  display: block;
  width: 2.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .section.plan .casbee img {
    width: 3.13rem;
  }
}
.main .section.plan .casbee .note {
  padding: 0.1rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section.plan .casbee .note {
    font-size: 0.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section.plan .slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 751px) {
  .main .section.plan .slider .swiper-slide {
    width: auto;
  }
}
@media screen and (min-width: 751px) {
  .main .section.plan .slider .swiper-slide a {
    margin: 0;
  }
}
.main .section.plan .slider .swiper-slide a:before {
  display: none;
}
.main .section.plan .slider .swiper-slide.limited a {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
}
.main .section.plan .slider .swiper-slide.limited a .inner {
  position: relative;
  padding: 0 0.3rem;
  box-sizing: border-box;
  height: 100%;
}
.main .section.plan .slider .swiper-slide.limited a .inner::before, .main .section.plan .slider .swiper-slide.limited a .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main .section.plan .slider .swiper-slide.limited a .inner::before {
  background-color: #242424;
  width: 100%;
  height: 100%;
}
.main .section.plan .slider .swiper-slide.limited a .inner::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../imgs/img05.jpg);
  width: 101%;
  height: 101%;
  opacity: 0.15;
}
.main .section.plan .slider .swiper-slide.limited a .sttl {
  color: #FFF;
  font-size: 0.24rem;
  padding-top: 0.7rem;
  text-align: center;
}
.main .section.plan .slider .swiper-slide.limited a .catch {
  color: #FFF;
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
}
.main .section.plan .slider .swiper-slide.limited a .catch span {
  border-bottom: 1px solid #FFF;
}
.main .section.plan .slider .swiper-slide.limited a .catch span span {
  font-size: 0.26rem;
}
.main .section.plan .slider .swiper-slide.limited a .text {
  color: #FFF;
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  letter-spacing: 0.1em;
}
.main .section.plan .slider .swiper-slide.limited a .text span {
  font-size: 0.36rem;
}
.main .section.plan .slider .swiper-slide.limited a .btn {
  color: #FFF;
  margin-top: 0.3rem;
  border-radius: 0.03rem;
  background: #72839A;
  background: linear-gradient(90deg, rgb(114, 131, 154) 0%, rgb(101, 114, 131) 100%);
  font-size: 0.18rem;
  text-align: center;
  padding: 0.15rem 0;
}
.main .fNote {
  padding-top: 1.5rem;
}

.popPanel .holder {
  max-height: calc(100vh - 2.12rem);
  overflow-y: scroll;
  scrollbar-width: none;
}
.popPanel.type150p1, .popPanel.type90k, .popPanel.type63h2 {
  top: 1.06rem;
}
.popPanel.type150p1 .inner, .popPanel.type90k .inner, .popPanel.type63h2 .inner {
  grid-template-rows: auto 3.56rem 1.4rem auto;
  height: auto;
}
.popPanel.type150p1 .view, .popPanel.type90k .view, .popPanel.type63h2 .view {
  grid-row: 4/5;
  grid-column: 1/3;
  padding: 0 0.5rem 0.6rem 0;
}
@media screen and (max-width: 750px) {
  .popPanel.type150p1 .view, .popPanel.type90k .view, .popPanel.type63h2 .view {
    padding: 0;
  }
}
.popPanel.type150p1 .view .image, .popPanel.type90k .view .image, .popPanel.type63h2 .view .image {
  display: block;
  position: relative;
}
.popPanel.type150p1 .view .image img, .popPanel.type90k .view .image img, .popPanel.type63h2 .view .image img {
  width: 19.2rem;
  max-width: none;
}
.popPanel.type150p1 .view .image .simplebar-vertical, .popPanel.type90k .view .image .simplebar-vertical, .popPanel.type63h2 .view .image .simplebar-vertical {
  display: none;
}
.popPanel.type150p1 .view .image .simplebar-horizontal, .popPanel.type90k .view .image .simplebar-horizontal, .popPanel.type63h2 .view .image .simplebar-horizontal {
  width: 100%;
  height: 0.03rem;
  margin: 0.19rem 0 0.3rem;
  position: relative;
  background: #f0f2f5;
}
@media screen and (max-width: 750px) {
  .popPanel.type150p1 .view .image .simplebar-horizontal, .popPanel.type90k .view .image .simplebar-horizontal, .popPanel.type63h2 .view .image .simplebar-horizontal {
    margin: 0.2rem 0 0.1rem;
  }
}
.popPanel.type150p1 .view .image .simplebar-horizontal .simplebar-scrollbar::before, .popPanel.type90k .view .image .simplebar-horizontal .simplebar-scrollbar::before, .popPanel.type63h2 .view .image .simplebar-horizontal .simplebar-scrollbar::before {
  inset: 0;
  background: #b39b69;
  border-radius: 0;
  opacity: 1;
}
.popPanel.type150p1 .view .image::after, .popPanel.type90k .view .image::after, .popPanel.type63h2 .view .image::after {
  content: "";
  display: block;
  width: 0.7rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background: url(../../limited/imgs/ico-mouse.svg) 0 0/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .popPanel.type150p1 .view .image::after, .popPanel.type90k .view .image::after, .popPanel.type63h2 .view .image::after {
    background-image: url(../../limited/imgs/ico-swipe.svg);
  }
}
@media screen and (min-width: 751px) {
  .popPanel.type90k {
    width: 12rem;
    left: calc(50% - 6rem);
  }
}
.popPanel.type90k .image img {
  width: 5.68rem;
}
.popPanel.type90k .map img {
  width: 4.3rem;
}
@media screen and (max-width: 750px) {
  .popPanel.type90k .map img {
    width: auto;
  }
}
@media screen and (min-width: 751px) {
  .popPanel.type63h2 {
    width: 12rem;
    left: calc(50% - 6rem);
  }
}
.popPanel.type63h2 .image img {
  width: 3.76rem;
}
.popPanel.type63h2 .map img {
  width: 4.57rem;
}
@media screen and (max-width: 750px) {
  .popPanel.type63h2 .map img {
    width: auto;
  }
}/*# sourceMappingURL=unique.css.map */