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: flex;
    align-items: end;
    justify-content: center;
    gap: 50px;
    text-align: center;
}
.link{

}
.link .logo{
    width: 250px;
    margin-bottom: 20px;
}
.site-content{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    padding: 0 15px;
    height: 100vh;
    display: flex;
    align-items: center;
}
.intro{
    text-align: center;
    padding-top: 30px;
}
.intro img{
    width: 85%;
}
.footer{
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    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;
    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;
}
@media (max-width: 480px) {
    video.pc{
        display: none;
    }
    video.mobile{
        display: block;
    }
    body{
        background-size: cover;
        background-image: url("../images/mobile-bg.jpg?v=2");
        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{
        gap: 5px;
        padding-top: 0;
        display: block;
        padding: 70px 60px;
    }
    .link a{
        margin-bottom: 30px;
    }
    .link a:last-child{
       margin-bottom: 0;
    }
    .link img{
        width: 100%;
    }
    .footer{
        padding: 30px;
        position: relative;
        width: auto;
        display: none;
    }
    .link .logo{
        padding: 0;
        margin: 0;
        width: 110px;
    }
    .site-content{
        display: flex;
        align-items: center;
        height: auto;
        padding: 30px 0;
    }
    .link .pc{
        display: none;
    }
    .link .mobile{
        display: block;
    }
}
.center-logo {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}

.center-logo img {
    max-width: 200px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .center-logo img {
        max-width: 150px;
    }
}
