@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Honk&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Special+Gothic+Expanded+One&display=swap");
/* "Honk" "Crimson Text" "Roboto Mono" "Special Gothic Expanded One" */
/* 
---LAYER----
110 ct_hd ヘッダー
112 ct_hd_ol オーバーレイ
115 ct_ds ディスプレイ
150 ef_ns ノイズ

*/
.cover, .pf_ct_ds, .pf_ct_hd, .pf_ef_ns, .pf_ld, body {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}

.pf_ld {
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: var(--c4_c_darkgray);
}
.pf_ef_ns {
  z-index: 150;
  mix-blend-mode: difference;
  pointer-events: none;
}
.pf_ef_ns img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pf_ef_st {
  position: relative;
  width: 100%;
  white-space: nowrap;
}
.pf_ct_hd {
  z-index: 110;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.pf_ct_hd_innner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 111;
  border-radius: 15px;
  overflow: hidden;
}
.pf_ct_hd_ol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 112;
}
.pf_ct_hd_ol img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pf_ct_hd_sb {
  position: absolute;
  height: 100%;
  left: 1%;
  padding-block: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pf_ct_hd_tr {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.pf_ct_hd_tlm {
  position: absolute;
  top: 18%;
  left: 1rem;
  white-space: nowrap;
}
.pf_ct_hd_sl {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.pf_ct_ds {
  z-index: 150;
  background-color: var(--c4_c_darkgray);
}
.pf_ct_id {
  position: relative;
  display: none;
}
.pf_ct_id_enable {
  display: block;
}
.pf_pt_bx_sq {
  width: 1rem;
  height: 1rem;
  background-color: var(--c4_c_text);
}
.pf_pt_tx_ti {
  font-family: "Special Gothic Expanded One";
  font-size: 5rem;
  line-height: 4.8rem;
}
@media (max-width: 650px) {
  .pf_pt_tx_ti {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 500px) {
  .pf_pt_tx_ti {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.pf_pt_tx_cti {
  font-family: "Special Gothic Expanded One";
  font-size: 3rem;
  line-height: 3rem;
}
.pf_pt_tx_sti {
  font-family: "Special Gothic Expanded One";
  font-size: 1rem;
  line-height: 1rem;
}
.pf_pt_tx_st {
  font-size: 0.9rem;
  font-family: "Special Gothic Expanded One";
  line-height: 0.9rem;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.pf_pt_tx_dbc {
  font-family: "Special Gothic Expanded One";
  font-size: 5rem;
  line-height: 4.8rem;
}
.pf_pt_img_mid {
  position: relative;
  width: 300px;
  z-index: 110;
}
.pf_aj_ihR {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: ease-out 0.1s;
}
.pf_aj_ihR:hover {
  padding-inline-end: 30px;
  background-color: var(--c4_c_text);
  color: var(--c4_c_background);
  transition: ease-out 0.3s;
}
.pf_aj_ihL {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: ease-out 0.1s;
}
.pf_aj_ihL:hover {
  padding-inline-end: 30px;
  background-color: var(--c4_c_text);
  color: var(--c4_c_background);
  transition: ease-out 0.3s;
}/*# sourceMappingURL=portfolio.css.map */