/*----------------------------------------------------
        コンテンスト結果発表ページ　共通
----------------------------------------------------*/
.breadCrumb {
    display: none;
}

#contests_result {
    background: #fff;
}

#contests_result .inner {
    margin: 0 auto;
    width: 1000px;
}

#contests_result .mv_area {
    margin-bottom: 60px;
}

#contests_result .mv_area .mv {
    background: url(/img/contests/result/mv_pattern.png);
    height: 360px;
}

#contests_result h1 img {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
}

#contests_result .sec1 {
    background: #fff;
    margin: 60px 0;
}

#contests_result .sec1 .head {
    background: url(/img/contests/result/con1_character1.png) no-repeat left center,
    url(/img/contests/result/con1_character2.png) no-repeat right center;
    letter-spacing: 1px;
    padding: 45px 250px; 
}

#contests_result .sec1 .head p {
    font-size: 24px;
    font-weight: bold;
}

#contests_result .sec1 .head p span {
    background: url(/img/contests/result/con1_text_line.png) repeat-x bottom;
    box-shadow: 0 0 3px #fff;
    color: #b71368;
    text-shadow: 2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    2px 0px 0px #fff,
    0px 2px 0px #fff,
    -2px 0px 0px #fff,
    0px -2px 0px #fff;
}

#contests_result .sec1 .grand_prix {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

#contests_result .sec1 .grand_prix .name {
    background: url(/img/contests/result/user1_img3.png) no-repeat bottom center;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 50px 0;
    text-align: center;
}

#contests_result .sec1 .grand_prix .name span {
    font-size: 22px;
}

#contests_result .sec1 .grand_prix p {
    display: block;
    width: 400px;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 2px;
    margin-top: 30px;
}

#contests_result .sec2 {
    margin: 60px 0 0;
}

#contests_result .sec2 .sec2_inner {
    padding: 60px 0 30px;
}

#contests_result .sec2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 60px;
}

#contests_result .sec2 ul li {
    background: url(/img/contests/result/con2_line.png) no-repeat right 50px top 50px;
    margin-bottom: 60px;
    padding-right: 134px;
    width: 244px;
}

#contests_result .sec2 ul li:nth-child(3n) {
    background: none;
    padding-right: 0;
}

#contests_result .sec2 ul li .name {
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
    padding: 10px 0 5px 10px;
    text-align: center;
}

#contests_result .sec2 ul li .name.male {
    color: #3988b6;
}

#contests_result .sec2 ul li .name.female {
    color: #cd3e88;
}

#contests_result .sec2 ul li .name span {
    font-size: 20px;
}

#contests_result .sec2 ul li p {
    line-height: 1.8;
    letter-spacing: 1px;
}

#contests_result .sec3 {
    background: url(/img/contests/result/con3_bg.png);
    text-align: center;
}

#contests_result .sec3 .inner {
    padding: 60px 0;
}

#contests_result .sec3 .link_btn_area {
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
}

#contests_result .sec3 .link_btn_area a {
    border-radius: 60px;
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    padding: 30px 10px 28px;
    text-align: center;
    text-decoration: none;
    width: 370px;
}

#contests_result .sec3 .link_btn_area a:hover {
    border: none;
    box-shadow: 8px 8px 8px 0 #000 inset;
    margin-bottom: 10px;
    position: relative;
    top: 10px;
}

#contests_result .sec3 .link_btn_area .link_about_contests {
    background: #333;
    border-bottom: 10px solid #020202;
}

#contests_result .sec3 .link_btn_area .link_publish_contests {
    background: #e20075;
    border-bottom: 10px solid #c00063;
}

/*----------------------------------------------------
        第1回結果発表　.result_first
----------------------------------------------------*/
#contests_result.result_first .sec2 {
    background: url(/img/contests/result/first/con2_pattern1.png) repeat-x center top;
    padding: 30px 0 0;
}

#contests_result.result_first .sec2 .sec2_inner {
    background: url(/img/contests/result/first/con2_bg.png);
}

#contests_result.result_first .sec2 h2 {
    background: url(/img/contests/result/first/con2_title_bg.png);
    color: #4899c9;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0 18px;
    text-shadow: 2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    2px 0px 0px #fff,
    0px 2px 0px #fff,
    -2px 0px 0px #fff,
    0px -2px 0px #fff;
}

/*----------------------------------------------------
        第2回結果発表　.result_second
----------------------------------------------------*/
#contests_result.result_second .sec3 {
    background: url(/img/contests/result/second/con2_pattern2.png) repeat-x center top,
    url(/img/contests/result/con3_bg.png);
    text-align: center;
}

#contests_result.result_second .sec2 {
    background: url(/img/contests/result/second/con2_pattern1.png) repeat-x center top;
    padding: 30px 0 0;
}

#contests_result.result_second .sec2 .sec2_inner {
    background: url(/img/contests/result/second/con2_bg.png);
}

#contests_result.result_second .sec2 h2 {
    background: url(/img/contests/result/second/con2_title_bg.png);
    color: #4899c9;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0 18px;
    text-shadow: 2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    2px 0px 0px #fff,
    0px 2px 0px #fff,
    -2px 0px 0px #fff,
    0px -2px 0px #fff;
}

#contests_result.result_second .sec3 {
    background: url(/img/contests/result/second/con2_pattern2.png) repeat-x center top,
    url(/img/contests/result/con3_bg.png);
    text-align: center;
}

/*----------------------------------------------------
        第3回結果発表　.result_second
----------------------------------------------------*/
#contests_result.result_third .sec2 {
    background: url(/img/contests/result/third/con2_pattern1.png) repeat-x center top;
    padding: 30px 0 0;
}

#contests_result.result_third .sec2 .sec2_inner {
    background: url(/img/contests/result/third/con2_bg.png);
}

#contests_result.result_third .sec2 h2 {
    background: url(/img/contests/result/third/con2_title_bg.png);
    color: #b71368;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    padding: 20px 0 18px;
    text-shadow: 2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    2px 0px 0px #fff,
    0px 2px 0px #fff,
    -2px 0px 0px #fff,
    0px -2px 0px #fff;
}

#contests_result.result_third .sec3 {
    background: url(/img/contests/result/third/con2_pattern2.png) repeat-x center top,
    url(/img/contests/result/con3_bg.png);
    text-align: center;
}

/*----------------------------------------------------
        第4回結果発表　.result_4th
----------------------------------------------------*/
#contests_result.result_4th .sec2 {
    background: url(/img/contests/result/4th/con2_pattern1.png) repeat-x center top;
    padding: 30px 0 0;
}

#contests_result.result_4th .sec2 .sec2_inner {
    background: url(/img/contests/result/4th/con2_bg.png);
}

#contests_result.result_4th .sec2 h2 {
    background: url(/img/contests/result/4th/con2_title_bg.png);
    color: #b71368;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    padding: 20px 0 18px;
    text-shadow: 2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    2px 0px 0px #fff,
    0px 2px 0px #fff,
    -2px 0px 0px #fff,
    0px -2px 0px #fff;
}

#contests_result.result_4th .sec3 {
    background: url(/img/contests/result/4th/con2_pattern2.png) repeat-x center top,
    url(/img/contests/result/con3_bg.png);
    text-align: center;
}

/*----------------------------------------------------
        第5回結果発表　.result_5th
----------------------------------------------------*/
#contests_result.result_5th .sec2 {
    background: url(/img/contests/result/5th/con2_pattern1.png) repeat-x center top;
    padding: 30px 0 0;
}

#contests_result.result_5th .sec2 .sec2_inner {
    background: url(/img/contests/result/5th/con2_bg.png);
}

#contests_result.result_5th .sec2 h2 {
    background: url(/img/contests/result/5th/con2_title_bg.png);
    color: #b71368;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    padding: 20px 0 18px;
    text-shadow: 2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    2px 0px 0px #fff,
    0px 2px 0px #fff,
    -2px 0px 0px #fff,
    0px -2px 0px #fff;
}

#contests_result.result_5th .sec2 li:last-child {
    background: none;
}

#contests_result.u15_contests .sec3 {
    background: url(/img/contests/result/5th/con2_pattern2.png) repeat-x center top,
    url(/img/contests/result/u_15/con3_bg.png);
    text-align: center;
}