:root {
  --rad5: 5em;
  --rad3: 3em;
  --rad1: 1.5em;
  --contPad: calc(var(--pad) * 1);
  --tr02: all .2s ease-in-out;
  --tr04: all .4s ease-in-out;
  --paragraph: .875em;
  --margin: .5rem;
  --navH: 4rem;
  --bnrBorder: 10px;
  --gradSub1: hsl(calc(var(--hue) - 5deg), var(--sat), calc(var(--lig) - 2%));
  --gradSub2: hsl(calc(var(--hue) - 5deg), var(--sat), calc(var(--lig) + 20%));
  --gradSub3: hsl(var(--hue), calc(var(--sat) + 20%), calc(var(--lig) - 30%));
  --siteTitle: calc(var(--navH) * .25);
  --gap: .5em;
}
@media (min-width: 1025px) {
  :root {
    --innPad: 23em;
    --pad: 2em;
    --defaultMax: 70rem;
    --narrowMax: 60rem;
    --crampedMax: 50rem;
    --fitH: 100vh;
    --metaH: 1rem;
  }
}
@media (min-width: 1025px) and (max-width: 1536px) {
  :root {
    --navH: 4.5rem;
    --innPad: 12em;
    --pad: 2em;
    --defaultMax: 60rem;
    --narrowMax: 60rem;
    --crampedMax: 60rem;
  }
}
@media (min-width: 721px) and (max-width: 1025px) {
  :root {
    --innPad: 6rem;
    --fitH: 100vw;
  }
}
@media (max-width: 721px) {
  :root {
    --innPad: 3rem;
    --fitH: 70vh;
  }
}
@media (max-width: 1025px) {
  :root {
    --navH: 3.5rem;
    --pad: 1.5rem;
    --defaultMax: 35rem;
    --narrowMax: 35rem;
    --crampedMax: 35rem;
    --contPad: calc(var(--pad) * 1.25);
    --rad5: 1.5em;
    --rad3: 1.3em;
    --rad1: 1em;
    --paragraph: 1em;
  }
}

.no-fouc {
  display: none;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.fouc,
.container {
  visibility: hidden;
}

.loaded .fouc {
  opacity: 1;
  visibility: visible;
}
.loaded .siteFrame {
  opacity: 1;
  visibility: visible;
}
.loaded .globalMenu {
  transform: translate(0, 0);
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
html .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
html.posFix {
  overflow-y: hidden;
}

body {
  width: 100%;
  position: relative;
  transition: color 0.4s ease-in-out;
  color: var(--colorTypo);
}
@media (max-width: 1025px) {
  body.loaded .headerUtility {
    transition: transform 0.6s cubic-bezier(0.8, 0.2, 0.2, 1), opacity 0.8s cubic-bezier(0.6, 0, 0, 1), background-color 0.2s ease-in-out 0.1s, box-shadow 0.2s ease-in-out 0.1s;
    opacity: 1;
  }
}
body.loaded .bookingBar {
  opacity: 1;
}
@media (min-width: 1025px) {
  body.loaded .bookingBar {
    transition-delay: 0.1s, 0s, 0s;
  }
}
@media (max-width: 1025px) {
  body.loaded .bookingBar {
    transition-delay: 0.1s, 0s;
  }
}
@media (min-width: 1025px) {
  body.headerHidden .headerUtility.bgFill:before,
body.headerHidden .bookingBar {
    transform: translate(0, calc(0% - var(--navH) - var(--siteTitle)));
  }
  body.headerHidden:not(.running) .headerUtility {
    transform: translateY(0);
  }
}
@media (max-width: 1025px) {
  body.running .headerUtility {
    box-shadow: 0 0 3em rgba(0, 0, 0, 0.2);
  }
}
body.running .bookingBar .ctaBtn a:before {
  visibility: hidden;
}
body.isFooter .bookingBar {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1025px) {
  body.isFooter .bookingBar {
    transition-delay: 0s, 0.5s;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - var(--innPad));
}
.inner.narrow {
  max-width: var(--narrowMax);
}
.inner.cramped {
  max-width: var(--crampedMax);
}
@media (max-width: 1025px) {
  .inner {
    max-width: var(--defaultMax);
  }
}

a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
}

img, svg {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

@media (max-width: 1025px) {
  .siteFrame {
    overflow: hidden;
  }
  .siteFrame.onlyFront .headerUtility, .siteFrame.noFront .headerUtility {
    --headerUtility: 100%;
  }
  .siteFrame.fullSite .headerUtility {
    --headerUtility: calc(100% - var(--navH));
  }
}
.siteFrame .headerUtility {
  order: 1;
  z-index: 99;
}
.siteFrame .btnMenu {
  z-index: 106;
}
.siteFrame .globalMenu {
  z-index: 105;
}
.siteFrame .outerWrap {
  order: 2;
}
.siteFrame .copyRight {
  order: 4;
}
.siteFrame.onlyFront .bookingBar, .siteFrame.noFront .bookingBar {
  margin-right: var(--gap);
}

.outerWrap {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: background-color 0.4s ease-in-out;
  background: var(--body);
}
@media (max-width: 1025px) {
  .outerWrap {
    overflow: hidden;
    padding-top: var(--navH);
  }
}
.outerWrap #container {
  position: relative;
  z-index: 0;
}

.pageBg {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  mix-blend-mode: var(--bodyBgBlend);
}
@media (min-width: 1025px) {
  .pageBg {
    --maskSize: 10vw;
  }
}
@media (max-width: 1025px) {
  .pageBg {
    --maskSize: 30vw;
  }
}
.pageBg div {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.pageBg.logoRepeat {
  width: 200%;
  height: 200%;
  will-change: filter;
  filter: drop-shadow(calc(0vw - var(--maskSize) * 1.15) 0 0 var(--bg));
}
.pageBg.logoRepeat div {
  width: 100%;
  height: 0;
  padding-top: 100%;
  transform: rotate(-30deg) scale(2);
  mask-repeat: repeat;
  mask-position: left;
  mask-size: var(--maskSize);
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: left;
  -webkit-mask-size: var(--maskSize);
  background-color: var(--bg);
}
.pageBg:not(.logoRepeat) div {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.drawered .siteFrame .menuLayer {
  border-radius: 0;
}
.drawered.navOpen .siteFrame .menuLayer {
  width: 100%;
  height: 100%;
  transition: 0.6s all cubic-bezier(0.55, -0.15, 0.1, 0.92) 0.1s, 0s right;
}
.drawered.navOpen .siteFrame .menuLayer span {
  border-radius: 0;
  transition: 0.6s all cubic-bezier(0.55, -0.15, 0.1, 0.92) 0.1s;
}

.gLogo {
  align-items: center;
  font-weight: 700;
  aspect-ratio: var(--ratio);
  height: 100%;
}
@media (min-width: 1025px) {
  .gLogo.masked:hover i {
    background: var(--colorSub);
  }
}
.gLogo.masked i {
  display: block;
  width: 100%;
  height: 100%;
  mask-repeat: no-repeat;
  mask-position: 0;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0;
  -webkit-mask-size: contain;
  background: var(--logo);
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1025px) {
  .gLogo:not(.masked):hover img {
    filter: brightness(2);
  }
}
@media (max-width: 1025px) {
  .gLogo:not(.masked) {
    padding: calc(var(--margin) * 1);
    border-radius: var(--margin);
  }
  .gLogo:not(.masked) img {
    width: 100%;
  }
}
.gLogo:not(.masked) img {
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: scale-down;
}

.headerUtility {
  position: fixed;
  align-items: center;
  width: var(--headerUtility);
  height: var(--navH);
  top: 0;
  margin-right: 0;
}
@media (min-width: 1025px) {
  .headerUtility {
    --headerUtility: 100%;
    right: 0;
    justify-content: space-between;
  }
}
@media (max-width: 1025px) {
  .headerUtility {
    left: 0;
    background: var(--fvBgColor);
  }
}
.headerUtility .gLogo {
  z-index: 2;
}
@media (min-width: 1025px) {
  .headerUtility .gLogo {
    padding: 0.5em;
  }
}
@media (max-width: 1025px) {
  .headerUtility .gLogo {
    width: 50%;
    padding: 0.5em;
    order: -1;
  }
}
@media (min-width: 1025px) {
  .headerUtility:not(.noLogo) .gLogo {
    max-height: var(--logoPcMax);
  }
}
@media (max-width: 1025px) {
  .headerUtility:not(.noLogo) .gLogo {
    max-height: var(--logoSpMax);
  }
}
.headerUtility.noLogo .gLogo {
  padding-left: var(--margin);
}
.headerUtility.bgFill:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  background: var(--headerBg);
  transition: transform 0.4s ease-in-out;
}
@media (min-width: 1025px) {
  .headerUtility.bgFill:before {
    --headerBg: var(--headerBgPc);
    top: var(--siteTitle);
  }
}
@media (max-width: 721px) {
  .headerUtility.bgFill:before {
    --headerBg: var(--headerBgSp);
    top: 0;
  }
}
.headerUtility .siteMeta {
  z-index: 1;
  transition: transform 0.4s ease-in-out;
  color: var(--h1Color);
  background: var(--h1Bg);
}
@media (min-width: 1025px) {
  .headerUtility .siteMeta {
    height: calc(var(--navH) * 0.25);
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: calc(var(--margin));
  }
}
@media (max-width: 1025px) {
  .headerUtility .siteMeta {
    width: 50%;
    height: var(--navH);
    position: relative;
    padding: 0 0.5em;
  }
  .headerUtility .siteMeta:has(img) {
    background: none;
  }
}
.headerUtility .siteMeta .siteTitle {
  line-height: 1;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1025px) {
  .headerUtility .siteMeta .siteTitle {
    align-items: flex-end;
  }
}
.headerUtility .siteMeta .siteTitle h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1025px) {
  .headerUtility .siteMeta .siteTitle h1 {
    padding-right: calc(var(--pad) * 1.5);
    height: calc(100% - var(--pad) * 0.25);
  }
  .headerUtility .siteMeta .siteTitle h1:has(img) {
    padding-right: calc(var(--pad) * 1);
  }
  .headerUtility .siteMeta .siteTitle h1:has(img) img {
    display: none;
  }
}
@media (max-width: 1025px) {
  .headerUtility .siteMeta .siteTitle h1 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .headerUtility .siteMeta .siteTitle h1:has(img) i {
    display: none;
  }
  .headerUtility .siteMeta .siteTitle h1:has(img) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.headerUtility .siteMeta .siteTitle h1 i {
  font-weight: 400;
  font-size: var(--fontSize);
}
@media (min-width: 1025px) {
  .headerUtility .siteMeta .siteTitle h1 i {
    --fontSize: .7vw;
  }
}
@media (max-width: 1025px) {
  .headerUtility .siteMeta .siteTitle h1 i {
    --fontSize: 2.8vw;
    display: block;
    line-height: 1.25;
  }
}

.menuLogo {
  color: var(--logo);
}
@media (min-width: 1025px) {
  .menuLogo:not(.noLogo) {
    width: 100%;
    justify-content: center;
  }
  .menuLogo:not(.noLogo) .gLogo {
    width: 100%;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .menuLogo:not(.noLogo) .gLogo {
    max-height: var(--logoPcMax);
  }
}
@media (min-width: 1025px) and (max-width: 1025px) {
  .menuLogo:not(.noLogo) .gLogo {
    max-height: var(--logoSpMax);
  }
}

.noLogo .gLogo {
  color: var(--logo);
}
@media (min-width: 1025px) {
  .noLogo .gLogo {
    font-size: var(--fontSize);
  }
}
@media (max-width: 1025px) {
  .noLogo .gLogo {
    font-size: calc(var(--fontSize) * 0.9);
    line-height: 1.5;
  }
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  41% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  45% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btnMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--navH);
  height: var(--navH);
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--colorTyoi);
  background: var(--white);
}
@media (min-width: 1025px) {
  .btnMenu {
    top: calc(var(--siteTitle) - var(--gap) * 0.5);
    margin-right: calc(var(--gap) * 0.5);
    border-radius: 50%;
    filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 1025px) {
  .btnMenu {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  }
  .btnMenu:before {
    position: absolute;
    top: 0;
    left: 0;
    background: currentColor;
    opacity: 0.2;
  }
}
.btnMenu i {
  width: 1.5em;
  height: 1.5em;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.84, 0.17, 0, 0.71);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btnMenu i span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40%;
}
.btnMenu i span:before, .btnMenu i span:after {
  content: "";
  width: 75%;
  height: 2px;
  display: block;
  background: currentColor;
  position: absolute;
  left: 12.5%;
  transition: all 0.2s cubic-bezier(0.84, 0.17, 0, 0.71) 0.1s;
}
.btnMenu i span:before {
  top: 0;
}
.btnMenu i span:after {
  top: 100%;
}
.btnMenu i em {
  line-height: 1;
  font-size: 0.7em;
  text-align: center;
  width: calc(100% + 0.75em);
  font-weight: 400;
  margin: 0.75em 0 -0.75em;
}
.btnMenu.opened div span:before, .btnMenu.opened div span:after {
  width: 100%;
  top: 50%;
  left: 0;
  transition-delay: 0.4s;
}
.btnMenu.opened div span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnMenu.opened div span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bookingBar {
  z-index: 100;
  line-height: 1;
  opacity: 0;
}
@media (min-width: 1025px) {
  .bookingBar {
    height: calc(var(--navH) - var(--gap) * 2);
    margin-top: var(--gap);
    margin-right: calc(var(--navH) + var(--gap));
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.6s cubic-bezier(0.8, 0.2, 0.2, 1);
    position: fixed;
    top: calc(var(--navH) * 0.25);
    right: 0;
    gap: 0 0.5em;
    filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
  }
  .bookingBar:hover .ctaBtn a:before {
    visibility: hidden;
  }
}
@media (max-width: 1025px) {
  .bookingBar {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    transition: opacity 0.4s ease-in-out, visibility 0s;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto !important;
  }
}
.bookingBar .ribbon {
  --arrow: .75em;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.bookingBar .ribbon p {
  font-weight: 700;
  display: block;
}
.bookingBar .ribbon small {
  font-size: 0.7em;
  display: block;
  width: 100%;
}
@media (min-width: 1025px) {
  .bookingBar .ribbon {
    padding: 0 var(--pad);
    border-radius: 3em;
    margin-right: 1em;
  }
  .bookingBar .ribbon:hover {
    background: var(--colorAccent) !important;
  }
}
@media (max-width: 1025px) {
  .bookingBar .ribbon {
    flex-direction: row;
    padding: 1em;
    text-align: center;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    border-radius: 1.5em 1.5em 0 0;
  }
}
.bookingBar .ctaBtn {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .bookingBar .ctaBtn {
    clip-path: inset(0 0 0 0 round 1em);
  }
  .bookingBar .ctaBtn a {
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 1025px) {
  .bookingBar .ctaBtn {
    flex: 1;
  }
}
.bookingBar .ctaBtn a {
  height: 100%;
  position: relative;
}
.bookingBar .ctaBtn a img {
  position: relative;
  height: 100%;
  z-index: 0;
}
.bookingBar .ctaBtn a:before {
  content: "";
  display: block;
  width: 1em;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(45deg);
  transition: opacity 0s;
  animation: reflection 6s ease-in-out infinite;
  z-index: 1;
  mix-blend-mode: soft-light;
  animation-delay: 0s;
}
.bookingBar .ctaBtn.txtBtn a {
  background: var(--ctaBtnBg);
  color: var(--ctaBtnColor);
  align-items: center;
  height: 100%;
  padding: 0 var(--pad);
}
@media (max-width: 1025px) {
  .bookingBar .ctaBtn.txtBtn a {
    padding: 1em 0.5em;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .bookingBar .ctaBtn.txtBtn.default {
    filter: brightness(1);
  }
}
.bookingBar .rbn {
  position: absolute;
  z-index: 1;
}
@media (min-width: 1025px) {
  .bookingBar .rbn {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    height: calc(var(--navH) * 0.3);
    transition: transform 0.4s ease-in-out;
    transform: translate(0, 0);
    top: calc(0% - var(--gap) - var(--siteTitle) * 0.5);
  }
}
@media (max-width: 1025px) {
  .bookingBar .rbn {
    width: calc(100% - var(--pad) * 2);
    bottom: calc(100% - var(--navH) * 0.15);
    left: calc(var(--pad) * 1);
    border-radius: 0.5em;
    overflow: hidden;
    box-shadow: 0 -0.2em 1em rgba(0, 0, 0, 0.2);
  }
}
.bookingBar .rbn:has(p) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingBar .rbn:has(p) p {
  font-size: var(--fontSize);
  background: var(--rbnBg);
  color: var(--rbnColor);
  height: 100%;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2em;
}
@media (min-width: 1025px) {
  .bookingBar .rbn:has(p) p {
    --fontSize: calc(var(--navH) * 0.15);
  }
}
@media (max-width: 1025px) {
  .bookingBar .rbn:has(p) p {
    --fontSize: 3.5vmin;
    padding: 0.5em 1em;
  }
}
.bookingBar .rbn img {
  border-radius: 0.2em;
}

.ctaBtn:nth-of-type(2) a:before {
  animation-delay: 0.2s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(2).txtBtn.default {
    filter: brightness(1.1);
  }
}

.ctaBtn:nth-of-type(3) a:before {
  animation-delay: 0.4s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(3).txtBtn.default {
    filter: brightness(1.2);
  }
}

.ctaBtn:nth-of-type(4) a:before {
  animation-delay: 0.6s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(4).txtBtn.default {
    filter: brightness(1.3);
  }
}

.ctaBtn:nth-of-type(5) a:before {
  animation-delay: 0.8s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(5).txtBtn.default {
    filter: brightness(1.4);
  }
}

.ctaBtn:nth-of-type(6) a:before {
  animation-delay: 1s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(6).txtBtn.default {
    filter: brightness(1.5);
  }
}

.ctaBtn:nth-of-type(7) a:before {
  animation-delay: 1.2s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(7).txtBtn.default {
    filter: brightness(1.6);
  }
}

.ctaBtn:nth-of-type(8) a:before {
  animation-delay: 1.4s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(8).txtBtn.default {
    filter: brightness(1.7);
  }
}

.ctaBtn:nth-of-type(9) a:before {
  animation-delay: 1.6s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(9).txtBtn.default {
    filter: brightness(1.8);
  }
}

.ctaBtn:nth-of-type(10) a:before {
  animation-delay: 1.8s;
}
@media (min-width: 1025px) {
  .ctaBtn:nth-of-type(10).txtBtn.default {
    filter: brightness(1.9);
  }
}

.bookingPane .cap {
  font-size: 1.8em;
  width: 100%;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: calc(var(--pad) * 0.25);
}
@media (max-width: 1025px) {
  .bookingPane .cap {
    margin-top: 1em;
    font-size: 1em;
  }
}

.btnList {
  --gap: 1em;
  justify-content: flex-start;
  width: 100%;
  gap: var(--gap);
  overflow: hidden;
}
@media (min-width: 1025px) {
  .btnList:not(:has(.btnBox:nth-of-type(2))) .btnBox {
    width: 100%;
  }
  .btnList:not(:has(.btnBox:nth-of-type(2))) .btnBox .shopName {
    width: 100%;
    text-align: left;
  }
  .btnList:not(:has(.btnBox:nth-of-type(2))) .btnBox .shopUtil,
.btnList:not(:has(.btnBox:nth-of-type(2))) .btnBox .btns {
    flex: 1;
  }
  .btnList:has(.btnLine:nth-of-type(2)) .btnLine,
.btnList:has(.btnLine:nth-of-type(2)) .btnBox, .btnList:has(.btnBox:nth-of-type(2)) .btnLine,
.btnList:has(.btnBox:nth-of-type(2)) .btnBox {
    max-width: calc(50% - var(--gap) * 0.5);
  }
}
.btnList .shopName {
  font-weight: 700;
  line-height: 1.5;
}
.btnList .shopName i {
  display: inline-block;
}
.btnList .btns {
  width: 100%;
}
@media (min-width: 1025px) {
  .btnList .btns {
    gap: 1em;
    justify-content: flex-start;
  }
}
@media (max-width: 1025px) {
  .btnList .btns {
    justify-content: space-between;
    gap: 0.5em;
  }
}
@media (min-width: 1025px) {
  .btnList .btns.minify .btn a {
    padding: 0.5em 0.75em;
  }
}
.btnList .btns.minify .btn a img {
  width: 1.1em;
  height: 1.1em;
}
@media (min-width: 1025px) {
  .btnList .btns .btn {
    gap: 1em;
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  .btnList .btns .btn {
    width: 100%;
  }
}
.btnList .btns .btn a {
  font-weight: 700;
  border-radius: 3em;
  transition: all 0.2s ease-in-out;
  padding: 1em 0.75em;
  background: #ffffff;
}
.btnList .btns .btn a img {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}
.btnList .btns .btn a p {
  line-height: 1;
  font-size: 0.8em;
}
@media (max-width: 1025px) {
  .btnList .btns .btn a p {
    font-size: 1em;
  }
}
@media (max-width: 1025px) {
  .btnList .btns .btn a {
    justify-content: center;
  }
  .btnList .btns .btn a:after {
    content: none;
  }
}
.btnList .shopUtil {
  width: 100%;
  gap: 0.5em;
}
.btnList .shopUtil address {
  font-size: 0.7em;
  display: block;
  line-height: 1.5;
  opacity: 0.7;
}
.btnList .shopUtil address + .openClose {
  border-top: 1px solid;
  padding-top: 0.5em;
}
.btnList .shopUtil .openClose {
  width: 100%;
  flex: 1;
  gap: 0.5em;
}
.btnList .shopUtil .openClose dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.7em;
  line-height: 1.2;
  gap: 0.2em;
}
@media (max-width: 1025px) {
  .btnList .shopUtil .openClose dl {
    font-size: 0.8em;
  }
}
.btnList .shopUtil .openClose dl dt {
  font-size: 0.875em;
  padding: 0.2em 0.5em 0.3em;
  background: var(--colorTypo);
  color: #ffffff;
}
.btnList .shopUtil .openClose dl dd:not(:first-of-type):before {
  content: "/";
}
.btnList .shopUtil .openClose ul {
  width: 100%;
  font-size: 0.6em;
  line-height: 1.2;
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .btnList .shopUtil .openClose ul {
    font-size: 0.8em;
  }
}
.btnList .shopUtil .openClose ul li {
  padding: 0.2em 0.5em 0.3em 0;
  width: 100%;
}
.btnList .btnBox {
  padding: 2em;
  align-items: flex-start;
  justify-content: space-evenly;
  background: var(--colorLight);
  border-radius: var(--rad1);
  gap: 1em;
}
@media (min-width: 1025px) {
  .btnList .btnBox {
    flex: 1;
    flex-basis: calc(50% - var(--gap));
  }
}
@media (max-width: 1025px) {
  .btnList .btnBox {
    width: 100%;
    padding: 1em;
  }
}
.btnList .btnBox .shopName {
  text-align: center;
}
.btnList .btnLine {
  align-items: center;
  background: var(--colorLight);
  border-radius: var(--rad1);
  gap: 1em;
}
@media (min-width: 1025px) {
  .btnList .btnLine {
    flex: 1;
    flex-basis: calc(50% - var(--gap));
    padding: 1em 1.5em;
  }
  .btnList .btnLine .shopName {
    flex: 1;
  }
  .btnList .btnLine .btns {
    width: auto;
  }
}
@media (max-width: 1025px) {
  .btnList .btnLine {
    width: 100%;
    flex-direction: column;
    padding: 1em;
  }
}

.globalMenu {
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
  transition: all 0.4s cubic-bezier(0.6, 0, 0, 1);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition-delay: 0.1s;
  z-index: 100;
  justify-content: flex-end;
  align-items: flex-start;
  background: var(--gnavNavBg);
}
.globalMenu.close {
  cursor: url(../images/close.svg), pointer;
}
.globalMenu .navWrap {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  color: var(--colorTypo);
}
@media (max-width: 1025px) {
  .globalMenu .navWrap {
    align-items: center;
    justify-content: center;
    padding: 2em 0 3em;
    overflow-y: auto;
  }
}
.globalMenu .navWrap .scrollInner {
  width: 100%;
}
@media (min-width: 1025px) {
  .globalMenu .navWrap .scrollInner {
    height: 100%;
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  .globalMenu .navWrap .scrollInner {
    padding: 0 calc(var(--innPad) * 0.5);
  }
}
.globalMenu .navWrap .logoWrap {
  align-items: center;
  justify-content: center;
  background: var(--gnavLogoBg);
}
@media (min-width: 1025px) {
  .globalMenu .navWrap .logoWrap {
    width: 50%;
    padding: calc(var(--pad));
  }
}
@media (max-width: 1025px) {
  .globalMenu .navWrap .logoWrap {
    display: none;
  }
}
.globalMenu .navWrap .logoWrap .gLogo {
  max-width: 15em;
}
.globalMenu .navWrap nav {
  width: 50%;
  align-items: center;
  justify-content: center;
  padding: calc(var(--pad));
  font-size: 1.5em;
  font-weight: 700;
}
@media (max-width: 1025px) {
  .globalMenu .navWrap nav {
    width: 100%;
  }
}
.globalMenu .navWrap nav li {
  line-height: 1;
  font-size: 0.8em;
  margin-top: 0.25em;
}
.globalMenu .navWrap nav li a {
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.4s ease-in-out;
  color: var(--gnavColor);
}
@media (min-width: 1025px) {
  .globalMenu .navWrap nav li a:hover {
    color: var(--colorTypo);
    background: var(--white);
    border-radius: var(--rad1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  }
}
.globalMenu:not(.visible) {
  visibility: hidden;
}
.globalMenu.visible {
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (min-width: 1025px) {
  .breadCrumb {
    position: absolute;
    top: 7rem;
    right: 3rem;
    z-index: 3;
  }
}
.breadCrumb ul {
  margin: 0;
  justify-content: flex-start;
  align-items: center;
}
.breadCrumb ul li {
  display: flex;
  align-items: center;
}
.breadCrumb ul li a,
.breadCrumb ul li .current-item {
  display: flex;
  align-items: center;
  padding: 0.25em 1em;
  transition: 0.2s all ease-in-out;
}
.breadCrumb ul li a:before,
.breadCrumb ul li .current-item:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem 0 0;
  border-top: 1px solid;
  border-left: 1px solid;
  transition: 0.2s all ease-in-out;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.breadCrumb ul li a:hover {
  background: var(--colorTypo);
  color: #ffffff;
  border-radius: 3em;
}

.shopList {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  padding-bottom: var(--pad);
}
.shopList.archiveLink {
  padding: calc(var(--pad) * 2) 0;
}
.shopList.archiveLink .inner {
  align-items: center;
  padding: 3em;
}
@media (max-width: 1025px) {
  .shopList.archiveLink .inner {
    padding: 2em;
  }
}
.shopList.archiveLink .inner:before {
  content: "";
  display: block;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  border-radius: var(--rad3);
  background: #ffffff;
  position: absolute;
  z-index: -1;
  top: 0.5em;
  left: 0.5em;
}
@media (max-width: 1025px) {
  .shopList.archiveLink .inner:before {
    height: calc(100% - 0.5em);
  }
}
@media (max-width: 1025px) {
  .shopList {
    padding: calc(var(--pad) * 1.5) 0;
  }
  .shopList .inner {
    width: 100%;
  }
}
.shopList .sectCap {
  align-items: center;
  padding-bottom: var(--pad);
}
.shopList .sectCap h2 {
  order: 3;
  text-align: center;
  line-height: 1.5;
}
.shopList .sectCap h2 p {
  display: block;
}
.shopList .inq {
  align-items: center;
  margin-bottom: calc(var(--pad) * 2);
}
.shopList .inq a {
  color: #ffffff;
  padding: 0.5em 1em;
  background: linear-gradient(135deg, var(--colorMain) 60%, var(--colorSub) 60%);
  box-shadow: 0.1em 0.1em 0 #e1530e;
}
@media (min-width: 1025px) {
  .shopList .inq a:hover {
    box-shadow: 0 0 0 #e1530e;
  }
}
@media (min-width: 1025px) {
  .shopList .area {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .shopList .area .areaCap {
    width: 6em;
    position: sticky;
    top: calc(var(--navH) + var(--pad));
  }
}
@media (max-width: 1025px) {
  .shopList .area .areaCap {
    background: var(--colorTypo);
    color: var(--white);
    padding: 0.5em 0.5em;
  }
}
@media (min-width: 1025px) {
  .shopList .area .shops {
    flex: 1;
  }
}
.shopList .area:not(:first-of-type) {
  margin-top: var(--pad);
}
.shopList .shops {
  align-items: stretch;
  justify-content: flex-start;
  color: var(--colorTypo);
}
.shopList .shops .item {
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  .shopList .shops .item {
    padding: 3em;
    gap: 0 calc(var(--pad) * 1);
  }
  .shopList .shops .item.isMap {
    flex-direction: row;
  }
  .shopList .shops .item.isCover {
    flex-direction: row-reverse;
  }
  .shopList .shops .item.isCover .contWrap {
    width: 50%;
  }
  .shopList .shops .item:not(:has(.figWrap)) .contWrap {
    width: 100%;
  }
  .shopList .shops .item:not(:has(.figWrap)) .contWrap .shopMeta {
    width: 100%;
    flex-direction: row;
    gap: 1em;
  }
  .shopList .shops .item:not(:has(.figWrap)) .contWrap .shopMeta .profile {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .shopList .shops .item:not(:has(.figWrap)) .contWrap .shopMeta .profile h3 br {
    display: none;
  }
  .shopList .shops .item:not(:has(.figWrap)) .contWrap .shopMeta .openClose {
    border: none;
    flex: 1;
    padding-top: 0;
  }
}
@media (max-width: 1025px) {
  .shopList .shops .item {
    padding: 2em;
  }
  .shopList .shops .item.isMap .figWrap {
    width: 100%;
    margin-top: var(--pad);
  }
  .shopList .shops .item.isCover .contWrap {
    padding-top: var(--pad);
  }
  .shopList .shops .item.isCover .figWrap {
    order: -1;
  }
}
.shopList .shops .item:before {
  content: "";
  display: block;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  border-radius: var(--rad3);
  background: #ffffff;
  position: absolute;
  z-index: -1;
  top: 0.5em;
  left: 0.5em;
}
@media (max-width: 1025px) {
  .shopList .shops .item:before {
    height: calc(100% - 0.5em);
  }
}
@media (min-width: 1025px) {
  .shopList .shops .item .contWrap {
    width: 50%;
  }
}
.shopList .shops .item .contWrap .shopMeta {
  align-items: flex-start;
}
.shopList .shops .item .contWrap .shopMeta .profile {
  align-items: flex-start;
}
.shopList .shops .item .contWrap .shopMeta .profile strong {
  background: var(--colorMain);
  color: #ffffff;
  display: block;
  line-height: 1.5;
  padding: 0 1em;
  margin-bottom: 0.5em;
  font-size: 0.7em;
}
.shopList .shops .item .contWrap .shopMeta .profile h3 {
  font-size: 1.3em;
  line-height: 1.5;
}
.shopList .shops .item .contWrap .shopMeta .profile address {
  font-size: 0.7em;
  display: block;
  line-height: 1.5;
  opacity: 0.7;
}
.shopList .shops .item .contWrap .shopMeta .openClose {
  width: 100%;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid;
  display: flex;
  flex-direction: column;
}
.shopList .shops .item .contWrap .shopMeta .openClose em {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .shopList .shops .item .contWrap .shopMeta .openClose em {
    font-size: 0.8em;
  }
}
.shopList .shops .item .contWrap .shopMeta .openClose div {
  padding-top: 0.5em;
  flex: 1;
  gap: 0.5em;
}
.shopList .shops .item .contWrap .shopMeta .openClose div dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.7em;
  line-height: 1.2;
}
@media (max-width: 1025px) {
  .shopList .shops .item .contWrap .shopMeta .openClose div dl {
    font-size: 0.8em;
  }
}
.shopList .shops .item .contWrap .shopMeta .openClose div dl dt {
  margin-right: 0.2em;
  font-size: 0.875em;
  padding: 0.2em 0.5em 0.3em;
  background: var(--colorTypo);
  color: #ffffff;
}
.shopList .shops .item .contWrap .shopMeta .openClose div dl dd:not(:first-of-type):before {
  content: "/";
}
.shopList .shops .item .contWrap .shopMeta .openClose div ul {
  width: 100%;
  font-size: 0.6em;
  line-height: 1.2;
  opacity: 0.5;
  margin-top: 1em;
}
@media (max-width: 1025px) {
  .shopList .shops .item .contWrap .shopMeta .openClose div ul {
    font-size: 0.8em;
  }
}
.shopList .shops .item .contWrap .shopMeta .openClose div ul li {
  padding: 0.2em 0.5em 0.3em 0;
  width: 100%;
}
@media (max-width: 1025px) {
  .shopList .shops .item .contWrap .shopMeta .openClose {
    margin-top: 1em;
  }
}
.shopList .shops .item .figWrap {
  position: relative;
  --width: 100%;
}
@media (min-width: 1025px) {
  .shopList .shops .item .figWrap {
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .shopList .shops .item .figWrap {
    width: 100%;
  }
}
.shopList .shops .item .figWrap figure {
  gap: 1em;
}
.shopList .shops .item .figWrap div {
  width: var(--width);
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  border-radius: calc(var(--rad1) * 0.5);
  padding-top: calc(var(--width) * 0.75);
}
.shopList .shops .item .figWrap iframe,
.shopList .shops .item .figWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--rad1) * 0.5);
  overflow: hidden;
}
@media (max-width: 1025px) {
  .shopList .shops .item .figWrap iframe,
.shopList .shops .item .figWrap img {
    width: 100%;
    padding: 2px;
  }
}
.shopList .shops .item .social {
  margin-top: 1em;
  --width: 1.5em;
}
.shopList .shops .item .social li {
  position: relative;
  height: var(--width);
}
.shopList .shops .item .social li a {
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.shopList .shops .item .social li a img {
  width: var(--width);
  height: var(--width);
}
.shopList .shops .item .social li a p {
  font-size: 0.7em;
  padding-left: 0.5em;
}
.shopList .shops .item .btnList {
  width: 100%;
  overflow: visible;
  margin-top: 1em;
}
@media (min-width: 1025px) {
  .shopList .shops .item .btnList .btns:has(.btn:nth-of-type(2)) .btn {
    flex: 1;
    flex-basis: calc(50% - 0.5em);
    flex-grow: initial;
  }
}
.shopList .shops .item.isBoth .figWrap {
  --width: calc(50% - .5em);
}
@media (max-width: 1025px) {
  .shopList .shops .item.isBoth .contWrap {
    margin-bottom: 1em;
  }
}
@media (max-width: 1025px) {
  .shopList.minify {
    padding: calc(var(--pad) * 0.5);
  }
}
.shopList.minify .shops {
  margin: 0;
}
.shopList.minify .shops:has(.figWrap) .item {
  align-items: center;
}
@media (max-width: 1025px) {
  .shopList.minify .shops:has(.figWrap) .item .figWrap {
    width: 50%;
  }
}
.shopList.minify .shops .item {
  padding: 2em 1.5em 1.5em;
}
@media (min-width: 1025px) {
  .shopList.minify .shops .item {
    width: 50%;
  }
}
@media (max-width: 1025px) {
  .shopList.minify .shops .item {
    width: 100%;
  }
}
.shopList.minify .shops .item:before {
  border-radius: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  top: 0;
  left: 0;
  box-shadow: none;
}
@media (min-width: 1025px) {
  .shopList.minify .shops .item .figWrap {
    flex: 1;
  }
}
.shopList.minify .shops .item .contWrap {
  display: flex;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .shopList.minify .shops .item .contWrap {
    flex: 1;
  }
}
@media (min-width: 1025px) {
  .shopList.minify .shops .item .contWrap .shopMeta {
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .shopList.minify .shops .item .contWrap .shopMeta {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.shopList.minify .shops .item .contWrap .shopMeta .profile h3 {
  font-size: 1.1em;
}
.shopList.minify .shops .item .contWrap .shopMeta .profile strong {
  position: absolute;
  top: 0;
  left: 0;
}
.shopList.minify .shops .item .btnList {
  margin-top: 0.5em;
}
.shopList.minify .shops .item .btnList .btns {
  padding: 0;
}
@media (min-width: 1025px) {
  .shopList.minify .shops .item .btnList .btns {
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .shopList.minify .shops .item .btnList .btns {
    width: 100%;
  }
}
.shopList.minify .shops .item.isCover, .shopList.minify .shops .item.isMap {
  gap: 0 0.5em;
  align-items: flex-start;
  align-content: flex-start;
}
@media (min-width: 1025px) {
  .shopList.minify .shops .item.isCover .contWrap, .shopList.minify .shops .item.isMap .contWrap {
    flex: 2.5;
  }
}
@media (max-width: 1025px) {
  .shopList.minify .shops .item.isCover .contWrap, .shopList.minify .shops .item.isMap .contWrap {
    padding-left: 0.5em;
    flex: 1.5;
  }
  .shopList.minify .shops .item.isCover .figWrap, .shopList.minify .shops .item.isMap .figWrap {
    flex: 1;
  }
}
.shopList.minify .shops .item.isBoth {
  gap: 0 0.5em;
}
@media (min-width: 1025px) {
  .shopList.minify .shops .item.isBoth {
    align-items: flex-start;
    padding: 2em;
  }
  .shopList.minify .shops .item.isBoth .contWrap {
    flex: 1;
  }
  .shopList.minify .shops .item.isBoth .figWrap {
    --width: calc(50% - .25em);
  }
  .shopList.minify .shops .item.isBoth .figWrap figure {
    gap: 0 0.5em;
  }
}
@media (max-width: 1025px) {
  .shopList.minify .shops .item.isBoth {
    flex-wrap: wrap;
  }
  .shopList.minify .shops .item.isBoth .contWrap,
.shopList.minify .shops .item.isBoth .figWrap {
    width: 100%;
  }
}

.globalFooter {
  transition: color 0.4s linear;
}

.footerBanner {
  background: var(--colorIce);
  padding: calc(var(--pad) * 1) 0;
  position: relative;
  z-index: 1;
}
.footerBanner.wh {
  color: var(--white);
}
.footerBanner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(circle farthest-corner at 100% 100%, #ffffff -50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: overlay;
  top: 0;
  left: 0;
}
@media (max-width: 1025px) {
  .footerBanner {
    padding: calc(var(--innPad) * 1) 0;
  }
}
.footerBanner .sectCap {
  align-items: center;
}
.footerBanner .sectCap h2 {
  text-align: center;
}
@media (max-width: 1025px) {
  .footerBanner .sectCap h2 p {
    display: inline;
    margin-right: -0.1em;
  }
}
.footerBanner .sectWrap {
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  .footerBanner .sectWrap {
    margin-top: var(--pad);
  }
}
.footerBanner .sectWrap div {
  align-items: center;
  justify-content: center;
  padding: calc(var(--pad) * 0.5);
  overflow: hidden;
}
.footerBanner .sectWrap span, .footerBanner .sectWrap a {
  display: block;
  overflow: hidden;
}
.footerBanner .sectWrap span img, .footerBanner .sectWrap a img {
  width: 100%;
  max-width: 500px;
  transition: all 0.4s ease-in-out;
}
.footerBanner .sectWrap a {
  transition: all 0.4s ease-in-out;
}
.footerBanner .sectWrap a:hover img {
  transform: scale(1.1);
}

.footerVideo {
  background: var(--colorIce);
  padding: calc(var(--pad) * 1) 0;
  position: relative;
  z-index: 1;
}
.footerVideo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(circle farthest-corner at 100% 100%, #ffffff -50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: overlay;
  top: 0;
  left: 0;
}
.footerVideo.wh {
  color: var(--white);
}
@media (max-width: 1025px) {
  .footerVideo {
    padding: calc(var(--innPad) * 1) 0;
  }
}
.footerVideo .inner {
  --width: 50%;
}
@media (min-width: 1025px) {
  .footerVideo .inner {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .footerVideo .inner {
    --width: 100%;
  }
}
.footerVideo .inner .figWrap {
  width: var(--width);
  position: relative;
  padding-top: calc(var(--width) * 0.5625);
}
.footerVideo .inner .figWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footerVideo .inner .contWrap {
  width: var(--width);
}
@media (min-width: 1025px) {
  .footerVideo .inner .contWrap {
    padding-left: var(--pad);
  }
}
@media (max-width: 1025px) {
  .footerVideo .inner .contWrap {
    padding-top: var(--pad);
  }
}
.footerVideo .inner .contWrap h2 {
  margin-bottom: 1em;
}
@media (max-width: 1025px) {
  .footerVideo .inner .contWrap h2 p {
    display: inline;
    margin-right: -0.1em;
  }
}

.copyRight {
  display: flex;
  font-size: 0.7em;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  position: relative;
  height: calc(var(--pad) * 1);
  background: var(--black);
  color: var(--white);
  mix-blend-mode: var(--bodyBgBlend);
}
@media (max-width: 1025px) {
  .copyRight {
    font-size: 0.8rem;
  }
}
.copyRight small {
  display: block;
}

.closeBtn {
  width: var(--navH);
  height: var(--navH);
  cursor: pointer;
  display: block;
  position: absolute;
  top: calc(var(--siteTitle) - var(--gap) * 0.5);
  right: 0;
  margin-right: calc(var(--gap) * 0.5);
  transition: right 0s 0.6s;
}
.closeBtn i {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: block;
  transition: 0.2s all ease;
  position: relative;
  border-radius: 50%;
}
.closeBtn i:before, .closeBtn i:after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: var(--colorTypo);
}
.closeBtn i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.closeBtn i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modalPane {
  display: flex;
  align-items: center;
  justify-content: center;
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.6, 0, 0, 1);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 121;
  padding: calc(var(--pad) * 1);
  color: var(--colorTypo);
}
.modalPane .scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  padding: calc(var(--pad) * 1.5);
  color: var(--colorTypo);
  border-radius: var(--rad3);
  position: relative;
  z-index: 101;
  justify-content: center;
  transition: all 0.4s ease-in-out 0.4s;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .modalPane .scrollable {
    width: 100%;
    max-width: calc(100% - var(--innPad) * 0.5);
  }
}
@media (max-width: 1025px) {
  .modalPane .scrollable {
    width: 100%;
    padding: 1em;
  }
}
.modalPane .scrollable .scrollInner {
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .modalPane .scrollable .scrollInner {
    width: 100%;
  }
}
.modalPane .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 102;
}
@media (min-width: 1025px) {
  .modalPane .closeBtn {
    top: calc(var(--siteTitle) - var(--gap) * 0.5);
    right: 0;
    margin-right: calc(var(--gap) * 0.5);
  }
}
.modalPane .closeBtn i {
  border: 1px solid;
}
.modalPane .closeBtn i:hover {
  background: var(--colorTypo);
}
.modalPane .closeBtn i:hover:before, .modalPane .closeBtn i:hover:after {
  background: #ffffff;
}
.modalPane .layer {
  position: fixed;
  width: calc(100% + 6rem);
  height: calc(100% + 6rem);
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  top: -3rem;
  left: -3rem;
  cursor: pointer;
}
.modalPane.visible {
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.modalPane.visible .scrollable {
  opacity: 1;
}

html.modaled .closeBtn, html.drawered .closeBtn {
  transition-delay: 0s;
}
html.modaled .layer, html.drawered .layer {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  html.modaled .headerUtility, html.drawered .headerUtility {
    width: calc(100% - 17px);
  }
}

.sectMenu {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  opacity: 0;
}
.sectMenu ul {
  flex-direction: column;
  align-items: flex-end;
  width: calc(var(--pad) * 1.5);
  line-height: 1;
  font-size: 0.8rem;
}
.sectMenu ul li {
  width: 100%;
  position: relative;
}
.sectMenu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: calc(var(--pad) * 0.65);
}
@media (min-width: 1025px) and (max-width: 1536px) {
  .sectMenu ul li a {
    height: calc(var(--pad) * 0.8);
  }
}
@media (max-width: 1025px) {
  .sectMenu ul li a {
    height: calc(var(--pad) * 1.5);
  }
}
.sectMenu ul li a:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: var(--colorTypo);
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 1025px) {
  .sectMenu ul li a:before {
    width: 0.7em;
    height: 0.7em;
  }
}
.sectMenu ul li a span {
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  transform: translate(100%, 0);
  width: 15em;
  height: calc(100% + 1em);
  position: absolute;
  top: -0.5em;
  right: 0;
  padding: 0 4em 0 1em;
  z-index: 0;
  border-radius: 3em 0 0 3em;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1025px) {
  .sectMenu ul li a span {
    width: 13em;
    padding-right: 0;
  }
}
.sectMenu ul li a:hover span {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transform: translate(0, 0);
}
@media (max-width: 1025px) {
  .sectMenu ul li a:hover span {
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
  }
}
.sectMenu ul li.active a {
  color: var(--colorMain);
}
.sectMenu ul li.active a:before {
  width: 1em;
  height: 1em;
  border: 1px solid #ffffff;
  background: var(--colorMain);
}

/*# sourceMappingURL=layout.css.map */
