body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin: 0;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow-x: hidden;
}
a{
    display: inline-block;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    background: linear-gradient(to bottom, #feffaa 0, #faffdb 29%, #ffbb43 80%, #fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .5rem;
    line-height: normal;
    text-transform: uppercase;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1em;
}
a{
    color: #ffe748;
}
p{
    margin-bottom: 1rem;
}

ul,ol{
    margin-bottom: 1rem;
}
ul{
    list-style: inherit;
}
ul li{
    margin-bottom: 10px;
}
.only-mobile{
    display: none;
}
table{
    border-collapse: collapse;
}
table th,
table td{
    border: 1px solid rgba(255,255,255,.2);
    text-align: left;
    padding: 5px;
}
.button__wap,
.link{
    display: grid;
   grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
}
.link a{
    position: relative;
    padding: 45px 65px 0 65px;
    text-align: center;
}
.link a .btn{
    margin-top: 110px;
}
.link a.td88 .btn{
    margin-top: 121px;
}
.link a.td88{
    padding: 34px 80px 50px 80px
}
.link .mask{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.link a.tdtc .mask{
    left: 15px;
    right: 15px;
    width: 95%;
}
.link .logo{
    width: 250px;
    margin-bottom: 20px;
}
.link video{
    position: relative;
    height: 250px;
    width: 100%;
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    min-height: auto;
    min-width: auto;
    margin-bottom: 30px;
}
.site-content{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    padding: 15px 15px 0 15px;
    display: flex;
    align-items: center;
}
.intro{
    text-align: center;
    padding-top: 30px;
}
.intro img{
    width: 85%;
}
.footer{
    text-align: center;
    padding: 35px 0;
    font-size: 12px;
    width: 100%;
}
.footer-menu{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
}
.footer-menu>li{
    padding: 0 10px;
    margin: 0;
    border-right: 1px solid rgba(255,255,255,.1);
}
.footer-menu>li>a{
    color: #fff;
}
.footer-menu>li:first-child{
    padding-left: 0;
}
.footer-menu>li:last-child{
    padding-right: 0;
    border: none;
}
.icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 15px;
    padding: 0;
    margin: 20px 0;
}
.icon-box>li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.icon-box>li img{
    width: 50px;
}
.intro.mobile{
    padding: 20px 0;
}
.intro.mobile img{
    width: 100%;
}
.link .mobile{
    display: none;
}
video {
    position: fixed;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -11;
}

source {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}
video:before{
    content: '';
    background-color: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
video.mobile{
    display: none;
}
.group-button{
    text-align: center;
	margin-top: -30px;
}
.group-button-mobile{
    display: none;
}
@media (max-width: 480px) {
    .group-button-mobile{
        display: block;
    }
    .group-button-mobile a{
        display: block;
        margin-top: 10px;
    }
    .group-button img{
        width: 330px;
    }
	.group-button .group-button-mobile img{
        width: 230px;
    }
    .group-button{
        margin-top: 20px;
    }
    video.pc{
        display: none;
    }
    video.mobile{
        display: block;
    }
    body{
        height: auto;
    }
    .only-mobile{
        display: block;
    }
    .intro.pc{
        display: none;
    }
    .button__wap img{
        width: 80%;
    }
    .logo{
        width: 200px;
        padding: 50px 0;
    }
    .footer-menu{
        display: block;
        margin: 10px 0;
    }
    .footer-menu>li{
        display: inline-block;
    }
    .icon-box{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .icon-box>li{
        white-space: nowrap;
        display: block;
        text-align: center;
    }
    .icon-box>li img{
        width: 30px;
        margin: 0 auto;
    }
    .icon-box>li>span{
        display: block;
    }
    .link{
        display: block;
        width: 100%;
    }
    .link video{
        height: auto;
    }
    .link a {
        position: relative;
        padding: 30px 30px;
        text-align: center;
        width: 270px;
        margin: 0 auto;
        display: block;
    }
    .link a.tdtc .mask{
        width: 100%;
        left: 0;
        right: 0;
    }
    .link a .btn {
        margin-top: 35px;
        width: 200px;
        display: none;
    }
    .link a.td88 {
        padding: 30px 50px;
    }
    .link a.td88 .btn{
        margin-top: 60px;
    }
    .link a:last-child{
       margin-bottom: 0;
    }
    .link img{
        width: 100%;
    }
   .footer{
        padding: 10px 30px 0 30px;
        position: relative;
        width: auto;
    }
    .link .logo{
        padding: 0;
        margin: 0;
        width: 110px;
    }
    .site-content{
        display: flex;
        align-items: center;
        height: auto;
        padding: 15px 0 30px 0;
        justify-content: center;
    }
    .link .pc{
        display: none;
    }
    .link .mobile{
        display: block;
    }
}