@charset "utf-8";

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

/* works CSS */

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

/* WORKDETAIL CSS
------------------------------------------ */

/* c-workdetail */
#c-workdetail .stxt-tag {
    margin-top: 15px;
}

#c-workdetail .stxt-tag span {
    font-size: 1.6rem;
    color: #444;
}

#c-workdetail .stxt-tag span::after {
    top: 0;
    font-size: 1.6rem;
}

#c-workdetail .pagettl-wrap {
    /* height: 435px; */
    transition: all ease 0.28s;
}

#c-workdetail .pagettl-wrap .ttl-ja,
#c-workdetail .pagettl-wrap .ttl-ja span {
    font-weight: normal;
}

#c-workdetail .pagettl-wrap .ttl-ja {
    margin-bottom: 3px;
    margin-left: -5px;
}

#c-workdetail .pagettl-wrap .ttl-en {
    font-size: 1.5rem;
}

#c-workdetail .pagettl-wrap .ttl-en > span > span {
    font-weight: bold;
    color: #000;
}

#c-workdetail .pagettl-wrap .t-date {
    position: relative;
    padding-left: 70px;
    font-size: 1.3rem;
    color: #c3c3c3;
}

#c-workdetail .pagettl-wrap .t-date::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 70px;
    font-family: "Roboto Slab", serif;
    font-size: 1.3rem;
    color: #c3c3c3;
    letter-spacing: 0;
    content: "LAUNCH";
}

#c-workdetail.w-logo .pagettl-wrap .t-date,
#c-workdetail.w-print .pagettl-wrap .t-date,
#c-workdetail.w-other .pagettl-wrap .t-date {
    padding-left: 45px;
}

#c-workdetail.w-logo .pagettl-wrap .t-date::before,
#c-workdetail.w-print .pagettl-wrap .t-date::before,
#c-workdetail.w-other .pagettl-wrap .t-date::before {
    content: "YEAR";
}

/* stxt-typework */
.stxt-typework {
    position: relative;
    padding-top: 7px;
    padding-left: 50px;
    font-size: 1.4rem;
    color: #777;
}

.stxt-typework::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 50px;
    font-family: "Roboto Slab", serif;
    font-size: 1.4rem;
    color: #777;
    letter-spacing: 0;
    content: "TYPE :";
}

/* t-url */
.t-url {
    font-family: Lato, sans-serif;
    font-weight: bold;
}

.t-url > a {
    color: #00b4e1;
}

.t-url > a.i-blank {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.t-url > a.i-blank::before {
    position: absolute;
    bottom: 0;
    z-index: -1;
    display: inline-block;
    width: 0;
    height: 5px;
    content: "";
    transition: all ease 0.28s;
}

.t-url > a.i-blank:hover::before {
    width: 100%;
    background-color: rgb(0 180 225 / 15%);
}

.t-url > a.i-blank > .arrow-blank {
    top: -10px;
    display: inline-block;
}

/* img-dmain */
.img-dmain img {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border: 1px solid #eaeaea;
}

.w-logo .img-dmain img {
    background-color: #fff;
    background-position: center center;
    background-size: auto 50%;
}

.img-dmain > a {
    position: relative;
    display: block;
}

.img-dmain > a > img {
    position: relative;
}

.img-dmain > a > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 180 225 / 80%);
    transform: scale(0, 0);
    transition: all ease-in 0.25s;
}

.img-dmain > a:hover > .overlay {
    transform: scale(1, 1);
}

.img-dmain > a > .link {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(-100%);
    transition: all ease 0.3s;
}

.img-dmain > a:hover > .link {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
    transition-delay: 0.3s;
}

.img-dmain > a > .link .arrow-blank {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    visibility: hidden;
    margin-top: 25px;
    border-color: #fff;
    transform: translateY(-10%);
    transition: all ease 0.28s;
}

.img-dmain > a:hover > .link .arrow-blank {
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.img-dmain > a:hover > .link .arrow-blank::before,
.img-dmain > a:hover > .link .arrow-blank::after {
    background: #fff;
}

/* .box-movie */
.box-movie {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.box-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .bg-wdetail */
.bg-wdetail {
    position: relative;
    z-index: 1;
}

.bg-wdetail::before {
    position: absolute;
    bottom: 0;
    left: -39.7%;
    z-index: -1;
    display: block;
    width: 179.4%;
    height: calc(100% - 170px);
    content: "";
}

/* 背景色：薄いグレー */
.bg-wdetail.bg-color0::before {
    background: #f6f6f6;
}

/* 背景色：白 */
.bg-wdetail.bg-color1::before {
    background: #fff;
}

/* sttl-dinfo */
.sttl-dinfo {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    color: #000;
}

/* client-box */
.client-box {
    border-top: 1px solid rgb(0 0 0 / 8%);
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}

/* boc-clnt */
.box-table > dl.boc-clnt {
    width: 100%;
}

.box-table > dl.boc-clnt > dt {
    padding-top: 0;
}

.box-table > dl.boc-clnt > dd {
    padding-top: 10px;
    overflow: hidden;
}

.w-logo .box-table > dl.boc-clnt > dd {
    padding-bottom: 10px;
}

.star {
    color: #fb0;
}

.clnt-info.y-logo .stxt-info {
    float: left;
    width: calc(100% - 230px);
}

.clnt-info.y-logo .clnt-logo {
    float: right;
    width: 230px;
    text-align: right;
}

.clnt-info .clnt-logo img {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 200px;
    max-width: 200px;
    height: 200px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: contain;
    border: 1px solid #eaeaea;
}

/* sbox-smartphone */
.sbox-smartphone {
    position: relative;
    box-sizing: border-box;
    width: 270px;
    height: 501px;
    padding-top: 31px;
    margin: 0 auto;
    transition: all ease 0.28s;
}

.sbox-smartphone::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../img/work/img-smartphone.png") no-repeat center top;
    border-radius: 30px;
    transition: all ease 0.28s;
}

.imgbox-sp {
    position: relative;
    display: block;
    width: 254px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.sbox-smartphone .img-sp {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

/* sbox-square */
.sbox-square {
    position: relative;
    width: 270px;
    margin: 0 auto;
    transition: all ease 0.28s;
}

.sbox-square .imgbox-sp {
    width: auto;
    height: auto;
}

.sbox-square .img-sp {
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.img-caption {
    display: block;
    padding-top: 10px;
    line-height: 1.5;
}

/* list-wthumb */
.list-wthumb {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-wthumb li {
    width: 50%;
}

/* .list-wthumb li.pb70:nth-last-of-type(2) {
	padding-bottom: 0;
}

.list-wthumb li.pb70:last-of-type {
	padding-bottom: 0;
} */

.list-wthumb li .txt-pic {
    display: block;
    padding-top: 13px;
    line-height: 1.5;
    text-align: left;
}

.list-wthumb li:nth-child(odd) {
    padding-right: 2%;
}

.list-wthumb li:nth-child(even) {
    padding-left: 2%;
}

.list-wthumb li .img-wthumb {
    border: 1px solid #eaeaea;
}

.list-wthumb li .w-logo img {
    width: 100%;
    max-width: 602px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: auto 85%;
}

.oldbox-client {
    border-top: 1px solid rgb(0 0 0 / 8%);
}

@media (width <= 1199px) {
    .box-table > dl.boc-clnt dt,
    .box-table > dl.boc-clnt dd {
        display: block;
    }

    .box-table > dl.boc-clnt > dt {
        padding-bottom: 0;
    }

    .box-table > dl.boc-clnt dd.clnt-info {
        padding-left: 0;
    }
}

@media (width <= 991px) {
    #c-workdetail .pagettl-wrap {
        height: 400px;
        padding-top: 50px;
    }

    /* sbox-smartphone */
    .sbox-smartphone,
    .sbox-square {
        width: 215px;
        height: 399px;
        padding-top: 25px;
    }

    .sbox-smartphone::after {
        background-size: 100% auto;
    }

    .imgbox-sp {
        width: 203px;
        height: 350px;
    }

    /* list-wthumb */
    .list-wthumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .list-wthumb li {
        width: 100%;
        text-align: center;
    }

    .list-wthumb li:nth-child(odd) {
        padding-right: 0;
    }

    .list-wthumb li:nth-child(even) {
        padding-left: 0;
    }

    .list-wthumb li .txt-pic {
        text-align: center;
    }
}

@media (width <= 768px) {
    #c-workdetail .pagettl-wrap {
        height: auto;
        padding-top: 90px;
    }

    .img-dmain {
        margin-right: -5.5%;
        margin-left: -5.5%;
    }

    .img-dmain img {
        border-right: none;
        border-left: none;
    }

    .img-dmain > a > .link {
        font-size: 1.7rem;
    }

    .clnt-info.y-logo .stxt-info {
        width: calc(100% - 170px);
    }

    .clnt-info.y-logo .clnt-logo {
        width: 170px;
    }

    .clnt-info .clnt-logo img {
        width: 150px;
        max-width: 150px;
        height: 150px;
    }

    /* sbox-smartphone */
    .sbox-smartphone,
    .sbox-square {
        width: 96%;
        height: auto;
        padding-top: 0;
    }

    .sbox-smartphone::after {
        content: none;
    }

    .sbox-smartphone .img-sp {
        position: relative;
    }

    .imgbox-sp {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .list-wthumb li .txt-pic {
        text-align: left;
    }
}

@media (width <= 650px) {
    .clnt-info.y-logo .stxt-info,
    .clnt-info.y-logo .clnt-logo {
        float: none;
        width: 100%;
    }

    .clnt-info.y-logo .clnt-logo {
        padding-top: 25px;
        text-align: center;
    }

    .clnt-info .clnt-logo img {
        width: 180px;
        max-width: 180px;
        height: 180px;
    }
}

@media (width <= 640px) {
    .t-url {
        margin-bottom: 5px;
    }

    .t-url > a.i-blank {
        display: block;
        padding: 5px 0;
    }

    .t-url > a.i-blank::before {
        width: 100%;
        background-color: rgb(0 180 225 / 15%);
    }
}

@media (width <= 480px) {
    #c-workdetail .pagettl-wrap .ttl-ja,
    #c-workdetail .pagettl-wrap .ttl-ja span {
        font-size: 2.5rem;
    }

    .row.imgs-sp {
        margin-right: -4%;
        margin-left: -4%;
    }

    .t-url {
        font-size: 1.5rem;
    }

    .img-dmain > a > .link {
        font-size: 1.55rem;
    }

    .clnt-info .clnt-logo img {
        width: 150px;
        max-width: 150px;
        height: 150px;
    }
}

/* sec-case */
#sec-case .container-fluid {
    position: relative;
}

.area-snav.wd-bottom {
    position: relative;
    top: -60px;
    right: 5%;
    z-index: 3;
    display: block;
}

.area-snav.wd-bottom .area-cat {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
}

.area-snav.wd-bottom .area-cat .btn.btn-line.btn-plus::after {
    width: 2px;
}

#sec-case .listbox-works {
    padding-bottom: 80px;
}

#sec-case .listbox-works .sbox-work {
    opacity: 1;
    transform: translateX(0);
}

#sec-case .listbox-works .sbox-work > a {
    margin-top: 0;
    border-top: none;
}

#sec-case .listbox-works .slick-slide .sbox-work a .col-winfo {
    position: relative;
}

/* slick ------------------------ */
.slick-slide img {
    margin: 0 auto;
}

/* slick-arrow */
.slick-arrow {
    position: absolute;
    bottom: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: #00b4e1;
    border: none;
}

.slick-arrow:hover {
    cursor: pointer !important;
}

.slick-arrow.next-arrow {
    right: 5%;
}

.slick-arrow.prev-arrow {
    right: calc(5% + 62px);
}

.slick-arrow.next-arrow > span,
.slick-arrow.prev-arrow > span {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}

.slick-arrow.next-arrow > span .arrow-next,
.slick-arrow.prev-arrow > span .arrow-pre {
    position: absolute;
    top: 25px;
    box-sizing: border-box;
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.slick-arrow.prev-arrow > span .arrow-pre {
    left: 27px;
    transform: rotate(-135deg);
}

.slick-arrow.next-arrow > span .arrow-next {
    left: 23px;
    transform: rotate(45deg);
}

.slick-arrow.next-arrow:hover {
}

.slick-arrow.prev-arrow > span:hover .arrow-pre {
    animation: move-left-anim 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1
        forwards;
}

.slick-arrow.next-arrow > span:hover .arrow-next {
    animation: move-right-anim 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1
        forwards;
}

/* #sec-case .listbox-works .sbox-work > a {
	margin-top: 0 !important;
} */

#sec-case .slick-list {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#sec-case .listbox-works .sbox-work > a {
    border-top: none !important;
    border-bottom: none !important;
}

@media (width <= 1024px) {
}

@media (width <= 768px) {
}

@media (width <= 600px) {
    .area-snav.wd-bottom {
        top: 0;
        right: 0;
        width: 90%;
        padding-top: 25px;
        margin: 0 auto 30px;
    }

    .area-snav.wd-bottom .area-cat {
        position: relative;
    }

    .slick-arrow {
        top: 50%;
        z-index: 1000;
        margin-top: -60px;
    }

    .slick-arrow.prev-arrow {
        left: 0;
    }

    .slick-arrow.next-arrow {
        right: 0;
    }
}

@media (width <= 480px) {
}

/* mfp style */
.mfp-content .inner-content {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 5% auto;
}

.mfp-content .inner-content .visit-site {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
}

.mfp-content .visit-site .site-link {
    display: block;
    padding: 6px 40px 6px 17px;
    line-height: 18px;
}

.mfp-content .visit-site .site-link .visit {
    /* color: #ebff08; */
    color: #fff;
}

.mfp-content .visit-site .site-link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    /* background-color: rgb(255 255 255 / 30%); */
    background-color: #e3007f;;
    border-radius: 100px;
    transition: all 0.28s ease;
    z-index: -1;
}

.mfp-content .visit-site .site-link::after {
    position: absolute;
    top: 8px;
    right: 11px;
    width: 19.5px;
    height: 19.5px;
    content: "";
    background: url("../img/common/i-exlink-circle.svg") no-repeat center / contain;
}

.mfp-content .visit-site .site-link:hover::before {
    width: 100%;
}
