@charset "UTF-8";

/* ==================================== */
/*              全体共通                 */
/* ==================================== */
html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000;
}

body .wrap {
    background-image: url(../images/bg01.jpg);
    background-size: cover;
    background-attachment: fixed;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

main a {
    display: block;
    transition: opacity 0.4s;
}

main a:hover {
    opacity: 0.6;
}

main {
    width: 36%;
    margin: auto;
}

@media only screen and (max-width:767px) {
    main {
        width: 100vw;
    }
}
/* ==================================== */
/*              　　FV　                 */
/* ==================================== */
#fv {
    position: relative;
}


@media only screen and (max-width:767px) {}

/* ==================================== */
/*             content               */
/* ==================================== */
#content01,
#content02,
#content03,
#content04,
#content05,
#content06,
#content07 {
    position: relative;
}

#fv .btn01 {
    width: 86%;
    margin: auto;
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    z-index: 10;
}

#content01{}


#content02 .btn02 {
    width: 58.8%;
    margin: auto;
    position: absolute;
    bottom: 21.5%;
    left: 0;
    right: 0;
}

#content03 .btn03 {
    width: 58.8%;
    margin: auto;
    position: absolute;
    bottom: 25.5%;
    left: 0;
    right: 0;
}

#content04 .btn04 {
    width: 58.8%;
    margin: auto;
    position: absolute;
    bottom: 23.2%;
    left: 0;
    right: 0;
}

#content05 .btn05 {
    width: 58.8%;
    margin: auto;
    position: absolute;
    bottom: 19.8%;
    left: 0;
    right: 0;
}

#content06 .movie {
    width: 80%;
    margin: auto;
    position: absolute;
    bottom: 16%;
    left: 0;
    right: 0;
}

#content07 .btn06 {
    width: 86%;
    margin: auto;
    position: absolute;
    bottom: 12.6%;
    left: 0;
    right: 0;
}

#content07 .btn07 {
    width: 86%;
    margin: auto;
    position: absolute;
    bottom: 4.5%;
    left: 0;
    right: 0;
}


@media screen and (max-width:767px) {}

/* ==================================== */
/*                footer                */
/* ==================================== */
.l-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    padding: 10px 30px
}

.l-footer ul {
    display: flex;
    gap: 10px
}

.l-footer ul li a {
    display: block;
    font-size: 1.4rem;
    color: #fff
}

.l-footer ul li a:before {
    content: "＞"
}

.l-footer p {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .1em
}

@media screen and (max-width:767px) {
    .l-footer {
        flex-direction: column;
        padding: 4.8vw
    }

    .l-footer ul {
        gap: 1.6vw
    }

    .l-footer ul li a {
        font-size: 2.6666666667vw
    }

    .l-footer p {
        font-size: 2.6666666667vw
    }
}