@charset "utf-8";
:root {
  --color--black: #000000;
  --color--white: #fff;
  --color--gray: #333333;
  --color--red: #e00000;
  --color--light--gray: #f5f5f5;
  --color--txt--gray: #b7b7b7;
  --color--lunch--slide--bg: #f5f5f5;
  --color--txt--gray: #b7b7b7;
  --color--txt--black: #1a1a1a;
}
body {
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: #1a1a1a;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  color: #000000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  /*	font-feature-settings: "palt";*/
}
.BG__pattern {
  content: "";
  background-image: url("../image/BG__pattern.webp");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}
.garamond {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
img,
video {
  display: block;
  vertical-align: baseline;
}
body.scroll-stop {
  overflow: hidden;
}
#wrap {
  width: 100%;
  height: auto;
}
#l_wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
header {
  width: 100%;
  height: 60px;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.language__nav__list {
  width: fit-content;
  height: auto;
  display: flex;
  column-gap: 15px;
  position: absolute;
  top: 52%;
  right: 11vw;
  right: 7vw;
  transform: translate(0%, -50%);
  /* opacity: 0; */
}
.language__nav__item {
  width: fit-content;
  height: auto;
}
.global_nav .language__nav__link {
  color: var(--color--white);
}
.language__nav__link {
  font-size: 16px;
  color: var(--color--white);
  padding-bottom: 5px;
  pointer-events: auto;
  position: relative;
}
.language__nav__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color--white);
  transform-origin: left center;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  transform: scaleX(0);
}
.language__nav__link:hover::after {
  transform: scaleX(1);
}
.hamburger {
  width: 53px;
  height: 15px;
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 9999;
}
.hbg_btn {
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1001;
}
.hbg_btn__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.hbg_btn_icon {
  width: 100%;
  height: 7px;
  position: absolute;
  transform-origin: right center;
  transition: 0.4s ease;
}
.hbg_btn_icon img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.hbg_btn_icon_top {
  top: 0;
  left: 0;
}
.hbg_btn_icon_btm {
  bottom: 0;
  left: 0;
}
.open .hbg_btn_icon_top {
  transform: translate(0, 12.5px) rotate(30deg);
}
.open .hbg_btn_icon_btm {
  transform: translate(0, -12.5px) rotate(-30deg);
}
.close .hbg_btn_icon_top {
  transform: rotate(0deg);
}
.close .hbg_btn_icon_btm {
  transform: rotate(0deg);
}
.open .hbg_btn_icon img {
  filter: brightness(1);
}
.global_nav {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../image/g_nav_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
  pointer-events: auto;
  display: none;
}
.global_nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../image/BG__pattern.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.34;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.global_nav__contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.global_nav .language__nav__list {
  top: 3.3%;
}
.global_nav_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  writing-mode: vertical-rl;
  padding-top: 104px;
  row-gap: 45px;
}
.global_nav__logo {
  width: 71px;
  height: auto;
  margin-left: 79px;
}
.global_nav__logo img {
  width: 100%;
  height: auto;
}
.gl__nav__subttl {
  font-size: 16px;
  color: var(--color--white);
  opacity: 0.27;
  padding-left: 6.5px;
}
.global__nav__link {
  font-size: 22px;
  letter-spacing: 0.3em;
  color: var(--color--white);
  line-height: 1;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.global__nav__link:hover {
  opacity: 0.7;
}
.global__nav__link span {
  width: 18px;
  height: auto;
  padding: 13px 0 0 0;
}
.global__nav__link span > img {
  width: 100%;
  height: auto;
}
.movie__btn {
  width: 54px;
  height: 54px;
  border-radius: 9999px;
  overflow: hidden;
  position: fixed;
  bottom: 47px;
  right: 36px;
  z-index: 100;
}
.js-video-button {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.js-video-button img {
  width: 60%;
  height: auto;
}
/* .js-video-button img::before{
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 9999px;
            filter: blur(10px) brightness(18%);
            background-color: rgba(0, 0, 0, 0.3);
            position: absolute;
            top: 0;
            left: 0;
        } */
footer {
  width: 100%;
  height: auto;
  background-image: url("../image/footer__bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__inner {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1100px;
  padding: 84px 0 140px 0;
  writing-mode: vertical-rl;
  color: var(--color--white);
}
.footer__contents {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer__logo {
  width: 71px;
  height: auto;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__nav__list {
  padding: 97px 70px 0 0;
}
.footer__nav__item {
  padding-left: 45px;
}
.footer__nav__subttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  opacity: 0.27;
  padding-left: 8px;
}
.footer__nav__link {
  font-size: 22px;
  letter-spacing: 0.3em;
  color: var(--color--white);
  line-height: 1;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.footer__nav__link:hover {
  opacity: 0.7;
}
.footer__nav__link span {
  width: 18px;
  height: auto;
  padding: 13px 0 0 0;
}
.footer__nav__link span > img {
  width: 100%;
  height: auto;
}
.copy {
  font-size: 10px;
  letter-spacing: 0.05em;
  padding: 97px 0 0 0;
}
/* SP ================================================== */
@media all and (max-width: 820px) {
  header {
    background-color: rgba(26, 26, 26, 0.4);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .hbg_btn {
    padding: 1px 6px;
  }
  .lg__nav__sp__position {
    top: 55.5%;
    left: 8%;
  }
  .global_nav .language__nav__list {
    top: 33px;
    left: 8%;
    pointer-events: auto;
    z-index: 101;
  }
  .language__nav__link {
    font-size: 14px;
    color: var(--color--txt--black);
  }
  .global_nav__contents {
    width: 84%;
    margin: 0 auto;
    position: relative;
  }
  .global_nav__logo {
    margin: 0;
    position: absolute;
    top: 114px;
    right: 0;
    width: 52px;
  }
  .global_nav_list {
    display: block;
    width: 90%;
    margin: 0 auto;
    writing-mode: horizontal-tb;
    padding: 0;
    position: absolute;
    bottom: 130px;
    left: 0;
  }
  .global_nav_item {
    padding-bottom: 22px;
  }
  .gl__nav__subttl {
    font-size: 12px;
  }
  .global__nav__link {
    font-size: 18px;
  }
  .global__nav__link span {
    padding: 0;
  }
  .footer__inner {
    width: 84%;
    margin: 0 auto;
    writing-mode: horizontal-tb;
    padding: 58.3px 0 0 0;
    position: relative;
  }
  .footer__logo {
    width: 52px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer__nav__list {
    padding: 0;
  }
  .footer__nav__item {
    padding: 0 0 12px 0;
  }
  .footer__nav__subttl {
    font-size: 12px;
    padding: 0 0 3px 0;
  }
  .footer__nav__link {
    font-size: 18px;
  }
  .footer__nav__link span {
    width: 14.5px;
    padding: 2px 0 0 0;
  }
  .copy {
    padding: 66px 0 22px 0;
    font-size: 10px;
    text-align: center;
  }
}

/* SP ================================================== */
@media all and (max-width: 599px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
