@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    line-height: 1.5em;
}

ul,
ol {
    list-style-type: none;
}

a:focus {
    outline: none;
}

img {
    height: auto;
    border: 0;
    vertical-align: top;
    max-width: 100%;
    margin: 0;
}

video {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    outline: none;
}

.content_wrap {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
}

.content_wrap img {
    display: block;
    height: auto;
}

.content_wrap a:hover {
    opacity: 0.8;
}

.rl {
    position: relative;
}

.video01 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 312px;
    width: 284px;
}

.video02 {
    position: absolute;
    top: 253px;
    left: 35px;
    width: 680px;
}

.btn01 {
    position: absolute;
    width: calc(670px + 4px);
    top: 1380px;
    left: 35px;
}

.btn01 a {
    display: block;
}

.btni {
    position: absolute;
    pointer-events: none;
    width: 110px;
    left: 70px;
    top: 381px;
}

.hikari {
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.hikari:before {
    content: "";
    animation: hikari 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    transform: skewX(-45deg);
    top: 0;
    left: -160%;
    opacity: 0.5;
    position: absolute;
}

@keyframes hikari {
    0% {
        left: -160%;
        opacity: 0;
    }

    70% {
        left: -160%;
        opacity: 0.5;
    }

    71% {
        left: -160%;
        opacity: 1;
    }

    100% {
        left: -20%;
        opacity: 0;
    }
}

.fc {
    margin-top: -33px;
}

.fc img {
    position: relative;
    z-index: 2;
}

.video03 {
    position: absolute;
    width: 430px;
    top: 2px;
    right: 0;
    z-index: 2;
}

.video03 video {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.video04 {
    position: absolute;
    width: 430px;
    top: 357px;
    left: 0;
    z-index: 1;
}

.video04 video {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.mv_txt {
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0;
    z-index: 3;
}

.btn02 {
    position: absolute;
    width: calc(670px + 4px);
    top: 854px;
    left: 35px;
}

.btn02 a {
    display: block;
}

.btni2 {
    position: absolute;
    pointer-events: none;
    width: 110px;
    top: 796px;
    left: 57px;
}

.video05 {
    position: absolute;
    width: 660px;
    top: 530px;
    left: 45px;
}

.mv_txt2 {
    position: absolute;
    z-index: 2;
    width: 309px;
    top: 436px;
    right: 0;
}

.fnavi {
    width: 100%;
    margin: 0 auto;
    padding: 65px 0 65px 0;
    display: flex;
    justify-content: center;
}

.fnavi li {
    padding: 0 15px;
    line-height: 1.1em;
}

.fnavi li:not(:nth-of-type(1)) {
    border-left: 1px solid #000;
}

.fnavi li a {
    color: #000;
    display: block;
    opacity: 1;
    text-decoration: none;
    font-size: 18px;
}

.fnavi li a:hover {
    text-decoration: underline;
}

@media(max-width:749px) {
    img {
        width: 100%;
    }

    .content_wrap a:hover {
        opacity: 1;
    }

    .video01 {
        left: 41.6vw;
        width: 37.86vw;
    }

    .video02 {
        top: 33.73vw;
        left: 4.7vw;
        width: 90.6vw;
    }

    .btn01 {
        width: calc(89.33vw + 4px);
        top: 184vw;
        left: 4.66vw;
    }

    .btni {
        width: 14.66vw;
        left: 9.33vw;
        top: 50.8vw;
    }

    .fc {
        margin-top: -4.4vw;
    }

    .video03 {
        width: 57.3vw;
        top: 0.3vw;
    }

    .video03 video {
        border-top-left-radius: 6.7vw;
        border-bottom-left-radius: 6.7vw;
    }

    .video04 {
        position: absolute;
        width: 57.3vw;
        top: 47.6vw;
    }

    .video04 video {
        border-top-right-radius: 6.7vw;
        border-bottom-right-radius: 6.7vw;
    }

    .mv_txt {
        top: 20vw;
    }

    .btn02 {
        width: calc(89.33vw + 4px);
        top: 113.86vw;
        left: 4.66vw;
    }

    .btni2 {
        width: 14.66vw;
        top: 106.1vw;
        left: 7.6vw;
    }

    .video05 {
        width: 88vw;
        top: 70.6vw;
        left: 6vw;
    }

    .mv_txt2 {
        width: 41.2vw;
        top: 58.1vw;
    }

    .fnavi {
        padding: 8.6vw 0 8.6vw 0;
    }

    .fnavi li {
        padding: 0 1.5vw;
        line-height: 1.0em;
    }

    .fnavi li a {
        font-size: 2.8vw;
    }
}