/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * Keyframes
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.globalHeader2 {
  position: fixed;
  width: 95vw;
  left: 2.5vw;
  z-index: 10;
}
@media screen and (min-width: 320px) {
  .globalHeader2 {
    top: 4.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 {
    top: 7rem;
  }
}
.globalHeader2.isActive .mainMenuTitle, .globalHeader2.frontPage .mainMenuTitle {
  color: rgb(var(--color-wh));
}
.globalHeader2 .navWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalHeader2 .navWrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .navWrapper::after {
    bottom: -16px;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .navWrapper::after {
    bottom: -16px;
  }
}
.globalHeader2 .logo, .globalHeader2 .menuWrapper {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .logo {
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .logo {
    width: 12rem;
  }
}
.globalHeader2 .menuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .menuWrapper {
    gap: 8px;
  }
}
@media screen and (min-width: 600px) {
  .globalHeader2 .menuWrapper {
    gap: 16px;
  }
}
.globalHeader2 .mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --color-sp-nav: #8f7f71;
  z-index: 2;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    color: #000000;
    background: var(--color-sp-nav);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1rem 0 1.5rem;
    gap: 0;
  }
  .globalHeader2 .mainMenu::before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 2rem;
    border-radius: 0 0 2rem 2rem;
    -webkit-box-shadow: 0 1rem 0 1rem var(--color-sp-nav);
            box-shadow: 0 1rem 0 1rem var(--color-sp-nav);
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenu {
    position: static;
    bottom: unset;
    left: unset;
    width: auto;
    color: #FFFFFF;
    background: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    gap: 0 8rem;
  }
  .globalHeader2 .mainMenu::before {
    content: none;
  }
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenuItem {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenuItem {
    width: auto;
  }
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenuItem.sp {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenuItem.sp {
    display: none;
  }
}
.globalHeader2 .mainMenuItem:nth-of-type(1) .mainMenuIconSP {
  margin-bottom: 0.2rem;
}
.globalHeader2 .mainMenuItem:nth-of-type(2) .mainMenuIconSP {
  margin-bottom: 0.5rem;
  width: 40%;
}
.globalHeader2 .mainMenuItem:nth-of-type(3) .mainMenuIconSP {
  margin-bottom: 0.2rem;
}
.globalHeader2 .mainMenuItem:nth-of-type(4) .mainMenuIconSP {
  width: 53%;
  margin-top: -0.2rem;
}
.globalHeader2 .mainMenuItem:nth-of-type(5) .mainMenuIconSP {
  width: 48%;
}
.globalHeader2 .mainMenuTitle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenuTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenuTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2.2rem;
    letter-spacing: -0.1rem;
  }
}
.globalHeader2 .mainMenuIconSP {
  width: 45%;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenuIconSP {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenuIconSP {
    display: none;
  }
}
.globalHeader2 .telIcon, .globalHeader2 .headerReserve {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.globalHeader2 .telIcon:hover, .globalHeader2 .headerReserve:hover {
  opacity: 0.6;
}
.globalHeader2 .telIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .telIcon {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .telIcon {
    width: 6.2rem;
    height: 6.2rem;
  }
}
.globalHeader2 .telIcon svg {
  display: block;
  width: 48%;
  height: 48%;
}
.globalHeader2 .telSvg {
  stroke: #FFFFFF;
}
.globalHeader2 .lineSvg {
  fill: #FFFFFF;
}
.globalHeader2 .headerReserve {
  font-family: var(--font-unique);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4rem;
  background: #000000;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  font-family: "ryo-gothic-plusn", "acumin-pro", sans-serif;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .headerReserve {
    width: 10rem;
    height: 4rem;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .headerReserve {
    width: 25rem;
    height: 6.2rem;
    font-size: 2.2rem;
  }
}
.globalHeader2 .megamenuInner {
  overflow: hidden;
}
.globalHeader2 .megamenuList {
  position: relative;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuList {
    padding: 2rem 2.6rem 5.2rem 3.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuList {
    padding: 5.5rem 0 2.8rem 2.8rem;
  }
}
.globalHeader2 .megamenuList::before {
  position: absolute;
  top: 2.2rem;
  left: 1rem;
  width: 0.5rem;
  height: calc(100% - 5.9rem);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuList::before {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuList::before {
    content: "";
  }
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuHeading {
    color: #000000;
    font-size: 1rem;
    opacity: 0.7;
    margin: 2.8rem 0 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuHeading {
    color: #867463;
    font-size: 1.5rem;
    opacity: 0.8;
    margin: 2rem 0 0.5rem 0;
  }
}
.globalHeader2 .megamenuCate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuCate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuCate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuItem {
    font-size: 1.6rem;
    margin: 0 5rem 0.7rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuItem {
    font-size: 1.8rem;
    margin: 0 0 0.4rem 0;
  }
}

.hiddenHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease;
  transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease;
  will-change: z-index, visibility, opacity;
}
.hiddenHeader.isActive {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: z-index 5ms ease, visibility 400ms ease 5ms, opacity 400ms ease 5ms;
  transition: z-index 5ms ease, visibility 400ms ease 5ms, opacity 400ms ease 5ms;
}
.hiddenHeader.isActive .hiddenHeaderInner ul {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
.hiddenHeader.isActive .hiddenHeaderInner ul:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.hiddenHeader.isActive .hiddenHeaderInner ul:nth-child(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hiddenHeader.isActive .hiddenHeaderInner ul:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hiddenHeaderBg, .hiddenHeaderInner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hiddenHeaderBg {
  background: #867463;
}

.hiddenHeaderInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hiddenHeaderInner .block {
  position: relative;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .block:first-child {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .block:first-child {
    width: 35%;
  }
}
.hiddenHeaderInner .block:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hiddenHeaderInner .block:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .block:last-child {
    width: 75%;
    padding: 12rem 3rem 0;
    gap: 5rem;
    border-right: solid 5px white;
    border-bottom: solid 5px white;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .block:last-child {
    width: 65%;
    padding: 20vh 20rem 0;
    gap: 7rem;
    border-right: solid 5px white;
    border-bottom: solid 5px white;
  }
}
.hiddenHeaderInner ul {
  font-family: "ShipporiMincho", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner ul {
    gap: 1.2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner ul {
    gap: 1.2rem 0;
  }
}
.hiddenHeaderInner .title {
  grid-column: 1/3;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .title {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.hiddenHeaderInner .item {
  opacity: 0.85;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .item {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .item {
    font-size: 1.8rem;
  }
}
.hiddenHeaderInner .item a {
  display: inline-block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.hiddenHeaderInner .item a:hover {
  opacity: 0.6;
}
.hiddenHeaderInner .menuClose {
  cursor: pointer;
  position: absolute;
  right: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  color: #867463;
  border: none;
  outline: none;
  border-radius: 15px 0 0 0;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .menuClose {
    width: 6.4rem;
    height: 6.4rem;
    bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .menuClose {
    width: 9.4rem;
    height: 9.4rem;
    bottom: 0;
  }
}
.hiddenHeaderInner .menuClose svg {
  display: block;
  stroke: #867463;
  margin-bottom: 4.5px;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .menuClose svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .menuClose svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.hiddenHeaderInner .menuClose::before, .hiddenHeaderInner .menuClose::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-box-shadow: -15px -15px #fff;
          box-shadow: -15px -15px #fff;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .menuClose::before {
    top: -30px;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .menuClose::before {
    top: -30px;
    right: 0;
  }
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .menuClose::after {
    bottom: 0;
    left: -30px;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .menuClose::after {
    bottom: 0;
    left: -30px;
  }
}

.menuTrigger {
  position: relative;
}
.menuTrigger::after {
  content: "";
  position: absolute;
  left: 20%;
  width: 60%;
  height: 5px;
  border-radius: 5px 5px 0 0;
  background: white;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  .menuTrigger::after {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .menuTrigger::after {
    display: block;
    height: 8px;
    bottom: calc(-5.1rem + 8px);
  }
}
.menuTrigger.isActive::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.headerSns {
  position: absolute;
  top: 32.5svh;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .headerSns {
    display: none;
    gap: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .headerSns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4rem 0;
  }
}

.headerSnsLink {
  width: 2.8rem;
  fill: #867463;
}
.headerSnsLink.wide {
  width: 3.7rem;
}

.megamenu__body {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  color: white;
}
@media screen and (min-width: 320px) {
  .megamenu__body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    inset: auto auto 0 0;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    inset: 0 auto auto 0;
  }
}
.megamenu__wrapper {
  width: 100%;
  background: rgb(var(--color-main));
}
@media screen and (min-width: 320px) {
  .megamenu__wrapper {
    border-radius: 16px 16px 0 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.32);
    border-top: unset;
    -webkit-box-shadow: 0 -16px 32px -8px rgba(0, 0, 0, 0.24);
            box-shadow: 0 -16px 32px -8px rgba(0, 0, 0, 0.24);
  }
}
@media screen and (min-width: 600px) {
  .megamenu__wrapper {
    border-radius: 0 0 32px 32px;
    border-bottom: unset;
    border-top: solid 1px rgba(255, 255, 255, 0.32);
    -webkit-box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.24);
            box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.24);
  }
}
.megamenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: margin-top 400ms ease 50ms;
  transition: margin-top 400ms ease 50ms;
}
@media screen and (min-width: 320px) {
  .megamenu__inner {
    padding: 32px 5vw 2rem;
    margin-top: 0;
    margin-bottom: 7rem;
    border-top: unset;
    border-bottom: solid 1px white;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__inner {
    padding: 48px 2.5vw 48px 10vw;
    margin-top: 20rem;
    margin-bottom: 0;
    border-top: solid 1px white;
    border-bottom: unset;
  }
}
@media screen and (min-width: 320px) {
  .megamenu__head {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__head {
    width: 25%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 320px) {
  .megamenu__headTitle {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__headTitle {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 320px) {
  .megamenu__headDesc {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__headDesc {
    font-size: 1.6rem;
  }
}
.megamenu__headDesc a {
  text-decoration: underline;
}
.megamenu__headDesc a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) {
  .megamenu__listwrapper {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__listwrapper {
    width: 75%;
  }
}
.megamenu__list {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .megamenu__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 16px;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 16px;
  }
}
.megamenu__listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.megamenu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .megamenu__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__link {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
.megamenu__link:hover .megamenu__figure img {
  -webkit-transform: scale(1.072);
          transform: scale(1.072);
  -webkit-filter: brightness(0.88);
          filter: brightness(0.88);
}
.megamenu__link:hover .megamenu__title span::before {
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}
.megamenu__title, .megamenu__figure {
  margin: 0;
  width: 100%;
}
.megamenu__title {
  inset: auto auto 0 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .megamenu__title {
    position: relative;
    padding: 6px 0 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__title {
    position: absolute;
    padding: 12px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 320px) {
  .megamenu__title p {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__title p {
    width: calc(100% - 6.4rem);
  }
}
.megamenu__title span {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (min-width: 320px) {
  .megamenu__title span {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.megamenu__title span svg {
  display: block;
  width: 40%;
  height: 40%;
}
.megamenu__title span::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: solid 1px white;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.megamenu__figure {
  margin: 0;
}
.megamenu__figure .imgWrapper {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .megamenu__figure .imgWrapper {
    border-radius: 8px;
  }
}
@media screen and (min-width: 600px) {
  .megamenu__figure .imgWrapper {
    border-radius: 16px;
  }
}
.megamenu__figure img {
  -webkit-filter: brightness(0.72);
          filter: brightness(0.72);
  -webkit-transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease, -webkit-transform 400ms ease, -webkit-filter 400ms ease;
}

.hasMegamenu:hover .megamenu__body {
  z-index: unset;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 320px) {
  .isActive .megamenu__inner {
    margin-top: 0;
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 600px) {
  .isActive .megamenu__inner {
    margin-top: 11rem;
    margin-bottom: 0;
  }
}

.gNav {
  width: 100%;
}
.gNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 2.5vw;
}
@media screen and (min-width: 320px) {
  .gNav__inner {
    height: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .gNav__inner {
    height: 4.8rem;
  }
}
.gNav__title {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .gNav__title {
    font-size: 1.04rem;
  }
}
@media screen and (min-width: 600px) {
  .gNav__title {
    font-size: 1.4rem;
  }
}
.gNav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gNav__link::after {
  content: "/";
}
@media screen and (min-width: 320px) {
  .gNav__link::after {
    margin: 0 8px;
  }
}
@media screen and (min-width: 600px) {
  .gNav__link::after {
    margin: 0 16px;
  }
}
.gNav__link:last-child::after {
  display: none;
}
.gNav__link a {
  opacity: 0.64;
}
@media screen and (min-width: 320px) {
  .gNav__link a {
    font-size: 1.04rem;
  }
}
@media screen and (min-width: 600px) {
  .gNav__link a {
    font-size: 1.4rem;
  }
}
.gNav__link a.isCurrent {
  font-weight: 700;
  opacity: 1;
}

.swither {
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 320px) {
  .swither {
    inset: 5.6rem auto auto 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .swither {
    inset: auto 2.5vw 2.5vw auto;
  }
}
.swither__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
@media screen and (min-width: 320px) {
  .swither__links {
    padding: 4px 10px;
  }
}
@media screen and (min-width: 600px) {
  .swither__links {
    padding: 12px 24px;
  }
}
@media screen and (min-width: 320px) {
  .swither__link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .swither__link {
    font-size: 1.6rem;
  }
}
.swither__link::after {
  content: "/";
}
@media screen and (min-width: 320px) {
  .swither__link::after {
    margin: 0 8px;
  }
}
@media screen and (min-width: 600px) {
  .swither__link::after {
    margin: 0 16px;
  }
}
.swither__link:last-child::after {
  display: none;
}
.swither__link a {
  opacity: 0.72;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
.swither__link a.isCurrent {
  font-weight: 700;
  opacity: 1;
}
.swither__link a:hover {
  opacity: 1;
}

.footerCta {
  position: relative;
}
.footerCta__bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -webkit-filter: brightness(0.48);
          filter: brightness(0.48);
}
.footerCta__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footerCta__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .footerCta__inner {
    padding: 12rem 0 10rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__inner {
    padding: 12rem 0 10rem;
  }
}
.footerCta__head {
  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;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .footerCta__head {
    margin-top: -80svh;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__head {
    margin-top: -80svh;
  }
}
.footerCta__headEn {
  font-family: var(--font-unique);
}
@media screen and (min-width: 320px) {
  .footerCta__headEn {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__headEn {
    font-size: 15rem;
  }
}
.footerCta__headTitle {
  font-family: var(--font-unique);
  margin: 12px 0 24px;
}
@media screen and (min-width: 320px) {
  .footerCta__headTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__headTitle {
    font-size: 4rem;
  }
}
@media screen and (min-width: 320px) {
  .footerCta__headDesc {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__headDesc {
    font-size: 2rem;
  }
}
.footerCta__cards {
  display: grid;
}
@media screen and (min-width: 320px) {
  .footerCta__cards {
    padding: 64px 5vw 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cards {
    padding: 64px 5vw 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.footerCta__card {
  position: relative;
}
@media screen and (min-width: 320px) {
  .footerCta__card {
    padding: 32px;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__card {
    padding: 48px;
  }
}
.footerCta__card::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  border: solid 1px rgb(var(--color-main));
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (min-width: 320px) {
  .footerCta__card::before {
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__card::before {
    border-radius: 32px;
  }
}
@media screen and (min-width: 320px) {
  .footerCta__cardComment {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cardComment {
    font-size: 2rem;
  }
}
.footerCta__cardTitle {
  font-family: var(--font-unique);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .footerCta__cardTitle {
    font-size: 2.8rem;
    margin: 24px 0 18px;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cardTitle {
    font-size: 5.6rem;
    margin: 24px 0 48px;
  }
}
@media screen and (min-width: 320px) {
  .footerCta__cardNotes {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cardNotes {
    font-size: 1.8rem;
  }
}
.footerCta__cardIcon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999vw;
  background: rgb(var(--color-main));
}
@media screen and (min-width: 320px) {
  .footerCta__cardIcon {
    width: 5.2rem;
    height: 5.2rem;
    inset: calc(1rem + 56px) 24px auto auto;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cardIcon {
    width: 10.8rem;
    height: 10.8rem;
    inset: calc(1rem + 56px) 32px auto auto;
  }
}
.footerCta__cardIcon svg {
  display: block;
  width: 50%;
  height: 50%;
  stroke: rgb(var(--color-text));
}

.gContainer {
  position: relative;
  background: rgb(var(--color-main));
  overflow: clip;
}
@media screen and (min-width: 320px) {
  .gContainer {
    border-radius: 12px 12px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .gContainer {
    border-radius: 24px 24px 0 0;
  }
}
.gContainer.isFront {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.coverOn {
  -webkit-box-shadow: 0px 0px 32px -8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 32px -8px rgba(0, 0, 0, 0.16);
}

.liquidGlass {
  position: relative;
  overflow: hidden;
  border-radius: 999vw;
  isolation: isolate;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.32)), color-stop(45%, rgba(255, 255, 255, 0.18)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(20px) saturate(160%) brightness(0.8);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(255, 255, 255, 0.12);
  -webkit-transition: background 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background 300ms ease, border-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
}
.liquidGlass::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.18) 20%, rgba(255, 255, 255, 0) 48%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), color-stop(38%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0.02)));
  background: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.18) 20%, rgba(255, 255, 255, 0) 48%), linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.08) 38%, rgba(255, 255, 255, 0.02) 100%);
  mix-blend-mode: screen;
  opacity: 0.32;
}
.liquidGlass::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 80% 100%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 42%), radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 30%);
  opacity: 0.9;
}
.liquidGlass > * {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=style_new.css.map */