div,section{box-sizing: border-box;font-size: 0}
img{width: 100%}
body {
    *font: 82% sans-serif;
    *font-size:small;
    *font:x-small;
    margin: 0;
    min-height: 100%;
    color: #333;
    font: 13px sans-serif;
    line-height: 1.7;
    font-family: 'Microsoft Yahei','Arial', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, sans-serif;
    background-color:#cada99;
    -webkit-text-size-adjust: 100%;
}

 

.play-btn{
    display: inline-block;
    position: relative;
    width: 3.57143vw;
    height: 2.38095vw; 
    border: solid 1px #000; 
    line-height: 1;
    margin-top: 2.61905vw;
    font-size: 1.07143vw;
    cursor: pointer;
    overflow: hidden;
}
.play-btn:hover{
    /*border: solid 1px transparent; */
}
.play-btn:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: #000;
    content: "";
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    z-index: 1;
}
.play-btn:hover:before{ 
    transform: translateX(0%);
}
.play-btn span{
    display: block;
    width: 100%;height: 100%;
    background-image: url(../images/play_btn_arrow_black.svg);
    background-position: 51% 51%;
    background-repeat: no-repeat;
    background-size: 65%; 
    position: relative;
    z-index: 99;
}
.play-btn:hover span{
    background-image: url(../images/play_btn_arrow_white.svg);
} 
.play-btn.play-btn-circular,
.play-btn.play-btn-circular:before{
    border-radius: 50%;
}
.play-btn.play-btn-circular 
.play-btn.play-btn-square{

}
.play-btn.play-btn-circular{
    border:1px solid transparent;
}
.play-btn.play-btn-circular.play-btn-white,
.play-btn.play-btn-circular.play-btn-black{
    border:1px solid transparent;
}
.play-btn.play-btn-circular span{
    width: calc( 100% - 2px);
    height: calc( 100% - 2px);
    border-radius: 50%;
}
.play-btn.play-btn-white{
    border: solid 1px #fff; 
}
.play-btn.play-btn-white span{ 
    background-image: url(../images/play_btn_arrow_white.svg);
    border: solid 1px #fff; 
}
.play-btn.play-btn-white:hover span{
    background-image: url(../images/play_btn_arrow_black.svg);
} 
.play-btn.play-btn-white:before {
    background: #fff;
}
.play-btn.play-btn-black{
    border: solid 1px #000; 
}
.play-btn.play-btn-black span{ 
    background-image: url(../images/play_btn_arrow_black.svg);
    border: solid 1px #000; 
}
.play-btn.play-btn-black:hover span{
    background-image: url(../images/play_btn_arrow_white.svg);
} 
.play-btn.play-btn-black:before {
    background: #000;
}

 

.logo{
    width: 100%;
    height: 5.2291vw;/*8.2291vw*/
    text-align: center;
    background-color: #fff;
}
.logo img{
    height: 100%;width: auto;
}
#menu .menuContent .regAlign,
.new-product .regAlign,
#newproduct .regAlign ,
.product-detail .regAlign,
.design-story .regAlign ,
.tech .regAlign ,
.showcase .regAlign,
.others .regAlign,
.gbshower .regAlign,
.contents .regAlign { 
    vertical-align: -0.1em;
    display: inline-block;
    height: 0.95em;
    font-size: 1vw;
    padding-left: 0.1em;
    transform: scale(0.9);
    padding-right: 0.1em;
    display: inline !important;
    background: none !important;
    font-style: normal;
}



.kv{
    position: relative;
    font-size: 0;
    margin-bottom: 3.125vw;
}
.kv .button-prev,
.kv .button-next{
    position: absolute;
    bottom: 0;
    margin-top: -16px;
    outline: 0;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    z-index: 99;
    cursor: pointer;
}
.kv .button-prev{
    right: 80px;
    background: url(../images/controls.png) no-repeat 0 -1px;
}
.kv .button-prev:hover {
    background-position: 0px -78px;
}
.kv .button-next{
    right: 0;
    background: url(../images/controls.png) no-repeat -79px -1px;
}
.kv .button-next:hover {
    background-position: -79px -78px;
}
.swiper-slide .bg{
    width: 100%
}

.kv .swiper-pagination-bullet{ 
    width: 4vw;
    height: 4vw; 
    opacity: 1;
    background:#d4d4d4;
} 
.pc .kv .swiper-pagination-bullet{ 
    width: 1vw;
    height: 1vw;
    margin-right: 0.8vw !important;
} 
.kv .swiper-pagination-bullet-active{
    background: #1060db;
}

.footer_container{
    /*position: fixed;*/
    bottom: 0; width: 100%;background-color:#fff;
}
.footer {
    color: #000;
    font-size: 12px;line-height: 1.8;
    padding: 20px 0.5em; 
    margin: auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.footer a{color: #000;}
@media screen and (min-width: 1025px) and (max-width: 102400px)
{ 
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .button-container
    {
        text-align: right;
    }
    .kv{ 
        margin-bottom: 6.5vw;
    }
    .kv .button-prev,
    .kv .button-next{
        position: static; 
        margin-top: auto; 
        display: inline-block;
    }  
}
.svg-symbol {
    display: none;
}
.regAlign {
    vertical-align: -.1em;
    display: inline-block;
    height: .95em;
    font-size: 12px;
    padding-left: 0.1em;
    transform: scale(0.9);
    padding-right: 0.1em;
    display: inline !important;    background: none !important;font-style: normal;
}
.modal
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: none; 

    width: 100vw;
    height: 100vh;
}
.modal .modal-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.modal .modal-inner
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 50%;

    width: 100%;
    max-width: 1024px;
    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.modal #player
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 90%;
    padding-top: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal #player
    {
        min-width: 0;
        padding-top: 0%;
        height: 50vh;
    }
}
.modal #player iframe,
.modal #player video,
.modal #player #model
{
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    width: 100% !important;
    height: 100% !important;
    display: none;
    background-color: #000;
}
.modal #player #model{opacity: 0}
.modal #player .loading{
    width: 28%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal #player .loading{ 
        width: 50%;
    }
}
.modal .modal-close
{
    position: absolute;
    z-index: 10;
    top: -70px;
    right: -10px;

    width: 50px;
    height: 50px;

    background-color: rgba(0,0,0,0);

    cursor: pointer;
    -webkit-transition: all .5s ease;
            transition: all .5s ease; 
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close
    {
        top: -60px;
        right: 0;

        width: 40px;
        height: 40px;
    }
}
.modal .modal-close:hover
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.modal .modal-close:before
{
    position: absolute;
    top: 25px;
    right: 0;

    width: 100%;
    height: 2px;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close:before
    {
        top: 20px;
        height: 1px;
    }
}
.modal .modal-close:after
{
    position: absolute;
    top: 0;
    left: 25px;

    width: 2px;
    height: 100%;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close:after
    {
        left: 20px;
        width: 1px;
    }
}


 