@charset "UTF-8";
  /* --------------
    Projetcts
-------------- */
.projetcts {
    margin-top: 48px;
    margin-bottom: 180px;
}
.projetct {
    text-align: center;
}
.projetcts__container {
    padding: 0 20px;
}
.projetcts__wrap {
    display: inline-block;
    text-align: left;
}
.projetcts__category {
    margin-top: 28px;
    color: var(--primarylightdark);
    font-size: 1.6rem;
    font-weight: 400;
}
.projetcts__category span {
    border-radius: 4px;
    border: 1px solid var(--primarylightdark);
    padding: 4px 14px;
}
.projetcts__wrap h2 {
    margin-top: 28px;
    font-size: 2rem;
    font-weight: 400;
}
.projetcts__wrap p {
    margin-top: 28px;
    font-size: 1.4rem;
    font-weight: 400;
}
.projetcts__mijutsunohi {
    margin-top: 78px;
}

/* ↓pc↓ */
@media screen and (min-width:769px) {
    .projetcts__container {
        display: flex;
        gap: 5%;
        margin: 0 auto;
        padding: 0 15%;
    } 
    .projetcts {
        margin-top: 0px;
    }
    .projetcts__category {
        margin-top: 28px;
        color: var(--primarylightdark);
        font-size: 1.6rem;
        font-weight: 400;
    }
    .projetcts__wrap h2 {
        margin-top: 28px;
        font-size: 2rem;
        font-weight: 400;
    }
    .projetcts__wrap p {
        margin-top: 28px;
        font-size: 1.4rem;
    }
    .projetcts__mijutsunohi {
        margin-top: 0;
    }
}


  /* --------------
    Projetcts details
-------------- */
.projects__pcImg {
    display: none;
}
.projects__details__container {
    padding: 0 9.6%;
    margin-bottom: 80px;
}
/* projects title */
.p__title {
    margin-bottom: 40px; 
    margin-left: 9.6%;  
}

.p__title h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 12px;
}
.p__date__wrap {
    display: flex;
    align-items: baseline;
}
.p__date__title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 10px;
}
.p__date {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-left: 8px;
}

/* projects about */
.projects__about__titleWrap {
    margin: 40px 0;
}
.projects__about__titleWrap h3 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.projects__about__titleWrap div {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px;
}
.projects__mijutusnohi__img div {
    margin-top: 28px;
}
/* ↓pc↓ */
@media screen and (min-width:769px) {
    .projects__spImg {
        display: none;
    }
    /* projects title */
    .projects__pcImg {
        display: flex;
    }
    .projects__pcTop {
        margin: 0 15%;
        gap: 16px;
    }
    .p__title {
        margin: 120px 0 40px;
        margin-left: 23%;
    }
    .p__date__title {
        margin-top: 12px;
    }
    .p__date {
        margin-top: 12px;
    }
}
/* mijutusnohi details */
.projects__mijutsunohi__details__titleWrap {
    margin: 80px 0 20px;
}
.projects__mijutsunohi__details__titleWrap h4 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.projects__mijutsunohi__details__titleWrap time {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%; 
    margin-top: 10px;
}
.projects__mijutsunohi__details__guestWrap {
    margin: 40px 0;
}
.projects__mijutsunohi__details__guest {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%; 
}
.projects__mijutsunohi__details__guestList {
    margin-top: 16px;
    gap: 4px;
}
.projects__mijutsunohi__details__guestList p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 12px;
}

.projects__mijutsunohi__details__contents {
    margin-top: 36px;
}
.projects__mijutsunohi__details__contents p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}
.projects__mijutsunohi__202310 {
    margin-bottom: 80px;
}
/* ↓pc↓ */
@media screen and (min-width:769px) {
    /* projects about */
    .projects__details__container {
        padding: 0;
    }
    .projects__about__titleWrap {
        display: flex;
        margin: 0 23% 120px;
    }
    .projects__about__titleWrap h3 {
        white-space: nowrap;
    }
    .projects__about__titleWrap div {
        margin-top: 0px;
        margin-left: 36px;
    }
    /* mijutusnohi details */
    .projects__mijutsunohi__details__titleWrap {
        margin: 0;
    }

    .projects__mijutusnohi__detailsSpImg {
        display: flex;
        gap: 24px;
    }
    .projects__mijutusnohi__img div {
        margin-top: 0px;
    }
    .projects__mijutsunohi__202304, .projects__mijutsunohi__202310 {
        margin: 80px 23% 180px;
    }
    .projects__mijutsunohi__sp202304,.projects__mijutsunohi__sp202310 {
        display: flex;
        gap: 16px;
        margin-bottom: 80px;
    }
    .projects__mijutsunohi__txt202304,.projects__mijutsunohi__txt202310 {
        width: 60%;
    }
    .projects__mijutsunohi__pcImg {
        display: block;
        width: 40%;
    }
}

/* piikawa details */
.projects__piikawa__container {
    margin-bottom: 80px;
}
.projects__piikawa__pImg div {
    margin-top: 28px;
}
.projects__piikawa__artistName {
    margin: 80px 0 40px;
}
.projects__piikawa__artistName h4 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}
.projects__piikawa__artistName p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px;
}
.projects__piikawa__prof {
    margin: 40px 0;
}
.projects__piikawa__prof p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 200%; 
    position: relative;
}
.projects__piikawa__prof p:nth-child(2) {
    margin-top: 8px;
}
.projects__piikawa__prof p:nth-child(3) {
    margin: 24px 0;
}
.projects__piikawa__prof p:nth-child(4) {
    font-size: 1.2rem;
}
.projects__piikawa__prof p:nth-child(4) svg {
    position: absolute;
}
.projects__piikawa__prof p:nth-child(5) {
    font-size: 1.2rem;
}
.projects__piikawa__prof p:nth-child(5) svg {
    position: absolute;
}
.projects__piikawa__support {
    margin-top: 40px;
}
.projects__piikawa__support__wrap {
    margin: 80px 0;
}
.projects__piikawa__support__wrap p  {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.projects__piikawa__support div {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: -2px;
}
.projects__piikawa__support p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px;
}
.projects__piikawa__support li {
    list-style: disc;
    margin-top: 24px;
}
.projects__line {
    text-decoration: underline;
}
.projects__piikawa__img div {
    margin-top: 28px;
}
/* ↓pc↓ */
@media screen and (min-width:769px) {
    /* projects title */
    .projects__piikawa__topPcImg, .projects__piikawa__img{
        display: flex;
        margin: 0 15%;
        gap: 16px;
    }
    /* project details */
    .projects__piikawa__details__wrap {
        margin: 0 23%;
    }
    .projects__piikawa__prof__wrap {
        display: flex;
    }
    .projects__piikawa__prof {
        width: 60%;
        margin-right: 5%;
    }
    .projects__piikawa__details {
        margin: 80px 0;
    }
    .projects__piikawa__artistName {
        margin: 0;
    }
    .projects__piikawa__profPhoto {
        display: block;
        width: 40%;
        margin-top: 40px;
    }
    .projects__piikawa__support__wrap {
        display: flex;
        margin: 80px 0;
    }
    .projects__piikawa__support {
        margin-top: 0;
        margin-left: 6%;
    }
    .projects__piikawa__support p {
        font-size: 1.4rem;
    }
    .projects__piikawa__support li:first-child {
        margin-top: 0;
    }
    .projects__piikawa__support div:first-child {
        margin-top: 0;
    }
    projects__piikawa__prof p:nth-child(4) {
        font-size: 1.4rem;
    }
    projects__piikawa__prof p:nth-child(5) {
        font-size: 1.4rem;
        margin-top: 16px;
    }
    .projects__piikawa__container {
        margin-bottom: 180px;
    }
}

/* click */
.mProject__click a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin-top: 80px;
    margin-bottom: 180px;
}
.mProject__click p {
    font-size: 1.6rem;
    font-weight: 400;
}