@charset "utf-8";

.works {
    position: relative;
}

.works-lists {
    position: relative;
    box-sizing: border-box;
}

.works-lists .title-topic {
    display: none;
    font-size: 14px;
    font-weight: 600;
}

.works-lists .view-detail {
    display: none;
    position: absolute;
    bottom: 90px;
    left: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    letter-spacing: 0;
    z-index: 10;
}









@media screen and (min-width: 1024px) {
    .view {
        margin-bottom: 100px;
    }

    .works {
        margin: 14px auto 0;
    }

    .works-inner {
        /*display: flex;
        flex-flow: wrap;*/
        max-width: 1620px;
        margin: 0 auto;
    }

    .works .ui-parallax-scroll {
        display: flex;
        flex-flow: wrap;
    }

    .works-dim {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #5f52a0;
        opacity: 0;
        transition: opacity .5s ease-in-out;
    }

    .works-lists {
        transition: 1s all cubic-bezier(0.19, 1, 0.22, 1)
    }

    .works-lists:nth-child(2) {
        top: 100px;
    }

    .works-lists:after {
        content: '';
        width: 28%;
        height: 10%;
        position: absolute;
        bottom: 14%;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 10px 80px 65px #000;
        opacity: .8;
    }

    .works-lists-inner:hover .works-dim {
        transition: opacity .5s ease-in-out;
        opacity: .9;
    }

    .works-lists .title {
        top: 45%;
        left: 50%;
        width: 75%;
        text-align: center;
        transform: translate(-50%, -50%);
        padding-right: 0;
    }



    .works-lists .title-topic {
        margin-bottom: 30px;
    }

    .works-category {
        top: 5%;
        left: 13%;
        font-size: 16px;
    }

    .works-lists {
        width: 33.333333%;
        padding: 4%;
        /*margin-bottom: 5%;*/
    }

    .works-lists-inner {
/*        min-width: 350px;*/
        height: 0;
/*        padding-top: 188%;*/
        max-width: 420px;
        background-size: 101%;
        background-position: 50% 0;
        transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    }

    .works-lists .view-detail {
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .works-lists .work-brand {
        bottom:10%;
        left: 50%;
        transform: translateX(-50%);
    }  
	
	.works-lists .work-brand01 {
        bottom: 10%;
        left: 30%;
        transform: translateX(-50%);
    }
	
    .works-lists .work-brand02 {
        bottom: 10%;
        left: 63%;
        transform: translateX(-50%);
    }
}

.floating-menu {
    position: fixed;
    top: 30px;
    right: 25px;
    z-index: 20;
    opacity: 0;
    transition: opacity 1s ease;
}

.floating-menu.active {
    opacity: 1;
}

.floating-menu a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    letter-spacing: 0;
}

.floating-menu .toggle {
    padding: 5px 2px;
    border-bottom: 2px solid #fff;
}

.floating-menu ul {
    display: none;
    position: relative;
    top: -2px;
    border: 2px solid #fff;
    border-bottom: none;
    background-color: rgba(0, 0, 0, .15);
}

.floating-menu li {
    border-bottom: 2px solid #fff;
}

.floating-menu li a {
    padding: 10px 16px 10px 14px;
}

@media screen and (min-width: 1024px) {
    .floating-menu {
        top: 88px;
        left: 360px;
        right: auto;
        z-index: 100;
    }

    .floating-menu a {
        font-size: 20px;
        text-align: left;
    }

    .floating-menu .toggle {
        font-size: 24px;
    }

    .floating-menu li a {
        padding: 15px 29px 17px;
    }
}

.work-detail .header {
    display: none;
}

@media screen and (min-width: 1024px) {
    .work-detail .header {
        display: block;
    }
}

.work-detail .contents-inner.headline .work-detail-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.work-detail .contents-inner.headline {
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    padding-top: 0;
    height: 100vh !important;
}

.work-detail .contents-inner.headline .title {
    position: relative;
    z-index: 10;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.work-detail .contents-inner.headline .title-topic {
    font-size: 14px;
    font-weight: 800;
}

.work-detail .contents-inner.headline p {
    position: relative;
    z-index: 10;
    font-weight: 800;
}

.work-detail .contents-inner.headline .go-site {
    position: relative;
    z-index: 10;
}

.work-detail .contents-inner.headline .go-site span {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    padding: 5px 0px;
    border-bottom: 1px solid #000;
    margin-top: 30px;
}

.work-detail .contents-inner.headline .headline-inner.white .go-site span {
    color: #fff;
    border-color: #fff;
}

@media screen and (min-width: 1024px) {
    .work-detail .contents-inner.headline {
        height: 980px !important;
        box-sizing: border-box;
        max-width: none;
    }

    .work-detail .contents-inner.headline .work-detail-visual {
        display: none;
    }

    .work-detail .contents-inner.headline .headline-inner {
        /*padding-left: 286px;*/
        padding-left: 20%;
    }

    .work-detail .contents-inner.headline .title {
        margin-bottom: 50px;
        font-size: 70px;
    }

    .work-detail .contents-inner.headline .title-topic {
        margin-bottom: 20px;
    }

    .work-detail .contents-inner.headline p {
        line-height: 2.5;
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    body {
        transition: background-color 1s ease;
    }

    .bg-white {
        background-color: #fff;
    }

    .bg-gray {
/*        background-color: #272c31;*/
    }
}