@charset "utf-8";
/* CSS Document */

#colorwig{
    background-color: #fff; /* Old browsers */
    text-align:center;
    overflow: hidden;
    color: #4d4d4d;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#colorwig .colorImg{
    max-width: 100%;
    height: auto;
    margin: 15pt 0;
    padding: 0;
}

#colorwig .colorImg img{
    margin-bottom: 10px;
}

#colorwig .heading,.sp_hero{
    position: relative;
}

#colorwig .heading h2,.sp_hero h2{
    color:#4d4d4d;
    background-color:rgba(0,0,0,0);
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 4em;
    font-weight: normal;
    width: 100%;
}

#colorwig .txtBox{
    margin: 30px 5px;
}

#colorwig .txtBox p{
    padding:5px; 
    font-family: sans-serif;
}

#colorwig #news:before{
    width: 100%;
    height: 2px;
    content:'';
    display: block;
    background: rgba(153,153,153,0.5);
}

#colorwig #category:before{
    width: 100%;
    height: 2px;
    content:'';
    display: block;
    background: rgba(153,153,153,0.5);
}

#colorwig .colorwig #colorrank:before{
    width: 100%;
    height: 2px;
    content:'';
    display: block;
    background: rgba(153,153,153,0.5);
}

#colorwig #reccomends:before{
    width: 100%;
    height: 2px;
    content:'';
    display: block;
    background: rgba(153,153,153,0.5);
}

#colorwig .ttl{
    color: #4d4d4d;
    background-color:rgba(0,0,0,0);
    font-size: 50px;
    font-weight: 300;
    letter-spacing:5px;
    margin: 40px 0 0;
    padding: 0;
}

#colorwig .subttl{
    color: #4d4d4d;
    background-color:rgba(0,0,0,0);
    font-size: 120%;
    margin: 0 0 40px 0;
    padding: 0!important;
}

/*スライダー　オプション*/
.sp-button {
    border:2px solid #999999!important;
}
.sp-selected-button {
    background-color: #999999!important;
}
.sp-buttons{
    padding: 25px 0!important;
}

#category .grid li p{
    margin-top: 15px!important;
    font-family: sans-serif;
}

#category .grid li a{
    text-decoration: none;
}

#reccomends ul li{
    padding:10px 10px 0 10px;
}

.layout-menu ul.sidenavi .prparts{
    background:url(/img/common/icn-side-chara-parts.png) top left;
    background-size:50px 50px;
    background-repeat:no-repeat;
}

.layout-menu ul.sidenavi .prUnico {
    background:url(/img/color/icn/icn-side-unico.png) top left;
    background-size:50px 50px;
    background-repeat:no-repeat;
}

.layout-menu ul.sidenavi .prFancy {
    background:url(/img/color/icn/icn-side-fancy.png) top left;
    background-size:50px 50px;
    background-repeat:no-repeat;
}

.layout-menu ul.sidenavi .prRoman {
    background:url(/img/color/icn/icn-side-roman.png) top left;
    background-size:50px 50px;
    background-repeat:no-repeat;
}

.layout-menu ul.sidenavi .prMacaron {
    background:url(/img/color/icn/icn-side-macaron.png) top left;
    background-size:50px 50px;
    background-repeat:no-repeat;
}

.layout-menu ul.sidenavi .prTrance {
    background:url(/img/color/icn/icn-side-Trance.png) top left;
    background-size:50px 50px;
    background-repeat:no-repeat;
}

/* 480px以下の時 ==============================================================*/
@media (max-width: 480px) {
    #prisilaTop.colorwig ul li dl dd a.rank-thum {
        height: 150px !important;
    }

    #colorwig .colorImg{
        display:none;
    }
    #colorwig .sp_hero{
        display:block;
    }

    #colorwig .heading h2,.sp_hero h2{
        color:#fff;
        font-size: 2em;
    }

    #colorwig .ttl{
        font-size: xx-large;
        font-weight: normal; 
    }

    #colorwig .sp-layer{
        position: inherit!important;
    }

}
/* PC base 600px以上の時 ==============================================================*/
@media (min-width: 801px) {

    #colorwig .sp_hero{
        display: none;  
    }

    #colorwig .sp_hero h2{
        display: none
    }

    #prisilaTop.colorwig #color section {
        margin:0 auto 6em;
    }

    .colorwig #color section h3 {
        margin: 0 auto 50px;
    }

    #prisilaTop.colorwig #color section:last-child {
        margin:0 auto 2em;
    }

    #prisilaTop.colorwig .layout_table .layout-content {
        max-width: 1100px;
        width: 100%;
        float: none;
    }

    #prisilaTop.colorwig .layout-menu {
        max-width: 1100px;
        width: 100%;
        margin: 30px auto 0;
        float: none;
        overflow:hidden;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-content:space-between;    
    }

    #prisilaTop.colorwig .layout-menu section {
        width:24%;
    }

    #prisilaTop.colorwig .layout-menu .sContents li {
        width:49%;
        float:left;
        margin-bottom: 1%;
    }



    @keyframes rumble{
        0%	{transform:rotate(0deg)	translate(0,0);}
        12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
        25%	{transform:rotate(0.8deg)	translate(0px,1px);}
        37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
        50%	{transform:rotate(0deg)	translate(0,0);}
        62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
        75%	{transform:rotate(-0.8deg)	translate(0,1px);}
        87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
        100%	{transform:rotate(0deg)	translate(0,0);}
    }

    #colorwig .colorwig #special ul li {
        width:49%;
        max-width:540px;
        min-width:300px;
        margin:0 auto 20px;
    }


}

/* ipad  800px以上の時 ==============================================================*/
@media (min-width: 479px) and (max-width: 800px){
    #colorwig .sp_hero{
        display: none;
    }
}