@charset "UTF-8";
/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tanpearl";
  src: url("../fonts/TAN-PEARL.otf") format("opentype"), url("../fonts/TAN-PEARL.ttf") format("truetype"), url("../fonts/TAN-PEARL.woff") format("woff"), url("../fonts/TAN-PEARL.woff2") format("woff2");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * 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 loopRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loopRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ******************************
 *
 * BASE SETTINGS
 * ※Don't erase this code!
 *
 * ****************************** */
html {
  background: #FFF;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.05em;
  font-family: "ryo-gothic-plusn", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.5208335vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208335vw;
  }
}
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  border-radius: 10px;
}
.imgWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.fullScreen {
  width: 100%;
  height: 100vh;
  height: 100svh;
}

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

a {
  color: inherit;
  text-decoration: none;
}

main {
  position: relative;
  z-index: 1;
  font-family: ryo-gothic-plusn;
}

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

.hTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  line-height: 1.74;
}
@media screen and (min-width: 320px) {
  .hTitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .hTitle {
    font-size: 5.2rem;
  }
}

p {
  line-height: 2.14;
  letter-spacing: 0.042em;
}
@media screen and (min-width: 320px) {
  p {
    font-size: 1.14rem;
  }
}
@media screen and (min-width: 1025px) {
  p {
    font-size: 1.84rem;
  }
}

ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  list-style-type: none;
}

#texture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  pointer-events: none;
  opacity: 0.7;
  mix-blend-mode: soft-light;
}
#texture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ******************************
 *
 * GLOBA HEADER
 *
 * ****************************** */
#globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  -webkit-transition: top 600ms ease;
  transition: top 600ms ease;
  will-change: top;
}
#globalHeader .headerInner {
  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;
}
@media screen and (min-width: 320px) {
  #globalHeader .headerInner {
    padding: 2rem 2.5vw 0;
  }
}
@media screen and (min-width: 600px) {
  #globalHeader .headerInner {
    padding: 3rem 2.5vw 0;
  }
}
#globalHeader.goodbye #headerTrigger .text {
  opacity: 0;
}

@media screen and (min-width: 320px) {
  #headerLogo {
    width: 14rem;
  }
}
@media screen and (min-width: 600px) {
  #headerLogo {
    width: 26rem;
  }
}
#headerLogo .logoInner {
  width: 100%;
}
#headerLogo img {
  display: block;
  width: 100%;
  height: auto;
}

#headerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 320px) {
  #headerMenu ul {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 600px) {
  #headerMenu ul {
    gap: 5rem;
  }
}
#headerMenu li {
  list-style-type: none;
}
#headerMenu .simpleMenu {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
}
#headerMenu .simpleMenu:hover {
  opacity: 0.5;
}
#headerMenu .simpleMenu svg {
  display: block;
  stroke: #cbcdbd;
}
@media screen and (min-width: 320px) {
  #headerMenu .simpleMenu svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 600px) {
  #headerMenu .simpleMenu svg {
    width: 4rem;
    height: 4rem;
  }
}

#headerTrigger {
  position: relative;
}
#headerTrigger .circle {
  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: 50%;
  border: solid 1px #cbcdbd;
}
@media screen and (min-width: 320px) {
  #headerTrigger .circle {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 600px) {
  #headerTrigger .circle {
    width: 10rem;
    height: 10rem;
  }
}
#headerTrigger .dots {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  height: 40%;
}
#headerTrigger .dot {
  border-radius: 50%;
  background: #cbcdbd;
}
@media screen and (min-width: 320px) {
  #headerTrigger .dot {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media screen and (min-width: 600px) {
  #headerTrigger .dot {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#headerTrigger .text {
  font-family: "tanpearl", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(175%);
          transform: translateY(175%);
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  will-change: opacity;
}
@media screen and (min-width: 320px) {
  #headerTrigger .text {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  #headerTrigger .text {
    font-size: 1.2rem;
  }
}

/* ******************************
 *
 * GLOBA FOOTER
 *
 * ****************************** */
#globalFooter {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #globalFooter {
    padding: 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #globalFooter {
    padding: 10vw;
  }
}
#globalFooter .footerContent {
  border-radius: 10px;
  background: rgba(203, 205, 189, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 3px 3px 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 30px -10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  #globalFooter .footerContent {
    padding: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #globalFooter .footerContent {
    padding: 5vw;
  }
}
#globalFooter .footerBottom {
  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;
  margin-top: 2.5vw;
  padding-top: 2.5vw;
  border-top: solid 1px #cbcdbd;
}
@media screen and (min-width: 320px) {
  #globalFooter .footerBottom {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #globalFooter .footerBottom {
    font-size: 1.6rem;
  }
}

/* ******************************
 *
 * CANVAS
 *
 * ****************************** */
#canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}
#canvas img, #canvas video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ******************************
 *
 * BUTTON
 *
 * ****************************** */
.commonBtn {
  display: inline-block;
}
.commonBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px;
  border-radius: 10rem;
}
@media screen and (min-width: 320px) {
  .commonBtn a {
    font-size: 1.3rem;
    gap: 3rem;
    padding: 0 0 0 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .commonBtn a {
    font-size: 1.8rem;
    gap: 3rem;
    padding: 0 0 0 4rem;
  }
}
.commonBtn .btnIcon span {
  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;
}
@media screen and (min-width: 320px) {
  .commonBtn .btnIcon span {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .commonBtn .btnIcon span {
    width: 6rem;
    height: 6rem;
  }
}
.commonBtn .btnIcon svg {
  display: block;
  width: 50%;
  height: 50%;
  stroke: #cbcdbd;
}/*# sourceMappingURL=base.css.map */