/* 2026 contest intro page (p=0101) - PC 1260 / MO 600 */

/* This stylesheet is conditionally loaded for p=0101 only. */
#smenu {
    display: none;
}

#subpage.fe-intro {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 140px 0 0;
    overflow: clip;
    background: #fff1b3;
        /* url('/2026/img/main/intro_bg_light.png?v=1') no-repeat top center; */
        /* background-size: 1100px auto; */
    color: #1d1d1d;
    font-family: "OtokiSans3N", sans-serif;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

#subpage.fe-intro * {
    box-sizing: border-box;
}

#subpage.fe-intro .br-mo {
    display: none;
}

/* --- hero --- */
#subpage.fe-intro h1 {
    margin: 0;
    color: #000000;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

#subpage.fe-intro h1:after {
    content: none;
}

#subpage.fe-intro h1 span {
    color: #ffc300;
}

#subpage.fe-intro .intro-paper {
    margin: 60px 0 0;
    text-align: center;
}

#subpage.fe-intro .intro-paper img {
    display: inline-block;
    width: 400px;
    max-width: calc(100% - 40px);
    height: auto;
    vertical-align: top;
}

/* --- copy --- */
#subpage.fe-intro .intro-copy {
    margin: 60px 0 0;
    padding: 0 20px;
    text-align: center;
}

#subpage.fe-intro .intro-copy h2 {
    margin: 0;
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

/* width/margin reset: style.css has `.p0101 p {width:900px; margin:0 auto}` */
#subpage.fe-intro .intro-copy p {
    width: auto;
    height: auto;
    margin: 24px 0 0;
    padding: 0;
    background: none;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}

/* --- video --- */
#subpage.fe-intro .intro-video {
    padding: 80px 0;
}

#subpage.fe-intro .intro-video .ytplay,
#subpage.fe-intro .intro-video iframe {
    display: block;
    border: 0;
    width: min(860px, calc(100% - 60px));
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
}

#subpage.fe-intro .intro-video iframe {
    aspect-ratio: 16 / 9;
}

#subpage.fe-intro .intro-video .ytplay {
    padding: 0;
    border: 0;
    background: none;
    font-size: 22px;
}
/* --- cta --- */
#subpage.fe-intro .intro-cta {
    padding: 48px 0;
    background: #254593;
}

#subpage.fe-intro .intro-cta > div {
    display: flex;
    align-items: center;
    gap: 40px;
    width: min(860px, calc(100% - 40px));
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
}

#subpage.fe-intro .intro-cta p {
    flex: none;
    width: calc(50% - 20px);
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;
}

#subpage.fe-intro .intro-cta a {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 20px);
    min-width: 0;
    height: 80px;
    padding: 16px 30px 16px 40px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    background: #ffffff;
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 600;
    transition: transform .25s ease, box-shadow .25s ease;
}

#subpage.fe-intro .intro-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

#subpage.fe-intro .intro-cta a img {
    flex: none;
    width: 26px;
    height: 26px;
}

/* --- mobile (design canvas 600) --- */
@media ( max-width: 1023px ) {
    #subpage.fe-intro {
        padding-top: min(140px, 23.3vw);
        background-color: #fff1b3;
            /* background-image: url('/2026/img/main/m/intro_bg_light.png?v=1'); */
            /* background-size: 100% auto; */
    }

    #subpage.fe-intro .br-pc {
        display: none;
    }

    #subpage.fe-intro .br-mo {
        display: inline;
    }

    #subpage.fe-intro h1 {
        font-size: min(8vw, 48px);
    }

    #subpage.fe-intro .intro-paper {
        margin-top: min(60px, 10vw);
    }

    #subpage.fe-intro .intro-paper img {
        width: min(460px, 76.7%);
        max-width: calc(100% - 30px);
    }

    #subpage.fe-intro .intro-copy {
        margin-top: min(60px, 10vw);
        padding: 0 5%;
        background: #fff1b3;
    }

    #subpage.fe-intro .intro-copy h2 {
        font-size: min(4vw, 24px);
        line-height: 1.6;
    }

    #subpage.fe-intro .intro-copy p {
        margin-top: min(36px, 6vw);
        font-size: min(3.34vw, 20px);
    }

    #subpage.fe-intro .intro-video {
        padding: min(80px, 13.4vw) 5% min(60px, 10vw);
        background: #fff1b3;
    }

                #subpage.fe-intro .intro-video .ytplay,
                #subpage.fe-intro .intro-video iframe {
        width: 100%;
    }

                #subpage.fe-intro .intro-video .ytplay {
                    font-size: 16px;
                }
    #subpage.fe-intro .intro-cta {
        padding: min(48px, 8vw) 0;
    }

    #subpage.fe-intro .intro-cta > div {
        flex-direction: column;
        gap: min(24px, 4vw);
        width: 90%;
    }

    #subpage.fe-intro .intro-cta p {
        flex: none;
        width: 100%;
        font-size: min(6vw, 36px);
        line-height: min(80px, 13.4vw);
        text-align: center;
    }

    #subpage.fe-intro .intro-cta a {
        flex: none;
        width: 100%;
        height: min(80px, 13.4vw);
        padding: 0 min(30px, 5vw) 0 min(40px, 6.7vw);
        border-radius: min(16px, 2.7vw);
        font-size: min(4vw, 24px);
    }

    #subpage.fe-intro .intro-cta a img {
        width: min(26px, 4.34vw);
        height: min(26px, 4.34vw);
    }
}
