@charset "utf-8";

/* --------------------------------------------------

Portfolio

-------------------------------------------------- */
.portfolio {
    padding-top: 100px;
}
@media screen and (max-width:750px) {
    .portfolio {
        padding-top: calc(100/750*100vw);
    }
}
.portfolio__content {
    margin: 0 auto;
    max-width: 1000px;
}
@media screen and (max-width:1200px) {
    .portfolio__content {
        margin: 0 calc(100/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__content {
        margin: 0 calc(40/750*100vw);
    }
}
.portfolio__head {
    text-align: center;
    font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
    font-size: 120px;
    font-weight: 100;
    letter-spacing: 0em;
    line-height: 1em;
}
@media screen and (max-width:750px) {
    .portfolio__head {
        font-size: calc(120/750*100vw);
    }
}
.portfolio__head--sub {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1em;
}
@media screen and (max-width:1200px) {
    .portfolio__head--sub {
        padding-top: calc( 10/750/100vw );
        font-size: calc( 20/750/100vw );
    }
}

/* --------------------------------------------------

Category

-------------------------------------------------- */
.portfolio__category {
    margin: 0;
    padding: 100px 0 0 0;
    list-style: none;
}
@media screen and (max-width:750px) {
    .portfolio__category {
        padding-top: calc( 100/750*100vw );
    }
}
.portfolio__category--item {
    display: inline-block;
    min-width: 80px;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    transition: 0.3s;
}
@media screen and (max-width:750px) {
    .portfolio__category--item {
        min-width: calc( 140/750*100vw );
        font-size: calc( 24/750*100vw );
    }
}
.portfolio__category--item:hover {
    background-color: #000;
}
.portfolio__category--item:hover a {
    color: #fff;
}

.portfolio__project {
    padding-bottom: 40px;
}
@media screen and (max-width:750px) {
    .portfolio__project {
        padding-bottom: calc( 100/750*100vw );
    }
}
.portfolio__project--title {
    font-size: 32px;
    letter-spacing: 0.07em;
    line-height: 1.5;
}
@media screen and (max-width:750px) {
    .portfolio__project--title {
        font-size: calc( 48/750*100vw );
        line-height: 1.3;
    }
}
.portfolio__project--ruby {
    padding-top: 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
}
@media screen and (max-width:750px) {
    .portfolio__project--ruby {
        padding-top: calc( 15/750*100vw );
        font-size: calc( 24/750*100vw );
        letter-spacing: 0.12em;
    }
}
.portfolio__project--copy {
    padding-top: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.4;
}
@media screen and (max-width:750px) {
    .portfolio__project--copy {
        padding-top: calc( 30/750*100vw );
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
    }
}
.portfolio__project--credit {
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    list-style: none;
}
@media screen and (max-width:750px) {
    .portfolio__project--credit {
        padding: calc( 60/750*100vw ) 0 0 0;
        font-size: calc( 24/750*100vw );
    }
}
.portfolio__project--member + .portfolio__project--member {
    padding-top: 8px;
}
@media screen and (max-width:750px) {
    .portfolio__project--member + .portfolio__project--member {
        padding-top: calc( 10/750*100vw );
    }
}
.portfolio__project--link {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: right;
}
@media screen and (max-width:750px) {
    .portfolio__project--link {
        font-size: calc( 32/750*100vw );
    }
}
.portfolio__project--link a::after {
	display: inline-block;
	content: '>';	
	padding-left: 0.5em;
	transition: 0.3s;
}
.portfolio__project--link a:hover::after {
	transform: translateX(6px);
}
@media screen and (max-width:750px) {
    .portfolio__project--link a:hover::after {
        transform: translateX(0);
    }
}

.portfolio__image--list {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
}
@media screen and (max-width:750px) {
    .portfolio__image--list {
        padding-top: calc( 30/750*100vw );
    }
}
.portfolio__image--item {
    border: 1px solid #000;
}
.portfolio__image--item + .portfolio__image--item {
    margin-top: 80px;
}
@media screen and (max-width:750px) {
    .portfolio__image--item + .portfolio__image--item {
        margin-top: calc( 160/750*100vw );
    }
}

/* --------------------------------------------------

Other

-------------------------------------------------- */
.portfolio__other {
    margin: 0 auto;
    padding-top: 100px;
    max-width: 1000px;
}
@media screen and (max-width:1200px) {
    .portfolio__other {
        margin: 0 calc(100/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__other {
        margin: 0 calc(40/750*100vw);
        padding-top: calc(100/750*100vw);
    }
}
.portfolio__other--head {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
@media screen and (max-width:750px) {
    .portfolio__other--head {
        font-size: calc(80/750*100vw);
    }
}
.portfolio__other--list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-top: 5px;
}
@media screen and (max-width:750px) {
    .portfolio__other--list {
        justify-content: space-between;
        padding-top: calc(15/750*100vw);
    }
}

.portfolio__other--project:not(:nth-of-type(3n)) {
    margin-right: 20px;
}
@media screen and (max-width:1200px) {
    .portfolio__other--project:not(:nth-of-type(3n)) {
        margin-right: calc(20/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__other--project:not(:nth-of-type(3n)) {
        margin-right: 0;
    }
}
.portfolio__other--project:last-of-type {
    margin-right: 0;
}
.portfolio__other--project {
    margin-bottom: 80px;
    max-width: 320px;
}
@media screen and (max-width:1200px) {
    .portfolio__other--project {
        max-width: calc(320/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__other--project {
        margin-bottom: calc(140/750*100vw);
        width: 100%;
        max-width: none;
    }
}
.portfolio__other--project a img {
    transition: 0.3s;
}
.portfolio__other--project a:hover img {
    transform: scale(1.1);
}
.portfolio__other--thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 168px;
    border: 1px solid #000;
    overflow: hidden;
}
@media screen and (max-width:1200px) {
    .portfolio__other--thumb {
        height: calc( 168/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__other--thumb {
        height: calc( 336/750*100vw);
    }
}
.portfolio__other--thumb img {
    width: 100%;
    height: auto;
}
.portfolio__other--title {
    padding-top: 5px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
}
@media screen and (max-width:1200px) {
    .portfolio__other--title {
        padding-top: calc( 5/1200*100vw);
        font-size: calc( 18/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__other--title {
        padding-top: calc( 10/750*100vw);
        font-size: calc( 36/750*100vw);
    }
}
.portfolio__other--ruby {
    padding-top: 8px;
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1.2;
}
@media screen and (max-width:1200px) {
    .portfolio__other--ruby {
        padding-top: calc( 8/1200*100vw);
        font-size: calc( 12/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__other--ruby {
        padding-top: calc( 16/750*100vw);
        font-size: calc( 24/750*100vw);
    }
}



/* --------------------------------------------------

Archives

-------------------------------------------------- */
.portfolio__archives {
    margin: 0 auto;
    max-width: 1000px;
}
.portfolio__archives--head {
    padding: 100px 0 50px;
    font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width:1200px) {
    .portfolio__archives--head {
        padding: calc( 100/1200*100vw) 0 calc( 50/1200*100vw);
        font-size: calc( 30/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__archives--head {
        padding-top: calc( 100/750*100vw);
        font-size: calc( 52/750*100vw);
    }
}
.portfolio__archives--list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-top: 5px;
}
@media screen and (max-width:1200px) {
    .portfolio__archives--list {
        padding-top: calc( 5/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__archives--list {
        padding-top: calc( 10/750*100vw);
        justify-content: space-between;
    }
}
.portfolio__archives--project:not(:nth-of-type(3n)) {
    margin-right: 20px;
}
@media screen and (max-width:1200px) {
    .portfolio__archives--project:not(:nth-of-type(3n)) {
        margin-right: calc( 20/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__archives--project:not(:nth-of-type(3n)) {
        margin-right: 0;
    }
    .portfolio__archives--project {
        margin-right: 0;
    }
}
.portfolio__archives--project:last-of-type {
    margin-right: 0;
}
.portfolio__archives--project {
    margin-bottom: 80px;
    max-width: 320px;
}
@media screen and (max-width:1200px) {
    .portfolio__archives--project {
        margin-bottom: calc( 80/1200*100vw);
        max-width: calc( 320/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__archives--project {
        margin-bottom: calc( 100/750*100vw);
        max-width: 100%;
    }
}
.portfolio__archives--project a img {
    transition: 0.3s;
}
.portfolio__archives--project a:hover img {
    transform: scale(1.1);
}
.portfolio__archives--thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 168px;
    border: 1px solid #000;
    overflow: hidden;
}
@media screen and (max-width:1200px) {
    .portfolio__archives--thumb {
        height: calc( 168/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__archives--thumb {
        height: calc( 336/750*100vw);
    }
}
.portfolio__archives--thumb img {
    width: 100%;
    height: auto;
}
.portfolio__archives--title {
    padding-top: 5px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
}
@media screen and (max-width:1200px) {
    .portfolio__archives--title {
        padding-top: calc( 5/1200*100vw);
        font-size: calc( 18/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__archives--title {
        padding-top: calc( 20/750*100vw);
        font-size: calc( 36/750*100vw);
        line-height: 1.2;
    }
}
.portfolio__archives--ruby {
    padding-top: 8px;
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1.2;
}
@media screen and (max-width:1200px) {
    .portfolio__archives--ruby {
        padding-top: calc( 8/1200*100vw);
        font-size: calc( 12/1200*100vw);
    }
}
@media screen and (max-width:750px) {
    .portfolio__archives--ruby {
        padding-top: calc( 16/750*100vw);
        font-size: calc( 24/750*100vw);
    }
}