@charset "utf-8";

/*=============================================*/
/*=============================================*/
/*=============================================*/
/*=============================================*/
/* PC */
/* 767px over desktop */


@media screen and (min-width: 768px){

    a:link, a:visited{

        text-decoration: none;
        color: #fff;

    }

    .sp-only{

        display: none;

    }

    .kv_area{



    }

    #allwrap{}
































    /*=============================================*/
    /*============= KV AREA =============*/

    .kv_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 100px 0px 0px 0px;
        margin: 0px;
        width: 100%;

    }

    .inner_kv_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 0px;
        width: 100%;

    }

    .kv--title_area{

        position: relative;
        top: 0px;
        left: 50%;
        width: 200px;
        padding: 0px 0px 0px 0px;
        margin: 50px 0px 0px -100px;
        z-index: 100;

    }

    .kv--title_area > img{

        width: 100%;

    }















    /*=============================================*/
    /*============= MAIN CONTENTS AREA =============*/

    .main_contents_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 100px 0px 0px 0px;
        min-height: 200px;
        background:
                url("../asset/img/common/bg_hoshi.png")
                #ffcb15 repeat;

    }

    .inner_main_contents_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 20px 0px 70px 0px;
        margin: 0px;

    }

    .main_contents_area_border{

        position: absolute;
        top: -180px;
        width: 100%;
        height: 180px;
        padding: 0px;
        margin: 0px;
        background:
                url("../asset/img/common/main_contents_area_border_yellow.png")
                center repeat-x;
        background-size: cover;

    }















    /*=============================================*/
    /*============= MAIN CONTENTS AREA / EVENT AREA =============*/

    .event--text_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 0px;
        width: 100%;

    }

    .inner_event_text_area{

        position: relative;
        padding: 0px;
        margin: 0px 20px 0px -480px;
        color: #000;
        text-align: center;
        font-size: 14px;
        top: 0px;
        left: 50%;
        width: 960px;

    }

    .event--list_area {

        position: relative;
        padding: 50px 0px 50px 30px;
        margin: 20px 0px 50px -500px;
        top: 0px;
        left: 50%;
        width: 970px;
        list-style: none;
        text-align: left;
        background-color: #fff;
        box-shadow: 5px 5px rgba(255, 162, 0, 0.8);

    }





















}

















/*=============================================*/
/*=============================================*/
/*=============================================*/
/*=============================================*/
/* SP */
/* iphone - android */

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

    a:link, a:visited{

        text-decoration: none;
        color: #fff;

    }

    .pc-only{

        display: none;

    }
















    /*=============================================*/
    /*============= KV AREA =============*/

    .kv_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 50px 0px 0px 0px;
        margin: 0px;
        width: 100%;

    }

    .inner_kv_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 0px;
        width: 100%;

    }

    .kv--title_area{

        position: relative;
        top: 0px;
        left: 50%;
        width: 200px;
        padding: 30px 0px 30px 0px;
        margin-left: -100px;
        z-index: 100;

    }

    .kv--title_area > img{

        width: 100%;

    }















    /*=============================================*/
    /*============= MAIN CONTENTS AREA =============*/

    .main_contents_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 0;
        min-height: 200px;
        background:
                url("../asset/img/common/bg_hoshi.png")
                #ffcb15 repeat;

    }

    .inner_main_contents_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 20px 0px 70px 0px;
        margin: 0px;

    }

    .main_contents_area_border{

        position: absolute;
        top: -100px;
        width: 100%;
        height: 100px;
        padding: 0px;
        margin: 0px;
        background:
                url("../asset/img/common/article--border--sp.png")
                center repeat-x;
        background-size: cover;

    }















    /*=============================================*/
    /*============= MAIN CONTENTS AREA / EVENT AREA =============*/

    .event--list_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 10px 10px 10px 10px;
        margin: 20px 10px 50px 10px;
        box-shadow: 5px 5px rgba(255, 162, 0, 0.8);
        background-color: #fff;
        text-align: left;

    }

    .event--text_area{

        position: relative;
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 0px;
        width: 100%;

    }

    .inner_event_text_area{

        position: relative;
        padding: 0px;
        margin: 0px 20px 0px 20px;
        color: #000;
        text-align: left;
        font-size: 12px;
        top: 0px;
        left: 0px;

    }



}













































