/*--------------------------------------------------------------------------------
 開催中のグランプリ一覧 grandprix
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 main
--------------------------------------------------------------------------------*/
.main-img {
    position: relative;
}

.main-img>picture>img {
    width: 100%;
}

.main-img>.inner-box {
    position: absolute;
    top: 25%;
    left: 50%;
    padding: 0;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center;
    width: 35vw;
}

.main-img>.inner-box>h2 {
    display: inline-block;
    font-size: 3.5vw;
    font-weight: 400;
    font-family: 'Dela Gothic One', cursive;
    line-height: 1.2em;
    margin: 0 auto;
    text-align: center;
}

.wrap02-icon {
    margin: 30px auto 0;
    width: 60%;
}

/*--------------------------------------------------------------------------------
 wrap01
--------------------------------------------------------------------------------*/
.grandprix-box>.g-logo {
    max-width: 30%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.grandprix-slider {
    margin: 0 auto 60px;
}

.grandprix-slider li {
    margin: 0 10px;
}

.grandprix-slider li img {
    width: 100%;
}

.g-set {
    background-color: #d0e5b2;
    position: relative;
    text-align: center;
}

.set-link {
    margin: 0 auto 7%;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: -4%;*/
    /*-ms-transform: translate(-50%, 0%);*/
    /*-webkit-transform: translate(-50%, 0%);*/
    /*transform: translate(-50%, 0%);*/
    width: 100%;
}

.set-link>a {
    background-color: #ff00ff;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 2.4rem;
    margin: 0 auto;
    max-width: 400px;
    padding: 8px 5px;
    text-align: center;
}

.g-set .g-detail {
    font-size: 2.7rem;
    font-weight: 400;
    font-family: 'Dela Gothic One', cursive;
    line-height: 1.7em;
    padding-top: 5%;
}

.g-set .g-present {
    color: #ff00ff;
    font-size: 5rem;
    font-weight: 400;
    font-family: 'Dela Gothic One', cursive;
    line-height: 2em;
}

.g-set .predict-link>a {
    background-color: #fff;
    border: 2px solid #ff00ff;
    border-radius: 30px;
    color: #ff00ff;
    display: block;
    font-size: 2.4rem;
    margin: 0 auto;
    max-width: 400px;
    padding: 8px 5px;
}

.set-icon {
    font-size: 0;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
}

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

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

    .main-img>.inner-box {
        width: 100%;
    }

    .main-img>.inner-box>h2 {
        font-size: 2rem;
    }

    .wrap02-icon {
        margin: 20px auto 0;
        width: 35%;
    }

    .grandprix-box>.g-logo {
        max-width: 60%;
    }

    .set-link {
        width: 90%;
    }

    .set-link>a {
        font-size: 2rem;
    }

    .g-set .g-detail {
        font-size: 2.2rem;
        line-height: 1.5em;
        padding-top: 10%;
    }

    .g-set .g-present {
        font-size: 3.3rem;
    }

    .g-set .predict-link {
        margin: 0 auto;
        width: 90%;
    }

    .g-set .predict-link>a {
        font-size: 2rem;
    }

    .set-icon>img {
        width: 150px !important;
    }

}
