@charset "UTF-8";
.main figure:has(.bottomRight) figcaption::before,
.main figure:has(.bottomRightOut) figcaption::before,
.main figure:has(.bottomLeft) figcaption::before,
.main figure:has(.bottomLeftOut) figcaption::before, .main .fNote .wrap::before, .gFooter .contact .tel .text::before, .gFooter .contact .tel .note::before, .gFooter .contact .cv .text::before, .main figure:has(.bottomRight) figcaption::after,
.main figure:has(.bottomRightOut) figcaption::after,
.main figure:has(.bottomLeft) figcaption::after,
.main figure:has(.bottomLeftOut) figcaption::after, .main .fNote .wrap::after, .gFooter .contact .tel .text::after, .gFooter .contact .tel .note::after, .gFooter .contact .cv .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main figure:has(.bottomRight) figcaption::before,
.main figure:has(.bottomRightOut) figcaption::before,
.main figure:has(.bottomLeft) figcaption::before,
.main figure:has(.bottomLeftOut) figcaption::before, .main .fNote .wrap::before, .gFooter .contact .tel .text::before, .gFooter .contact .tel .note::before, .gFooter .contact .cv .text::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main figure:has(.bottomRight) figcaption::after,
.main figure:has(.bottomRightOut) figcaption::after,
.main figure:has(.bottomLeft) figcaption::after,
.main figure:has(.bottomLeftOut) figcaption::after, .main .fNote .wrap::after, .gFooter .contact .tel .text::after, .gFooter .contact .tel .note::after, .gFooter .contact .cv .text::after {
  margin-top: calc((1em - 1lh) / 2);
}

.gFooter .contact .tel a, .popPanel .text .plan, .popPanel .text .size .num, .popPanel .text .misc .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.gHeader .gNav .navigation .pager .en, .gHeader .gNav .navigation .cv .en, .main .pageHeader .ttl .en, .gFooter .contact .tel .legend, .gFooter .contact .cv a .en, .gFooter .copyright, .gFooter .spMenu .list a,
.gFooter .spMenu .list button, .popPanel .text .name {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1920px) and (min-width: 751px) {
  :root {
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

/*:target {
	scroll-margin-top: 1.15rem;

	@include sp {
		scroll-margin-top: .75rem;
	}
}*/
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #393d40;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

.wrap {
  max-width: 14.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.4rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.fadeIn.scrollIn {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  translate: 0 1rem 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
}
.fadeUp.scrollIn {
  opacity: 1;
  translate: 0 0 0;
}

.fadeUpFromRight {
  opacity: 0;
  translate: 0.6rem 0.6rem 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
}
.fadeUpFromRight.scrollIn {
  opacity: 1;
  translate: 0 0 0;
}

.fadeUpFromLeft {
  opacity: 0;
  translate: -0.6rem 0.6rem 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
}
.fadeUpFromLeft.scrollIn {
  opacity: 1;
  translate: 0 0 0;
}

@-webkit-keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.pagetopHelper {
  width: 1px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 1rem;
  padding: 0 0.3rem 0 0.47rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: height, background-color, color;
  transition-property: height, background-color, color;
}
@media screen and (max-width: 750px) {
  .gHeader {
    height: 1.1rem;
    padding: 0 0.25rem 0 0.3rem;
  }
}
.gHeader .branding {
  width: 3.03rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 3.97rem;
    margin: 0.3rem 0 0;
  }
}
.gHeader .branding .logo a {
  display: grid;
}
.gHeader .branding .logo a img {
  grid-area: 1/1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.gHeader .branding .logo a .white {
  opacity: 0;
}
.gHeader .gNav {
  display: contents;
}
.gHeader .gNav .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 1.2rem 0.6rem 1.8rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(237, 239, 242, 0.95);
    translate: 0 -100% 0;
    -webkit-transition: translate 0.4s;
    transition: translate 0.4s;
  }
  .gHeader .gNav .navigation:is(body.openSpMenu *) {
    translate: 0 0 0;
  }
}
.gHeader .gNav .navigation .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.7rem;
    text-align: center;
  }
}
.gHeader .gNav .navigation .pager .en {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .pager .en {
    display: block;
    color: #1e385c;
    font-size: 0.6rem;
    line-height: 0.8;
  }
}
.gHeader .gNav .navigation .pager .ja {
  font-size: 0.17rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .pager .ja {
    color: #393d40;
    font-size: 0.26rem;
    line-height: 1;
  }
}
.gHeader .gNav .navigation .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  margin: 0 0 0 0.3rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
    margin: 1rem 0 0;
  }
}
.gHeader .gNav .navigation .cv li {
  width: 1.7rem;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv li {
    width: auto;
  }
}
.gHeader .gNav .navigation .cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
  height: 0.5rem;
  border-radius: 0.03rem;
  color: #fff;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    height: 1.2rem;
    border-radius: 0.05rem;
  }
}
.gHeader .gNav .navigation .cv a.entry {
  background: #1e385c radial-gradient(closest-side, rgba(182, 213, 255, 0.25) 0%, rgba(121, 171, 240, 0) 100%);
}
.gHeader .gNav .navigation .cv a.limited {
  background: #657283 radial-gradient(closest-side, rgba(160, 166, 174, 0.25) 0%, rgba(160, 166, 174, 0) 100%);
}
.gHeader .gNav .navigation .cv .en {
  display: none;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  line-height: 0.5rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv .en {
    display: block;
    width: 2rem;
    text-align: center;
  }
}
.gHeader .gNav .navigation .cv .ja {
  display: block;
  font-size: 0.15rem;
  line-height: 1;
  -webkit-transition: font-size 0.4s;
  transition: font-size 0.4s;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv .ja {
    border-left: 0.01rem solid rgba(255, 255, 255, 0.15);
    padding: 0 0 0 0.4rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
}
.gHeader .bt-sound {
  -ms-flex-item-align: center;
      align-self: center;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0 0 0.3rem;
  border: none;
  padding: 0;
  background: transparent url(../imgs/bt-sound_off.png) 0 0/contain no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: 0.07rem 0.08rem 0.2rem rgba(0, 0, 0, 0.06);
          box-shadow: 0.07rem 0.08rem 0.2rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 750px) {
  .gHeader .bt-sound {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.gHeader .bt-sound.active {
  background-image: url(../imgs/bt-sound.png);
}
.gHeader.onTop {
  background: transparent;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .gHeader.onTop {
    height: 1.2rem;
  }
}
.gHeader.onTop .branding .logo a .normal {
  opacity: 0;
}
.gHeader.onTop .branding .logo a .white {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .gHeader.onTop .gNav .navigation .cv li {
    width: 1.5rem;
  }
  .gHeader.onTop .gNav .navigation .cv a {
    height: 1.2rem;
    border-radius: 0 0 0.03rem 0.03rem;
  }
  .gHeader.onTop .gNav .navigation .cv .en {
    display: block;
  }
  .gHeader.onTop .gNav .navigation .cv .ja {
    font-size: 0.14rem;
  }
}

.main figure:has(.bottomRight),
.main figure:has(.bottomRightOut),
.main figure:has(.bottomLeft),
.main figure:has(.bottomLeftOut) {
  position: relative;
}
.main figure:has(.bottomRight) figcaption,
.main figure:has(.bottomRightOut) figcaption,
.main figure:has(.bottomLeft) figcaption,
.main figure:has(.bottomLeftOut) figcaption {
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main figure:has(.bottomRight) figcaption,
  .main figure:has(.bottomRightOut) figcaption,
  .main figure:has(.bottomLeft) figcaption,
  .main figure:has(.bottomLeftOut) figcaption {
    font-size: 0.2rem;
  }
}
.main figure:has(.bottomRight) figcaption.white,
.main figure:has(.bottomRightOut) figcaption.white,
.main figure:has(.bottomLeft) figcaption.white,
.main figure:has(.bottomLeftOut) figcaption.white {
  color: #fff;
}
.main figure:has(.bottomRight) figcaption:where(.bottomRight),
.main figure:has(.bottomRightOut) figcaption:where(.bottomRight),
.main figure:has(.bottomLeft) figcaption:where(.bottomRight),
.main figure:has(.bottomLeftOut) figcaption:where(.bottomRight) {
  padding: 0.1rem;
  bottom: 0;
  right: 0;
  text-align: right;
}
.main figure:has(.bottomRight) figcaption:where(.bottomRightOut),
.main figure:has(.bottomRightOut) figcaption:where(.bottomRightOut),
.main figure:has(.bottomLeft) figcaption:where(.bottomRightOut),
.main figure:has(.bottomLeftOut) figcaption:where(.bottomRightOut) {
  padding: 0.1rem 0 0;
  top: 100%;
  right: 0;
  text-align: right;
}
.main figure:has(.bottomRight) figcaption:where(.bottomLeft),
.main figure:has(.bottomRightOut) figcaption:where(.bottomLeft),
.main figure:has(.bottomLeft) figcaption:where(.bottomLeft),
.main figure:has(.bottomLeftOut) figcaption:where(.bottomLeft) {
  padding: 0.1rem;
  bottom: 0;
  left: 0;
}
.main figure:has(.bottomRight) figcaption:where(.bottomLeftOut),
.main figure:has(.bottomRightOut) figcaption:where(.bottomLeftOut),
.main figure:has(.bottomLeft) figcaption:where(.bottomLeftOut),
.main figure:has(.bottomLeftOut) figcaption:where(.bottomLeftOut) {
  padding: 0.1rem 0 0;
  top: 100%;
  left: 0;
}
.main .fNote {
  padding: 2rem 0 1rem;
  position: relative;
  background: #fff;
}
.main .fNote .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main .fNote .wrap {
    font-size: 0.2rem;
    line-height: 0.38rem;
  }
}
.main .pageHeader {
  container-type: inline-size;
  margin: 0 0 1.2rem;
  padding: 1.3rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .pageHeader {
    margin: 0 0 0.8rem;
    padding: 0.6rem 0 0;
  }
}
.main .pageHeader .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  position: relative;
  z-index: 1;
}
.main .pageHeader .ttl .ja {
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja {
    font-size: 0.32rem;
  }
}
.main .pageHeader .ttl .en {
  color: #1e385c;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .en {
    font-size: 1rem;
  }
}
.main .pageHeader .image {
  margin: -0.5rem max(-2.4rem, 7.2rem - 50cqw) 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image {
    margin: -0.5rem -0.4rem 0;
  }
}
.main .pageHeader .image img {
  height: 5.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image img {
    height: 3.6rem;
  }
}

.gFooter {
  padding: 1.42rem 0 0.8rem;
  position: relative;
  background: url(../imgs/bg-ftr.jpg) 50% 50%/cover no-repeat;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter {
    padding: 1.6rem 0 1.4rem;
    background-image: url(../imgs/bg-ftr_sp.jpg);
  }
}
.gFooter .catch {
  width: 3.62rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .gFooter .catch {
    width: 4.76rem;
  }
}
.gFooter .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  margin: 0.86rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))) 50% 50%/0.01rem 2.6rem no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 50% 50%/0.01rem 2.6rem no-repeat;
  -webkit-box-shadow: inset 0 0 0 0.01rem rgba(255, 255, 255, 0.1), 0.06rem 0.08rem 0.38rem 0.02rem rgba(13, 23, 38, 0.4), 0.29rem 0.41rem 0.5rem rgba(13, 23, 38, 0.5);
          box-shadow: inset 0 0 0 0.01rem rgba(255, 255, 255, 0.1), 0.06rem 0.08rem 0.38rem 0.02rem rgba(13, 23, 38, 0.4), 0.29rem 0.41rem 0.5rem rgba(13, 23, 38, 0.5);
  backdrop-filter: blur(0.05rem);
}
@media screen and (max-width: 750px) {
  .gFooter .contact {
    display: block;
    height: auto;
    margin: 1rem 0 0;
    background: none;
  }
}
.gFooter .contact .tel {
  width: 50%;
  padding: 0.8rem 0 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel {
    width: auto;
    padding: 0.7rem 0;
  }
}
.gFooter .contact .tel .legend {
  font-size: 0.36rem;
  font-weight: 300;
  line-height: 0.8;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel .legend {
    font-size: 0.42rem;
  }
}
.gFooter .contact .tel .text {
  padding: 0.5rem 0 0;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.35rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel .text {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
}
.gFooter .contact .tel a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 0.38rem;
  background: url(../imgs/ico-tel.svg) 0 50%/0.28rem auto no-repeat;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 0.86rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel a {
    padding: 0 0 0 0.46rem;
    background-size: 0.34rem auto;
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
}
.gFooter .contact .tel a span {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: 400;
}
.gFooter .contact .tel .note {
  font-size: 0.15rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel .note {
    font-size: 0.22rem;
    line-height: 0.35rem;
  }
}
.gFooter .contact .cv {
  width: 50%;
  padding: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .cv {
    width: auto;
    padding: 0.7rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))) 50% 0/5rem 0.01rem no-repeat;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 50% 0/5rem 0.01rem no-repeat;
  }
}
.gFooter .contact .cv .legend {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .cv .legend {
    font-size: 0.38rem;
  }
}
.gFooter .contact .cv .text {
  padding: 0.3rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .cv .text {
    padding: 0.4rem 0 0;
    font-size: 0.26rem;
    line-height: 0.45rem;
  }
}
.gFooter .contact .cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.4rem;
  height: 0.8rem;
  margin: 0.6rem auto 0;
  padding: 0 0.35rem 0 0;
  border-radius: 0.03rem;
  background: #1e385c -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))) 100% 0/300% 100% no-repeat;
  background: #1e385c linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0)) 100% 0/300% 100% no-repeat;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.3rem;
  -webkit-transition: background-position 0.4s;
  transition: background-position 0.4s;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .cv a {
    width: 5.9rem;
    height: 1.2rem;
    margin: 0.5rem auto 0;
    padding: 0 0.1rem 0 0;
    border-radius: 0.05rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
}
.gFooter .contact .cv a .en {
  letter-spacing: 0.05em;
}
.gFooter .contact .cv a .ja {
  margin: 0 0 0 0.4rem;
  border-left: 0.01rem solid rgba(255, 255, 255, 0.15);
  padding: 0 0 0 0.3rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .cv a .ja {
    padding: 0 0 0 0.4rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gFooter .contact .cv a:hover {
    background-position: 0 0;
  }
}
.gFooter .ci {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .ci {
    margin: 1rem 0 0;
  }
}
.gFooter .ci .list {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
  }
}
.gFooter .ci .list .item .text {
  margin: 0 0 0.12rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item .text {
    margin: 0 0 0.2rem;
    font-size: 0.2rem;
    text-align: center;
  }
}
.gFooter .ci .list .item--01 {
  width: 1.68rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--01 {
    width: 2.53rem;
  }
}
.gFooter .ci .list .item--01 .text {
  margin: 0 0 0.08rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--01 .text {
    margin: 0 0 0.2rem;
  }
}
.gFooter .ci .list .item--02 {
  width: 1.98rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--02 {
    width: 2.96rem;
  }
  .gFooter .ci .list .item--02 img {
    width: 100%;
  }
}
.gFooter .ci .list .item--03 {
  width: 2.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--03 {
    width: 3.2rem;
  }
}
.gFooter .ci .list .item--04 {
  width: 2.77rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--04 {
    width: 3.2rem;
  }
}
.gFooter .ci .list .item--05 {
  width: 2.3rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--05 {
    width: 3.2rem;
  }
}
.gFooter .ci .list .item--06 {
  width: 2.77rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--06 {
    width: 3.2rem;
  }
}
.gFooter .copyright {
  margin: 0.6rem 0 0;
  font-size: 0.16rem;
  font-weight: 300;
  line-height: 0.8;
}
@media screen and (max-width: 750px) {
  .gFooter .copyright {
    margin: 1rem 0 0;
    font-size: 0.2rem;
    line-height: 1.2;
  }
}
.gFooter .pagetop {
  display: block;
  width: 0.7rem;
  aspect-ratio: 1;
  position: fixed;
  bottom: 0.4rem;
  right: 0.4rem;
  z-index: 8100;
  background: #fff url(../imgs/pagetop.svg) 50% 50%/auto 0.26rem no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: 0.11rem 0.16rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.11rem 0.16rem 0.5rem rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .gFooter .pagetop {
    right: 0.2rem;
    bottom: 1.6rem;
  }
}
.gFooter .pagetop.off {
  pointer-events: none;
  opacity: 0;
}
.gFooter .spMenu {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9100;
}
@media screen and (max-width: 750px) {
  .gFooter .spMenu {
    display: block;
  }
}
.gFooter .spMenu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gFooter .spMenu .list li {
  width: 20%;
}
.gFooter .spMenu .list a,
.gFooter .spMenu .list button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 1.2rem;
  font-size: 0.22rem;
  line-height: 0.8;
}
.gFooter .spMenu .list a {
  padding: 0.86rem 0 0;
  background: 50% 0.23rem no-repeat;
}
.gFooter .spMenu .list .map {
  background-color: #48576b;
  background-image: url(../imgs/ico-fmap.svg);
  background-size: 0.32rem auto;
}
.gFooter .spMenu .list .outline {
  background-color: #3d4959;
  background-image: url(../imgs/ico-foutline.svg);
  background-size: 0.36rem auto;
}
.gFooter .spMenu .list .limited {
  background-color: #48576b;
  background-image: url(../imgs/ico-flimited.svg);
  background-size: 0.4rem auto;
}
.gFooter .spMenu .list .entry {
  background-color: #1e385c;
  background-image: url(../imgs/ico-fentry.svg);
  background-size: 0.41rem auto;
}
.gFooter .spMenu .list .btSpMenu {
  border: none;
  padding: 0.7rem 0 0;
  background: #edeff2 url(../imgs/ico-fmenu.svg) 50% 0.32rem/0.5rem auto no-repeat;
  color: #393d40;
}
.gFooter .spMenu .list .btSpMenu::before {
  content: "MENU";
}
.gFooter .spMenu .list .btSpMenu:is(body.openSpMenu *) {
  background-image: url(../imgs/ico-fclose.svg);
  background-position: 50% 0.3rem;
  background-size: 0.44rem auto;
}
.gFooter .spMenu .list .btSpMenu:is(body.openSpMenu *)::before {
  content: "CLOSE";
}

.popBg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9200;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.popBg.active {
  display: block;
  -webkit-animation: showPop 0.4s both;
          animation: showPop 0.4s both;
}
.popBg.active.toHide {
  -webkit-animation: hidePop 0.4s both;
          animation: hidePop 0.4s both;
}

.popPanel {
  display: none;
  width: 13rem;
  position: fixed;
  top: calc(50% - 3.95rem);
  left: calc(50% - 6.5rem);
  z-index: 9300;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .popPanel {
    width: 6.7rem;
    top: 1.5rem;
    left: 0.4rem;
  }
}
.popPanel .inner {
  display: grid;
  grid-template-rows: auto 3.56rem 1fr;
  grid-template-columns: 5rem 1fr;
  height: 7.9rem;
  padding: 0 0 0 0.5rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .popPanel .inner {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    max-height: calc(100dvh - 3rem);
    padding: 0.3rem;
    overflow-y: scroll;
  }
}
.popPanel.active {
  display: block;
  -webkit-animation: showPop 0.4s both;
          animation: showPop 0.4s both;
}
.popPanel.active.toHide {
  -webkit-animation: hidePop 0.4s both;
          animation: hidePop 0.4s both;
}
.popPanel .text {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 0.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .popPanel .text {
    padding: 0;
  }
}
.popPanel .text .name {
  background: #f0f2f5;
  color: #1e385c;
  font-size: 0.34rem;
  letter-spacing: 0.05em;
  line-height: 0.7rem;
}
@media screen and (max-width: 750px) {
  .popPanel .text .name {
    font-size: 0.4rem;
    line-height: 0.8rem;
  }
}
.popPanel .text .name span {
  margin: 0 0 0 0.1rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .popPanel .text .name span {
    font-size: 0.26rem;
  }
}
.popPanel .text .plan {
  margin: 0.36rem 0 0;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 750px) {
  .popPanel .text .plan {
    margin: 0.4rem 0 0;
    font-size: 0.6rem;
  }
}
.popPanel .text .plan span {
  font-size: 0.34rem;
}
@media screen and (max-width: 750px) {
  .popPanel .text .plan span {
    font-size: 0.4rem;
  }
}
.popPanel .text .size {
  margin: 0.16rem 0 0;
}
@media screen and (max-width: 750px) {
  .popPanel .text .size {
    margin: 0.2rem 0 0;
  }
}
.popPanel .text .size .legend {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.18rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .popPanel .text .size .legend {
    font-size: 0.26rem;
  }
}
.popPanel .text .size .num {
  margin: 0 0 0 0.7rem;
  font-size: 0.42rem;
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 750px) {
  .popPanel .text .size .num {
    margin: 0 0 0 0.68rem;
    font-size: 0.5rem;
    font-weight: 500;
  }
}
.popPanel .text .size .num span {
  font-size: 0.34rem;
}
@media screen and (max-width: 750px) {
  .popPanel .text .size .num span {
    font-size: 0.4rem;
  }
}
.popPanel .text .size .tsubo {
  font-size: 0.19rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .popPanel .text .size .tsubo {
    font-size: 0.26rem;
  }
}
.popPanel .text .misc {
  margin: 0.2rem 0 0;
  border-top: 0.01rem dotted currentColor;
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .popPanel .text .misc {
    margin: 0.3rem 0 0;
  }
}
.popPanel .text .misc .legend,
.popPanel .text .misc .tsubo {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.18rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .popPanel .text .misc .legend,
  .popPanel .text .misc .tsubo {
    font-size: 0.26rem;
  }
}
.popPanel .text .misc .num {
  margin: 0 0 0 0.24rem;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 750px) {
  .popPanel .text .misc .num {
    margin: 0 0 0 0.3rem;
    font-size: 0.3rem;
  }
}
.popPanel .image {
  grid-row: 1/4;
  grid-column: 2/3;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 750px) {
  .popPanel .image {
    margin: 0.7rem 0 0;
  }
}
.popPanel .map {
  grid-row: 2/3;
  grid-column: 1/2;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 750px) {
  .popPanel .map {
    display: block;
    margin: 0.38rem 0 0;
  }
}
.popPanel .legend {
  grid-row: 3/4;
  grid-column: 1/2;
  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) {
  .popPanel .legend {
    margin: 0.6rem 0 0;
    font-size: 0.2rem;
  }
}
.popPanel .legend .line--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.15rem;
  margin: 0.15rem 0 0;
}
@media screen and (max-width: 750px) {
  .popPanel .legend .line--02 {
    gap: 0.24rem;
    margin: 0.3rem 0 0;
  }
}
.popPanel .legend .line--02 .item {
  padding-left: 0.34rem;
  background: 0 50%/0.28rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .popPanel .legend .line--02 .item {
    padding-left: 0.5rem;
    background-size: 0.41rem auto;
  }
}
.popPanel .legend .line--02 .item--01 {
  background-image: url(../../plan/imgs/legend01.svg);
}
.popPanel .legend .line--02 .item--02 {
  background-image: url(../../plan/imgs/legend02.svg);
}
.popPanel .legend .line--02 .item--03 {
  background-image: url(../../plan/imgs/legend03.svg);
}
.popPanel .legend .line--02 .item--04 {
  background-image: url(../../plan/imgs/legend04.svg);
}
.popPanel .bt-close {
  width: 0.36rem;
  height: 0.36rem;
  border: none;
  padding: 0;
  position: absolute;
  top: -0.4rem;
  right: -0.64rem;
  background: transparent url(../imgs/close.svg) 50% 50%/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .popPanel .bt-close {
    width: 0.44rem;
    height: 0.44rem;
    top: -0.72rem;
    right: 0;
  }
}
.popPanel.type121m1 .text .name {
  position: relative;
  background: #f5f3f0;
  color: #b39b69;
}
.popPanel.type121m1 .text .name::before {
  content: "プレミアム";
  display: block;
  width: 0.96rem;
  position: absolute;
  top: calc(50% - 0.15rem);
  left: 0;
  background: #b39b69;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.3rem;
}
@media screen and (max-width: 750px) {
  .popPanel.type121m1 .text .name::before {
    width: 1.3rem;
    top: calc(50% - 0.2rem);
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.4rem;
  }
}
.popPanel.type121m1 .image img {
  width: 6.58rem;
}
.popPanel.type121m1 .map img {
  width: 4.6rem;
}
@media screen and (max-width: 750px) {
  .popPanel.type121m1 .map img {
    width: auto;
  }
}
.popPanel.type81f2 .image img {
  width: 5.68rem;
}
.popPanel.type81f2 .map img {
  width: 4.54rem;
}
@media screen and (max-width: 750px) {
  .popPanel.type81f2 .map img {
    width: auto;
  }
}
.popPanel.type72i1 .image img {
  width: 4.37rem;
}
.popPanel.type72i1 .map img {
  width: 4.54rem;
}
@media screen and (max-width: 750px) {
  .popPanel.type72i1 .map img {
    width: auto;
  }
}

@-webkit-keyframes showPop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showPop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hidePop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hidePop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}