@charset "UTF-8";

@keyframes -global-scroll-animation {
	0% {
	  transform: translateY(1.5rem);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	  opacity: 1;
	}
}

#textarea {
    outline: none;
    width: 100%;
    min-height: calc(100vh - 15rem);
    padding: 4rem 0;
    border: 0;
    color: white;
    background-color: transparent;
    font-family: 'TWKL', FP-KoburinaGoStdN-W3, KoburinaGothicStd, "Koburina Gothic Std", こぶりなゴシック-Std, "こぶりなゴシック-Std", YuGothic, "YuGothic";
    font-family: 'TWKL', 'KoburinaGothicStd',  sans-serif;
    font-size: 100%;
    line-height: 100%;
    letter-spacing: 100%;
}

/*
#index-first *,
#index-second *,
#index-third *,
#index-fourth * {
    opacity: 0;
    filter: blur(3px);
    transform: translateY(10px);
    transition: 2.8s cubic-bezier(.4,.1,.1,1);
    will-change: transform, opacity, filter;
}
#index-first.visible *,
#index-second.visible *,
#index-third.visible *,
#index-fourth.visible * {
    filter: blur(0);
    transform: translateY(0);
    opacity: 1;
}
*/
.l-line {
    width: 100vw;
    height: .05px;
    background-color: #aaa;
    opacity: .25;
}

.js-scroll {
    opacity: 0;
    transform: translateY(10px);
    transition: 2.5s cubic-bezier(.4,.1,.1,1);
}
.js-scroll.active {
    opacity: 1;
    transform: translateY(0);
}

.Index {background-color: var(--backgroundColor);}

#index-projects .l-card div {height: inherit;}

/* Archives/slug */
/* Archives/slug */
/* Archives/slug */
/* Archives/slug */
/* Archives/slug */
article.slug * {color: var(--backgroundColor);}
article.slug p p {text-align: justify;}
article.slug .credit * {font-size: 1.5rem;}
article.slug .work {font-size: 1.5rem;}

.word-slug .body p {
    font-size: 1.4rem;
    line-height: 2.15;
    text-align: justify;
    width: 100%;
}


.Index .Menu .Logo {opacity: .25;}
.Projects .Menu ul li:nth-of-type(1) {opacity: .25;}
.About .Menu ul li:nth-of-type(2) {opacity: .25;}
.Words .Menu ul li:nth-of-type(3) {opacity: .25;}
.Word .icons {display: none;}

.About header .line {display: none;}
.About header .Logo {width: 100% !important;}
.About nav.fixer {padding: 11.5rem 4.5vw 5rem !important;}
.About nav.fixer .icons a.icon {
    background-color: transparent;
    border: 0.3px var(--backgroundColor) solid;
}
.About nav.fixer a.icon svg path {fill: var(--backgroundColor);}
.About footer {
    position: relative;
    background-color: transparent !important;
}


footer .footer-logo .Logo {width: 70vw !important;}

main {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-color: var(--backgroundColor);
    background-blend-mode: lighten;
    /*
    background-image: url("../image/bg.webp");
    */
}



.section-head {margin-bottom: 3rem;}
.section-head h1 {margin: 1rem 0;}



  
