@charset "utf-8";

/*********************************************************************
 *
 *  For GIGA DREAM PROJECT
 *
*********************************************************************/

/* header */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    header {
        background-color: #000;
    }

    header .nav_g_wrap ul li a {
        color: #FFF;
    }

    header .nav_g_wrap ul li a.linkNone {
        color: #FFF !important;
    }

    header .nav_u_wrap ul li a {
        background-color: #FFF;
    }
}

@media screen and (max-width: 767px) {
    header {
        background-color: #000;
    }
    header .header_inner::after {
        background-color: #000;
    }
    header .nav_u_wrap ul li a {
        background-color: #FFF;
    }
    header .btnNavgToggle p span,
    header .btnNavgToggle p::before,
    header .btnNavgToggle p::after {
        background-color: #FFF;
    }
}

/* footer */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    footer {
        background-color: #000;
    }

    footer .partner .ttl {
        color: #FFF;
    }

    footer .copyright {
        color: #FFF;
    }

    footer .year li:first-child {
        border-right: 1px solid #FFF;
    }
}

@media screen and (max-width: 767px) {
    footer {
        background-color: #000;
    }

    footer .partner .ttl {
        color: #FFF;
    }

    footer .copyright {
        color: #FFF;
    }

    footer .year li:first-child {
        border-right: 1px solid #FFF;
    }
}

/* contents */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .page_cp #contents {
        padding-top: 75px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .page_cp #contents {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

/* mv_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .mv_wrap {
        background-color: #efebe4;
    }

    .mv_wrap .section_inner {
        width: 100%;
    }

    .mv_wrap h3 {
        margin: 0 auto;
        max-width: 1800px;
    }
    .mv_wrap .yt {
        position: absolute;
        left: 50%;
        top: 20%;
        transform: translateX(-50%);
        width: 54%;
        max-width: 1000px;
    }

    .mv_wrap .yt div {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 10px;
    }

    .mv_wrap .yt div iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        vertical-align: bottom;
    }
}

@media screen and (max-width: 767px) {
    .mv_wrap {
        background-color: #efebe4;
    }

    .mv_wrap .section_inner {
        width: 100%;
    }
    .mv_wrap .yt {
        position: absolute;
        left: 50%;
        top: 19%;
        transform: translateX(-50%);
        width: 72%;
    }

    .mv_wrap .yt div {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 10px;
    }

    .mv_wrap .yt div iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        vertical-align: bottom;
    }
}

/* outline_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .outline_wrap {
        padding: 50px 0;
    }

    .outline_wrap h4 {
        margin: 0 auto 30px;
        width: 300px;
    }

    .outline_wrap .txt1 {
        margin-bottom: 10px;
        font-size: 4.0rem;
        text-align: center;
        line-height: 1.2;
    }

    .outline_wrap .txt2 {
        margin-bottom: 10px;
        font-size: 2.6rem;
        text-align: center;
    }

    .outline_wrap .txt3 {
        font-size: 1.5rem;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .outline_wrap {
        padding: 30px 0;
    }

    .outline_wrap h4 {
        margin: 0 auto 20px;
        width: 80%;
    }

    .outline_wrap .txt1 {
        margin-bottom: 10px;
        font-size: 2.0rem;
        text-align: center;
        line-height: 1.2;
    }

    .outline_wrap .txt2 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        text-align: center;
    }

    .outline_wrap .txt3 {
        font-size: 1.1rem;
        text-align: center;
    }
}

/* rule_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .rule_wrap {
        padding: 50px 0;
        background-color: #efebe4;
    }

    .rule_wrap h4 {
        margin: 0 auto 30px;
        width: 300px;
    }

    .rule_wrap .txt1 {
        margin-bottom: 10px;
        font-size: 2.0rem;
        text-align: center;
        line-height: 1.2;
    }

    .rule_wrap .txt2 {
        margin-bottom: 20px;
        font-size: 1.5rem;
        text-align: center;
    }

    .rule_wrap .box {
        padding: 25px 55px;
    }

    .rule_wrap .box1 {
        background-color: #edebc1;
    }

    .rule_wrap .box2 {
        background-color: #ecccd0;
    }

    .rule_wrap .box h5 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 2.4rem;
    }

    .rule_wrap .box ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .rule_wrap .box ul li {
        width: 50%;
        font-size: 2.4rem;
    }

    .rule_wrap .box ul li span {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    .rule_wrap {
        padding: 30px 0;
        background-color: #efebe4;
    }

    .rule_wrap h4 {
        margin: 0 auto 20px;
        width: 80%;
    }

    .rule_wrap .txt1 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.2;
    }

    .rule_wrap .txt2 {
        margin-bottom: 20px;
        font-size: 1.1rem;
        text-align: center;
    }

    .rule_wrap .box {
        padding: 20px 5px;
    }

    .rule_wrap .box1 {
        background-color: #edebc1;
    }

    .rule_wrap .box2 {
        background-color: #ecccd0;
    }

    .rule_wrap .box h5 {
        margin-bottom: 5px;
        text-align: center;
        font-size: 1.6rem;
    }

    .rule_wrap .box ul {
        margin: 0 auto;
        display: table;
    }

    .rule_wrap .box ul li {
        font-size: 1.6rem;
    }

    .rule_wrap .box ul li span {
        font-size: 1.1rem;
    }
}

/* entry_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .entry_wrap {
        padding: 50px 0;
    }

    .entry_wrap h4 {
        margin: 0 auto 30px;
        width: 300px;
    }

    .entry_wrap .txt1 {
        margin-bottom: 10px;
        font-size: 3.6rem;
        text-align: center;
        line-height: 1.2;
    }

    .entry_wrap .txt2 {
        margin-bottom: 20px;
        font-size: 1.5rem;
        text-align: center;
    }

    .entry_wrap .btnEntry {
        display: block;
        color: #FFF;
        font-size: 2.3rem;
        line-height: 60px;
        text-align: center;
        background-color: #e53b1a;
        border-radius: 4px;
    }

    .entry_wrap .btnContact {
        display: table;
        margin: 40px auto 0;
        padding: 10px 15px;
        font-weight: bold;
        border:1px solid #000;
        border-radius: 4px;
    }
}

@media screen and (max-width: 767px) {
    .entry_wrap {
        padding: 30px 0;
    }

    .entry_wrap h4 {
        margin: 0 auto 20px;
        width: 80%;
    }

    .entry_wrap .txt1 {
        margin-bottom: 10px;
        font-size: 2.0rem;
        text-align: center;
        line-height: 1.2;
    }

    .entry_wrap .txt2 {
        margin-bottom: 20px;
        font-size: 1.3rem;
        text-align: center;
    }

    .entry_wrap .btnEntry {
        display: block;
        color: #FFF;
        font-size: 1.6rem;
        line-height: 60px;
        text-align: center;
        background-color: #e53b1a;
        border-radius: 4px;
    }
    .entry_wrap .btnContact {
        display: table;
        margin: 40px auto 0;
        padding: 10px 15px;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        border:1px solid #000;
        border-radius: 4px;
    }
}
