@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
table {
  font-size: inherit;
  font: 100%;
}
select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}
select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],

:focus {
  outline: none;
}
picture {
  display: block;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  html, body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media print {
  body {
    _zoom: 80%;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
a img {
  transition: all 1.5s;
}
a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}
a,
button {
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}
button {
  cursor: pointer;
  background: none;
  outline: none;
}
img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
li {
  list-style: none;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #000;
  background: #ffdf00;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}

.news-date,
.g-footer,
.c-heading_en:not(.lineup-name),
.g-header-sidemenu_en,
.u-font_quasimoda,
.u-font_quasimodaBefore:before,
.u-font_quasimodaAfter:after {
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}
.u-inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-inner {
    width: 76%;
  }
}

/* scroll FadeIn　未使用
//* -------------------------------------------------- */
/* SCROLL fade 使用
//* -------------------------------------------------- */
.js-scrollClass {
  opacity: 0;
}
.is-state_scroll {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}

/* SCROLL fade 使用
//* -------------------------------------------------- */
.anime_op {
  opacity: 0;
  transition: all 1s;
}
.motion_Y10 {
  transform: translateY(10px);
  transition: all 0.5s;
}
.motion_Y20 {
  transform: translateY(20px);
  transition: all 0.5s;
}
.motion_Y30 {
  transform: translateY(30px);
  transition: all 0.5s;
}
.motion_Y50 {
  transform: translateY(50px);
}
.motion_X20 {
  transform: translateX(-20px);
  transition: all 0.8s;
}
.motion_X_20 {
  transform: translateX(20px);
  transition: all 0.8s;
}
.motion_Z8 {
  transform: scale(0.8,0.8);
}
.motion_blur {
  filter: blur(25px);
  transition: all 0.8s ease-in;
}

.is_animed {
  transform: translateX(0);
  transform: translateY(0);
  transform: rotate(0);
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
}
.delay-ani02 {
  transition-delay: 0.2s;
}
.delay-ani03 {
  transition-delay: 0.3s;
}
.delay-ani05 {
  transition-delay: 0.5s;
}

.g-body {
  font-family: dnp-shuei-gothic-gin-std,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #dbdad8;
  font-display: swap;
  line-height: 1.65;
  font-weight: 400;
  overflow-x: hidden;
  color: #000;
  animation: fade 1s ease forwards;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.is-locked {
  /* position: fixed;
  width: 100%; */
  overflow: hidden;
  /* overscroll-behavior: none; */
}
.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
}
.g-header {
  opacity: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;

  position: fixed;
  top: 0px;
  right: -200px;
  z-index: 999;
  transition: right 0.5s ease;
  background: #ffdf00;
  width: 50px;
  height: 100vh;
}
.js-navopen .g-header {
  z-index: 1000;
}
.g-header-menu {
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  z-index: 9;
  width: 100%;
  transition: all 0.3s;
  padding-top: 38px;
  position: relative;
  height: 100%;
  line-height: 47px;
  cursor: pointer;
}
.g-header-menu:before {
  top: 0;
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 140px;
}
.g-header-menu span {
  position: relative;
  display: block;
  padding-bottom: 1em;
}
.js-navopen .g-header-menu {
  color: #fff;
  height: 140px;
  justify-content: space-between;
  display: flex;
}
.js-navopen .g-header-menu:before {
  background-color: #bdbcb2;
}
.g-header-menu span:before,
.g-header-menu span:after {
  content: "";
  position: absolute;
  bottom: -.6em;
  left: 50%;
  width: 2px;
  height: 0.8em;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s all;
}
.g-header-menu span:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.g-header-menu span:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.js-navopen .g-header-menu span:before,
.js-navopen .g-header-menu span:after {
  background-color: rgba(255, 255, 255, 1);
  transition-delay: 0.2s;
}
.g-header-links {
  width: 100%;
}
.g-instalink {
  width: 100%;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-instalink img {
  width: 20px;
  margin: 0 auto;
  transition: all 0.3s;
}
.g-header-sidemenu {
  height: 100vh;
  position: fixed;
  right: -100%;
  transition: all 0.6s ease-in-out;
  top: 0;
  visibility: hidden;
  width: 0;
  z-index: -1;
  opacity: 0;
  background: #ffdf00;
  margin: 0 auto;
}
.js-navopen .g-header-close {
  z-index: 999;
  opacity: 1;
}
.g-header-overlay {
  background-color: rgba(0, 0, 0,0);
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}
.js-navopen .g-header-sidemenu {
  top: 0;
  visibility: visible;
  z-index: 2;
  opacity: 1;
  /* width: calc(970vw /14);
  min-width: 970px; */
  width: 700px;
  right: 0;
}
.js-navopen .g-header-overlay {
  opacity: 0.8;
  visibility: visible;
}
.g-header-sidemenu-inner {
  height: 100vh;
  overflow-y: scroll;
  padding: 50px 10%;
  position: relative;
  scrollbar-width: none;
  display: grid;
}
.g-header-sidemenu-inner::-webkit-scrollbar {
  display: none;
}
.g-header-sidemenu-logo {
  width: 100px;
  position: absolute;
  top: 90px;
  right: 17%;
}
.g-header-sidemenu-lists {
  width: 100%;
}
.g-header-sidemenu-lists li {
  margin: 25px 0;
  position: relative;
}
.g-header-sidemenu_en {
  font-size: 3rem;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.g-header-sidemenu_jp {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  transition: all 0.3s;
}
.g-header-sidemenu-lists .insta .g-header-sidemenu_en {
  padding-left: 30px;
}
.g-header-sidemenu-lists .insta .g-header-sidemenu_en:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/common/ico_insta.svg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .g-header-menu:hover,
  .g-header-sidemenu-lists a:hover .g-header-sidemenu_jp,
  .g-header-sidemenu-lists a:hover .g-header-sidemenu_en {
    letter-spacing: 0.15em;
  }
  .g-header-links a:hover img {
    transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-header {
    right: -200px;
    width: 9%;
    height: 100dvh;
  }
  .g-header-menu {
    font-size: calc(24vw / 7.5);
    padding-top: calc(60vw / 7.5);
    line-height: 2.6;
  }
  .g-header-menu:before {
    height: calc(220vw / 7.5);
  }
  .js-navopen .g-header-menu {
    height: calc(220vw / 7.5);
  }
  .g-header-menu span:before,
  .g-header-menu span:after {
    width: 1px;
  }
  .g-instalink {
    height: calc(104vw / 7.5);
  }
  .g-instalink img {
    width: calc(26vw / 7.5);
  }
  .g-header-sidemenu {
    height: 100dvh;
    right: -100%;
  }
  .js-navopen .g-header-sidemenu {
    width: 100%;
  }
  .g-header-sidemenu-inner {
    height: 100dvh;
    padding: calc(100vw / 7.5) 10%;
  }
  .g-header-sidemenu-logo {
    width: calc(157vw / 7.5);
    top: calc(165vw / 7.5);
    right: 17%;
  }
  .g-header-sidemenu-lists li {
    margin: 25px 0;
  }
  .g-header-sidemenu-lists .insta {
    margin-top: 50px;
  }
  .g-header-sidemenu_en {
    font-size: 2rem;
  }
  .g-header-sidemenu_jp {
    font-size: 1rem;
  }
  .g-header-sidemenu-lists .insta .g-header-sidemenu_en {
    padding-left: 20px;
  }
  .g-header-sidemenu-lists .insta .g-header-sidemenu_en:before {
    top: 2px;
    width: 15px;
    height: 15px;
  }
}

/* loader
//* -------------------------------------------------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  animation: loadingbg 2s forwards;
}
@keyframes loadingbg {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}
#loader .logo {
  opacity: 0;
  position: relative;
  z-index: 1;
  animation: loadinglogo 1.5s forwards;
  animation-delay: 0.3s;
  width: calc(300vw / 14);
  height: calc(224vw / 14);
}
@keyframes loadinglogo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#loader.hide {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  #loader .logo {
    width: calc(300vw /7.5);
    height: calc(224vw /7.5);
  }
}

/* kv
//* -------------------------------------------------- */
.gl-logo {
  position: fixed;
  top: 4%;
  left: 3%;
  width: 141px;
  width: calc(160vw / 14);
  z-index: 99;
}
.gl-logo a {
  transition: all .3s;
  display: block;
}
.btn-skip {
  position: fixed;
  bottom: 10%;
  right: 18%;
  /* width: 100px; */
  z-index: 99;
  pointer-events: auto;
  opacity: 1;
  font-size: calc(15vw / 14);
  transition: all 0.3s ease;
  transform-origin: center;
}
.is_main .btn-skip,
.is_sky .btn-skip {
  opacity: 0;
  pointer-events: none;
}
.intro {
  position: relative;
  z-index: 0;
  background-color: #dbdad8;
}
.intro::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_kv.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
  transition: all 0.5s;
}
.intro.is-hide-bg::before {
  opacity: 0;
}

.intro-logo {
  position: absolute;
  right: 20%;
  top: 25%;
  top: calc(50% - 20vw);
  width: calc(126vw / 14);
  z-index: 9;
  transition: opacity 0.3s ease;
}

.intro-mountain {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 80vh;
  height: calc(646vw / 14);
  background: url(../images/common/mountain.png) no-repeat top center;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
  transform: translateX(50vw);
  transition: opacity 0.8s ease;
  opacity: 0.5;
}
.is-hide-bg .intro-mountain {
  opacity: 1;
}
.is_main .intro-bg {
  opacity: 0;
}
/* .kv {
  position: relative;
  height: 350vh;
  z-index: 2;
}
.kv-section {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kv1 {
  z-index: 1;
}
.kv2 {
  z-index: 2;
}
.kv3 {
  z-index: 3;
}
.kv-section__img {
  width: 70%;
  height: 85%;
  background-size: cover;
  background-position: center;
  transition: none;
} */
.fv {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fv_swiper {
  width: 68%;
  height: fit-content;
  background-size: cover;
  background-position: center;
  transition: none;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.fv-scrl {
  position: absolute;
  bottom: 0;
  left: calc(10vw / 14);
  font-size: calc(16vw / 14);
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  z-index: 1;
  line-height: 2;
}
.fv-scrl .bar {
  display: inline-block;
  height: calc(60vw / 14);
  width: calc(1vw / 14);
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-top: calc(10vw / 14);
  margin-left: calc(-10vw / 14);
}
.fv-scrl .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #000;
  animation: scroll 2s linear infinite;
}
@keyframes scroll {
  from { height: 0%; }
  to   { height: 100%; }
}
.about {
  position: relative;
  height: 150vh;
  z-index: 2;
}
.about-inner {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-right: -3vw;
}
.about p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  filter: blur(5px);
}
.about .about-text03 {
  margin: 0 0 0 2em;
}
.about-heading {
  font-size: calc(32vw / 14);
  line-height: 1.8;
  margin: 0 0 0 5vw;
}
.about-text {
  font-size: calc(18vw / 14);
  line-height: 2;
  padding-top: 4em;
  margin: 0;
}
.about-cap {
  font-size: calc(18vw / 14);
  line-height: 1.8;
  padding-top: 4em;
  margin: 0 2em 0 0;
}
.about-cap span:not(.u-txt_ht) {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 2em;
}
.about-cap span:not(.u-txt_ht):before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.animation-area {
  position: relative;
  height: 200vh;
}
.moon {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(41vw / 14);
  z-index: 0;
  transition: opacity 0.8s ease;
  bottom: clamp(10px, calc(680vw / 14), 84vh);
}
.intro-logo2 {
  position: fixed;
  right: 12%;
  top: 9%;
  width: calc(126vw / 14);
  z-index: 9;
  transition: opacity 0.3s ease;
}
.intro-hanko {
  position: fixed;
  /* right: 9%; */
  left: calc(50% + 33.429vw);
  bottom: calc(182vw / 14);
  width: calc(100vw / 14);
  z-index: 9;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn-skip:hover {
    letter-spacing: 0.1em;
  }
  .about .u-txt_ht {
    writing-mode: horizontal-tb;
    font-size: 0.4em;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .gl-logo {
    top: 4%;
    left: 5%;
    width: calc(160vw /7.5);
  }
  .btn-skip {
    bottom: 8%;
    right: 10%;
    font-size: calc(26vw / 7.5);
    font-weight: 300;
  }
  .intro::before {
    background: url(../images/common/bg_kv_sp.png) no-repeat center center;
    background-size: cover;
  }
  .intro-logo {
    right: 8%;
    top: 6%;
    width: calc(153vw / 7.5);
  }
  .intro-mountain {
    width: 180%;
    height: calc(704vw / 7.5);
    background: url(../images/common/mountain.png) no-repeat bottom center;
    background-size: 100% auto;
  }
  .fv {
    height: 100svh;
  }
  .fv_swiper {
    width: auto!important;
    height: 100%!important;
  }
  .swiper-img {
    width: auto!important;
    height: 100%!important;
  }
  .fv_swiper img {
    height: 100%;
    object-fit: cover;
  }
  .fv-scrl {
    left: calc(10vw / 7.5);
    font-size: calc(26vw / 7.5);
  }
  .fv-scrl .bar {
    height: calc(140vw / 7.5);
    width: calc(2vw / 7.5);
    margin-top: calc(10vw / 7.5);
    margin-left: calc(-10vw / 7.5);
  }
  .about {
    height: 100svh;
    z-index: 2;
  }
  .about-inner {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0%, 0%);
    display: block;
    padding: 25vw 10% 0;
    margin-right: auto;
  }
  .about p {
    writing-mode: horizontal-tb;
    text-orientation: inherit;
  }
  /*.about .u-txt_ht {
    padding-right: .5em;
  }*/
  .about .about-text03 {
    margin: 0 auto 0;
  }
  .about-heading {
    font-size: calc(36vw / 7.5);
    line-height: 1.5;
    margin: 0 auto 0;
  }
  .about-text {
    font-size: calc(26vw / 7.5);
    line-height: 2;
    padding-top: 0;
    letter-spacing: 0.02em;
    font-feature-settings: "palt" 1;
  }
  .about-text01 {
    margin-top: 3em;
  }
  .about-text04 {
    margin-top: 1em;
  }
  .about-cap {
    font-size: calc(26vw / 7.5);
    line-height: 1.8;
    padding-top: 1em;
    margin: 0 auto 0;
  }
  .about-cap span:not(.u-txt_ht) {
    width: 2em;
    height: 1em;
  }
  .about-cap span:not(.u-txt_ht):before {
    height: 1px;
    width: 80%;
    bottom: 0;
  }
  .animation-area {
    height: 150svh;
  }
  .moon {
    transform: translate(-50%, 0);
    width: calc(41vw / 7.5);
    bottom: clamp(10px, calc(680vw / 7.5), 84vh);
  }
  .intro-logo2 {
    right: 16%;
    top: 6%;
    width: calc(126vw / 7.5);
  }
  .intro-hanko {
    left: calc(50% + 33.429vw);
    bottom: calc(182vw / 7.5);
    width: calc(100vw / 7.5);
  }
  
}

