@charset "utf-8";

/* ==================================================================
    scene.css

=================================================================== */

/* --------------------------------
   □ accentarea
-------------------------------- */

.contents .accentarea{
    box-sizing:border-box;
    display: table;
    background: url("../../images/scene/baseball_bg.jpg") 0% 20% no-repeat #dadada;
    width: 100%;
    height: 300px;
    background-size: cover;
}
    .contents .accentarea.sports{
       background: url("../../images/scene/scene_1.jpg") 50% 0% no-repeat #dadada;
       background-size: cover;
    }
    .contents .accentarea.event{
       background: url("../../images/scene/scene_2.jpg") 50% 0% no-repeat #dadada;
       background-size: cover;
    }
    .contents .accentarea.shop{
       background: url("../../images/scene/scene_3.jpg") 50% 0% no-repeat #dadada;
       background-size: cover;
    }
    .contents .accentarea.school{
       background: url("../../images/scene/scene_4.jpg") 50% 0% no-repeat #dadada;
       background-size: cover;
    }
    .contents .accentarea.gift{
       background: url("../../images/scene/scene_5.jpg") 50% 0% no-repeat #dadada;
       background-size: cover;
    }

.contents .accentarea h2{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* --------------------------------
   □ #item_list
-------------------------------- */

#item_list .lineuplist h3{
    font-size: 150%; /*24*/
    line-height: 2em;
    margin-bottom: 35px;
    margin-top: 80px;
    text-align: center;
}
#item_list .lineuplist .description{
    height: 183px;
    padding-bottom: 95px;
}
#item_list .lineuplist .description .text{
    width: 67%; /*724px;*/
    float: left;
}
#item_list .lineuplist .description .image{
    width: 29%;
    float: right;
}
    #item_list .lineuplist .description .image img{
        width: 321px;
        height: 183px;
        float: right;
    }
#item_list .lineuplist .more p.buttonStyle a{
    width: 23%;
}


/* ----------------------------------------
   スマホ
------------------------------------------- */
@media only screen and
(max-width : 767px) {

    /* --------------------------------------
       □ lineup
    ----------------------------------------- */


    /* --------------------------------
       □ accentarea
    -------------------------------- */

    .contents .accentarea{
        height: 150px;
        width: 104%;
        height: 150px;
        background-size: cover;
        background-position: 50%;
    }
    .contents .accentarea h2{
        font-size: 24px;
    }

    /* --------------------------------
       □ #item_list
    -------------------------------- */
    #item_list {
        margin-bottom: 50px;
    }
    #item_list .lineuplist .description{
        height: auto;
        padding-bottom: 40px;
    }
    #item_list .lineuplist h3{
        font-size: 113%; /*18*/
        margin-bottom: 20px;
        margin-top: 25px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #item_list .more p.buttonStyle a {
        width: 50%;
        margin-top: 0;
    }
    #item_list .lineuplist .description .text,
    #item_list .lineuplist .description .image,
    #item_list .lineuplist .description .image img{
        width: 100%;
        float: none;
    }


}

