@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=family=EB+Garamond:wght@400;600&Shippori+Mincho:wght@400;600&display=swap');
/*
font-family: "Shippori Mincho", serif; font-weight: 400;
font-family: "Shippori Mincho", serif; font-weight: 600;
font-family: "EB Garamond", serif; font-weight: 400;
font-family: "EB Garamond", serif; font-weight: 600;
*/

#collabo{
    padding: 10px 4% 5px 4%;
}
#collabo h1{
    text-align: center;
    font-size: 1.2rem;
}
@media only screen and (max-width:815px) {
#collabo h1 span{
display:inline-block;
}
}

#collabo .collaboList{
    display: flex;
    justify-content: center;
    align-items: center;
}

#collabo .collaboList li:first-of-type{
    position: relative;
}

#collabo .collaboList li:first-of-type::after{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    content: "";
    background-color: #D9D9D9;
    width: 1px;
    height: 30px;
    display: block;
}
#concept{
    overflow:hidden;
}
#concept .img-main{
    padding: 30px 4% 60px;
    background-color: var(--select-color04);
}
#concept figure{max-width: 1200px; margin: 0 auto;}

#concept .txtBox{
    padding: 0 4% 100px 4%;
    background-color: var(--select-color04);
    position: relative;
}

#concept .txtBox::before,
#concept .txtBox::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40%;
  height: 40%;
  z-index: 1;
}

:lang(ja) #concept .txtBox .txt{
    max-width: 755px; margin: 0 auto;
    font-family: "Shippori Mincho", serif; font-weight: 400;
    font-size: 1.8rem;
}
:lang(en) #concept .txtBox .txt{
    max-width: 755px;
    margin: 0 auto;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
}

:lang(ja) #concept .txtBox .txt h2{
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}

:lang(en) #concept .txtBox .txt h2{
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}

#concept .txtBox .txt h2 span{display: inline-block;}
#concept .txtBox .txt > p:not(:last-of-type){
    margin-bottom: 20px;
}

#concept .txtBox2{
    background-color: var(--select-color01);
    padding: 100px 4%;
    text-align: center;
}



@media only screen and (max-width:815px) {
    #concept .txtBox{padding-top: 20px;}
    #concept .txtBox::before {display:none;}

#concept .txtBox::after {
   display:none;
  }

#concept .txtBox .txt h2{
    font-size: 2.8rem !important;
}
    
}


#story{
    background-color: var(--select-color03);
    padding: 100px 4%;
}

#story .wrap > figure, #story .wrap > .text > p:not(:last-of-type){
    margin-bottom:10px;
}

@media only screen and (min-width:813px) {
    #story .wrap{
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
        gap:0 30px;
    }
    #story h3{
        width: 100%;
    }
    #story .wrap > figure,#story .wrap > .text{
        width: calc((100% - 30px) / 2);
    }
}

@media only screen and (max-width:812px) {
    #story .wrap > figure{margin-top: 30px;text-align: center;}
}
/* --------------------------------------------------------------- */
#archive{
    padding: 100px 4%;
}

.archiveBox > div{
    display: flex;
    gap:15px;
}

.archiveBox > div figure{
    border: 1px solid var(--select-color03);
}

.archiveBox > div > div > p{text-align:right; padding-top:20px;}

.archiveBox > div > div dt{
    font-size:1.8rem;
    font-weight:600;
    margin-bottom:10px;
}

@media only screen and (min-width:813px) {
    .archiveBox{
        display: flex;
        gap: 40px 30px;
        flex-wrap: wrap;
    }
    .archiveBox > div{width: calc((100% - 30px) / 2);}
.archiveBox > div > div{
    width: calc((100% - 229px) - 15px);
    display:flex;
    flex-flow:column;
}
    .archiveBox > div figure{
        width: 229px;
    }
    .archiveBox > div > div dl{margin-bottom:auto;}
}

@media only screen and (max-width:812px) {
.archiveBox > div:not(:last-of-type){
        padding-bottom:20px;
        margin-bottom:20px;
        border-bottom:1px #ccc dashed;
}
.archiveBox > div > div{
    width: calc((100% - 140px) - 15px);
    display:flex;
    flex-flow:column;
}
    .archiveBox > div figure{
        width: 140px;
    }
}

/* --------------------------------------------------------------- */
#company{
    background-color: var(--select-color03);
    padding: 100px 4%;
}

#company .wrap > figure,#company .wrap > .text > p:not(:last-of-type){
    margin-bottom:10px;
}

@media only screen and (min-width:813px) {
    #company .wrap{
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
        gap:0 30px;
    }
    #company h3{
        width: 100%;
    }
    #company .wrap > figure,#company .wrap > .text{
        width: calc((100% - 30px) / 2);
    }
}

@media only screen and (max-width:812px) {
    #company .wrap > figure{margin-bottom: 30px;text-align: center;}
}

/* --------------------------------------------------------------- */

#artwork{
    background-color: var(--select-color01);
    padding: 100px 4%;
}

#artwork .wrap > figure figcaption{
                                  font-size:1.2rem;
                                  color: var(--color-text-sub);
                                  }


@media only screen and (min-width:813px) {
    #artwork .wrap{
        display: flex;
        align-items: top;
        flex-wrap: wrap;
        justify-content: space-between;
        gap:0 30px;
    }
    #artwork h3{
        width: 100%;
    }
    #artwork .wrap > figure,#artwork .wrap > .text{
        width: calc((100% - 30px) / 2);
    }
}

@media only screen and (max-width:812px) {
    #artwork .wrap > figure{max-width: 520px;margin: 0 auto 30px;}
}
/* --------------------------------------------------------------- */


