/* main.css */
main {
    margin-top: 0;
}

.main_visual {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 740px;
    margin: 0 auto
}

.main_visual .main_img {
    height: 740px;
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden
}

.main_visual .main_img_m {
    display: none
}

.main_visual .main_img div {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2f2f2f
}

.main_visual .main_img div.m_img01 {
    background-image: url(../images/1.png)
}

.main_visual .main_img div.m_img02 {
    background-image: url(../images/2.png)
}

.main_visual .main_img div.m_img03 {
    background-image: url(../images/3.png)
}

.main_visual .main_img div.m_img04 {
    background-image: url(../images/4.png)
}


.main_visual > .inner h1.title {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -585px;
}

.main_visual > .inner h1.m_title {
    display: none;
}

.main_visual > .inner p {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #ffffff;
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: -585px;
}

.main_visual > .inner > .btn_wrap {
    position: absolute;
    top: 480px;
    display: block;
}

.main_visual > .inner > .btn_wrap .watch {
    color: #fff;
    width: 167px;
    height: 46px;
    border-radius: 23px;
    border: solid 1px #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    float: left;
    margin-right: 17px;
    float: left;
}

/*
.main_visual > .inner > .btn_wrap .watch:hover {
    color: #ec0047;
    border: 1px solid #ec0047;
    width: 167px;
    height: 46px;
    border-radius: 23px;
}

.main_visual > .inner > .btn_wrap .watch:focus {
    color: #ec0047;
    border: 1px solid #ec0047;
    width: 167px;
    height: 46px;
    border-radius: 23px;
}
*/
.main_visual > .inner > .btn_wrap .btn_play {
    float: left;
    width: 46px;
    height: 45px;
    margin-top: 2px;
    margin-right: 2px;
    display: none;
}

.main_visual > .inner > .btn_wrap .btn_pause {
    width: 46px;
    height: 45px;
    float: left;
    margin-top: 3px;
    margin-left: 1px;
    display: none;
}

.main_visual > .inner > .btn_wrap .btn_pause.active,
.main_visual > .inner > .btn_wrap .btn_play.active {
    display: block;
}

a.slide_down {
    display: none;
}

/* cont01 */
section.cont01 {
    background-color: rgba(216, 216, 216, 0.21);
    padding: 150px 0;
}

section.cont01 h1.tit {
    font-size: 40px;
    line-height: 40px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
    margin-bottom: 30px;
}

section.cont01 p.cont03 {
    font-size: 14px;
    line-height: 24px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
}

.options {
    margin-top: 165px;
}

.options .opt {
    float: left;
    width: 289px;
    height: 329px;
    text-align: center;
    padding: 0 50px;
    border-right: 1px solid #d8d8d8;
}

.options .opt:last-child {
    border: 0;
}

.options .opt .ic_opt {
    border-bottom: 2px solid #ec0047;
    padding-bottom: 16px;
    margin-bottom: 19px;
}

.options .opt .ic_opt img {
    margin-bottom: 26px;
}

.options .opt .opt01 img {
    width: 79px;
}

.options .opt .opt02 img {
    width: 61px;
}

.options .opt .opt03 img {
    width: 77px;
}

.options .opt .ic_opt p {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #2f302f;
}

.options .opt .desc_opt {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #2f302f;
}

/* // cont01 */

/* cont02 */


.cont02 h1.tit {
    margin-bottom: 94px;
    font-size: 40px;
    line-height: 40px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
}

.beusable .cont02_desc {
    width: 370px;
    padding-top: 70px;
    float: right;
}

.beusably .cont02_desc {
    width: 370px;
    padding-top: 70px;
    float: left;
}

.cont02_desc h3 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #2f302f;
    margin-bottom: 20px;
}

.cont02_desc div {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #2f302f;
}

.cont02_desc div p {
    margin-bottom: 10px;
}

.beu_img_wrap {
    width: 710px;
    float: left;
}


.beusable {
    margin-bottom: 150px;
}

.beusable::after {
    content: "";
    display: block;
    clear: both;
}

.beusably::after {
    content: "";
    display: block;
    clear: both;
}


.beusable .beu_img_wrap {
    margin-right: 90px;
}

.beusably .beu_img_wrap {
    margin-left: 150px;
    width: 650px;
}

.btn_wrap {
    display: none;
}


.beu_img_wrap p.desc {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
}

.beu_img_wrap .beu_img .slick-list {
    width: 622px;
    height: 349px !important;
    border: 20px solid #000;
    border-radius: 23px;
}

.beu_img_wrap .beu_img img {
    width: 622px;
}

.beu_img_wrap .beu_img .slick-dots {
    width: 662px;
}

.cont02 div h2 span {
    display: inline-block;
    overflow: hidden;
    width: 220px;
    background-size: 220px auto;
    font-size: 1px;
    color: transparent;
    text-indent: -999px;
    margin-bottom: 20px;
}

span.beu01 {
    background: url(../images/Beusable_UxHeatmap_logo.png) no-repeat 0 0;
    height: 25px;
}

span.beu02 {
    background: url(../images/Beusable_Journey\ Map_logo.png) no-repeat 0 0;
    height: 30px;
}

.beusably {
    display: block;
    clear: both;
}

.btn_pink.btn_cont02 {
    display: inline-block;
    line-height: 51px;
    width: 196px;
    height: 51px;
    border-radius: 100px;
    background-color: #ec0047;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 55px;
}

.btn_pink.btn_cont02:hover {
    background: #c6003b;
}

.btn_pink.btn_cont02:focus {
    background: #c6003b;
}

/* cont03 */
.cont03 .ic_company {
    margin-top: 100px;
}

.cont03 .ic_company .ic_com {
    width: 292.5px;
    height: 150px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-size: 40%;
}

.ic_com01 {
    background: url(../images/dentsu-logo-black-retina-copy-3.png
)no-repeat;
}

.ic_com02 {
    background: url(../images/bitmap-copy-4.png
)no-repeat;
}

.ic_com03 {
    background: url(../images/bitmap-copy-15.png
)no-repeat;
}

.ic_com04 {
    background: url(../images/bitmap-copy-13.png
)no-repeat;
}

.ic_com05 {
    background: url(../images/bitmap-copy-6.png
)no-repeat;
}

.ic_com06 {
    background: url(../images/bitmap-copy-5.png
)no-repeat;
}

.ic_com07 {
    background: url(../images/bitmap-copy-14.png
)no-repeat;
}

.ic_com08 {
    background: url(../images/bitmap-copy-3.png
)no-repeat;
}

.cont03 .ic_company .ic_com.ic_com09 {
    background: url(../images/bitmap-copy-10.png
)no-repeat center;
    background-size: 60%;
}

.cont03 .ic_company .ic_com.ic_com10 {
    background: url(../images/bitmap-copy.png
)no-repeat center;
    background-size: 45%;
}

.cont03 .ic_company .ic_com.ic_com11 {
    background: url(../images/bitmap-copy-17.png
)no-repeat center;
    background-size: 30%;
}

.ic_com12 {
    background: url(../images/bitmap-copy-16.png
)no-repeat;
}

.cont03 .ic_company .ic_com.ic_com13 {
    background: url(../images/bitmap-copy-2.png
)no-repeat center;
    background-size: 60%;
}

.cont03 .ic_company .ic_com.ic_com14 {
    background: url(../images/1280-px-cheil-worldwide-logo-svg-copy-2.png
)no-repeat center;
    background-size: 35%
}

.ic_com15 {
    background: url(../images/bitmap-copy-11.png
)no-repeat;
}

.cont03 .ic_company .ic_com.ic_com16 {
    background: url(../images/bitmap-copy-12.png
)no-repeat center;
    background-size: 45%;
}

.cont03 .ic_company .ic_com.ic_com17 {
    background: url(../images/dentsudigital.svg
)no-repeat center;
    background-size: 55%;
}

/* cont04 */
.news_wrap {
    width: 270px;
    margin-right: 30px;
    float: left;
}

.news_wrap .news {
    margin-top: 52px;
}

.news_wrap .news .date {
    font-family: 'Roboto', SansSerif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    color: #ec0047;
    margin-bottom: 10px;
}

.news_wrap .news .news_tit {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #2f302f;
    margin-bottom: 20px;
}

.news_wrap .news .news_desc {
    font-family: 'Roboto', SansSerif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #2f302f;
}

.news_img {
    width: 870px;
    float: left;
}

.news_img .main_news {
    width: 570px;
    height: 379px;
    box-shadow: 3px 8px 18px 1px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    float: left;
    margin-right: 30px;
    position: relative;
}

.news_img .main_news img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -135px;
}


.news_img .sub_news {
    width: 270px;
    float: left;
}

.news_img .sub_news .sub {
    width: 270px;
    height: 180px;
    box-shadow: 3px 8px 18px 1px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    margin-bottom: 19px;
    position: relative;
}

.sub01 img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14.5px;
    margin-left: -66px;
}

.sub02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -77px;
}

.news_info {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.news_info_m {
    display: none;
}

.main_news .news_info {
    padding: 40px;
}

.main_news .news_info p.date {
    font-family: 'Roboto', SansSerif;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: normal;
    color: #ec0047;
    padding-top: 0;
    margin-bottom: 20px;
}

.main_news .news_info h2 {
    width: 360px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #ffffff;
}

.news_info h2 {
    clear: both;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #ffffff;
}

.news_info .date {
    float: left;
    font-family: 'Roboto', SansSerif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ec0047;
    margin-bottom: 10px;
}



@media (max-width:1000px) {
    .main_visual {
        width: 100%;
        height: auto;
    }

    .main_visual .main_img {
        display: none;
        height: 100vh;
        width: 100%
    }

    .main_visual .main_img_m {
        display: block;
        height: 100vh;
        width: 100%
    }

    .main_visual .main_img img {
        margin: 0 auto;
        width: auto;
        height: 100vh;
    }

    .main_visual > .inner h1.title {
        display: none;
        width: 80%;
        top: 20%;
        left: 10%;
        margin-lefT: 0;
        font-size: 26px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 43px;
        letter-spacing: normal;
        color: #ffffff;

    }

    .main_visual > .inner h1.m_title {
        display: block;
        width: 85%;
        top: 20%;
        left: 7%;
        margin-lefT: 0;
        font-size: 26px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 43px;
        letter-spacing: normal;
        color: #ffffff;

    }


    .main_visual > .inner p {
        display: none;
    }

    .main_visual > .inner > .btn_wrap {
        display: none;
    }

    a.slide_down {
        display: block;
        position: absolute;
        bottom: 32px;
        left: 50%;
        margin-left: -11.5px;
        width: 23px;
    }

    a.slide_down img {
        width: 23px;
    }


    section.cont {
        background: #fff;
        padding: 40px 0 0;
    }

    section.cont01 h1.tit {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    section.cont01 p.cont03 {
        font-size: 13px;
        line-height: 22px;
    }

    .options {
        margin-top: 64px;
    }

    .options .opt {
        border-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        padding: 0;
    }

    .options .opt .ic_opt p {
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: normal;
        text-align: center;
        color: #2f302f;
    }

    .options .opt .desc_opt {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: normal;
        text-align: center;
        color: #2f302f;
    }

    .options .opt .ic_opt img {
        margin-bottom: 18px;
    }

    .cont03 .ic_company .ic_com {
        width: 30%;
        margin: 5% 10%;
        background-size: contain !important;
    }

    .beusable {
        margin-bottom: 60px;
    }

    .beusable .beu_img_wrap,
    .beusably .beu_img_wrap {
        width: calc(100% - 20px);
        margin: 0;
    }

    .beu_img_wrap .beu_img .slick-list {
        width: 100%;
        font-size: 0;
        height: auto !important;
        border: 10px solid #2f302f;
        border-radius: 10px;
    }

    .beu_img_wrap .beu_img img {
        width: 100%;
    }

    section.cont02 {
        margin-bottom: 60px;
    }

/*
    .cont02 h1.tit,
    .beu_img_wrap p.desc {
        display: none;
    }
*/
    .cont02 h1.tit{font-size: 20px;line-height: 20px;margin-bottom: 30px;}

    .cont02 div h2 span {
        margin-bottom: 15px;
    }

    .cont02_desc h3 {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #2f302f;
    }

    .cont02_desc div p {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #2f302f;
        margin-bottom: 0;
    }

    .cont02_desc div {
        overflow: hidden;
        margin-bottom: 25px;
    }

    .slick-next:before {
        display: none;
    }

    .beu_img_wrap .beu_img .slick-dots {
        width: 100%;
        padding-left: 10px;
    }

    .beusable .cont02_desc,
    .beusably .cont02_desc {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .btn_pink.btn_cont02 {
        display: none;
    }

    .btn_wrap {
        width: 147px;
        margin: 0 auto;
        display: block;
        overflow: hidden;
    }

    .btn_pink.btn_cont02_m {
        margin: 0 auto;
    }

    .news_wrap {
        width: 100%;
    }


    .news_info_m {
        display: block;
        margin-bottom: 20px;
    }

    .news_info_m .date {
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 12px;
        letter-spacing: normal;
        color: #ec0047;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .news_info_m h2 {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 22px;
        ;
        letter-spacing: normal;
        color: #2f302f;
    }

    .news_wrap .news {
        display: none;
    }

    .news_img {
        width: 100%;
    }

    .news_img .sub_news {
        width: 100%;
    }

    .news_img .main_news,
    .news_img .sub_news .sub {
        width: calc(100% - 16px);
        margin: 0 auto;
        height: 173px;
        margin-bottom: 20px;
        float: none;
    }

    .cont03 .ic_company {
        margin: 0;
    }

}

@media (min-width:1001px) and (max-width:1234px) {
    .main_visual > .inner {
        position: relative;
        width: calc(100% - 64px);
        height: 740px;
        top: -740px;
        left: 0;
        overflow: hidden;
    }

    .main_visual .main_img div {
        height: 100% !important;
    }

    .main_visual > .inner h1.title {
        position: absolute;
        left: 0;
        margin-left: 0;
    }

    .main_visual > .inner p {
        position: absolute;
        left: 0;
        margin-left: 0;
    }

    .main_visual > .inner > .btn_wrap {
        width: 100%;
    }



}
@media (max-width:375px) and (min-height:896px){
    .main_visual .main_img_m {
        height: 539px;
    }
}