* {
    box-sizing: border-box;
}
.home {
    width: 100%;
    height: 47vw;
    background-color: #fff;
    margin-top: 80px;
}
.playground {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.body {
    width: 100%;
    margin-top: 100px;
}
.work-img {
    height: 100%;
}
.work-img img{
    width: 65%;
}
.work-img-mask {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
}
.work-desc {
    width: 44%;
    height: 70%;
    position: relative;
    top: -80%;
    right: -56%;
    background-color: #fff;
    padding: 8% 0 0 4%;
}
.work-desc h1,h5 {
    font-weight: 700;
    margin-bottom: 1.050vw;
}
.work1 {
    width: 100%;
    height: 43vw;
}
.work2 {
    width: 100%;
    height: 43vw;
    margin-top: 150px;
    text-align: right;
}
.work2 .work-desc {
    width: 44%;
    height: 70%;
    position: relative;
    top: -80%;
    left: 0;
    background-color: #fff;
    padding: 8% 4% 0 0;
}
.button {
    border: #000 solid 2px;
    width: 13.137vw;
    height: 3.363vw;
    margin-top: 4.729vw;
    padding: 5px; 
}
.button a,.button a:link,.button a:visited
{
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    padding: 0.525vw 1.576vw 0.525vw 2.927vw;
    text-decoration: none;
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: 0.9vw;
    color: #fff!important;
    text-align: center;
}
.button a:hover
{
    display: block;
    background: #757575;
    padding: 0.525vw 1.576vw 0.525vw 2.627vw;
    text-decoration: none;
    font-size: 1.050vw;
    font-weight: 600;
    letter-spacing: 0.9vw;
    color: #fff!important;
}
.eg {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 250px;
}
.eg .title h1{
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 10px;
}
.eg .title .underline {
    height: 26px;
    width: 100%;
    background: #e60012;
    position: relative;
    top: -30px;
    z-index: -1;
}
.eg .logo {
    background-image: url('../images/eglogo.png');
    width: 63%;
    height: 34vw;
    /* margin: 80px 0px; */
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 80px;
}
.c-direction-block_item {
    width: 110%;
    height: 24vw;
    position: absolute;
    left: -5%;
    font-size: 24vw;
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    overflow: hidden;
}
.c-direction-block_item.-one {
    top: 20%;
    transform: rotate(-14deg);
}
.c-direction-block_item.-two {
    top: 55%;
    transform: rotate(14deg);
    -webkit-text-stroke: 1px #000;
    color: #fff;
}
.c-direction-block_item.-three {
    top: 0%;
    transform: rotate(14deg);
    -webkit-text-stroke: 1px #000;
    color: #fff;
}
.c-direction-block_item span {
    display: block;
    background-color: rgba(255, 255, 255, 0);
    white-space: nowrap;
    padding: 0 20px;
}