@charset "UTF-8";
#loading {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20vw;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1001;
}

.is-show#loading {
  -webkit-animation-name: loadingBg;
          animation-name: loadingBg;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.is-show#loading #loading__img {
  -webkit-animation-name: loadingImg;
          animation-name: loadingImg;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*-------------
スマホ
-------------*/
/*英語フォント*/
.p-fv-topic__title {
  font-family: "Montserrat", sans-serif;
  font-display: optional;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes loadingImg {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  21% {
    opacity: 1;
  }
  22% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0.5;
  }
  28% {
    opacity: 1;
  }
  58% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  63% {
    opacity: 0.5;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0.5;
  }
  67% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  77% {
    opacity: 0.8;
  }
  99% {
    z-index: 1001;
  }
  100% {
    opacity: 0;
    z-index: -5;
  }
}

@keyframes loadingImg {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  21% {
    opacity: 1;
  }
  22% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0.5;
  }
  28% {
    opacity: 1;
  }
  58% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  63% {
    opacity: 0.5;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0.5;
  }
  67% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  77% {
    opacity: 0.8;
  }
  99% {
    z-index: 1001;
  }
  100% {
    opacity: 0;
    z-index: -5;
  }
}
@-webkit-keyframes loadingBg {
  0% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  77% {
    opacity: 0.8;
  }
  99% {
    z-index: 1001;
  }
  100% {
    opacity: 0;
    z-index: -5;
  }
}
@keyframes loadingBg {
  0% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  77% {
    opacity: 0.8;
  }
  99% {
    z-index: 1001;
  }
  100% {
    opacity: 0;
    z-index: -5;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes viewMoreText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes viewMoreText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes viewMoreLine {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes viewMoreLine {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-fv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.p-fv-topic {
  padding-bottom: 0.8em;
  margin-right: 5.3vw;
  position: absolute;
  bottom: 18vh;
  left: 5.3vw;
  text-align: left;
  z-index: 20;
  mix-blend-mode: difference;
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .p-fv-topic {
    /*PCのみ*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding-bottom: 0.5em;
    margin-right: 5.3vw;
    bottom: 16vh;
  }
}
.p-fv-topic::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.p-fv-topic__title {
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  font-weight: 300;
  color: inherit;
}
@media print, screen and (min-width:769px) {
  .p-fv-topic__title {
    /*PCのみ*/
    font-size: 2.1rem;
    margin-right: 3em;
    margin-bottom: 0;
  }
}
.p-fv-topic__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.3;
  color: inherit;
}
.p-fv-topic__time {
  margin-right: 1em;
  font-size: 1.5rem;
  font-weight: 300;
  color: inherit;
}
.p-fv-topic__text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: inherit;
}

.p-fv-slide {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.p-fv-slide__item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  /*グリッチアニメーション*/
  /*グリッチアニメーションを追加*/
}
.p-fv-slide__item::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url(/dist/img/home/slide/slide01_pc.jpg);
  background-position: center center;
  background-size: cover;
  mix-blend-mode: hard-light;
  -webkit-animation: animate 2.5s 2.5s infinite;
          animation: animate 2.5s 2.5s infinite;
}
.p-fv-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp__title {
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 6vw;
  padding: 5vw;
}
@media print, screen and (min-width:769px) {
  .p-lp__title {
    font-size: 3rem;
  }
}
.p-lp__subtitle {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 2em;
}
@media print, screen and (min-width:769px) {
  .p-lp__subtitle {
    font-size: 2rem;
  }
}
.p-lp__subtitle--contact {
  margin-top: 5em;
}

.youtube {
  margin-top: 3%;
}

@media screen and (max-width: 801px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 5%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 481px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}
/*
 * # 	バナーエリア
 */
.p-banner {
  margin: 4em auto;
  max-width: 560px;
}
@media print, screen and (min-width:769px) {
  .p-banner {
    /*PCのみ*/
    margin: 16vmin auto 14vmin;
  }
}
.p-banner img {
  width: 100%;
}

.p-home-philosophy {
  margin-top: 6em;
}
@media print, screen and (min-width:769px) {
  .p-home-philosophy {
    /*PCのみ*/
    margin-top: 14vmin;
  }
}
.p-home-philosophy__title {
  margin-bottom: 3.5em;
}
@media print, screen and (min-width:769px) {
  .p-home-philosophy__subtitle {
    /*PCのみ*/
    font-weight: bold;
  }
}
.p-home-philosophy__text {
  margin: 0.8em 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.08;
}
@media print, screen and (min-width:769px) {
  .p-home-philosophy__text {
    /*PCのみ*/
    font-size: 1.4rem;
  }
}
.p-home-philosophy__text a {
  text-decoration: underline;
}

.p-home-works {
  margin-top: 6em;
}
@media print, screen and (min-width:769px) {
  .p-home-works {
    /*PCのみ*/
    margin-top: 14vmin;
  }
}
.p-home-works__title {
  margin-bottom: 3.5em;
}
.p-home-works__list {
  margin-bottom: -1em;
}
@media print, screen and (min-width:769px) {
  .p-home-works__list {
    /*PCのみ*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-home-works__list a {
  display: block;
}
.p-home-works__list figure {
  margin-bottom: 7.5%;
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .p-home-works__list figure {
    /*PCのみ*/
    margin-bottom: 3.5%;
  }
}
@media only screen and (max-width:768px) {
  .p-home-works__list figure:nth-child(n+5) {
    /*スマホのみ*/
    display: none;
  }
}
.p-home-works__list figure img {
  width: 100%;
}
.p-home-works__text {
  margin: 1.5em 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.08;
  text-align: justify;
}
@media print, screen and (min-width:769px) {
  .p-home-works__text {
    /*PCのみ*/
    margin-bottom: 2.5em;
    font-size: 1.4rem;
  }
}

.p-home-diary {
  margin-top: 6em;
}
@media print, screen and (min-width:769px) {
  .p-home-diary {
    /*PCのみ*/
    margin-top: 14vmin;
  }
}
.p-home-diary a figure {
  position: relative;
  overflow: hidden;
}
.p-home-diary a figure::after {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-home-diary a figure img {
  width: 100%;
}
.p-home-diary a:hover figure {
  opacity: 1;
}
.p-home-diary a:hover figure::after {
  width: 100%;
}
.p-home-diary__title {
  margin-bottom: 3.5em;
}
@media print, screen and (min-width:769px) {
  .p-home-diary__listarea {
    /*PCのみ*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-home-diary__list {
  margin-bottom: 3em;
  text-align: justify;
}
@media print, screen and (min-width:769px) {
  .p-home-diary__list {
    /*PCのみ*/
    width: 31.5%;
  }
}
.p-home-diary__time {
  margin: 1.5rem auto 1rem;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
}
@media print, screen and (min-width:769px) {
  .p-home-diary__time {
    /*PCのみ*/
    margin: 2.5rem auto 1.5rem;
  }
}
.p-home-diary__subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.35;
}
.p-home-diary__text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.79;
}

.p-home-instagram {
  margin: 7em auto;
}
@media print, screen and (min-width:769px) {
  .p-home-instagram {
    /*PCのみ*/
    margin: 14vmin auto 21vmin;
  }
}
.p-home-instagram__title {
  margin-bottom: 3.5em;
}

:root {
  --glitch-width: 100vw;
  --glitch-height: calc(100svh);
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
}

.glitch__wrap {
  position: relative;
  width: 100%;
  height: var(--glitch-height);
  overflow: hidden;
}

.glitch {
  width: var(--glitch-width);
  height: var(--glitch-height);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.glitch__img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: var(--glitch-width);
  height: var(--glitch-height);
}
.glitch__img:not(:first-child) {
  opacity: 0;
}
.glitch__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*スライドがアクティブになった時、アニメーションを発火する*/
.swiper-slide-active .glitch__img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.swiper-slide-active .glitch__img:first-child {
  -webkit-animation: none;
          animation: none;
}
.swiper-slide-active .glitch__img:nth-child(4) {
  -webkit-animation-name: glitch-anim-3;
          animation-name: glitch-anim-3;
}
.swiper-slide-active .glitch__img:nth-child(5) {
  -webkit-animation: glitch-anim-flash 3s 3.5s infinite;
          animation: glitch-anim-flash 3s 3.5s infinite;
  background-blend-mode: overlay;
}
.swiper-slide-active .glitch__img:nth-child(6) {
  -webkit-animation: glitch-anim-colors 3s 3.5s infinite;
          animation: glitch-anim-colors 3s 3.5s infinite;
  mix-blend-mode: hard-light;
}

@-webkit-keyframes glitch-anim-3 {
  0% {
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    opacity: 1;
    -webkit-transform: translate3d(0, calc(var(--gap-vertical) * -1), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(var(--gap-vertical) * -1), 0) scale3d(-1, -1, 1);
  }
  2% {
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  3% {
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5.5% {
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  8% {
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10.5% {
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  13% {
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14.5% {
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  16% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  20% {
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(var(--gap-vertical) * -1), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(var(--gap-vertical) * -1), 0) scale3d(-1, -1, 1);
  }
  22%, to {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes glitch-anim-3 {
  0% {
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    opacity: 1;
    -webkit-transform: translate3d(0, calc(var(--gap-vertical) * -1), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(var(--gap-vertical) * -1), 0) scale3d(-1, -1, 1);
  }
  2% {
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  3% {
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5.5% {
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  8% {
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10.5% {
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  13% {
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14.5% {
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  16% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  20% {
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(var(--gap-vertical) * -1), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(var(--gap-vertical) * -1), 0) scale3d(-1, -1, 1);
  }
  22%, to {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
            transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%, to {
    opacity: 0;
  }
}
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
            transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%, to {
    opacity: 0;
  }
}
@-webkit-keyframes glitch-anim-colors {
  0%, 90% {
    opacity: 0;
    translate: 0 0;
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  0.5%, 90.5% {
    opacity: 0.5;
    translate: 5px 0;
  }
  1%, 91% {
    translate: -5px 0;
  }
  1.5%, 91.5% {
    translate: 15px 0;
  }
  2.5%, 92.5% {
    opacity: 0.5;
    translate: 5px 0;
  }
  5%, 95% {
    translate: -25px 0;
  }
  6%, 96% {
    translate: -50px 0;
  }
  7%, 97% {
    translate: 0 -20px;
  }
  8%, 98% {
    translate: -60px -20px;
  }
  8.1%, 98.1% {
    translate: 0 0;
  }
  10%, 100% {
    opacity: 0;
    translate: 0 0;
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes glitch-anim-colors {
  0%, 90% {
    opacity: 0;
    translate: 0 0;
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  0.5%, 90.5% {
    opacity: 0.5;
    translate: 5px 0;
  }
  1%, 91% {
    translate: -5px 0;
  }
  1.5%, 91.5% {
    translate: 15px 0;
  }
  2.5%, 92.5% {
    opacity: 0.5;
    translate: 5px 0;
  }
  5%, 95% {
    translate: -25px 0;
  }
  6%, 96% {
    translate: -50px 0;
  }
  7%, 97% {
    translate: 0 -20px;
  }
  8%, 98% {
    translate: -60px -20px;
  }
  8.1%, 98.1% {
    translate: 0 0;
  }
  10%, 100% {
    opacity: 0;
    translate: 0 0;
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}