/* index
--------------------------------------------------------- */

#container {
    margin: 0 auto 40px;
    width: 1120px !important;
    position: relative;
}

#container .grid {
    width: 352px;
    opacity: 0;
}

#container .grid .imgholder a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#container .grid .imgholder a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: rgba(42, 90, 136, 0.85);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewX(210deg) scale(0, 1);
    -ms-transform: skewX(210deg) scale(0, 1);
    transform: skewX(210deg) scale(0, 1);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

#container .grid .imgholder a:hover {
    opacity: 1;
}

#container .grid .imgholder a:hover:before {
    left: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: skewX(210deg) scale(2, 1);
    -ms-transform: skewX(210deg) scale(2, 1);
    transform: skewX(210deg) scale(2, 1);
    z-index: 1;
}

#container .grid .imgholder a:hover:after {
    content: '';
    width: 66px;
    height: 52px;
    background: url(/cmn/img/icon_detail.png);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    opacity: 1;
}

#container .grid .imgholder img {
    display: inline-block;
    max-width: 100%;
    width: 352px;
}

#container .grid h2 {
    display: block;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #333333;
    word-break: break-word;
    margin: 12px auto 0;
}

#container .grid p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 8px auto 0;
    text-align: left;
}


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

.works_detail {
    margin: 24px auto 0;
}

.works_detail+section.works_gallery {
    margin-top: -100px;
}

.mv_detail {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}

.mv_detail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.works_profile {
    width: 100%;
    background: #ffffff;
    padding: 48px;
    position: relative;
    top: -200px;
}

.works_profile:after {
    position: absolute;
    top: 8px;
    right: -8px;
    content: '';
    width: 60px;
    height: 54px;
    background: url(/cmn/img/icon_general_point.svg) no-repeat;
}

.works_profile ul.profile_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.works_profile ul.profile_wrap li {
    width: 50%;
    border-left: solid 1px #ccccca;
}

.works_profile ul.profile_wrap li:first-child {
    border-left: 0;
}

.works_profile ul.profile_wrap li:last-child {
    padding-left: 48px;
}

.works_profile ul.profile_wrap li .ttl {
    color: #263238;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.6;
    padding: 0 48px 0 0;
}

.works_profile ul.profile_wrap li dl {
    margin: 40px auto 0;
}

.works_profile ul.profile_wrap li dl dt {
    margin: 24px auto 0;
    font-size: 1.4rem;
    color: #a3a3a3;
    font-weight: bold;
    line-height: 1;
}

.works_profile ul.profile_wrap li dl dd {
    margin: 4px auto 0;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #263238;
}

.works_profile ul.profile_wrap li .tpl_ttl {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.works_profile ul.profile_wrap li .tpl_ttl span {
    margin-left: 16px;
}

.works_profile ul.profile_wrap li .tpl_ttl span:first-child {
    margin-left: 0;
}

.works_profile ul.profile_wrap li .pr {
    margin: 24px auto 0;
    font-size: 2.8rem;
    line-height: 4.2rem;
    font-weight: bold;
}

.works_profile ul.profile_wrap li .txt {
    margin: 24px auto 0;
    font-size: 1.4rem;
    line-height: 2.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.works_profile ul.profile_wrap li #btn_readmore {
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.works_profile ul.profile_wrap li #btn_readmore a {
    background: #e0ddce;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: bold;
    width: 260px;
    margin: 24px auto 0;
    display: inline-block;
    position: relative;
    padding: 24px;
    text-decoration: none;
}

.works_profile ul.profile_wrap li #btn_readmore a span {
    margin-left: 8px;
}

.works_profile ul.profile_wrap li #btn_readmore a span img {
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.works_profile ul.profile_wrap li #btn_close {
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.works_profile ul.profile_wrap li #btn_close a {
    background: #e0ddce;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: bold;
    width: 260px;
    margin: 24px auto 0;
    display: inline-block;
    position: relative;
    padding: 24px;
    text-decoration: none;
}

.works_profile ul.profile_wrap li #btn_close a span {
    margin-left: 8px;
}

.works_profile ul.profile_wrap li #btn_close a span img {
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

h2.detail_ttl {
    line-height: 1;
}

h2.detail_ttl span.en {
    font-weight: 800;
    font-size: 7.2rem;
    display: inline-block;
    position: relative;
}

h2.detail_ttl span.en:before {
    content: '';
    width: 60px;
    height: 54px;
    background: url(/cmn/img/icon_ttl.svg) no-repeat;
    display: inline-block;
    margin-right: 16px;
}

h2.detail_ttl span.txt {
    font-weight: bold;
    position: relative;
    line-height: 1;
    font-size: 2.0rem;
    display: block;
    letter-spacing: 1px;
    margin-top: 16px;
}

h2.detail_ttl+.figure_column01 {
    margin: 24px auto 0;
}

.other_wrap {
    width: 1200px;
    margin: 128px auto;
    position: relative;
}

.other_wrap h3 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.other_wrap a {
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.other_wrap a>.en_company {
    margin-top: 16px;
    display: block;
    width: 352px;
    line-height: 1.4;
}

.other_wrap a>.jp_company {
    margin-top: 8px;
    display: block;
    width: 352px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.other_wrap .btn_wrap {
    margin: 32px auto 0;
}

.other_wrap .btn_wrap>.btn {
    width: 180px;
    margin: 0 auto;
}

.other_wrap .btn_wrap .btn_secondary>a {
    padding: 24px;
    font-size: 1.6rem;
    line-height: 1;
}

.other_wrap .btn_wrap .btn_secondary>a:after {
    display: none;
}

.other_wrap .btn_wrap .icon {
    padding: 0;
    line-height: 1.6rem;
}


/* slider
--------------------------------------------------------- */

.works_slide {
    width: 1120px;
    margin: 16px auto 0;
}

.slick-slide {
    margin: 0 16px;
}

.slick-slide>a {
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2.8rem;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slick-slide>a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: rgba(42, 90, 136, 0.85);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewX(210deg) scale(0, 1);
    -ms-transform: skewX(210deg) scale(0, 1);
    transform: skewX(210deg) scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.slick-slide>a:hover {
    opacity: 1;
}

.slick-slide>a:hover:before {
    left: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: skewX(210deg) scale(2, 1);
    -ms-transform: skewX(210deg) scale(2, 1);
    transform: skewX(210deg) scale(2, 1);
    z-index: 1;
}

.slick-slide>a:hover:after {
    content: '';
    width: 66px;
    height: 52px;
    background: url(/cmn/img/icon_detail.png);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    opacity: 1;
}

.slick-slide>span.en_company {
    width: 100%;
    display: block;
    position: relative;
    color: black;
    z-index: 1000;
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 1.4;
}

.slick-slide>span.jp_company {
    width: 100%;
    display: block;
    position: relative;
    color: black;
    z-index: 1000;
    font-size: 1.2rem;
    line-height: 1.6;
    padding-bottom: 16px;
}

.btn-prev {
    position: absolute;
    top: 0;
    left: -32px;
    margin: auto;
    width: 10px;
    height: 342px;
    cursor: pointer;
    z-index: 10;
}

.btn-prev>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-next {
    position: absolute;
    top: 0;
    right: -32px;
    margin: auto;
    width: 10px;
    height: 342px;
    cursor: pointer;
    z-index: 10;
}

.btn-next>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    #container {
        width: 89% !important;
        margin: 0 auto;
    }
    #container .grid {
        width: 100%;
        margin-top: 64px;
        margin-left: 0;
        position: relative !important;
        left: 0 !important;
    }
    #container .grid .imgholder a:hover:before,
    #container .grid .imgholder a:hover:after {
        display: none;
    }
    #container .grid .imgholder img {
        width: 100%;
        display: block;
        text-align: center;
    }
    #container .grid h2 {
        width: 100%;
    }
    #container .grid p {
        width: 100%;
    }
    .mv_detail {
        height: 480px;
    }
    .mv_detail img {
        padding-top: 0;
    }
    .works_profile {
        width: 100%;
        padding: 24px;
    }
    .works_profile ul.profile_wrap {
        display: block;
    }
    .works_profile ul.profile_wrap li {
        width: 100%;
        border-left: none;
    }
    .works_profile ul.profile_wrap li:last-child {
        border-top: solid 1px #ccccca;
        padding-left: 0;
        margin-top: 36px;
    }
    .works_profile ul.profile_wrap li .ttl {
        padding: 0;
    }
    .works_profile ul.profile_wrap li dl {
        margin: 32px auto 0;
    }
    .works_profile ul.profile_wrap li dl dt {
        font-size: 1.2rem;
    }
    .works_profile ul.profile_wrap li dl dd {
        font-size: 1.4rem;
    }
    .works_profile ul.profile_wrap li .tpl_ttl {
        margin-top: 36px;
        font-size: 1.4rem;
    }
    .works_profile ul.profile_wrap li .pr {
        margin: 16px auto 0;
        font-size: 2.4rem;
        line-height: 3.8rem;
    }
    h2.detail_ttl span.en {
        font-size: 4.0rem;
        padding-left: 50px;
    }
    h2.detail_ttl span.en:before {
        width: 45px;
        height: 50px;
        background-size: 100%;
        position: absolute;
        left: 0;
    }
    h2.detail_ttl span.en img {
        width: 100%;
    }
    h2.detail_ttl span.txt {
        font-size: 1.6rem;
    }
    h2.detail_ttl+.figure_column01 {
        margin: 16px auto 0;
    }
    .works_gallery>.inner {
        width: 100%;
    }
    .other_wrap {
        width: 100%;
        margin: 64px auto;
    }
    .other_wrap h3 {
        font-size: 2.0rem;
    }
    .other_wrap a>.en_company {
        width: 100%;
    }
    .other_wrap a>.jp_company {
        width: 100%;
    }
    .works_slide {
        margin: 16px auto 0;
        width: 100%;
        position: relative;
    }
    .slick-slide {
        margin: 0 32px;
        width: 100%;
    }
    .slick-slide>a:hover:before,
    .slick-slide>a:hover:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .other_wrap {
        width: 100%;
        margin: 64px auto;
    }
    .btn-prev {
        left: 8%;
        top: 0;
    }
    .btn-prev>img {
        width: 10px;
        height: 27px;
        position: absolute;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -45%);
        -ms-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
    }
    .btn-next {
        right: 8%;
        top: 0;
    }
    .btn-next>img {
        width: 10px;
        height: 27px;
        position: absolute;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -45%);
        -ms-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
    }
}