
/* メインスライド */
#slide {
    width: 100%;
    margin-bottom: 40px;
    float: left;
}
    #slide .thumb {
        position: relative;
        width: 100%;
        padding: 0 6px;
    }
/*
        #slide .thumb:before {
            z-index: 1001;
            content: "";
            position: absolute;
            display: block;
            width: calc(100% - 12px);
            height: 100%;
        }
        #slide .thumb:hover:before {
            background-color: rgba(0,0,0,0.2);
            transition: 0.3s;
        }
*/


/* メインコンテンツ */
#main_contents .btn-area {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
    #main_contents .btn-area .btn {
        position: relative;
        width: 48%;
        height: 78px;
        color: #fff;
        vertical-align: middle;
    }
        #main_contents .btn-area .btn.login {
            background-image: url("../images/common/line-gradation.png");
            background-size: 100% 1px;
            background-position: center;
            background-repeat: repeat-y;
        }
        #main_contents .btn-area .btn.regist {
            background-color: #171c61;
        }
        #main_contents .btn-area .btn:before {
            content: '';
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        #main_contents .btn-area .btn:hover:before {
            background-color: rgba(0,0,0,0.2);
            transition: 0.3s;
        }
        #main_contents .btn-area .btn a {
            position: relative;
            display: block;
            height: 78px;
            color: #fff;
            font-size: 22px;
            font-weight: bold;
            line-height: 78px;
            text-align: center;
            text-decoration: none;
        }
            #main_contents .btn-area .btn a:before {
                content: '';
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                width: calc(100% - 24px);
                height: 54px;
                margin: 12px;
                border: solid 1px #fff;
                box-sizing: border-box;
            }
            #main_contents .btn-area .btn a .arrow {
                position: absolute;
                display: block;
                top: 24px;
                right: 10%;
                width: 22px;
            }

#main_contents .text1001 {
    width: 100%;
    color: red;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}
    #main_contents .btn-area .text1001 {
        padding: 15px 30px;
        font-size: 1.2rem;
    }

#main_contents section {
    width: 100%;
}
    #main_contents section::before {
        content: '';
        display: block;
        width: 100%;
        height: 6px;
        background-image: url("../images/common/line-gradation.png");
        background-size: 100% 1px;
        background-position: center;
        background-repeat: repeat-y;
    }

#main_contents section.jleague {
}
    #main_contents section.jleague h2 {
        margin: 80px 0;
    }
         #main_contents section.jleague h2 a {
            display: block;
            width: 246px;
            margin: 0 auto;
        }

    #main_contents section.jleague h3 {
        position: relative;
        margin-bottom: 30px;
    }
        #main_contents section.jleague h3:before,
        #main_contents section.jleague h3:after {
            content: '';
            position: absolute;
            display: block;
            top: calc(50% - 3px);
            width: calc(50% - 150px);
            /* border-bottom: solid 6px #e60012; */
            border-bottom: solid 6px #000000;
        }
        #main_contents section.jleague h3:before {
            left: 0;
        }
        #main_contents section.jleague h3:after {
            right: 0;
        }
            #main_contents section.jleague .j2 h3:before,
            #main_contents section.jleague .j2 h3:after {
                /* border-bottom: solid 6px #007f41; */
                border-bottom: solid 6px #000000;
            }
            #main_contents section.jleague .j3 h3:before,
            #main_contents section.jleague .j3 h3:after {
                /* border-bottom: solid 6px #0365af; */
                border-bottom: solid 6px #000000;
            }
            #main_contents section.jleague h3 img {
                display: block;
                width: auto;
                margin: 0 auto;
            }

    #main_contents section.jleague .club {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 80px;
        padding: 0 55px;
    }
        #main_contents section.jleague .club li {
            width: 135px;
            font-size: 12px;
            text-align: center;
        }
            #main_contents section.jleague .club li a {
                color: #000;
                text-decoration: none;
            }
            #main_contents section.jleague .club li img {
                display: block;
                margin: 0 auto;
                width: 100px;
            }

    #main_contents section.jleague .copyright-jleague {
        margin-top: -20px;
        margin-bottom: 80px;
        padding: 0 55px;
        font-size: 0.8rem;
        text-align: right;
    }

#main_contents section.enjoy-jleague {
    padding: 40px 2px 0;
}
    #main_contents section.enjoy-jleague a {
        display: block;
        margin-bottom: 40px;
    }

#main_contents section.benefits {
    padding-top: 80px;
}
    #main_contents section.benefits h2 {
        margin-bottom: 60px;
        font-size: 1.4rem;
        text-align: center;
    }
    #main_contents section.benefits .benefits-list li {
        margin-bottom: 70px;
        padding-top: 90px;
        text-align: center;
        background-image: url("../images/common/no_1.png");
        background-position: top center;
        background-repeat: no-repeat;
    }
        #main_contents section.benefits .benefits-list li:nth-child(2) {
            background-image: url("../images/common/no_2.png");
        }
        #main_contents section.benefits .benefits-list li:nth-child(3) {
            background-image: url("../images/common/no_3.png");
        }
        #main_contents section.benefits .benefits-list li p {
            margin-bottom: 1em;
            font-size: 1.1rem;
            line-height: 1.8em;
        }
            #main_contents section.benefits .benefits-list li p strong {
                font-size: 1.2rem;
            }

    #main_contents section.benefits .frame-login {
        width: 585px;
        margin: 0 auto 80px;
        padding: 35px;
        border: solid 6px #b60005;
        text-align: center;
    }
        #main_contents section.benefits .frame-login h3 {
            display: inline-block;
            margin-bottom: 30px;
            padding: 0 10px 5px;
            font-size: 1.2rem;
            border-bottom: solid 1px #231815;
        }
        #main_contents section.benefits .frame-login p {
            margin-bottom: 30px;
        }
        #main_contents section.benefits .frame-login .btn-area {
            flex-wrap: wrap;
            justify-content: center;
        }
            #main_contents section.benefits .frame-login .btn-area .btn {
                width: 74%;
            }
            #main_contents section.benefits .frame-login .btn-area .btn.login {
                margin-bottom: 20px;
            }

#main_contents section.funds {
    padding-top: 70px;
}
    #main_contents section.funds:after {
        clear: both;
        height: auto;
        background: none;
    }

    #main_contents section.funds .funds-ichigo {
        margin-bottom: 40px;
        margin: 20px auto 0;
    }
        #main_contents section.funds .funds-ichigo .item-image-frame {
            position: relative;
            padding-top: 44.784%;
        }
        #main_contents section.funds .funds-ichigo .item-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            text-decoration: none;
            background-image: url("../images/lp/funds_ichigo.jpg");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100% auto;
        }
            #main_contents section.funds .funds-ichigo .item-image a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                float: left;
                text-align: center;
                color: #FFFFFF;
                text-decoration: none;
            }
            #main_contents section.funds .funds-ichigo .item-image a:before {
                z-index: 0;
                content: "";
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
            }
            #main_contents section.funds .funds-ichigo .item-image a:hover:before {
                background-color: rgba(0,0,0,0.6);
                transition: 0.3s;
            }
            #main_contents section.funds .funds-ichigo .item-image a:after {
                z-index: 0;
                content: "";
                position: absolute;
                display: block;
                width: 90%;
                height: 90%;
                top: 5%;
                left: 5%;
                top: calc(5% - 1px);
                left: calc(5% - 1px);
            }
            #main_contents section.funds .funds-ichigo .item-image a:hover:after {
                border: solid 2px #FFFFFF;
            }
                #main_contents section.funds .funds-ichigo .item-image a h3 {
                    display: none;
                    position: relative;
                    z-index: 1;
                    font-size: 1.4rem;
                    letter-spacing: 1px;
                    margin-top: 20%;
                    margin-bottom: 10px;
                    width: 100%;
                }
                #main_contents section.funds .funds-ichigo .item-image a h3 span {
                    position: absolute;
                    top: calc(50% - 15px);
                    right: 10%;
                    display: inline-block;
                    width: 20px;
                }
                #main_contents section.funds .funds-ichigo .item-image a h3 span img {
                    vertical-align: top;
                }
                #main_contents section.funds .funds-ichigo .item-image a:hover h3 {
                    display: inline-block;
                }
        #main_contents section.funds .funds-ichigo .item-text {
            margin: 40px 0;
            text-align: center;
        }
            #main_contents section.funds .funds-ichigo .item-text img {
                width: auto;
            }

#main_contents section.funds .funds_list,
#main_contents section.funds .funds_list_footer {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    /*padding: 0 95px;*/
}

#main_contents section.funds .funds_list_footer {
    margin-bottom: 60px;
}

#main_contents section.funds .funds_list .item {
    /*width: 32%;*/
    /*height: 230px;*/
    width: 30%;
    height: 276px;
    float: left;
    text-align: center;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#main_contents section.funds .funds_list .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

#main_contents section.funds .funds_list .item a:before {
    z-index: 0;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

#main_contents section.funds .funds_list .item a:hover:before {
    background-color: rgba(0,0,0,0.6);
    transition: 0.3s;
}

#main_contents section.funds .funds_list .item a h3 {
    display: none;
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 115px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 10%;
}

#main_contents section.funds .funds_list .item a h3 span {
    position: absolute;
    top: calc(50% - 15px);
    right: 10%;
    display: inline-block;
    width: 20px;
}

#main_contents section.funds .funds_list .item a h3 span img {
    vertical-align: top;
}

#main_contents section.funds .funds_list .item a:hover h3 {
    display: inline-block;
}

#main_contents section.funds .funds_list .item a:after {
    z-index: 0;
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    top: calc(5% - 1px);
    left: calc(5% - 1px);
}

#main_contents section.funds .funds_list .item a:hover:after {
    border: solid 2px #FFFFFF;
}

#main_contents section.funds .funds_list .item:nth-child(1) {
    background-image: url("../images/lp/funds_1.jpg");
}

#main_contents section.funds .funds_list .item:nth-child(2) {
    background-image: url("../images/lp/funds_2.jpg");
    /*margin-left: 2%;*/
    /*margin-right: 2%;*/
    margin-left: 5%;
    margin-right: 5%;
}

#main_contents section.funds .funds_list .item:nth-child(3) {
    background-image: url("../images/lp/funds_3.jpg");
}

#main_contents section.funds .funds_list_footer .item {
    width: 32%;
    float: left;
    text-align: center;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#main_contents section.funds .funds_list_footer .item img {
    width: auto;
}

#main_contents section.funds .funds_list_footer .item:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}

#main_contents section.bnr-area {
    padding: 0 95px;
}
    #main_contents section.bnr-area:after {
        height: auto;
        background: none;
    }
    #main_contents section.bnr-area ul li {
        margin-bottom: 20px;
    }
    #main_contents section.bnr-area ul li.interview a {
        display: block;
        padding: 10px;
        text-decoration: none;
        border: solid 1px #231815;
        background-image: url("../images/lp/interview_bg.png");
        background-position: 90% center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
        #main_contents section.bnr-area ul li.interview a:after {
            content: '';
            display: block;
            clear: both;
        }
        #main_contents section.bnr-area ul li.interview a .photo {
            display: block;
            float: left;
            width: auto;
            margin-right: 20px;
        }
        #main_contents section.bnr-area ul li.interview a .text {
            color: #000;
            font-size: 1rem;
        }
        #main_contents section.bnr-area ul li.interview a .title {
            margin-top: 10px;
            color: #272f88;
            font-size: 1.4rem;
            font-weight: bold;
        }
        #main_contents section.bnr-area ul li.interview a .title .underline {
            display: inline-block;
            line-height: 1.3;
            border-bottom: solid 1px #272f88;
        }

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

    /* メインスライド */
    #slide {
        margin-bottom: 20px;
    }

    #main_contents {
        margin-top: 70px;
    }

    #slide + #main_contents {
        margin-top: 0px;
    }

    #main_contents .btn-area {
        flex-wrap: wrap;
        justify-content: center;
    }
        #main_contents .btn-area .btn {
            width: 88%;
            max-width: 460px;
            height: 58px;
        }
            #main_contents .btn-area .btn.login {
                margin-bottom: 20px;
            }
            #main_contents .btn-area .btn a {
                padding-right: 10px;
                font-size: 16px;
                line-height: 58px;
            }
                #main_contents .btn-area .btn a:before {
                    width: calc(100% - 16px);
                    height: 42px;
                    margin: 8px;
                }
                #main_contents .btn-area .btn a .arrow {
                    top: 18px;
                    right: 8%;
                    width: 16px;
                }

    #main_contents .text1001 {
        max-width: 470px;
        text-align: left;
    }

    #main_contents section:after {
        height: 5px;
    }

    #main_contents section.jleague {
    }
        #main_contents section.jleague h2 {
            margin: 50px 0;
        }
            #main_contents section.jleague h2 a {
                width: 60%;
                max-width: 246px;
            }

        #main_contents section.jleague h3 {
            margin-bottom: 20px;
        }
            #main_contents section.jleague h3:before,
            #main_contents section.jleague h3:after {
                top: calc(50% - 2px);
                width: 20%;
                /* border-bottom: solid 4px #e60012; */
                border-bottom: solid 4px #000000;
            }
                #main_contents section.jleague h3 img {
                    width: 50%;
                    max-width: 194px;
                }

        #main_contents section.jleague .club {
            justify-content: space-around;
            max-width: 700px;
            margin: 0 auto 50px;
            padding: 0;
        }
            #main_contents section.jleague .club li {
                width: 110px;
                font-size: 10px;
            }

        #main_contents section.jleague .copyright-jleague {
            max-width: 700px;
            margin: -20px auto 50px;
            padding: 0 15px;
        }

    #main_contents section.enjoy-jleague {
        padding-top: 20px;
    }
        #main_contents section.enjoy-jleague a {
            display: block;
            width: calc(100% - 30px);
            margin: 0 auto 20px;
        }

    #main_contents section.benefits {
        padding-top: 50px;
    }
        #main_contents section.benefits h2 {
            margin-bottom: 40px;
            font-size: 18px;
        }
        #main_contents section.benefits .benefits-list li {
            margin-bottom: 40px;
            padding: 70px 15px 0;
            text-align: left;
            background-size: 60px auto;
        }
            #main_contents section.benefits .benefits-list li p {
                max-width: 400px;
                margin: 0 auto 1em;
            }
                #main_contents section.benefits .benefits-list li p strong {
                    font-size: 15px;
                }

        #main_contents section.benefits .frame-login {
            width: calc(100% - 30px);
            max-width: 500px;
            margin: 0 auto 50px;
            padding: 20px 15px;
            border: solid 4px #b60005;
        }
            #main_contents section.benefits .frame-login h3 {
                margin-bottom: 20px;
                font-size: 16px;
            }
            #main_contents section.benefits .frame-login p {
                margin-bottom: 20px;
                text-align: left;
            }
                #main_contents section.benefits .frame-login .btn-area .btn {
                    width: 100%;
                }

    #main_contents section.funds .funds-ichigo .item-image a h3 {
        margin-top: 18%;
    }
    #main_contents section.funds .funds-ichigo .item-text img {
        width: 30%;
        max-width: 172px;
    }

    #main_contents section.funds .funds_list,
    #main_contents section.funds .funds_list_footer {
        margin-bottom: 40px;
        padding: 0;
    }

    #main_contents section.funds .funds_list .item {
        width: 100%;
        /*height: 100px;*/
        margin-bottom: 10px;
        background-size: 100% auto;
    }

    #main_contents section.funds .funds_list .item:last-child {
        margin-bottom: 0px;
    }

    #main_contents section.funds .funds_list .item:nth-child(2) {
        margin-left: 0%;
        margin-right: 0%;
    }

    #main_contents section.funds .funds_list .item a {
        text-align: left;
    }

    #main_contents section.funds .funds_list {
        width: 50%;
        margin-bottom: 0px;
    }

    #main_contents section.funds .funds_list .item {
        height: 130px;
    }

    #main_contents section.funds .funds_list .item a {
        text-align: center;
    }

    #main_contents section.funds .funds_list .item a:after {
        z-index: 0;
        content: "";
        position: absolute;
        display: block;
        width: 90%;
        height: 84%;
        top: 8%;
        left: 5%;
        top: calc(8% - 2px);
        left: calc(5% - 2px);
    }

    #main_contents section.funds .funds_list .item a h3 {
        margin-top: 46px;
    }

    #main_contents section.funds .funds_list_footer {
        width: 50%;
        float: right;
    }

    #main_contents section.funds .funds_list_footer .item {
        width: 100%;
        height: 130px;
        margin-bottom: 10px;
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #main_contents section.funds .funds_list_footer .item:last-child {
        margin-bottom: 0px;
    }

    #main_contents section.funds .funds_list_footer .item img {
        width: auto;
    }

    #main_contents section.funds .funds_list_footer .item:nth-child(2) {
        margin-left: 0%;
        margin-right: 0%;
    }

    #main_contents section.bnr-area {
        max-width: 730px;
        margin: 0 auto;
        padding: 0 15px;
    }
        #main_contents section.bnr-area ul li.interview a .photo {
            width: 115px;
        }
        #main_contents section.bnr-area ul li.interview a .text {
            font-size: 1.2rem;
        }
        #main_contents section.bnr-area ul li.interview a .title {
            font-size: 1.8rem;
        }
}

@media screen and (max-width: 640px) {
    #main_contents section.funds .funds_list_footer .item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #main_contents section.funds .funds_list_footer .item img {
        width: 100%;
        height: auto;
    }

    #main_contents section.bnr-area {
        max-width: 400px;
    }
        #main_contents section.bnr-area ul li {
            margin-bottom: 15px;
        }
        #main_contents section.bnr-area ul li.interview a {
            padding: 5px;
            background-position: 290px center;
            background-size: 15% 100%;
        }
            #main_contents section.bnr-area ul li.interview a .photo {
                width: 80px;
                margin-right: 3%;
            }
            #main_contents section.bnr-area ul li.interview a .text {
                font-size: 1rem;
            }
            #main_contents section.bnr-area ul li.interview a .title {
                margin-top: 8px;
                font-size: 1.1rem;
            }
}

@media screen and (max-width: 480px) {
    #main_contents section.funds .funds_list_footer .item {
        padding: 10px;
        padding-top: 10%;
    }
}