@charset "UTF-8";

/* ========================================================================================================
COMMON
======================================================================================================== */
html {
  font-size: 62.5%;
}


body {
  font-family: Termina, sans-serif;
  color: #fff;
  background: #090909;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity .5s ease .0s;
  letter-spacing: .5px;
}

body.onload {
  opacity: 1;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  width: auto;
  height: auto;
  overflow: hidden;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-interpolation-mode: bicubic;
}

* {
  box-sizing: border-box;
}

h1 , h2 {
  font-weight: 800;
  /* margin: 2rem auto; */
  /* font-size: clamp(3vw, 2rem, 4rem); */
  /* text-align: center; */
  /* z-index: 999; */
  /* max-width: 800px; */
  mix-blend-mode: difference;
  pointer-events: none;
  color: white;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid; */
  /* place-items: center; */
}

.clearfix{
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flash:hover .flash-child {
  animation: flash 0.14s cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
.flash:hover .flash-child.translucent {
  animation: flash 0.14s cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: 2;
  opacity: 0.5;
  animation-fill-mode: unset;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.noise {
  background: url(../img/noise.png);
  animation: noise_anima 1s steps(10) infinite;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  z-index: 0;
}

.page-single .noise{
  position: fixed;
}

@keyframes noise_anima {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 123px 456px;
  }
}

.youtube_wrap{
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.youtube_wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* ========================================================================================================
HEADER
======================================================================================================== */
.header{
  position: fixed;
    z-index: 10;
    padding: 20px;
    width: 100%;
}

.header-inner{
  display: flex;
    justify-content: space-between;
}

.header-logo{
  font-size: 1.2rem;
}

.nav-inner{
  opacity: 0;
  transition: opacity .5s ease .0s;
}

.open .nav-inner {
  top: 0;
  right: 0;
  opacity: 1;
  transition: opacity .5s ease .0s;
  visibility: visible;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  z-index: 9;
}

/* ========================================================================================================
SEC FV
======================================================================================================== */
.fv-txt-area {
  width: 100%;
  height: 100%;
  /* min-height: 500vh; */
  overflow: visible;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  overflow-y: visible;
}

.credit {
  text-align: center;
  z-index: 999;
  font-size: 0.8rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;

  a {
    color: #fff;
  }
}



.sec-tit-fv{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 3.2rem;
  width: 100%;
  text-align: center;
  z-index: 2;

}

.sec-tit-fv-lead{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.sns-logo{
  position: absolute;
    z-index: 10;
    width: 24px;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sns-logo a{
  display: block;
}

.sns-logo a:first-child{
  margin-bottom: 28px;
}

.deco-txt01{
  font-size: 1.6rem;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
}

.deco-txt02{
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  font-size: 3rem;
  opacity: .15;
}

.gallery {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;

  @media (max-width: 768px) {
    width: 160%;
  }
}

.col {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
}

.col a{
  position: relative;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.col:nth-child(2) {
  align-self: flex-end;
  justify-self: flex-end;
}

.image {
  width: 100%;
  /* filter: saturate(0); */
  padding: 20px;
}

.iframe {
  width: 100%;
  /* filter: saturate(0); */
  padding: 20px;
}

.image:hover {
  z-index: 99999999999 !important;
  filter: saturate(1);
}

img {
  transition: 0.3s ease-out;
  overflow: hidden;
  /* box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12); */
  width: 100%;
}

.a-gro-font-r{
  font-family: aktiv-grotesk,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.a-gro-font-m{
  font-family: aktiv-grotesk,sans-serif;
  font-weight: 500;
  font-style: normal;
}

.a-gro-font-b{
  font-family: aktiv-grotesk,sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* drawermenu */

.open .drawer-menu{
  opacity: 1;
  display: block;
  overflow-y: scroll;
}

.drawer-menu{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  padding: 160px 80px;
  opacity: 0;
  display: none;
  transition: opacity .5s ease .0s;
}

.drawer-menu ul .menu-tit{
  font-size: 8rem;
  margin-bottom: 24px;
}

.drawer-menu ul .menu-tit ul li{
  font-size: 2rem;
}

.drawer-menu ul .menu-tit-works{
  display: flex;
  align-items: baseline;
  gap: 32px;
}

.drawer-menu ul .menu-tit-works ul{
  display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.drawer-menu ul .menu-tit-works ul li a{
  color: #000;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
}

.drawer-menu ul .menu-tit-works ul li{
  display: flex;
  gap: 8px;
}

.list-num{
  font-size: 1.2rem;
}


/* ========================================================================================================
PAGE WORKS
======================================================================================================== */
.sec-inner{
  padding: 160px 0px;
  max-width: calc(1366px - 160px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sec-tit-works{
  font-size: 6.4rem;
  padding-bottom: 64px;
}

.contents-item{
  width: calc(100% / 3 - 32px);
    position: relative;
}

.thumb-wrap{
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  padding-top: 56.25%;
  will-change: contents;
  background-color: #fff;
}

.works-thumb{
  height: 100%;
  width: 100%;
  background: center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
  will-change: contents;
}

.frame{
  display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.lt {
  left: -8px;
  top: -8px;
}

.rt {
  right: -8px;
  top: -8px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lb {
  left: -8px;
  bottom: -8px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rb {
  right: -8px;
  bottom: -8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumb-role{
  font-size: 1.2rem;
    padding-bottom: 10px;
    margin-top: 20px;
}

.thumb-tit{
  font-size: 1.6rem;
    padding-bottom: 16px;
}

.item-btn{
  font-size: 1.2rem;
    text-decoration: underline;
}


/* ========================================================================================================
PAGE ABOUT
======================================================================================================== */

.prof-img-box , .prof-lead{
  width: calc(50% - 20px);
}

.about-inner .prof-lead h4{
  font-size: 2rem;
  margin-bottom: 24px;
}

.about-inner .prof-lead p{
  font-size: 1.2rem;
  line-height: 1.6;
}


/* ========================================================================================================
PAGE PHOTO
======================================================================================================== */
.sec-photograph img{
  width: 100%;
  margin-bottom: 40px;
}

.sec-tit_photo{
  padding-bottom: 16px;
}

.sec-tit_photo_sub{
  font-size: 1.2rem;
  padding-bottom: 40px;
}

.sec-photograph .contens-area{
  background-color: #fff;
  padding: 40px;
  align-items: center;
}

.sec-photograph .contens-area .prof-img-box img{
  margin-bottom: 0px;
}

.sec-photograph .contens-area .prof-lead{
  color: #000;
}

.sec-photograph .contens-area .prof-lead .btn-back{
  padding-bottom: 0;
}

/* ========================================================================================================
PAGE SINGLE
======================================================================================================== */

.single-bg{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.single-mask{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
}

.signle-contents{
  position: relative;
  z-index: 2;
  max-width: calc(1366px - 160px);
  margin: 0 auto;
  padding-top: 90vh;
  padding-bottom: 160px;
}

.signle-contents h2{
  font-size: 3.2rem;
    color: #fff;
    padding-bottom: 80px;
    mix-blend-mode: normal;
}

.signle-contents h3{
  font-size: 2.4rem;
    margin-bottom: 24px;
}

.signle-contents p{
  font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.page-single .noise{
  position: fixed;
}

.btn-back{
  font-size: 2rem;
  max-width: calc(1366px - 160px);
  margin: 0 auto;
  text-decoration: underline;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 2;
  padding-bottom: 160px;
}


/* ========================================================================================================
===========================================================================================================

responsive

===========================================================================================================
======================================================================================================== */

@media screen and (max-width: 1000px) {
  
}

@media screen and (max-width: 940px) {
  
}
@media screen and (max-width: 800px) {
  
}
@media screen and (max-width: 768px) {


  .open{
    position: relative;
    z-index: 2;
  }

  .drawer-menu{
    padding: 80px 20px;
    overflow-y: scroll;
  }

  .drawer-menu ul .menu-tit{
    font-size: 5.7rem;
  }

  .drawer-menu ul .menu-tit-works{
    display: block;
  }

  .drawer-menu ul .menu-tit-works ul{
    gap: 16px;
    margin-top: 16px;
  }

  .sns-logo{
    position: fixed;
  }


/* ========================================================================================================
PAGE ABOUT
======================================================================================================== */

.about-inner.clearfix{
  display: block;
}

.prof-img-box{
  margin-bottom: 32px;
}

.prof-img-box , .prof-lead{
  width: 100%;
}

/* ========================================================================================================
PAGE PHOTO
======================================================================================================== */
.sec-photograph .contens-area{
  padding: 20px;
}
  
}
@media screen and (max-width: 640px) {

  .header{
    padding: 20px 16px;
  }

  .sec-tit-fv-lead{
    font-size: 1rem;
  }
  .image {
    padding: 10px;
  }


  .clearfix{
    gap: 40px 16px;
  }

  .sec-inner{
    padding: 120px 20px
  }

  .contents-item{
    width: calc(100% / 2 - 16px);
  }

  .sec-tit-works{
    padding-bottom: 40px;
  }

  .signle-contents{
    padding: 85vh 16px 64px;
  }

  .signle-contents h2{
    font-size: 2.4rem;
    padding-bottom: 40px;
  }

  .signle-contents h3{
    font-size: 1.6rem;
    margin-bottom: 24px;
  }

  .signle-contents p{
    font-size: 1rem;
  }

  .btn-back{
    font-size: 1.2rem;
    padding: 0px 16px 80px;
  }


}

/* ========================================================================================================
===========================================================================================================

last

===========================================================================================================
======================================================================================================== */