@charset 'utf-8';

/* ======================
Layout
 ======================*/

/* ======================
Index
 ======================*/
/* works_section */
.works_section {
    position: relative;
}

.works_section-ttl {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 8vw;
    font-weight: 400;
    font-style: italic;
    color: rgba(85, 174, 174, .2);
}

.works_inner {
    max-width: 1290px;
    margin: 0 auto;
    padding: 20px;
}

.works_list {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.works_list-info {
    margin: 20px 0 20px 40px;
}

.works_list-ttl,
.works_list-txt {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.works_list-ttl {
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .works_section-ttl {
        position: static;
        font-size: 46px;
    }

    .works_list {
        flex-direction: column;
    }
}

/* works_list image*/

.works2025-01 {
    width: 58%;
    margin: 8% 2% 4% 24%;
}

.works2023-01 {
    width: 58%;
    margin: 6% 2% 4% 40%;
}

.works2022-01 {
    width: 52%;
    margin: 6% 6% 4% 30%;
}

.works2021-01 {
    width: 46%;
    margin: 5% 36% 4% 20%;
}

.works2019-01 {
    width: 50%;
    margin: 5% 0 4% 50%;
}

.works2019-02 {
    width: 40%;
    margin: -36% 0 0 0;
}

.works2019-03 {
    width: 30%;
    margin: 8% 10% 4% 0;
}

.works2019-04 {
    width: 40%;
    margin: -18% 2% 4% 8%;
}

.works2019-05 {
    width: 30%;
    margin: 6% 6% 4% 0;
}

.works2018-01 {
    width: 35%;
    margin: -10% 2% 4% 10%;
}

.works2018-02 {
    width: 40%;
    margin: 20% 0 4% 0;
}

.works2017-01 {
    width: 50%;
    margin: 8% 4% 4% 25%;
}

.works2015-01 {
    width: 58%;
    margin: 10% 0 4% 15%;
}

.works2015-02 {
    width: 48%;
    margin: 2% 0 4% 40%;
}

.works2015-03 {
    width: 55%;
    margin: -8% 0 4% 5%;
}

.works2015-04 {
    width: 25%;
    margin: 12% 0 4% 4%;
}

.works2015-05 {
    width: 54%;
    margin: 12% 0 4% 2%;
}

.works2015-06 {
    width: 46%;
    margin: 2% 0 4% 10%;
}

.works2015-07 {
    width: 28%;
    margin: -18% 0 4% 10%;
}

.works2015-08 {
    width: 35%;
    margin: 0 2% 4% 4%;
}

.works2015-09 {
    width: 34%;
    margin: 28% 6% 4% 6%;
}

.works2015-10 {
    width: 30%;
    margin: 2% 6% 4% 20%;
}

.works2014-01 {
    width: 45%;
    margin: 10% 6% 4% 20%;
}

.works2013-01 {
    width: 55%;
    margin: 10% 6% 2% 30%;
}

.works2013-02 {
    width: 30%;
    margin: 2% 6% 4% 15%;
}

.works2013-03 {
    width: 28%;
    margin: 22% 0 4% 2%;
}

.works2012-01 {
    width: 48%;
    margin: 10% 6% 4% 15%;
}

.works2011-01 {
    width: 32%;
    margin: 2% 6% 4% 50%;
}

@media screen and (max-width: 768px) {
    .works_list-item {
        width: 100%;
        margin: 40px 0;
    }
}

/* ======================
About
 ======================*/
.about_inner {
    max-width: 800px;
    margin: 100px auto 0;
    padding: 20px;
}

.about_contents-txt {
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 400;
    line-height: 1.8;
}

.about_contents-info {
    margin: 120px 0 0;
}

.about_area-ttl {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .about_inner {
        max-width: 100%;
        margin: 80px auto 0;
    }

    .about_contents-info {
        margin: 80px 0 0;
    }
}

/* ======================
modal
 ======================*/
/* modal*/
.modaal-gallery-item-wrap {
    width: auto !important;
}

.modaal-gallery-item {
    text-align: center;
    margin: 0 auto;
    background: rgba(0, 0, 0, .9);
}

.modaal-gallery-item img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 88vh !important;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 10px 0 0;
    font-size: 15px;
    text-align: left;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.modaal-gallery-control {
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
}