/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    FORM RESET
  ------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  outline: none;
  border: none;
}
input::focus, select::focus, textarea::focus {
  outline: none;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

input[type=submit],
select,
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
select::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

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

input[type=radio], input[type=checkbox] {
  display: none;
}

button {
  cursor: pointer;
  background: none;
  color: inherit;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: left;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-moz-selection {
  background-color: #050505;
  color: #FFF;
}

::selection {
  background-color: #050505;
  color: #FFF;
}

/* ------------------------------
    DEFAULT BLOCK SETTINGS
  ------------------------------ */
html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.5208335vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 0.5208335vw;
  }
}

body {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFF;
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) {
  .spBr {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .spBr {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .pcBr {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pcBr {
    display: block;
  }
}

.siteBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.textProvisional {
  text-align: center;
}
@media screen and (min-width: 320px) {
  .textProvisional {
    font-size: 1.3rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .textProvisional {
    font-size: 2.4rem;
    margin-top: 8rem;
  }
}

/* ------------------------------
    GLOBAL HEADER
  ------------------------------ */
.globalHeader {
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
}
@media screen and (min-width: 320px) {
  .globalHeader {
    width: 100%;
    padding: 1rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader {
    width: auto;
    height: 100%;
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
}

.headerNav {
  position: relative;
  height: 100%;
  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;
  color: #FFF;
  -webkit-backdrop-filter: blur(16px) saturate(140%) brightness(0.88);
          backdrop-filter: blur(16px) saturate(140%) brightness(0.88);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .headerNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-radius: 1.6rem;
    padding: 0.8rem 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 15.55svh;
    border-radius: 3.2rem;
    padding: 4.5rem 0 3.4rem;
  }
}
.headerNav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.headerNav a {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .headerNav a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .headerNav a:hover {
    opacity: 0.5;
  }
}
.headerNav .navLogo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 320px) {
  .headerNav .navLogo {
    width: 12%;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav .navLogo {
    width: 59%;
  }
}
.headerNav .headerNavList {
  width: 100%;
  height: 100%;
  display: grid;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .headerNav .headerNavList {
    grid-template-rows: 0fr;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav .headerNavList {
    grid-template-rows: 1fr;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.headerNav .headerNavList.isActive {
  grid-template-rows: 1fr;
}
.headerNav .navListWrapper {
  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;
}
@media screen and (min-width: 320px) {
  .headerNav .navListWrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav .navListWrapper {
    overflow: visible;
  }
}
.headerNav .navList {
  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;
}
@media screen and (min-width: 320px) {
  .headerNav .navList {
    gap: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav .navList {
    margin-top: 5.4rem;
    gap: 2.96svh;
  }
}
.headerNav .navItem {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .headerNav .navItem {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav .navItem {
    font-size: 1.48svh;
    padding-bottom: 2.96svh;
  }
}
.headerNav .navItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 1px;
  background: #FFF;
  will-change: opacity;
}
.headerNav .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .headerNav .snsList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.8rem;
    margin: 3.2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav .snsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.48svh;
    margin: auto 0 0;
  }
}
.headerNav .itemSvg {
  fill: #FFF;
}
@media screen and (min-width: 320px) {
  .headerNav .itemSvg {
    height: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav .itemSvg {
    height: 2.78svh;
  }
}
.headerNav .hasMegamenu {
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .headerNav .hasMegamenu:hover .megamenuList {
    opacity: 1;
    visibility: visible;
  }
}
.headerNav .megamenuList {
  white-space: nowrap;
  display: grid;
}
@media screen and (min-width: 320px) {
  .headerNav .megamenuList {
    gap: 1.2rem;
    padding: 1.6rem 0 0;
    font-size: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .headerNav .megamenuList {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(16px) saturate(140%) brightness(0.88);
            backdrop-filter: blur(16px) saturate(140%) brightness(0.88);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
            box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
    top: -2.4rem;
    right: 110%;
    padding: 2.4rem 3.2rem;
    border-radius: 1.6rem;
    gap: 1.6rem;
    font-size: 100%;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .headerNav .megamenuList::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
            box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
    pointer-events: none;
  }
  .headerNav .megamenuList::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 10%;
    height: 100%;
  }
}

.headerMenuBtn {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 6%;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 320px) {
  .headerMenuBtn {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .headerMenuBtn {
    display: none;
  }
}
.headerMenuBtn::before, .headerMenuBtn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 1px;
}
.headerMenuBtn::before {
  top: 0;
  right: 0;
  -webkit-transition: top 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.headerMenuBtn::after {
  bottom: 0;
  right: 0;
  -webkit-transition: bottom 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, bottom 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, bottom 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.headerMenuBtn .btnBorder {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  border-radius: 1px;
}
.headerMenuBtn.isActive .btnBorder {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.headerMenuBtn.isActive::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.headerMenuBtn.isActive::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-home .headerNav {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
@media screen and (min-width: 320px) {
  .is-home .headerNav {
    -webkit-transform: translateY(-124%);
            transform: translateY(-124%);
  }
}
@media screen and (min-width: 600px) {
  .is-home .headerNav {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
}
.is-home .homeContents {
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.is-home .globalFooter {
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
@media screen and (min-width: 320px) {
  .is-home.hello .headerNav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (min-width: 600px) {
  .is-home.hello .headerNav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.is-home.hello .homeContents {
  opacity: 1;
}
.is-home.hello .globalFooter {
  opacity: 1;
}

/* ------------------------------
    GLOBAL FOOTER
  ------------------------------ */
.globalFooter {
  background: #050505;
}
@media screen and (min-width: 320px) {
  .globalFooter {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalFooter {
    margin-top: 28.6rem;
  }
}

#swiperFooter .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 320px) {
  .footerCopy {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerCopy {
    padding-top: 10rem;
  }
}

.footerContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #b67f22;
}
@media screen and (min-width: 320px) {
  .footerContents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5rem 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9rem 5vw 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .footerContents a:hover {
    opacity: 0.5;
  }
}
.footerContents .sitemapWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .footerContents .sitemapWrapper {
    gap: 0 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .sitemapWrapper {
    width: 25%;
    gap: 0 9rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.7rem;
  }
}
.footerContents .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .footerContents .sitemap {
    font-size: 1.3rem;
    gap: 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .sitemap {
    font-size: 2rem;
    gap: 0.6rem;
  }
}
.footerContents .infoWrapper {
  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) {
  .footerContents .infoWrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .infoWrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: unset;
  }
}
.footerContents .infoTitle {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .footerContents .infoTitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .infoTitle {
    font-size: 2.4rem;
  }
}
.footerContents .infoTitle .small {
  font-size: 87.5%;
}
.footerContents .infoDetail {
  line-height: 1.524;
  margin-top: 1rem;
}
@media screen and (min-width: 320px) {
  .footerContents .infoDetail {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .infoDetail {
    font-size: 2.1rem;
    text-align: left;
  }
}
.footerContents .infoMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .footerContents .infoMap {
    margin-top: 1.6rem;
    gap: 0 0.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .infoMap {
    margin-top: 3.2rem;
    gap: 0 1.4rem;
  }
}
.footerContents .mapIcon {
  fill: none;
}
@media screen and (min-width: 320px) {
  .footerContents .mapIcon {
    width: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .mapIcon {
    width: 2.4rem;
  }
}
.footerContents .mapLink {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 320px) {
  .footerContents .mapLink {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .mapLink {
    font-size: 2.1rem;
  }
}
.footerContents .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .footerContents .snsList {
    gap: 0 1.2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .snsList {
    gap: 0 2.3rem;
    margin-top: 4.1rem;
  }
}
.footerContents .itemSvg {
  fill: #b67f22;
}
@media screen and (min-width: 320px) {
  .footerContents .itemSvg {
    height: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .itemSvg {
    height: 3rem;
  }
}
@media screen and (min-width: 320px) {
  .footerContents .logoWrapper {
    width: 30%;
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .logoWrapper {
    width: 11.5%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.5rem;
  }
}
.footerContents .copyright {
  text-align: center;
}
@media screen and (min-width: 320px) {
  .footerContents .copyright {
    font-size: 1.2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .footerContents .copyright {
    font-size: 1.8rem;
    margin-top: 6.2rem;
  }
}/*# sourceMappingURL=style.css.map */