@charset "utf-8";

/*********************************************************************
 *
 *  For GIGA CUP
 *
*********************************************************************/

/* 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: #bab89d;
    }

    .mv_wrap .section_inner {
        width: 100%;
    }

    .mv_wrap h3 {
        margin: 0 auto;
        max-width: 1800px;
    }
}

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

    .mv_wrap .section_inner {
        width: 100%;
    }
}

/* outline_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .outline_wrap {
        padding: 50px 0;
        background-image: url(../img/bg_1.png), url(../img/bg_2.png);
        background-position: left -40px top 20px, right 10px top 50px;
        background-repeat: no-repeat;
        background-size: 180px auto, 77px auto;
    }

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

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

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

    .outline_wrap .ico {
        position: absolute;
        right: -80px;
        top: 82px;
        width: 84px;
        height: 84px;
    }
}

@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: 1.8rem;
        text-align: center;
        line-height: 1.3;
    }

    .outline_wrap .txt2 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        text-align: center;
    }
    .outline_wrap .ico {
        margin: 10px auto 0;
        width: 84px;
        height: 84px;
    }
}

/* rule_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .rule_wrap {
        padding: 50px 0;
        background-color: #bab89d;
        background-image: url(../img/bg_2.png), url(../img/bg_3.png);
        background-position: left 10px top 20px, right -50px top 50px;
        background-repeat: no-repeat;
        background-size: 77px auto, 240px auto;
    }

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

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

    .rule_wrap .txt1 span {
        font-size: 2.6rem;
    }
}

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

    .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.5;
    }

    .rule_wrap .txt1 span {
        font-size: 1.2rem;
    }
}

/* entry_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .entry_wrap {
        padding: 50px 0;
        background-image: url(../img/bg_4.png), url(../img/bg_5.png);
        background-position: left -10px top 20px, right 10px top 50px;
        background-repeat: no-repeat;
        background-size: 236px auto, 133px auto;
    }

    .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: 1.8rem;
        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;
    }
}

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

    .support_wrap .box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .support_wrap .txt1 {
        margin-right: 20px;
        font-size: 1.6rem;
    }
    .support_wrap .ico {
        width: 112px;
    }
}

@media screen and (max-width: 767px) {
    .support_wrap {
        padding: 20px 0;
        background-color: #bab89d;
    }
    .support_wrap .txt1 {
        margin-bottom: 10px;
        font-size: 1.3rem;
        text-align: center;
    }
    .support_wrap .ico {
        margin: 0 auto;
        width: 112px;
    }
}
