﻿/* index page */
main > section.banner {
    position: relative;
    height: 1280px;
}

    main > section.banner > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    main > section.banner > div {
        display: flex;
        flex-direction: column;
        left: 50%;
        width: 50%;
        top: 30%;
        position: relative;
    }

    main > section.banner h1 {
        display: inline;
        font-size: 7rem;
        line-height: 9.6rem;
        font-weight: bold;
        color: white;
        margin-bottom: 30px;
    }

    main > section.banner a {
        background-color: rgba(255,108,0,0.7);
        padding: 30px;
        color: white;
        font-size: 3.6rem;
        display: inline;
    }

main > section.wood {
    max-width: var(--bp-wide);
    min-height: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    font-size: 3rem;
}

main > section.worker {
    max-width: var(--bp-wide);
    min-height: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    font-size: 3rem;
}

main > section.planet {
    max-width: var(--bp-wide);
    min-height: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    font-size: 3rem;
}

main > section.visit {
    height: 700px;
    background-image: url(/image/1.jpg);
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
}

    main > section.visit > a {
        display: inline-block;
        position: relative;
        left: 60%;
        top: 40%;
        background-color: #FF6C00;
        padding: 30px;
        color: white;
        font-size: 3.6rem;
    }
