@charset "utf-8";



html{
position: relative;
min-height: 100vh;

}


body{




    background-color: rgb(248,248,248);
    font-family: 
   
    "Helvetica Neue", "Helvetica", "Inter", "Noto Sans JP", sans-serif;
    margin: 43px 10px 10px 10px;

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

    }
    @media screen and (max-width:650px) {
    margin: 43px 5px 5px 5px;

    }
}
 




body,a,p{
    /* line-break:strict; */
    color: rgb(0, 0, 0);
    font-feature-settings: "palt";
    font-weight:400;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: -.1px;
    text-decoration: none;
    list-style:none;
    @media screen and (max-width: 1200px) {
    }
    @media screen and (max-width:650px) {
        /* font-weight: 300; */
        font-size: 10px;
    }

    
}

a,p{

    margin: 0;
}

ul{
    padding-left: 0;
}

li{
    list-style:none;
}

img{
    width: 100%;
}

hr{
     border-top: 1px solid black;
    
}


.onlymid_br {
  display: none; 
}
@media screen and (max-width: 1200px) {
  .onlymid_br {
    display: block; 
  }
}
@media screen and (max-width: 650px) {
  .onlymid_br {
    display: none; 
  }
}


.mid_br {
  display: none; 
}
@media screen and (max-width: 1200px) {
  .mid_br {
    display: block; 
  }
}

.small_br {
  display: none; 
}
@media screen and (max-width: 650px) {
.small_br{
    display: block; 
  }
}



.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}





.headertitle{
    /* color: blue; */
    font-weight:500;
    font-size: 50px;
    line-height: .95;
    letter-spacing: -.02em;
    position: fixed;
    top:0px;
    margin-top: 10px;

    @media screen and (max-width: 1200px) {
    /* font-size: 50px; */

    }
    @media screen and (max-width: 650px) {
        font-size: 35px;
        /* font-size: 30px; */
        /* line-height: 25px; */
        left:10px;

    }
}






.gnav-list{
    font-weight: 500;
    position: fixed;
    display: flex;
    align-items: center;
    right: 10px;
    top:50px;
    list-style: none;
    margin: 0;
    padding: 0;
    

    
    @media screen and (max-width: 1200px) {
        /* right: 25px; */
    }
    @media screen and (max-width: 650px) {
        right: 5px;
        top:28px;
    }
}

.gnav-list li{
    white-space: nowrap;
    margin:0  5px;
    box-sizing:content-box;
    letter-spacing: .3px;
    @media screen and (max-width: 1200px) {
        /* margin-left: 10px; */
    }
    @media screen and (max-width: 650px) {
        
    }
}



.works{
    margin: 175px auto 50px auto;
    
    @media screen and (max-width: 1200px) {
        margin: 0x auto 30px auto;
    }
    @media screen and (max-width: 650px) {
        margin: 100px auto 10px auto;
    }
}

.filter {
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 10px;
    margin: 10px 0;
    letter-spacing: .3px;
    @media screen and (max-width: 1200px) {
        gap: 0 8px;
        /* margin-bottom: 20px; */
        width: 600px;
    }
    @media screen and (max-width: 650px) {
        /* gap: 7px; */
        /* margin-bottom: 20px; */
    }
}

.filtername li{


    @media screen and (min-width: 651px) {
        visibility: collapse;
        display: none;

    }   

    @media screen and (max-width: 650px) {
        visibility: visible;
        font-weight: 500;
        font-size: 20px;
    }
}






.works-list{
    
    width: 100%;
    margin: 0 auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 10px;
    align-items: top;
    
    

    @media screen and (max-width: 2100px) {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px 10px;
    }

    @media screen and (max-width: 1200px) {
        margin: 10px auto 0 auto;
        grid-template-columns: 1fr 1fr;
        gap: 20px 10px;
    }

    @media screen and (max-width: 650px) {
        margin-top:5px;
        grid-template-columns: 1fr;
        place-content: center;
        gap: 15px;
    }
}

.works-item{

    position: relative;
}

.works-caption{
    word-wrap:normal;
    margin-top: 1px;
    /* background-color: white; */
    /* mix-blend-mode: difference; */
    
    
    
    @media screen and (max-width: 1200px) {
        padding: 1px 0 0 0;    
    }
    @media screen and (max-width: 650px) {
        margin: 0 0px 0 ;
        padding: 1px 0 0 0;
    }
}


.works-title{

    margin: 0;
    line-height: 1.1;
    @media screen and (max-width: 1200px) {
        /* line-height: 17px; */
    }
    @media screen and (max-width:650px) {
        /* line-height: 1.1; */
        
    }
}

.works-genre{

    /* opacity: 0; */
    margin-top: 1px;
    line-height: 1.1;
    margin-bottom: 0;
    color: rgb(150, 150, 150);

    @media screen and (max-width: 1200px) {
        /* margin: 0; */
    }
    @media screen and (max-width:650px) {
        
        
        
        
    }
}


.filter-text:hover,.gnav-list li:hover,.works-item:hover,.w-filter li:hover{
    cursor : pointer;
    span{
        text-decoration:line-through;
        text-decoration-thickness: 1.5px;

    }
}


.works-item:hover .works-image {
    filter: grayscale(100%) invert(100%);
    


}


.filter.active,.thispage{
/* span{background-color:  rgb(0, 0, 0); 
    color: #ffffff;
    } */

    span{
        text-decoration:line-through;
        text-decoration-thickness: 1.5px;
    }
}


.nop {

    display: block;
    @media screen and (max-width: 1200px) {
    display: none;
    }

}



.covertitle {
    color: rgb(255, 255, 255);
    mix-blend-mode: difference;
    position: fixed; 
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); 
    text-align: center;
    font-weight: 500;
    font-size: 8vh;
    line-height: 1;
    /* letter-spacing:-.1; */
    width: 100vw;
    word-break: break-word;
    opacity: 1;
    pointer-events: none;
    animation: fadeOut 1s ease-out .3s forwards;


    @media screen and (max-width: 1200px) {
        top: 45%;
        /* font-size: 13vw; */
        /* letter-spacing:-.8vw; */

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

        top: 45%;
        /* font-size: 17vw; */
        /* letter-spacing:-.6vw; */
    }
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.copylight{
    text-align: center;
    width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 10px;



    transform: translateX(-50%);

    color: rgb(150, 150, 150);



    @media screen and (max-width: 1200px) {
    }
    @media screen and (max-width: 650px) {
        /* margin-top: 10px; */
    }
}



/* ここまでWORKS */


/* ここからWページ */
.linktext{

    margin: 0;
    /* padding: 5px 15px; */
    color: rgb(150, 150, 150);
    /* background-color: rgb(222, 222, 222); */

}

.linktext:hover{
    color: rgb(0, 0, 0);

    border-color: rgb(0, 0, 0);
}



.title{
    color: rgb(0, 0, 0);
    margin: 175px 0 0 0;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.01em;

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


    }
    @media screen and (max-width: 650px) {
        margin: 100px 0 0 0;
        /* margin-left: 0; */
        font-size: 10px;

    }
}

.w-filter{
    flex-wrap: wrap;
    margin: 5px 0 ;
    align-items: center;
    display: flex;
    justify-content: left;
    gap: 1px 8px;



    /* flex-wrap: wrap; */


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

    }
    @media screen and (max-width: 650px) {
        margin:3px  0 ;


        
    }
}

.w-filter a{
    letter-spacing: .7px;
    font-weight: 400;
    text-align: center;

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

    }
    @media screen and (max-width: 650px) {
        /* font-weight: 300; */
        

        
    }
}


.w-filter span{
    color: rgb(150, 150, 150);
}





.concept{
    text-align: left;
    margin:0 auto;
    font-weight: 500;
    /* font-size: 18px; */
    line-height: 24px;
    /* font-style: oblique 40deg; */

    @media screen and (max-width: 1200px) {
        font-weight: 500;
        /* font-size: 15px; */
        line-height: 19px;

    }
    @media screen and (max-width: 650px) {
        font-weight: 500;
        /* font-size: 13px; */
        line-height: 16px;
        margin-left: 10px;
    }
}

.description{
    width: 49%;
    display: flex;
    flex-flow: column;
    margin:  0;
    /* margin-top: -5px; */
    line-height: 0;
    justify-content: left;

    @media screen and (max-width: 1200px) {
        width: 80%;
    }
    @media screen and (max-width: 650px) {
    width: 100%;
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: left;
        /* margin: -5px 10px 0; */

        /* margin-left: 10px; */
    }

}
.outline{
    text-align: justify;
    margin: 0;

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

    }
    @media screen and (max-width: 650px) {
        /* line-height: 20px; */
        
    }

}




.gallery{
    margin-top: 10px;
    /* width: 85%; */
    align-items: center;

    @media screen and (max-width: 1200px) {
        /* margin-top: 25px; */
    }
    @media screen and (max-width: 650px) {
        margin-top: 5px;
        width: 100%;
    }
}




.youtube iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0px auto 0 auto;
    @media screen and (max-width: 1200px) {
        margin: 0px auto 0 auto;
    }
    @media screen and (max-width:650px) {
        margin: 0px auto 0 auto;
    }

}

.title-image{
    margin-top: 10px;
    display: block;
    /* grid-template-columns: 1fr; */

    
    @media screen and (max-width: 1200px) {
    /* margin-top: 10px; */
    }
    @media screen and (max-width:650px) {
    margin-top:5px;
    }
}


.w-2images{
    /* width: 100%; */
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px ;
    @media screen and (max-width: 1200px) {
        gap: 10px;
    }
    @media screen and (max-width:650px) {
        grid-template-columns: 1fr;
        margin-top: 5px;
        /* margin: 0 auto; */
        gap: 5px;
        /* width: 80%; */
    }

}

.w-3images{
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    @media screen and (max-width: 1200px) {

    }
    @media screen and (max-width:650px) {
        grid-template-columns: 1fr;
        gap: 5px;
        margin-top: 5px;
        margin:  5px auto 0;
        width: 80%;
    }

}

.w-4images{
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    @media screen and (max-width: 1200px) {

    }
    @media screen and (max-width:650px) {
        grid-template-columns: 1fr;
        margin: 5px auto 0 auto;
        gap: 5px;
        width: 60%;
    }

}

.w-5images{
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    @media screen and (max-width: 1200px) {
    }
    @media screen and (max-width:650px) {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 5px;
        gap: 5px;
        /* width: 80%; */
    }

}




.credit{

    margin: 10px 0px 0px ;
    text-align: left;
}

.credit-text{


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

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


    }
}

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

    .onlywide {
        margin: 0;
        
        display:none
    }
    }

.credit-text span{
    font-weight: 500;
}





/* ここまでw */
/* about contact */

.about{

    margin-top: 175px;
        @media screen and (max-width: 650px) {
    margin-top: 100px;
    }

}

.contact{

    margin-top: 175px;
        @media screen and (max-width: 650px) {
    margin-top: 100px;
    }

}


.about-discription{
    text-align: left;
    justify-content: left;
    /* width: 1000px; */
    align-items: top;
    display: grid;
    
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    line-height: 1.4;
    @media screen and (max-width: 1200px) {
        /* grid-template-columns: 1fr; */
        /* width: 70%; */
        margin: 25px auto 70px auto;
        /* gap:25px; */
        
    }
    @media screen and (max-width: 650px) {
        /* text-align: center; */
        /* grid-template-columns: 1fr; */
        /* margin: 10px auto 100px auto; */

        /* width: 100%; */

        /* gap: 5px; */
        gap: 0px;
        grid-template-columns: 1fr ;
    }

    span{
font-weight: 600;
    margin-top: 10px;

    }


}



.about-text{
margin: 0;
font-size: 13px;
    @media screen and (max-width: 1200px) {
        font-size: 11px;
    }
    @media screen and (max-width: 650px) {
        font-size: 10px;
        margin: 5px 0 0;

        width: 90%;
    }
}

.contact-text{
    text-align: center;
    justify-content: left;
    margin-left: 10px;
    font-size: 13px;
    line-height: 2;

        @media screen and (max-width: 1200px) {
            /* text-align: center; */
            font-size: 11px;
            
        }
        @media screen and (max-width: 650px) {
            /* text-align: center; */
            font-size: 10px;
            
            /* margin: 0px 5px 0; */

            
        }
}


.vanish{
    opacity: 0;
}









/* ここまでABOUT,CONTACT */
/* ここからハンバーガーメニュー (chatGPTありがとう）*/


/* チェックボックスを隠す */
#menu-toggle {
    display: none;
}

/* ハンバーガーボタン */
.menu-btn {
    position: fixed;
    top: 34px;
    right: 12px;
    width: 40px;
    height: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    z-index: 1001;
}

.menu-btn div {
    width: 100%;
    height: 1.5px;
    background: rgb(0, 0, 0);
    transition: transform 0s, opacity 0s;
    position: absolute;
}

/* バッテンの形を均等にする */
.menu-btn div:nth-child(1) {
    transform: translateY(-8px);
}
.menu-btn div:nth-child(2) {
    transform: translateY(8px);
}
.menu-btn div:nth-child(3) {
    transform: translateY(5px);
}

/* メニューが開いたとき */
#menu-toggle:checked ~ .menu-btn div:nth-child(1) {
    transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn div:nth-child(2) {
    transform: rotate(-45deg);
}
#menu-toggle:checked ~ .menu-btn div:nth-child(3) {
    transform: rotate(-45deg);
}


/* メニュー画面 */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(248, 248, 248);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

/* メニュー内のリスト */
.nav ul {
    list-style: none;
    text-align: center;
    margin: auto;
}

.nav ul li {
    margin: 15px 0;
}

.nav ul li,.nav ul li a{
    /* cursor: pointer; */
    /* color: white; */
    font-size: 12px;
    text-decoration: none;
    z-index: 1002;
}

/* メニューが開いたとき */
#menu-toggle:checked ~ .nav {
    opacity: 1;
    visibility: visible;
}

.close-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;  /* 背面に配置してクリックを妨げない */
}



@media screen and (min-width: 651px) {
    .menu-btn, #menu-toggle, .nav {
        display: none;
    }
}

/* 650px以下でハンバーガーメニューを表示 */
@media screen and (max-width: 650px) {
    .menu-btn {
        display: flex;
    }
    
    .nav {
        display: flex;
    }
}





::-moz-selection {
  color: white;
  background-color: rgb(55,55,55);
}
::selection {
  color: white;
  background-color: rgb(55,55,55);
}