@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*reset css*/
body, h1, h2, h3, h4, p, ul, li, a, dl, dt, dd, table, tr, th, td, span, section, article, div, figure {
  margin: 0;
  padding: 0;
  /* color: #333; */
  text-decoration: none;
  list-style: none;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
}

span {
  color: inherit;
}

/* button,input,select,textarea{
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
} */
/*common*/
html, body {
  font-size: 62.5%;
  letter-spacing: 0;
  color: #000;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  /* Regular 400
  Bold 700
  Black 900 */
}

img {
  width: 100%;
}

.white .flx {
  display: flex;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.fdrl {
  flex-direction: row-reverse;
}

.fdrc {
  flex-direction: column;
}

.fww {
  flex-wrap: wrap;
}

.tal {
  text-align: left;
}

.wsn {
  white-space: nowrap;
}

.inner {
  margin: 0 auto;
  width: 124rem;
  position: relative;
}

.globalInner {
  margin: 0 auto;
  width: 120rem;
  padding: 0 4rem;
}

@media (max-width: 767px) {
  .inner {
    margin: 0 auto;
    width: auto;
  }
  .globalInner {
    margin: 0 auto;
    width: auto;
    padding: 0 2rem;
  }
}
.ls-0 {
  letter-spacing: 0em;
}

.ls-150 {
  letter-spacing: -0.15em;
}

.ls-200 {
  letter-spacing: -0.2em;
}

.ls-299 {
  letter-spacing: -0.299em;
}

.ls-399 {
  letter-spacing: -0.399em;
}

.ls-499 {
  letter-spacing: -0.499em;
}

main {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  html, body {
    font-size: 0.5208333333vw;
  }
}
/* アニメーション */
.js-fade {
  transition-duration: 0.8s;
  transform: translateY(60px);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

.js-fade.fade-left {
  transform: translateX(-100px);
}

.show {
  display: block;
}

.js-fade.fadeIn {
  opacity: 1;
  transform: translate(0);
}

.js-fade.fade-left.fadeIn {
  opacity: 1;
  transform: translate(0);
}

.js-spin {
  transform: rotateY(-450deg);
  will-change: transform;
}

.js-spin.spin {
  animation: anm_coin 0.8s 0s forwards;
}

.smooth, .slider-smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.smooth.center {
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
}

.smooth.animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.slider-smooth.animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

#slidetrigger.left_1 #slide2 .slider-smooth,
#slidetrigger.left_2 #slide3 .slider-smooth {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

@keyframes anm_coin {
  0% {
    transform: rotateY(-450deg);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.mask {
  overflow: auto;
}

.mask .maskElement-y {
  transform: translateY(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.mask .maskElement-x {
  transform: translateX(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.slider-mask {
  overflow: auto;
}

.slider-mask .maskElement-y {
  transform: translateY(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.slider-mask .maskElement-x {
  transform: translateX(-120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

@keyframes mask {
  100% {
    transform: translate(0);
  }
}
.mask.animated .maskElement-y,
.mask.animated .maskElement-x,
#slidetrigger.left_1 #slide2 .slider-mask .maskElement-y,
#slidetrigger.left_2 #slide3 .slider-mask .maskElement-y {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
}

.slider-mask.animated .maskElement-y {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
}

.slider-mask.animated .maskElement-x {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
}

.mv h2 .mask.animated .maskElement-y {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 3s;
  animation-delay: 4s;
}

@keyframes anm_coin {
  0% {
    transform: rotateY(-450deg);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.js-focus {
  opacity: 0;
}

.focus-in {
  animation: focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.js-randam-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* header */
.header .fixed-elems {
  position: fixed;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .header .fixed-elems {
    top: 140px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .fixed-elems {
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header .fixed-elems.is-hidden {
    opacity: 0;
  }
}
.header .fixed-elems a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  background: #000;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .header .fixed-elems a {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 768px) {
  .header .fixed-elems a {
    border-radius: 4px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .header .fixed-elems a + a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .fixed-elems a + a {
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .header .fixed-elems a:hover {
    transform: translateX(0);
  }
}
/* ---------------------
nav-toggle
----------------------*/
#nav-toggle {
  position: fixed;
  top: 27px;
  right: 27px;
  z-index: 1010;
  width: 60px;
  height: 60px;
  background: transparent;
  /* border-radius: 50%; */
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

@media screen and (max-width: 768px) {
  #nav-toggle {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
#nav-toggle .bar {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background: #000;
  transition: all 0.35s ease-in-out;
}

#nav-toggle .bar-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #nav-toggle .bar {
    width: 20px;
    height: 1px;
    margin-left: -10px;
  }
}
#nav-toggle .bar._1 {
  top: 19px;
}

@media screen and (max-width: 768px) {
  #nav-toggle .bar._1 {
    top: 12px;
  }
}
#nav-toggle .bar._2 {
  top: 29px;
}

@media screen and (max-width: 768px) {
  #nav-toggle .bar._2 {
    top: 19px;
  }
}
#nav-toggle .bar._3 {
  top: 39px;
}

@media screen and (max-width: 768px) {
  #nav-toggle .bar._3 {
    top: 26px;
  }
}
/* #nav-toggle.is-open {
  background: #000; } */
#nav-toggle.is-open .bar {
  background: #ddd;
}

#nav-toggle.is-open .bar._1 {
  top: 29px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  #nav-toggle.is-open .bar._1 {
    top: 19px;
  }
}
#nav-toggle.is-open .bar._2 {
  width: 0;
  transform: translateX(50%);
}

#nav-toggle.is-open .bar._3 {
  top: 29px;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  #nav-toggle.is-open .bar._3 {
    top: 19px;
  }
}
/* ---------------------
g-nav
----------------------*/
#g-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

#g-nav .header-logo {
  margin-bottom: 2.5em;
  opacity: 0;
  transition: none;
}

@media screen and (max-width: 768px) {
  #g-nav .header-logo img {
    width: 125px;
  }
}
#g-nav .item {
  margin-bottom: 1.5em;
  opacity: 0;
  transition: none;
  transform: scaleX(0) translateX(-260px);
  text-align: center;
}

#g-nav .item:nth-child(1) a:hover {
  color: #FFF;
}

#g-nav .item:nth-child(2) a:hover {
  color: #FFF;
}

#g-nav .item:nth-child(3) a:hover {
  color: #FFF;
}

#g-nav .item:nth-child(4) a:hover {
  color: #FFF;
}

#g-nav .item:nth-child(5) a:hover {
  color: #FFF;
}

#g-nav .item:nth-child(6) a:hover {
  color: #FFF;
}

#g-nav .item a {
  font-weight: 400;
  color: #ddd;
  font-size: 28px;
  line-height: 1.6592857143;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #g-nav .item a {
    font-size: 18px;
    line-height: 1.451875;
  }
}
#g-nav.is-open {
  z-index: 1000;
  visibility: visible;
}

#g-nav.is-open .header-logo {
  margin-bottom: 4rem;
  width: 33rem;
  opacity: 1;
  transition: all 0.3s ease-out;
  transition-delay: 0.15s;
}

@media (max-width: 768px) {
  #g-nav.is-open .header-logo {
    margin-bottom: 0rem;
    width: 16rem;
    opacity: 1;
    transition: all 0.3s ease-out;
    transition-delay: 0.15s;
  }
}
#g-nav.is-open .header-logo svg {
  width: 100%;
}

#g-nav.is-open .item {
  opacity: 1;
  transform: scaleX(1) translateX(0);
  transition: all 0.3s ease-out;
  transition-delay: 0.1s;
}

#g-nav.is-open .item:nth-child(2) {
  transition-delay: 0.2s;
}

#g-nav.is-open .item:nth-child(3) {
  transition-delay: 0.3s;
}

#g-nav.is-open .item:nth-child(4) {
  transition-delay: 0.4s;
}

#g-nav.is-open .item:nth-child(5) {
  transition-delay: 0.5s;
}

#g-nav.is-open .item:nth-child(6) {
  transition-delay: 0.6s;
}

/* ---------------------
nav-bg
----------------------*/
#nav-bg {
  position: fixed;
  top: 57px;
  right: 57px;
  z-index: 990;
  display: block;
  width: 150vw;
  height: 150vw;
  margin-top: -75vw;
  margin-right: -75vw;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  backface-visibility: hidden;
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
}

@media screen and (max-width: 768px) {
  #nav-bg {
    top: 40px;
    right: 40px;
  }
}
#nav-bg.is-open {
  transform: scale(2);
  transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 768px) {
  #nav-bg.is-open {
    transform: scale(3);
  }
}
footer p.copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0;
}/*# sourceMappingURL=common.css.map */