@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :cosplay.css
 style info :cosplay.html の css
=================================================================== */

/* Project
========================================================== */

/* cosplay.html の背景
---------------------------------------------------------- */
.p-cosplay-bg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* characters.html ヘッダー
---------------------------------------------------------- */
.p-cosplay-header
{
    position: relative;
}
.p-cosplay-header__pagetitle
{
    position: relative;
    z-index: 10;
    padding-top: 50px;
}
.p-cosplay-header__gototop
{
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
}

/* characters.html キャラ一覧
---------------------------------------------------------- */
.p-cosplay-list
{
    position: relative;
    z-index: 10;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 0;
    list-style: none;
}
.p-cosplay-list__item
{
    width: 100%;
    margin: 0 auto 12px;
    position: relative;
}
.p-cosplay-list__item span {
    position: absolute;
    width: 59%;
    top: 38.9%;
    left: 4.3%;
    z-index: 10;
}

.p-cosplay-list__item span img{
    width: 100%;
}

.p-cosplay-list__item img{
    position: relative;
    top:0;
    left: 0;
}

/* characters.html メイン
---------------------------------------------------------- */
.p-cosplay-main
{
    margin-bottom: 30px;
}
