html{height: 100%;  font-size: 10px;}
body{
    background: #222;
    color: #fff;
   
}
.ir_so{
    position: absolute;
    font-size: 0;
    text-indent: -99999em;
    overflow: hidden;
}
a{text-decoration: none; color:#fff}
#wrap{width: 100%; height: 100%;}
#header{width: 100%; position: fixed; left: 0;top:0; z-index: 9999999;
    transition: background-color .3s ease;
}
#header.scrolled{
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(10px);
}

.mobile-menu{
    position: absolute;
    top:0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #333;
    z-index: 99;
    padding:3rem;
    box-sizing: border-box;
}
.mobile-menu-bar{
    display: flex;
    justify-content: space-between;
    height: 7rem;
    align-items: center;

}
.mobile-menu-bar .menu-logoBt-wrap img{
    width: 5rem
}
.mobile-menu-bar .menu-appBar-wrap a{
    display: block;
    font-size: 3rem;
}
.mobile-menu-list ul li{
    height: 5rem;
    border-bottom: 1px solid #ddd;
    line-height: 5rem;
}
.mobile-menu-list ul li a{
    font-size: 1.8rem;
}
.mobile-menu-list ul li a:hover{
    color: rgba(255,255,255,.6);
}
.mobile-menu-footer{
    margin: 3rem 0;
}
.mobile-menu-footer p{
    font-size: 2rem;
    line-height:1.8;
}
.mobile-menu-footer-button{
    display: flex;
    justify-content: center;
}
.mobile-menu-footer-button button{
    margin: 0 2rem;
}
.mobile-menu-footer-sns{
    display: flex;
    justify-content: flex-end;
    margin-top: 10rem;
}
.mobile-menu-footer-sns span{
    display: block;
    margin: 2rem;
    width: 5rem;
    height: 5rem;
    background: #525050;
    border-radius: 50%;
}
.mobile-menu-footer-sns span a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.mobile-menu-footer-sns span a .fab{
    font-size: 2.5rem;
}

.header-pc-menu-wrap{
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
}
.header-pc-menu-wrap aside{
    margin-bottom: 1rem;
}
.header-pc-menu-wrap aside ul{
    display: flex;
    justify-content: flex-end;
}
.header-pc-menu-wrap aside ul li{
    position: relative;
}
.header-pc-menu-wrap aside ul li:not(:last-child):after{
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    top: .9rem;
    right: 0;
}
.header-pc-menu-wrap aside ul li a{
    font-size: 1.5rem;
    padding: .5rem 1rem;
    display: inline-block;
}
.header-pc-menu-wrap aside ul li:last-child a{
    padding-right: 0;
}
.header-pc-menu-wrap .header-logo-nav{
    display: flex;
    height: 5rem;
    align-items: center;
    justify-content: space-between;

}
.header-pc-menu-wrap .header-logo-nav .header-mobile-btn{display: none; cursor: pointer;}
.header-pc-menu-wrap .header-logo-nav #nav ul{
    display: flex;
}
.header-pc-menu-wrap .header-logo-nav #nav ul li{margin-left: 1rem;}
.header-pc-menu-wrap .header-logo-nav #nav ul li a{
    font-size: 1.6rem;
}
.header-pc-menu-wrap .header-logo-nav #nav ul li a:hover{
    color: rgba(255,255,255,.6)
}

.section1{
    width: 100%;
    height:100vh;
    position: relative;
    overflow: hidden;
}
.m-video{ width: 100%;}
.m-video video{ width: 100%;}
.m-again{
    position: absolute;
    z-index: 3;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: rgba(255,255,255,.6);
    text-align: center;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    display: none;
}
.m-again h3{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20rem;
}

.m-next-section{
    position: absolute;
    bottom: 20%;
    z-index: 3;
    text-align: center;
    width: 100%;

}
.m-next-section span a{
    font-size: 2rem;
}
.m-icon-footer{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom:0;
    z-index: 3;
    background: rgba(49,49,49,.6);
    height: 6rem;
    padding: 0 8rem;
    box-sizing: border-box;
}

.m-icon-footer ul{display: flex; border-right: 1px solid #fff;}
.m-icon-footer ul li{
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #fff;
}
.icon-footer-center ul{border-right: none;}
.icon-footer-center ul li{border-left: none;}
.m-icon-footer ul li span a{
    font-size: 2rem;
}

.section2{
    width: 100%;
    background-image: linear-gradient(to right, #384144, #384144 50%, #727b22 50%);
}
.section2 ul{
    display: flex;
}
.section2 ul li{
   width: 50%;
}
.section2 ul li>div{
    padding: 7rem 8rem;
}
.section2 ul li>div .section2-title{
    margin-bottom: 3rem;
    font-size: 1.8rem;
}
.section2 ul li>div .section2-content{
    font-size: 1.5rem;
    line-height: 1.8;
}

.section3{
    width:100%;
    padding: 10rem 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.section3>div{
    width:100%
}
.section3>div h2{
    text-align: center;
    color:#333;
    font-size: 2rem;
    margin-bottom: 5rem;
}
.section3>div .tranding-wrap{
    width: 100%;
    height: 362px;
    position: relative;
}
.section3>div .tranding-wrap>ul{
    display: flex;
    width: calc(290px*12);
    flex-flow: row nowrap;
    position: absolute;
    left:0;
    top:0
}
.section3>div .tranding-wrap>ul>li{width: 29rem; height: 100%}
.section3>div .tranding-wrap>ul>li img{width: 100%}


.page-tab .container{
    height: 5rem;
    background: #2c3437;
    width: 100%;
}
.filter-form{
    display: flex;
    justify-content: center;
}

.filter-form .form-item input{display: none;}
.filter-form .form-item input:checked ~ label{
    background: rgb(98, 3, 69);
    color:rgb(249, 249, 249);
}
.filter-form .form-item label{
   padding: 1.7rem 3rem;
   color: rgba(255,255,255,.8);
   font-size: 1.6rem;
   display: inline-block
}
.gallery{}
.gallery .gallery-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.gallery .gallery-wrap li{
    width: 25%;
    overflow: hidden;
    position: relative;
    /* height: 541px; */
}
.gallery .gallery-wrap li div{
    width: 100%;
    height: 100%;
}
.gallery .gallery-wrap li a{
    display: block;
    width: 100%;
}
.gallery .gallery-wrap li:hover video,
.gallery .gallery-wrap li:hover img
{
    transform: scale(1.2);
}
.gallery .gallery-wrap li div{
    width: 100%
}
.gallery .gallery-wrap li div .galleryBt{}
.g-video{
    width: 100%;
    display: block;
}
.g-video video, .g-video img{
    width: 100%; transition: .3s;
    display: block;
    height: 100%;
    transform: scale(1);
}
.g-video .g-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    transition: .3s;
 
}
.g-video:hover .g-bg{
    background: rgba(0,0,0,.5);
}
.g-video .g-title{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity:0;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.g-video:hover .g-title{
    opacity: 1;
}
.g-video .g-title span{
    margin-bottom: 20px;
}
.g-video .g-title span strong{
    font-size: 2.1rem;
    font-weight: bold;
}
.g-video .g-title .exploreBt{
    color: #eee;
    font-size: 1.8rem;
}

.loadMore{
    padding: 8rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.loadMore .loadMoreBt{
    cursor: pointer;
    width: 20rem;
    height: 4.5rem;
    background: #09433a;
    color: #dee4e3;
}

#footer{
    padding: 3rem 0;
    background: #ccc;
}
#footer .container{
    padding: 0 8rem;
}
.footer-wrap{
    display: flex;
    justify-content: space-between;
}
.copy-fMenu{
    display: flex;
}
.fMenu{display: flex;}
.fMenu ul{margin-right: 3rem;}
.fMenu ul>li{
    line-height: 1.5;
}
.fMenu ul>li:first-child{
    margin-bottom: 1rem;
}
.fMenu ul>li a{
    color: #666666;
}
.fMenu ul>li:first-child a{
    font-size: 1.4rem;
    color: #222;
    font-weight: bold;
}

.copy{margin-right: 2rem;}

.sns-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.sns-wrap>div:first-child{order: 1;}
.sns-wrap>div:last-child{text-align: right;}
.sns-wrap div ul{
    display: flex;
}
.sns-wrap div ul a{
    font-size: 1.3rem;
    color: #666;
    padding: 0 1rem;
}
.currencies{
    display: none;
}


@media screen and (max-width: 1100px) {
    .header-pc-menu-wrap{
        width: 100%;

        background: rgba(88, 90, 89, .6);
        padding:1rem 2rem;
        box-sizing: border-box;
    }
    .header-pc-menu-wrap aside{
         display: none;
    }
    .header-pc-menu-wrap .header-logo-nav #nav ul li{display: none}
    .header-pc-menu-wrap .header-logo-nav #nav ul li:first-child{display: block; font-size: 2rem;}
    .header-pc-menu-wrap .header-logo-nav .header-mobile-btn{display: block; font-size: 2rem;}

    .section2{
        width: 100%;
        background-image: linear-gradient(to bottom, #384144, #384144 50%, #727b22 50%);
    }
    .section2 ul{
        display: flex;
        flex-direction: column;
    }
    .section2 ul li{
        width: 100%;
    }

    .gallery .gallery-wrap li{
        width: 50%;
    }

    .footer-wrap{

    flex-direction: column;
    }
}
@media screen and (max-width: 720px) {
    .gallery .gallery-wrap li{
        width: 100%;
    }
}