/* common */
.rc-sec-title{
    color:#956134;
    margin: auto;
    width: 100%;
}

.text-orange{
    color: #F38200;
    font-weight: bold;
}

.text-red{
    color:#D82E24;
    font-weight: bold;
    text-decoration: underline;
}

.text-bold{
    font-weight: bold;    
}


/* header */
.l-header {
    border-bottom: 3px solid #D82E24;
}

.l-header__unit{
    height: 150px;
}

.l-header__logo{
    width: 300px;
}

.l-header__console{
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.rc-header-sharetext{
    background: #D82E24;
    padding: 5px 10px;
    width: 106px;
    height: 38px;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    color: #fff;
    margin: 14px 0;
}

.l-header__console__sns > * {
    margin-left: 20px;
}

/* kv */
.rc-kv{
    background: url(../img/okireci-recipecontest-kvbg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 580px;
}

.rc-kv-title{
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 1060px;
}

/*.rc-kv-title::before{
    content: '';
    position: absolute;
    top: 33%;
    left: 0;
    display: inline-block;
    width: 245px;
    height: 300px;
    background-image: url(../img/recipe-contest_present_img.png);
    background-size: contain;
    vertical-align: middle;
}

.rc-kv-title::after{
    content:url(../img/recipe-contest_keyword_img-pc.png);
    position: absolute;
    top: 50%;
    right: 0;
}*/

.rc-kv-img{
    padding: 3% 0;
}

/* cv-area */
.rc-cv{
    background-color: #fbefdd;
    padding: 75px 0;
}

.o-grid.-pc-2col .o-grid__cell.rc-cv-button{
    display: block;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    max-width: 45%;
    padding: 20px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rc-cv-button:hover{
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rc-cv-button.left-button{
    background-color: #D82E24;
    border: solid 4px #D82E24; 
    color: #ffffff;
}

.rc-cv-button .rc-cv-icon{
    display: inline-block;
    width: 34.41px;
    height: 28.81px;
    margin-right: 10px;
    background: url(../img/recipe-contest_apply_icon.svg) no-repeat;
    vertical-align: middle;
    background-size: cover;
}

.rc-cv-button.right-button{
    background-color: #ffffff;
    border: solid 4px #956134; 
    color: #956134;
}

/* intro */

.rc-intro{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 0;
    background-color: #ffffff;
    background-image: url(../img/recipe-contest_intro_bg.png);
    background-size: cover;
    background-position:center top ;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
}

.rc-intro-box{
    max-width: 960px;

}

.o-grid.-pc-2col .o-grid__cell.rc-intro-l{
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.o-grid.-pc-2col .o-grid__cell.rc-intro-r{
    max-width: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0 50px 0 60px;
    position: relative;
    z-index: 1;
}

.rc-intro-img{
    width: 100%;
}

.a-heading.-type-01.rc-intro-title{
    color:#D82E24;
    text-align: left;
    padding: 2% 0;
    /*margin-top: 8%;*/
    font-size: 46px;
    line-height: 1.3;
}

.rc-intro-title .m-text{
    font-size: 30px;
}

.rc-intro-title .ls-edit{
    letter-spacing: -0.1em;
}

.rc-intro-title::before{
    content:url(../img/recipe-contest_star_img.svg);
    position: absolute;
    top: -30px;
    right: 90px;
    z-index: -1;
}

.rc-intro-title::after{
    content:url(../img/recipe-contest_star_img.svg);
    position: absolute;
    bottom: -70px;
    left: -20px;
    z-index: -1;
}


.rc-intro-text{
    font-size: 18px;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;

}

/* info */

.rc-info{
    background-color: #ffffff;
    background-image: url(../img/recipe-contest_wood_bg.png);
    padding: 75px 0;
    word-break: break-all;
}

.rc-info-box{
    border-radius: 30px;
    background-color: #ffffff;
    padding: 5%;
    box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.02);
}

.rc-info-subtitle{
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #956134;
    border-bottom: 3px solid #956134;
    width: 100%;
}

.rc-info-subtitle span{
    font-size:16px;
}

.rc-info-table{
    width: 100%;
    border-bottom: 2px solid #EDEDED; 
    border-collapse:collapse;
}

.rc-info-table-th , .rc-info-table-td{
    border-top: 2px solid #EDEDED; 
    border-left: 2px solid #EDEDED; 
    padding: 20px;
    text-align: center;
}

.rc-info-table-th{
    width: 30%;
    background-color: #FCFCFC;
    font-weight: bold;
}

.rc-info-table-td{
    width: 70%;
    border-right: 2px solid #EDEDED; 
}

.rc-info-present{
    width: 100%;
}

.rc-info-present-l{
    width: 30%;
    position: relative;
    
}

.rc-info-present-img{
    width: 100%;
}

.rc-info-present-budge{
    position: absolute;
    top: 0;
    left: 0;
}

.rc-info-present-r{
    width: 70%;
    padding-left: 30px;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.rc-info-present-ranktext{
    font-size: 20px;
    font-weight: normal;
    color: #F38200;
}

.rc-info-present-text span{
    font-size:16px;
}

.rc-info-present-number{
    text-align: right;
    color: #F38200;
}

.rc-info-text{
    width: 100%;
}

.rc-info-list{
    width: 100%;
}

.rc-info-list li{
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 10px; 
}

.rc-info-annotation{
    font-size: 14px;
    padding-left: 1.3em;
    text-indent: -1.3em;
    width: 100%;
}

.rc-info-annotation span{
    color:#E33C0B;
}

.rc-info-keyword{
    font-size: 30px;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 800;
}

.rc-info-point{
    color:#5A8923;
    width: 100%;
}

.rc-info-point span{
    color:#ffffff;
    padding: 5px 7px;
    background-color:#5A8923;
    border-radius: 5px;
    margin-right: 10px;
}

.rc-info-result{
    font-size: 16px;
}

/* hint */

.rc-hint{
    padding: 75px 0;
    background-color: #ffffff;
    background-image: url(../img/recipe-contest_foods_bg-01.svg) , url(../img/recipe-contest_foods_bg-02.svg) , url(../img/recipe-contest_foods_bg-03.svg) , url(../img/recipe-contest_foods_bg-04.svg);
    background-repeat: no-repeat;
    background-position: -20% -60% , 110% -50%, -5% 110% , 120% 130% ;
}

.rc-hint-title{
    color:#5A8923;
}

.rc-hint-img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* jooto */

.rc-jooto{
    padding: 75px 0;
    background-image: url(../img/recipe-contest_jooto_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
}

.rc-jooto-title{
    color:#D82E24;    
}

.rc-jooto-img{
    display: block;
    margin: 0 auto;
    width: 70%;
}

.rc-jooto-textarea{
    max-width: 938px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border: #EDEDED 5px solid;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
}

.rc-jooto-subtitle{
    color:#5A8923;
    font-size: 24px;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
}

.rc-jooto-text span{
    font-size: 14px;
    color:#D82E24; 
    font-weight: bold;
}

/* judge */

.rc-judge{
    background-color: #ffffff;
    background-image: url(../img/recipe-contest_wood_bg.png);
    padding: 75px 0;
}

.rc-judge-box{
    border-radius: 30px;
    background-color: #ffffff;
    padding: 5%;
    box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.02);
    width: 100%;
}

.rc-judge-l{
    width: 20%;
}

.rc-judge-img{
    width: 100%;
}

.rc-judge-r{
    width: 80%;
    padding-left: 30px;
}

.rc-judge-name{
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #956134;
}

.rc-judge-title{
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-size:16px; 
    font-weight: bold;
    color: #956134;
}

.rc-judge-subtitle{
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    color: #956134;
    border-bottom: 1px solid #956134;
}

.rc-judge-text{

}

.rc-judge-link{
    display: block;
    width: 100%;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #956134;
    color: #956134;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rc-judge-link:hover{
    background-color: #956134;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* agreement */

.rc-agreement{
    background-color: #ffffff;
    padding: 75px 0;
}

.rc-agreement-box{
    border-radius: 30px;
    background-color: #ffffff;
    padding: 5%;
    box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.02);
}

.rc-agreement-textarea{
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
}

.rc-agreement-textarea::-webkit-scrollbar{width:5px;}/*バーの太さ*/
.rc-agreement-textarea::-webkit-scrollbar-track{background:#EDEDED;}/*バーの背景色*/
.rc-agreement-textarea::-webkit-scrollbar-thumb{background:#956134;}/*バーの色*/

.rc-agreement-title{
    font-size: 20px;
    font-weight: bold;
}

.rc-agreement-subtitle{
    font-size: 14px;
    font-weight: bold;
}

.rc-agreement-text{
    font-size: 14px;
}

/* bktop */

.rc-bktop{
    background-color: #ffffff;
    padding: 75px 0;
}

.rc-bktop-button{
    display: block;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    width: 45%;
    padding: 20px;
    text-align: center;
    margin: auto;
    color: #F88E11;
    background-color: #ffffff;
    border: solid 4px #F88E11;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rc-bktop-button:hover{
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

    /* common */

    .a-heading.-type-01{
        font-size: 30px;
    }

    /* header */

    .l-header__unit{
        display: flex;
        height: 90px;
        justify-content: space-between;
    }

    .l-header__console__head{
        display: flex;
    }

    .l-header__logo{
        width: 150px;
        height: auto;
        padding: 19px 0px;
    }

    .l-header__console__sns > * {
        margin: 23px 0 23px 15px;
        width: 44px;
    }

    /* kv */

    .rc-kv{
        height: 30%;
    }

    .rc-kv-title{
        width: 100%;
    }

    .rc-kv-title::before , .rc-kv-title::after{
        display: none;
    }

    /* keyword-sp */

    .rc-keyword-sp{
        padding: 15px 0;
        background-color: #fbefdd;

    }

    .rc-keyword-sp-img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    /* intro */

    .rc-intro{
        padding: 50px 0;
        background-image: url(../img/recipe-contest_intro_bg_sp.png);
        background-position: center;
        min-height: 700px;
    }

    .o-grid.-pc-2col .o-grid__cell.rc-intro-l , .o-grid.-pc-2col .o-grid__cell.rc-intro-r {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .o-grid.-pc-2col .o-grid__cell.rc-intro-r{
        padding: 0px;
    }

    .a-heading.-type-01.rc-intro-title , .rc-intro-title span{
        font-size: 30px;
    }

    .rc-intro-title::before{
        top: -60px;
        right: 0; 
    }
    
    .rc-intro-title::after{
        display: none;
    }

    /* cv */

    .rc-cv{
        padding: 50px 0;
    }

    .o-grid.-pc-2col .o-grid__cell.rc-cv-button{
        font-size: 20px;
        max-width: 100%;
    }

    .rc-cv-button .rc-cv-icon{
         width: 25.41px;
        height: 21.81px;
    }

    /* info */

    .rc-info{
        padding: 50px 0;
    }

    .rc-info-box{
        padding: 6%;
        box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.03);
    }

    .rc-info-table-th, .rc-info-table-td {
        display: block;
        width: 100%;
        text-align: center;
    }

    .rc-info-table-th{
        border-right: 2px solid #EDEDED;
    }

    .rc-info-present-l{
        width: 100%;
    }

    .rc-info-present-r{
        width: 100%;
        padding: 0;
        margin: 10px 0;
        font-size: 20px;
    }

    .rc-info-present-ranktext{
        font-size: 16px;
    }

    /* hint */

    .rc-hint {
        padding: 50px 0;
        background-color: #ffffff;
        background-image: url(../img/recipe-contest_foods_bg-01.svg) , url(../img/recipe-contest_foods_bg-02.svg) , url(../img/recipe-contest_foods_bg-03.svg) , url(../img/recipe-contest_foods_bg-04.svg);
        background-position: -10% -5% , 120% 35%, -10% 70% , 110% 105%;
        background-size: 50% , 50% , 50% , 50%;
    }

    .rc-hint-img{
        max-width: 425px;
    }

    /* jooto */

    .rc-jooto{
        padding: 50px 0;
    
    }

    .rc-jooto-img{
        width: 70%;
        max-width: 425px;
    }

    .rc-jooto-text{
        text-align: left;
    }

    /* judge */

    .rc-judge{
        padding: 50px 0;
    }
    
    .rc-judge-box{
        padding: 6%;
        box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.03);
    }
    
    .rc-judge-l{
        /*width: 100%;*/
    }
    
    .rc-judge-img{
        width: 100%;
    }
    
    .rc-judge-r{
        /*width: 100%;
        padding: 0;*/
    }

    /* agreement */
    
    .rc-agreement{
        background-color: #ffffff;
        padding: 50px 0;
    }
    
    .rc-agreement-box{
        padding: 6%;
        box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.03);
    }

    /* bktop */

    .rc-bktop{
        padding: 50px 0;
    }

    .rc-bktop-button{
        width: 100%;
        display: block;
        font-size: 20px;
    }

}
