@charset "UTF-8";

/* ---------------------------------------------------------
	下層ページ
---------------------------------------------------------- */

/* ---------------------------------------------
	ビジュペディアページ
--------------------------------------------- */
.sPage #contentAllWrap{
    width: 1200px;
}

.bijupedia h2.pageTtl{
    height: 62px;
    background-size: 490px;
    background-position: center -235px;
    margin-bottom: 10px;
}
.bijupedia h3{
    text-align: center;
    font-size: 140%;
    letter-spacing: -0.1em;
}
.cx_smartphoneview.bijupedia h3{ font-size: 120%;}

.bijupedia #contentAllWrap{
    width: 1200px;
    padding: 30px 20px;
}
.cx_smartphoneview.bijupedia #contentAllWrap{
    width: 100%;
}

/* ----------------- ソート ----------------- */
#sort_btn{ margin-bottom: 2em;}
#sort_btn li{
    float: left;
    width: 9.1%;
    background-color: #808080;
    margin-right: 1%;
    text-align: center;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    line-height: 3em;
    position: relative;
    cursor: pointer;
}
#sort_btn li:nth-last-of-type(1){ margin-right: 0;}
#sort_btn li::after{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
#sort_btn li:hover{ background-color: #656565;}
#sort_btn li.on{ background-color: #e80086;}

.cx_smartphoneview #sort_btn{ margin-bottom: 0.6em;}
.cx_smartphoneview #sort_btn li{
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 4px;
    line-height:  2.6em;
}
.cx_smartphoneview #sort_btn li:nth-of-type(5n){ margin-right: 0;}

/* -----------------  ----------------- */
.bijupedia .bijupediaWrap{
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
}

.cx_smartphoneview.bijupedia .bijupediaWrap{
    width: 100%;
    margin: 0;
}

.bijupedia .bijupediaWrap li{
    border: solid 3px #555;
    border-radius: 10px;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.bijupedia .bijupediaWrap:nth-of-type(3n){ margin: 0;}
.bijupedia .bijupediaWrap li dt{
    font-size: 115%;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.07em;
    padding: 15px 15px 10px;
}
.bijupedia .bijupediaWrap li dd.def{
    padding: 0 15px 10px;
    font-size: 94%;
    line-height: 1.8;
}
.bijupedia .bijupediaWrap li dd.photo_bs+dd.def{ padding: 15px 15px 10px;}
.bijupedia .bijupediaWrap li dd.def a{ color: #e80086;}
.bijupedia .bijupediaWrap li dd.def a:hover{ text-decoration: underline;}

.cx_smartphoneview.bijupedia .bijupediaWrap li dt{ font-size: 125%;}
.cx_smartphoneview.bijupedia .bijupediaWrap li dd.def{ font-size: 100%;}


.bijupedia .bijupediaWrap li dd.photo_bs,
.bijupedia .bijupediaWrap li dd.photo_bs img{
    width: 100%;
    height: auto;
}
.bijupedia #bijutsuchanWrap li dd.photo_bs img{}


.bijupediaListWrap{
    width: 33%;
    float: left;
    margin-right: 0.5%;
}
.bijupediaListWrap:nth-of-type(3){ margin-right: 0;}
.cx_smartphoneview .bijupediaListWrap{
    width: 100%;
    float: none;
    margin-right: 0;
}
.cx_smartphoneview #col2,
.cx_smartphoneview #col3{ display: none;}
.bijupediaListWrap li{
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    padding: 1em 6%;
    margin-bottom: 1em;
    display: none;
}
.bijupediaListWrap dt{
    font-weight: bold;
    font-size: 180%;
    letter-spacing: -0.05em;
    line-height: 1.2;
}
.bijupediaListWrap dd.kana{
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1.2;
    text-indent: -0.5em;
    border-bottom: solid 3px #000;
    margin-bottom: 0.8em;
}
.bijupediaListWrap dd.kana::before{ content: "【";}
.bijupediaListWrap dd.kana::after{ content: "】";}
.bijupediaListWrap dd.def{
    line-height: 1.8;
    font-size: 94%;
}
.bijupediaListWrap dd.def a{
    font-weight: bold;
    text-decoration: underline;
    color: #e3226c;
}
.bijupediaListWrap dd.def a:hover{
    color: #ff5294;
}
.bijupediaListWrap .photo_bs + dd.def{ margin-top: 0.8em;}
.bijupediaListWrap .photo_bs{ margin-top: 0.8em;}
.bijupediaListWrap .photo_bs img{ width: 100%; height: auto;}
.bijupediaListWrap .photo_bs p{ font-size: 94%; display: none;}
