@charset "utf-8";
/* 共通
----------------------------------*/
.section-01 {
    margin-top: 0;
}
.section-ttl {
    margin-bottom: 80px;
}
.section-ttl h2 {
    color: #dedede;
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.section-ttl p {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
}
/* SP */
@media only screen and (max-width: 640px) {
    .section-01 {
        margin-top: 0;
    }
    .section-ttl {
        margin-bottom: 60px;
    }
    .section-ttl h2 {
        font-size: 80px;
    }
    .section-ttl p {
        font-size: 24px;
    }
}
/* STAFFS スタッフ
----------------------------------*/
#section-staffs {
    margin-top: 0;
    width: 100%;
}
#section-staffs .inner-01 {}
.staffs_title {
    font-size: 24px;
    margin: 50px auto 40px auto;
    font-weight: 600;
    padding: 10px 12px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    background: #000;
}
.staffs_cat_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
}
.staffs_cat_list div {
    width: 130px;
    margin-right: 45px;
    font-weight: 600;
    margin-bottom: 35px;
}
.staffs_cat_list div .staffs_name {
    font-size: 18px;
}
.staffs_cat_list div .staffs_name span {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 1;
    padding-top: 8px;
}
.staffs_cat_list div .staff_link {
    font-size: 13px;
    background: #836d50 url("https://studio-gen.com/img/staffs/ico_link.png") 90% 50% no-repeat;
    padding: 6px 30px 6px 15px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    line-height: 1;
    letter-spacing: 1.25px;
    display: inline-block;
}
.staffs_cat_list div:nth-child(7n) {
    margin-right: 0;
}
.staffs_cat_list div img {
    max-width: 100%;
    margin-bottom: 5px;
}
.staffs_pager {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: flex-start;
}
.staffs_pager span, .staffs_pager a {
    border-radius: 40px;
    border: 1px solid #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}
.staffs_pager span.staffs_current {
    background: #000;
    color: #fff;
}
.staffs_pager a:hover {
    background: #000;
    color: #fff;
}
/* SP */
@media only screen and (max-width: 640px) {
    body#page-staffs {}
    #section-staffs {
        margin-bottom: 80px;
    }
    #section-staffs .inner-01 {
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body#page-staffs #section-staffs .inner-01 {
        box-sizing: border-box;
        width: calc(100% - 40px);
    }
    .staffs_box {
        margin: auto 2px;
    }
    .staffs_box .staffs_item {
        width: calc(50% - 1px);
        height: auto;
        margin-right: 2px;
        margin-bottom: 2px;
    }
    .staffs_title {
        font-size: 16px;
        margin: 30px auto;
        padding: 10px 10px;
    }
    .staffs_cat_list {
        align-items: flex-start;
    }
    .staffs_cat_list div {
        margin: 0 2vw 6%;
        width: calc(calc(88vw - 40px) / 3);
    }
    .staffs_cat_list div:nth-child(3n), .staffs_cat_list div:nth-child(7n) {
        margin-right: auto;
    }
    .staffs_cat_list div .staffs_name {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.2;
    }
    .staffs_cat_list div .staff_link {
        font-size: 10px;
    }
}
/* 詳細
----------------------------------*/
body#page-staffs-detail {}
.staffs-detail {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.staffs-detail section {
    position: relative;
}
.staffs_content {
    background: #fff;
    /*padding: 60px 100px;*/
    padding: 60px 80px;
}
.staffs_content .staffs_prof {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.staffs_content .staffs_prof .staffs_prof_l {
    /*flex-basis: 240px;
    border-right: 1px solid #000;
    padding-bottom: 30px;*/
    border-right: 1px solid #000;
    box-sizing: border-box;
    flex-basis: 260px;
    padding-right: 0 20px 30px 0;
    text-align: center;
}
.staffs_content .staffs_prof .staffs_prof_l img {
    margin-bottom: 30px;
    line-height: 1;
    width: 130px;
}
.staffs_content .staffs_prof .staffs_prof_l .staffs_prof_l_name {
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 1.25px;
}
.staffs_content .staffs_prof .staffs_prof_l .staffs_prof_l_name span {
    display: block;
    font-size: 16px;
    color: #ccc;
}
.staffs_content .staffs_prof .staffs_prof_r {
    /*padding-left: 90px;
    font-size: 18px;
    margin-top: -5px;
    flex-basis: 660px;*/
    border-left: 1px solid #000;
    box-sizing: border-box;
    flex-basis: 780px;
    margin-left: -1px;
    padding-left: 80px;
}
.staffs_content .staffs_prof .staffs_prof_r p, .staffs_content .staffs_prof .staffs_prof_r dl {
    margin-bottom: 1.5em;
}
.staffs_content .staffs_prof .staffs_prof_r dl dt {
    font-weight: 600;
}
.staffs_content .staffs_prof .staffs_prof_r dl dd ul li {
    list-style: disc;
    margin-left: 1.5em;
}
#slider_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#slider {
    width: 100%;
    margin: 0 auto 30px;
    background: #000;
    padding: 30px 80px;
    color: #fff;
}
.slide-item span.img-area {
    height: 500px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.slide-item span.img-area img {
    position: absolute;
    margin: auto;
    top: 50%;
    bottom: 50%;
    left: -50%;
    right: -50%;
    max-height: 500px;
    max-width: 100%;
}
#thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}
.thumbnail-item {
    box-sizing: border-box;
    flex-basis: 80px;
    margin: 0 12px 20px;
    overflow: hidden;
    position: relative;
    height: 80px;
    width: 80px;
}
/*.thumbnail-item:nth-child(11) {
    margin-right: 0;
}*/
.thumbnail-item img {
    height: 80px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: -50%;
    right: -50%;
    max-width: 200%;
    margin: auto;
    width: auto;
}
.slick-prev, .slick-next {
    height: 35px;
    width: 25px;
}
.slick-prev:before, .slick-next:before {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 30px;
    opacity: 1;
}
.slick-prev:before {
    content: "";
    background: url("https://studio-gen.com/img/staffs/slide/prev.png") 0 0 no-repeat;
    width: 18px;
    height: 32px;
    display: block;
}
.slick-next:before {
    content: "";
    display: block;
    background: url("https://studio-gen.com/img/staffs/slide/next.png") 0 0 no-repeat;
    width: 17px;
    height: 31px;
}
.slick-prev {
    left: 65px;
}
.slick-next {
    right: 65px;
}

.link_box {
    position: absolute;
    right: 0;
    top: 60px;
}
.link_box a.back_list {
    border: 1px solid #111;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    margin: 0;
    padding: 3px 3px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.4s ease;
    width: 90px;
}
.link_box a.back_list:before {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 32px;
    content: "apps";
    color: #111;
    vertical-align: middle;
}

/* SP */
@media only screen and (max-width: 640px) {
    #section-staffs-detail .staffs-detail-01 {
        height: auto;
    }
    #section-staffs-detail .staffs-detail img {
        position: relative;
        margin: 0 auto;
        padding: 0;
        height: auto;
        width: 100%;
        max-width: auto;
        right: 0;
        left: 0;
    }
    body#page-staffs-detail .staffs_title {
        margin: 30px auto 30px 20px;
        max-width: calc(100vw - 110px);
    }
    .staffs_content {
        padding: 30px 0px;
    }
    .staffs_content .staffs_prof {
        margin-bottom: 35px;
        padding: 0 20px;
    }
    .staffs_content .staffs_prof .staffs_prof_l {
        flex-basis: 100%;
        border-right: none;
        margin-bottom: 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 0;
    }
    .staffs_content .staffs_prof .staffs_prof_l img {
        margin-bottom: auto;
        line-height: 1;
        margin-right: 20px;
        width: 100px;
    }
    .staffs_content .staffs_prof .staffs_prof_l .staffs_prof_l_name {
        font-size: 23px;
    }
    .staffs_content .staffs_prof .staffs_prof_l .staffs_prof_l_name span {
        font-size: 10px;
    }
    .staffs_content .staffs_prof .staffs_prof_r {
        border-left: none;
        padding-left: 0;
        font-size: 14px;
        margin-top: auto;
    }
    .staffs_content .staffs_prof .staffs_prof_r p, .staffs_content .staffs_prof .staffs_prof_r dl {
        margin-bottom: 25px;
    }
    .staffs_content .staffs_prof .staffs_prof_r dl dd ul li {
        margin-left: 1.5em;
        list-style-position: outside;
    }
    #slider {
        margin: 0 auto 25px;
        padding: 30px 30px;
    }
    .slide-item span.img-area {
        height: calc(100vw - 60px);
    }
    .slide-item span.img-area img {
        max-height: 100%;
    }
    #thumbnail-list {
        padding: 0 20px;
    }
    .thumbnail-item {
        flex-basis: 50px;
        height: 50px;
        margin: 0px 8px 20px;
        width: 50px;
    }
    /*.thumbnail-item:nth-child(5n) {
        margin-right: 0;
    }*/
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 0px;
    }

    .link_box {
        right: 20px;
        top: 30px;
        width: 100%;
    }
    .link_box a.back_list {
        font-size: 10px;
        height: 40px;
        padding: 1px;
        right: -10px;
        text-align: center;
        width: 40px;
    }
    .link_box a.back_list:before {
        font-size: 24px;
        display: block;
    }
}

/* SP */
@media only screen and (max-width: 320px) {
    .link_box .pager_btn {
        top: 90px;
    }
    .works_content div.img_area {
        height: 200px;
        width: 200px;
    }
}