

#products .nav_sub li::before,
#products_category .nav_sub li::before,
#digital_contents .nav_sub li::before,
#exhibition .nav_sub li::before{
    background-color: #004ea2;
}

.nav_sub li:first-child::before{
    display: none;
}

.nav_sub li:first-child{
    margin-left:  calc(100% - 508px);
}

.nav_sub li a{
    color: #fff;
}

#products .nav_sub li a,
#products_category .nav_sub li a,
#digital_contents .nav_sub li a,
#exhibition .nav_sub li a{
    color: #19425b;
}

.nav_sub li img{
    width: 16px;
    margin-right:5px;
    margin-top:0.7px;
    vertical-align: top;
}

.nav_sub .country {
    margin-left:7px;
}

.nav_sub .country img {
    height:18px;
    width:auto;
    vertical-align: top;
}

.nav_sub .arrow {
    display:inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid;
    margin-top:2px;
    border-color: transparent transparent #19425b #19425b;
    transform: rotate(-45deg);
    position:absolute;
}

.nav_sub .arrow_text {
    padding-left:1.4em;
}

.nav_main {
    margin-top: 17px;
    font-size: 1rem;
    display: block;
    padding-right: 30px;
    min-width: 790px;
}

.nav_main li{
    float: left;
    margin-left: 46px;
    position: relative;
}

.nav_main li a{
    color: #fff;
    font-family: 'SuzukiPROBold';
}

#products .nav_main li a,
#products_category .nav_main li a,
#digital_contents .nav_main li a,
#exhibition .nav_main li a{
    color: #19425b;
}

/*.nav_main li::before{
    content: "";
    background-color: #19425b;
    position: absolute;
    width: 1px;
    height: 12px;
    left: -30px;
    top: 4px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.nav_main li:last-child::before{
    display: none;
}*/

.nav_main li:last-child{

}

.nav_main .this_page a{
    color: #fff;
}

.nav_main .this_page span.text{
    position: relative;
    z-index: 12;
    font-family: 'SuzukiPROBold';
}

.nav_main .this_page span.bg{
    background: #002d49;
    display: block;
    position: absolute;
    padding: 0 2px 0 2px;
    left: -2px;
    bottom: -8px;
    width: 100%;
    height: 5px;
    z-index: 11;
}


/* Article
----------------------------------------------------------------------*/
article{
    height: auto;
    width: 100%;
    min-width:640px;
}

#key {
    background: #000;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width:640px;
}

#key video{
    width: 100%;
    opacity: 1;
}

#key h2{
    text-align: center;
    width: 100%;
    background: none;
    top: 50%;
    z-index: 2;
    margin-top: -3%;
    position: absolute;
    color: #fff;
    font-family: 'SuzukiPROBold';
    font-size: 5vw;
    text-shadow: #666666 0 0 18vw;
    letter-spacing: 0.01em;
}

#key h2 img{
    width: 60%;
}

#key h2 span{
    font-family: 'SuzukiPRORegular';
}

#key div {
    display: inline-block;
    padding-top: 70px;
    position: absolute;
    bottom: 85px;
    left: 50%;
    margin-left: -17px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.08em;
    pointer-events: none;
}

#key div img{
    width: 34px;
}

#key div span {
    position: absolute;
    bottom: -36px;
    left: 50%;
    width: 34px;
    margin-left: -17px;
    /*border-left: 1px solid #fff;*/
    /*border-bottom: 1px solid #fff;*/
    /*-webkit-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}

#key div span img{
    height: 30px;
    width: 30px;
}

/* Products Category
----------------------------------------------------------------------*/
#products_category article{
    margin-top: 154px;
    position: relative;
}

#products_category header{
    height: 154px;
}

#products_category .nav_cate {
    height: 80px;
    width: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #002d49;
}
#products_category .nav_cate.close {
    transform:translateY(-100%);
    opacity:0;
        visibility: hidden;
}

#products_category .nav_cate ul{
    height: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}

#products_category .nav_cate ul li {
    /*border-top: solid 1px #1c2a4b;*/
    font-family: 'SuzukiPROBold';
    position: relative;
    height: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 0.87rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.4;
    transition: all 300ms 0s ease;
}

#products_category .nav_cate ul li.current,
#products_category .nav_cate ul li:hover {
    /* background-color: #fff; */
    color: #011136;
}
#products_category .nav_cate ul li.current a,
#products_category .nav_cate ul li:hover a {
    color: #011136;
}

#products_category .nav_cate ul li:hover{
    opacity: 0.8;
}

#products_category .nav_cate ul li:first-child{
    margin-left: 0;
}

#products_category .nav_cate ul li a {
    display: table;
    padding: 0 20px 0 20px;
    color: #fff;
    font-weight: normal;
    height: 100%;
}
#products_category .nav_cate ul li a span {
    vertical-align: middle;
    display: table-cell;
}

/*#products_category .cate_block {
    display: none;
}

#products_category .cate_block.current {
    display: block;
}*/

#products_category .nav_cate .text{
    font-family: 'SuzukiPROBold';
    color: #011136;
    z-index:12;
}

#products_category .nav_cate .bg{
    /* background: #fff; */
    height: 100%;
    position: absolute;
    padding: 0px 14px 0;
    left: -14px;
    width: 100%;
    height: calc(100% - 1px);
    border-top: solid 1px #011136;
    z-index: 11;
}

#products_category .pro_cate li {
    width: 16.25%;
    /* background: #f0f0f0; */
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    float: left;
    position: relative;
}

#products_category .pro_cate li a{
    height: 100%;
    width: 100%;
    position: relative;
}

#products_category .pro_cate li.none{
    /* background: #f7f7f7; */
}

#products_category .pro_cate li .pro_name{
    font-family: 'SuzukiPROBold';
    position: absolute;
    z-index: 2;
    width: 100%;
    display: block;
    text-align: center;
    top: 65.5%;
    line-height: 1;
    font-size: 1.25vw;
    letter-spacing: 0.02em;
}
#products_category .pro_cate li.square .pro_name{
    top: 76.5%;
}

#products_category .pro_cate li .new{
    font-family: 'SuzukiPROBold';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2.8%;
    z-index: 2;
    color: #fff;
    font-size: 0.97vw;
    padding: 0.2% 3%;
    background: #e50011;
}
#products_category .pro_cate li.square .new{
    left: 0;
    top: 5.6%;
}

#products_category .pro_cate li img{
    position: absolute;
    width: 100%;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 1;
}

#products_category .pro_cate li:nth-child(1),
#products_category .pro_cate li.square:nth-child(5){
    margin-left: 33.5%;
}

#products_category .pro_cate li:nth-child(4){
    margin-right: 0;
}
#products_category .pro_cate li.square:nth-child(10){
    margin-right: 0.5%;
}

#products_category .pro_cate1{
    background: url(../img/products/pro_cate1.jpg) no-repeat;
}

#products_category .pro_cate2{
    background: url(../img/products/pro_cate2.jpg) no-repeat;
}

#products_category .pro_cate3{
    background: url(../img/products/pro_cate3.jpg) no-repeat;
}

#products_category .pro_cate4{
    background: url(../img/products/pro_cate4.jpg) no-repeat;
}

#products_category .pro_cate5{
    background: url(../img/products/pro_cate5.jpg) no-repeat;
}

#products_category .pro_cate6{
    background: url(../img/products/pro_cate6.jpg) no-repeat;
}

#products_category .pro_cate7{
    background: url(../img/products/pro_cate7.jpg) no-repeat;
}

#products_category .pro_cate8{
    background: url(../img/products/pro_cate8.jpg) no-repeat;
}

#products_category .pro_cate9{
    background: url(../img/products/pro_cate9.jpg) no-repeat;
}

#products_category .pro_cate10{
    background: url(../img/products/pro_cate10.jpg) no-repeat;
}

#products_category .pro_cate11{
    background: url(../img/products/pro_cate11.jpg) no-repeat;
}

#products_category .pro_cate12{
    background: url(../img/products/pro_cate12.jpg) no-repeat;
}

#products_category .pro_key {
    display: flex;
    width: 33%;
    top: 0;
    left: 0;
    /* background-color: #f0f0f0; */
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

#products_category .pro_key > span {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 4.2vw;
    font-family: 'SuzukiPROBold';
    line-height: 1;
    color: #fff;
    background: rgba(51,51,51,0.1);
    text-align: center;
}

#products_category .pro_key > span.sp{
    display: none;
}

#products_category .pro_key .model {
    color: #fff;
    padding: 1.6% 4% 2% 4%;
    border: solid 1px #fff;
    position: absolute;
    bottom: 5.5%;
    font-size: 0.8vw;
    line-height: 1;
}

#products_category .pro_key .model span{
    font-family: 'SuzukiPROBold';
    font-size: 2vw;
    display: block;
}

#products_category #view_all {
    max-width: 1280px;
    margin: 0 auto;
}

#products_category #view_all h3 {
    padding: 0 0.5%;
    font-family: 'SuzukiPROBold';
    color: #05314a;
}

#products_category #view_all {
    letter-spacing: -0.40em;
}

#products_category #view_all .cate_line {
    letter-spacing: normal;
}

#products_category #view_all .cate_line ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between;
}

#products_category #view_all .cate_line ul li {
    /* background:#fff; */
    margin-right: 59px;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    /*flex-basis: calc((100%  - 2%) / 7);*/
    position: relative;
}

#products_category #view_all .cate_line ul li .new{
    font-family: 'SuzukiPROBold';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 2;
    color: #fff;
    font-size: 0.75rem;
    padding: 1px 7px;
    background: #e50011;
}

#products_category #view_all .cate_line ul li .mc1{
    font-family: 'SuzukiPROBold';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 2;
    color: #fff;
    font-size: 0.75rem;
    padding: 1px 7px;
    background: #007fc8;
}

#products_category #view_all .cate_line ul li .mc2{
    font-family: 'SuzukiPROBold';
    display: inline-block;
    position: absolute;
    left: 45px;
    top: -5px;
    z-index: 2;
    color: #fff;
    font-size: 0.75rem;
    padding: 1px 7px;
    background: #007fc8;
}


/* #products_category #view_all .cate_line ul li:nth-child(6n),
#products_category #view_all .cate_line ul li:last-child {
    margin-right: 0;
} */

@media screen and (max-width: 1280px){
    #products_category #view_all{
        width: 93%;
    }
}

@media screen and (max-width: 1280px){
    #products_category #view_all .cate_line ul li:nth-child(6n) {
        margin-right: 52px;
    }
}

@media screen and (max-width: 1198px){
    #products_category #view_all .cate_line ul li:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1137px){
    #products_category #view_all .cate_line ul li:nth-child(5n) {
        margin-right: 52px;
    }
}

#products_category #view_all .cate_line ul li img {
    width: 100%;
    max-width: 164px;
    /*image-rendering: pixelated;*/
}

#products_category #view_all .cate_line ul li span {
    font-size: 0.87rem;
}

#products_category #view_all .cate_line h2{
    color: #19425b;
    font-family: 'SuzukiPROBold';
    font-size: 1.5rem;
    margin: 30px 0;
}

#products_category #view_all .cate_line h2 span.text{
    border-top: 1px solid #06314b;
    padding-top: 6px;
    padding-right: 5px;
    position: relative;
}

#products_category #view_all .cate_line.current h2 span.text::before {
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    bottom: 8px;
    left: -26px;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    opacity: 0;
    background: url(../img/ar_b.png) 0% 0% / cover no-repeat;
}

@keyframes fadeIn{
    0%{
        opacity: 0;
        left: -32px;
    }
    25%{
        opacity: 1;
        left: -26px;
    }
    50%{
        opacity: 1;
        left: -32px;
    }
    75%{
        opacity: 1;
        left: -26px;
    }
    100%{
        opacity: 0;
        left: -32px;
    }
}


#products_category #view_all .cate_line h2 span.text::after{
    content: "";
    background: #06314b;
    height: 21px;
    width: 1px;
    display: inline-block;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    position: relative;
    top: -9px;
    left: 26px;
}

#products_category #view_all .cate_line h2 span.after{
    background: #06314b;
    height: 1px;
    display: inline-block;
    position: relative;
    left: 20px;
    top: -17px;
    line-height: 1;
}


/* Digital Contents
----------------------------------------------------------------------*/
#digital_contents article {
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#digital_contents #dc_key{
    width: 100%;
    height: 501px;
    background: url(../img/dc_key.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 174px;
}

#digital_contents #dc_key h2{
    color: #fff;
    font-family: 'SuzukiPROHeadline';
    font-size: 4.5rem;
    letter-spacing: 0.02em;
}

#digital_contents #dc_key div{
    text-align: center;
    margin-top: 70px;
}

#digital_contents #dc_key div a{
    position: relative;
    font-family: 'SuzukiPROBold';
    display: inline-block;
    color: #fff;
    width: auto;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    margin-left: 60px;
    letter-spacing: 0.04em;
}

#digital_contents #dc_key div a:first-child{
    margin-left: 0;
}

#digital_contents #dc_key div a.dc2{
    margin-left: 98px;
}

#digital_contents #dc_key div a img{
    display: block;
    margin: 0 auto 10px auto;
}

#digital_contents #dc_key div a.dc3 img{
    margin-bottom: 7px;
}

#digital_contents #dc_key div a span {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#digital_contents #dc_key div a span.ar2{
    bottom: -29px;
    opacity: 0.56;
}

/* 2018.3.12 #products_categoryã‚ˆã‚Šç§»æ¤ */

#digital_contents #view_all {
    width: 1056px;
    margin: 0 auto;
}

#digital_contents #view_all h3 {
    padding: 0 0.5%;
    font-family: 'SuzukiPROBold';
    color: #05314a;
}

#digital_contents #view_all {
    letter-spacing: -0.40em;
}

#digital_contents #view_all .cate_line {
    letter-spacing: normal;
    display: inline-block;
}

#digital_contents #view_all .cate_line ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between;
}

#digital_contents #view_all .cate_line ul li {
    /* background:#fff; */
    margin-right: 58px;
    float: left;
    margin-bottom: 60px;
    text-align: center;
    /*flex-basis: calc((100%  - 2%) / 7);*/
    position: relative;
}

#digital_contents #view_all .cate_line ul li a{
    width: 100%;
    height: 100%;
}

#digital_contents #view_all .cate_line ul li:before{
    content: "";
    width: 36px;
    height: 22px;
    background: url(../img/360_Viewer_logo.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 3px;
    top: -12px;
    z-index: 2;
}

#digital_contents #view_all .cate_line ul li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 979px){
    #digital_contents #view_all #cate3 ul li{
        margin-bottom: 30px;
    }

    #digital_contents #view_all #cate2,
    #digital_contents #view_all #cate5,
    #digital_contents #view_all #cate6{
        margin-left: 58px;
    }

    #digital_contents #view_all #cate3,
    #digital_contents #view_all #cate4{
        border-top: solid 1px #06314b;
        padding-top: 27px;
    }
}

@media screen and (max-width: 1056px) and (min-width: 979px){
    #digital_contents #view_all{
        width: 979px;
    }
    #digital_contents #view_all .cate_line ul li {
        margin-right: 39px;
    }

    #digital_contents #view_all #cate2,
    #digital_contents #view_all #cate5,
    #digital_contents #view_all #cate6{
        margin-left: 39px;
    }
}

#digital_contents #view_all .cate_line ul li img {
    width: 100%;
    max-width: 164px;
}

#digital_contents #view_all .cate_line ul li span {
    font-size: 0.87rem;
}

#digital_contents #view_all .cate_line h2{
    color: #19425b;
    font-family: 'SuzukiPROBold';
    font-size: 1.5rem;
    margin: 30px 0;
    text-align: left;
}

#digital_contents #view_all .cate_line h2 span.text{
    border-top: 1px solid #06314b;
    padding-top: 6px;
    padding-right: 5px;
    position: relative;
}

#digital_contents #view_all .cate_line.current h2 span.text::before {
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    bottom: 8px;
    left: -26px;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    opacity: 0;
    background: url(../img/ar_b.png) 0% 0% / cover no-repeat;
}

@keyframes fadeIn{
    0%{
        opacity: 0;
        left: -32px;
    }
    25%{
        opacity: 1;
        left: -26px;
    }
    50%{
        opacity: 1;
        left: -32px;
    }
    75%{
        opacity: 1;
        left: -26px;
    }
    100%{
        opacity: 0;
        left: -32px;
    }
}

#digital_contents #view_all .cate_line h2 span.text::after{
    content: "";
    background: #06314b;
    height: 21px;
    width: 1px;
    display: inline-block;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    position: relative;
    top: -9px;
    left: 26px;
}

#digital_contents #view_all .cate_line h2 span.after{
    background: #06314b;
    height: 1px;
    display: inline-block;
    position: relative;
    left: 20px;
    top: -17px;
    line-height: 1;
}

/* ã“ã“ã¾ã§2018.3.12 #products_categoryã‚ˆã‚Šç§»æ¤ */


#digital_contents #view_all{
    overflow: hidden;
}

#digital_contents #sound_ex div a{
    display: block;
    max-width: 1280px;
    margin: 0 auto;
}

#digital_contents #sound_ex img{
    width: 100%;
}

#digital_contents .maparea{
    margin-top: 40px;
    width: 100%;
    background: #002d49;
    text-align: center;
    position: relative;
}

#digital_contents .maparea > div{
    width: 1440px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

#digital_contents .maparea h3{
    position: absolute;
    left: 0;
    font-size: 1.9rem;
    color: #fff;
    font-family: 'SuzukiPROBold';
    left: 50%;
    top: 25px;
    z-index: 2;
    margin-left: -158.5px;
    line-height: 1;
    letter-spacing: 0.03em;
    z-index: 1;
}

#digital_contents .maparea h3 div{
    margin-bottom: 10px;
}

#digital_contents .maparea h3 span{
    display: block;
    margin: 15px 0 7px 0;
}

#digital_contents .maparea a{
    position: absolute;
    display: block;
    font-size: 0.87rem;
    color: #9cadb3;
    z-index: 2;
}

#digital_contents .maparea a:hover{
    opacity: 1;
}

#digital_contents .maparea a.pr{
    text-align: right;
}

#digital_contents .maparea a.pl{
    text-align: left;
}

#digital_contents .maparea a img{
    position: absolute;
    top: -5.6px;
}

#digital_contents .maparea a.pr img{
    right: -41px;
}

#digital_contents .maparea a.pl img{
    left: -41px;
}

#digital_contents .maparea a p{
    display: inline;
}

#digital_contents .maparea a p span{
    display: block;
    font-family: 'SuzukiPROBold';
}

#digital_contents .maparea .point1{
    top: 50.18137%;/*415px;*/
    right: 80.83333%;/*1164px;*/
}

#digital_contents .maparea .point2{
    top: 49.28391%;
    right: 56.34166%;
}

#digital_contents .maparea .point3{
    top: 49.537%;
    left: 48.169%;
}

#digital_contents .maparea .point4{
    top: 39.35429%;
    left: 85.41666%;
}

#digital_contents .maparea .point5{
    top: 84.88512%;/*702px*/
    right: 20.97222%;/*302px*/
}

#digital_contents .maparea .point6{
    top: 60%;
    right: 30%;
}
#digital_contents .maparea .point7{
    top: 52.78597%;
    left: 85.41666%;
}
#digital_contents .maparea .point8{
    top: 43.0%;
    left: 51.969%;
}

/*
map
left: calc(1133 / 1440 * 100%)
top: calc(404 / 827 * 100%)
*/


#digital_contents .maparea .point1:after{
    content: url(../img/vr_hover_california.png);
    position: absolute;
    right: -306px;
    top: -156px;
    transform-origin:left bottom;
    transform:scale(0,0) translate(0,0);
    transition:0.3s;
    opacity: 0;
    visibility: hidden;
}

#digital_contents .maparea .point2:after{
    content: url(../img/vr_hover_portugal.png);
    position: absolute;
    right: -19px;
    top: -146px;
    transform-origin:right bottom;
    transform:scale(0,0) translate(0,0);
    transition:0.3s;
    opacity: 0;
    visibility: hidden;
}

#digital_contents .maparea .point3:after{
    content: url(../img/vr_hover_spain.png);
    position: absolute;
    left: -16px;
    top: -187px;
    transform-origin:left bottom;
    transform:scale(0,0) translate(0,0);
    transition:0.3s;
    opacity: 0;
    visibility: hidden;
}

#digital_contents .maparea .point4:after{
    content: url(../img/vr_hover_kyoto.png);
    position: absolute;
    left: -275px;
    top: -152px;
    transform-origin:right bottom;
    transform:scale(0,0) translate(0,0);
    transition:0.3s;
    opacity: 0;
    visibility: hidden;
}

#digital_contents .maparea .point5:after{
    content: url(../img/vr_hover_melbourne.png);
    position: absolute;
    right: -16px;
    top: -140px;
    transform-origin:right bottom;
    transform:scale(0,0) translate(0,0);
    transition:0.3s;
    opacity: 0;
    visibility: hidden;
}

#digital_contents .maparea .point6:after{
    content: url(../img/vr_hover_thailand.png);
    position: absolute;
    right: -16px;
    top: -156px;
    transform-origin:right bottom;
    transform:scale(0,0) translate(0,0);
    transition:0.3s;
    opacity: 0;
    visibility: hidden;
}

#digital_contents .maparea .point7:after{
    content: url(../img/vr_hover_kyoto_katana.png);
    position: absolute;
    left: -275px;
    top: 50px;
    transform-origin:right bottom;
    transform:scale(0,0) translate(0,0);
    transition:0.3s;
    opacity: 0;
    visibility: hidden;
}

#digital_contents .maparea .point8:after{
    content: url(../img/vr_hover_Northern_Italy.png);
    position: absolute;
    left: -20px;
    top: -138px;
    transform-origin:left bottom;
    transform:scale(0,0) translate(0,0);
    transition:0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform:scale(0,0) translate(0,0);
    -moz-transform:scale(0,0) translate(0,0);
    -ms-transform:scale(0,0) translate(0,0);
    -o-transform:scale(0,0) translate(0,0);
}


#digital_contents .maparea a:hover:after{
    transform:scale(1,1) translate(0,0);
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes pda {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pda {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#digital_contents #video_lib{
    width: 100%;
}

div.cat{
    max-width: 1280px;
    overflow: hidden;
}

#digital_contents #video_lib h3{
    color: #19425b;
    font-family: 'SuzukiPROBold';
    font-size: 1.5rem;
    margin: 30px 0;
    max-width: 1280px;
    width: 100%;
    margin: 10px auto 5px auto;
    text-align: left;
    overflow: hidden;
    padding: 6px 0 2px 0;
}

#digital_contents #video_lib h3 span.text{
    border-top: 1px solid #06314b;
    padding-top: 6px;
    padding-right: 5px;
    position: relative;
}

#digital_contents #video_lib h3 span.text::after{
    content: "";
    background: #06314b;
    height: 21px;
    width: 1px;
    display: inline-block;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    position: relative;
    top: -9px;
    left: 26px;
}

#digital_contents #video_lib h3 span.after{
    background: #06314b;
    width: calc(100% - 8em);
    height: 1px;
    display: inline-block;
    position: relative;
    left: 20px;
    top: -17px;
    line-height: 1;
}


#digital_contents #video_lib > ul{
    width: 100%;
    max-width: 1280px;
    margin: 40px auto 0 auto;
}

#digital_contents #video_lib > ul li{
    width: 15%;
    margin-right: 2%;
    float: left;
    margin-bottom: 80px;
}

#digital_contents #video_lib > ul li:nth-child(6n){
    margin-right: 0;
}

#digital_contents #video_lib > ul li .videoInfo1 .new{
    display: inline-block;
    background: #CE2D2B;
    padding: 2px 10px 1px 10px;
    color: #fff;
    float: left;
    font-family: 'SuzukiPROBold';
}

#digital_contents #video_lib > ul li .videoInfo1 .modelDate{
    font-family: 'SuzukiPROBold';
    float: right;
    padding-top: 2px;
}

#digital_contents #video_lib > ul li .thumbImg {
    margin-top: 6px;
}

#digital_contents #video_lib > ul li .thumbImg img{
    width: 100%;
}

#digital_contents #video_lib > ul li .item-desc {
    font-size: 0.87rem;
    text-align: left;
    font-family: 'SuzukiPROBold';
    display: block;
    line-height: 1.3;
    margin-top: 6px;
}

#digital_contents #video_lib > a {
    font-family: 'SuzukiPROBold';
    display: inline-block;
    width: 30%;
    padding: 10px 0;
    margin: 0 auto 0 auto;
    border: solid 1px #1c2a4b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/ar_b.png) no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-position: right 25px center;
    transition: all 300ms 0s ease;
}

#digital_contents #video_lib > a:hover {
    opacity: 1;
    background: #1c2a4b url(../img/ar.png) no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-position: right 25px center;
    color: #fff;
}


