@charset "utf-8";

/* ========================================================================================================================/
	
	Document    : style.css

/======================================================================================================================== */

.subvisual {
    background-image: url("./image/visual.jpg");
    background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------------------------------------------------------/
	list
/------------------------------------------------------------------------------------------------------------------------ */
#works-list {
    margin-top: 84px;
    margin-bottom: 50px;
}

#works-list h3 {
    padding-bottom: .25em;
    margin-bottom: 1em;
    border-bottom: 1px solid #f2909e;
}
#works-list h3 span {
    display: inline-block;
    margin-left: 1em;
    color: #f2909e;
}

#works-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
#works-list li {
    display: block;
    width: calc(33.33% - 22px);
    margin-right: 33px;
    margin-bottom: 33px;
    overflow: hidden;
}
#works-list li:nth-child(3n) {
    margin-right: 0;
}
#works-list li .img-btn {
    text-align: center;
    border-radius: 12px;
}
#works-list li .img-btn::before {
    padding-top: 264px;
}
#works-list li .img-btn img {
    height: 264px;
    object-fit: cover;
    margin: 0 auto;
}
#works-list figcaption {
}
#works-list .desc {
    left: 0;
    transform: translate(0,-50%);
}
#works-list .bukkenmei {
    margin: .5em 0;
    font-size: 125%;
    line-height: 1.4;
}
#works-list .bukkenmei span {
    border-bottom: 1px solid #282828;
}

@media screen and (max-width:1000px) {
    #works-list li {
        width: calc(50% - 18px);
        margin-right: 36px;
        margin-bottom: 36px;
    }
    #works-list li:nth-child(3n) {
        margin-right: 36px;
    }
    #works-list li:nth-child(even) {
        margin-right: 0;
    }
    #works-list li .img-btn::before {
        padding-top: 326px;
    }
    #works-list li .img-btn img {
        height: 326px;
    }
}
@media screen and (max-width:800px) {
    .ua-sp #works-list li {
        margin-bottom: 48px;
    }
    #works-list li .img-btn::before {
        padding-top: 254px;
    }
    #works-list li .img-btn img {
        height: 254px;
    }
    .ua-sp #works-list .desc {
        font-size: 120%;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------/
	detail
/------------------------------------------------------------------------------------------------------------------------ */

#works-detail {
    margin-top: 84px;
    margin-bottom: 84px;
}

#works-detail .sub-title {
    padding-bottom: .25em;
    margin-bottom: 1em;
    border-bottom: 1px solid #f2909e;
}
#works-detail .sub-title span {
    display: inline-block;
    margin-left: 1em;
    color: #f2909e;
}

#works-detail .img-btn .material-icons {
    font-size: 96px;
}

#works-detail .bukkenmei {
    display: inline-block;
    letter-spacing: 0.2ex;
    border-bottom: 2px solid #282828;
    line-height: 1.4;
    margin-bottom: 36px;
}

#works-detail .tag {
    margin-bottom: 16px;
}
#works-detail .tag .category {
    padding: .5em 1em;
    background-color: #FABC3C;
    margin-right: 1em;
    border-radius: .25em;
}
#works-detail .tag .type {
    padding: .5em 1em;
    background-color: #99E1D9;
    border-radius: .25em;
}

#works-detail .comment {
    color: #666;
    margin-bottom: 60px;
}


#works-detail .main-photo {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 72px;
}
#works-detail .main-photo a {
    text-align: center;
    text-decoration: none;
    border-radius: 36px;
}
#works-detail .main-photo .img-btn::before {
    padding-top: 720px;
}
#works-detail .main-photo img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
#works-detail .main-photo .caption {
    width: calc(100% - 108px);
    margin: .75em auto 0;
    box-sizing: border-box;
    color: #666;
    text-align: center;
    letter-spacing: .2ex;
}
@media screen and (max-width:1000px) {
    #works-detail .main-photo .img-btn::before {
        padding-top: 75%;
    }
}


#works-detail .tokutyou {
    width: 100%;
    padding: 24px;
    margin-bottom: 72px;
    background-color: #fcf0f2;
    box-sizing: border-box;
    color: #444;
}
#works-detail .tokutyou-cont {
    line-height: 1.8;
    letter-spacing: .2ex;
}


#works-detail .sub-photo {
    width: 100%;
    margin: 0 auto 24px;
}
#works-detail .sub-photo .list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}
#works-detail .sub-photo .list li {
    display: block;
    width: calc(50% - 36px);
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 72px;
}
#works-detail .sub-photo .list li:nth-child(odd) {
    margin-right: 72px;
}
#works-detail .sub-photo a {
    text-align: center;
    text-decoration: none;
    border-radius: 24px;
}
#works-detail .sub-photo .img-btn::before {
    padding-top: 396px;
}
#works-detail .sub-photo a:hover {
    color: inherit;
}
#works-detail .sub-photo img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
#works-detail .sub-photo .caption {
    width: calc(100% - 72px);
    margin: .5em auto 0;
    box-sizing: border-box;
    color: #666;
    letter-spacing: .2ex;
}
@media screen and (max-width:1000px) {
    #works-detail .sub-photo .list li {
        width: calc(50% - 18px);
        margin-bottom: 36px;
    }
    #works-detail .sub-photo .list li:nth-child(odd) {
        margin-right: 36px;
    }
    #works-detail .sub-photo .img-btn::before {
        padding-top: 75%;
    }
}

#works-detail .kodawari {
    margin-bottom: 96px;
}
#works-detail .kodawari-cont {
    line-height: 1.8;
    letter-spacing: .2ex;
}

#works-detail .status {
    margin-bottom: 96px;
}
#works-detail .status table {
    width: 100%;
    margin: 36px auto 0;
    border-bottom: 1px solid #ddd;
}
#works-detail .status table th,
#works-detail .status table td {
    padding: 1em;
    border-top: 1px solid #ddd;
}
#works-detail .status table th {
    width: 150px;
    font-weight: 500;
}


#works-detail .thumb-photo {
    width: 100%;
    margin-bottom: 60px;
}
#works-detail .thumb-photo .list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin-top: 36px;
}
#works-detail .thumb-photo .list li {
    display: block;
    width: calc(33.33% - 24px);
    margin-right: 36px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 36px;
}
#works-detail .thumb-photo .list li:nth-child(3n) {
    margin-right: 0;
}
#works-detail .thumb-photo a {
    text-decoration: none;
    text-align: center;
    border-radius: 12px;
}
#works-detail .thumb-photo .img-btn::before {
    padding-top: 264px;
}
#works-detail .thumb-photo a:hover {
    color: inherit;
}
#works-detail .thumb-photo img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
@media screen and (max-width:1000px) {
    #works-detail .thumb-photo .list li {
        width: calc(50% - 18px);
        margin-right: 36px;
        margin-bottom: 36px;
    }
    #works-detail .thumb-photo .list li:nth-child(3n) {
        margin-right: 36px;
    }
    #works-detail .thumb-photo .list li:nth-child(even) {
        margin-right: 0;
    }
    #works-detail .thumb-photo .img-btn::before {
        padding-top: 75%;
    }
}


#works-detail .movie {
    margin-bottom: 96px;
}
#works-detail .movie .movie-wrap {
    width: 100%;
    position: relative;
    margin-top: 36px;
}
#works-detail .movie .movie-wrap:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
#works-detail .movie .movie-wrap iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

#works-detail .btn {
    text-align: center;
}


