@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
#lavienne {
    font-size: 16px;
    color: #000000;
}
#lavienne a{       
    text-decoration: none;
	color: #000000;
}
#lavienne img{
    width: 100%;
    height: auto;
}
#lavienne .spBr{
    display: none;
}

/*フォント指定*/
#lavienne h2, 
#lavienne .conceptCorner dt,
#lavienne .button1 a{
    font-family: 'Sawarabi Mincho', serif!important;
}

#lavienne .topCorner4 ul li:hover,#lavienne .itemList .itemList3 li:hover,#lavienne .digitalCatalog:hover{
    opacity: 0.75;
}

/* FV */
#lavienne .fvBnr .spBnr {
    display: none;
}

#lavienne .fvBnr .fvText{
    font-size: 18px;
    text-align: center;
    line-height: 2;
}

#lavienne .fvBnr .fvText img {
    width: 35%;
    margin: 0 auto 10px;
    display: block;
}

#lavienne .topCorner4{
    margin-bottom: 40px;
}

#lavienne .topCorner4 ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

#lavienne .topCorner4 ul li {
    width: 23%;
    margin: 0 2% 2% 0;
}

#lavienne .topCorner4 ul li:nth-of-type(4n){
    margin-right: 0;
}

#lavienne h2,#lavienne h3 {
    text-align: center;
    margin: 0 0 15px;
}

#lavienne h2{
    font-size: 25px;
}

#lavienne h3 {
    font-size: 20px;
}

/*　カテゴリ　*/
#lavienne .categoryArea {
    margin-bottom: 60px;
}

#lavienne .categoryArea .category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
    margin: 0;
}

#lavienne .categoryArea .category li {
    width: 12%;
    text-align: center;
    font-size: 12px;
}

#lavienne .categoryArea .category li img {
    margin-bottom: 5px;
}

#lavienne .categoryArea .category li:hover,#lavienne .categoryArea .cateMore:hover,#lavienne .button1:hover{
    opacity: 0.75;
}

#lavienne .categoryArea .category img {
    border-radius: 50%;
    background-color: #f7f7f7;
}

/* コンテンツ */
#lavienne .featureContainer {
    margin-bottom: 60px;
}

#lavienne .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

#lavienne .itemList .itemList3 li {
    width: 24%;
    margin-right: 1.3%;
}
#lavienne .itemList .itemList3 li:nth-of-type(4n) {
    margin-right: 0;
}

#lavienne .itemList .itemImg3{
    margin-bottom: 10px;
}

/* 商品陳列　共通CSS */
#lavienne .itemList .lavienneName{
    font-size: 10px;
    color: #a5a5a5;
    margin-bottom: 0;
    height: 15px;
}

#lavienne .itemList .itemname {
    margin: 0;
}

#lavienne .star img{
    width: 13px!important;
}

#lavienne .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}

#lavienne .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}

#lavienne .itemList .boxlink_sold .star,#lavienne .itemList .boxlink_sold .lavienneName{
    display: none!important;
}

/* デジカタ */
#lavienne .digitalCatalog {
    margin: 0 auto 60px;
    width: 70%;
}

#lavienne .digitalCatalog .spImage, #lavienne .spdc {
    display: none!important;
}

#lavienne .button1 {
    width: 40%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 20px auto 0;
}

#lavienne .button1 a{
    border-radius: 45px;
    display: block;
    padding: 6px 15px;
    background-color: #fff;
    border: 1px solid #000;
}

#lavienne .button1 a::after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 5%;
}

/* SNS */
#lavienne .snsContainer {
    margin: 0 auto 60px;
    width: 70%;
}

#lavienne .snsContainer .snsCorner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#lavienne .snsContainer .summary {
    width: 100%;
    font-size: 13px;
    margin-right: 7px;
}

#lavienne .snsContainer .snsBnr {
    width: 75%;
}

#lavienne .snsContainer br{
    display: none;
}

#lavienne .conceptCorner {
    text-align: center;
}

#lavienne .conceptCorner dt {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

#lavienne .conceptCorner dd{
    line-height: 1.6;
}

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

#lavienne{
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
}

/* FV */
#lavienne .fvBnr .pcBnr{
    display: none;
}
#lavienne .fvBnr .fvText {
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
#lavienne .fvBnr .fvText br{
    display: none;
}
#lavienne .fvText img {
    width: 80%!important;
    margin: 0 auto 5px!important;
}

/* 特集 */
#lavienne .topCorner4 {
    margin-bottom: 18%;
}

#lavienne .topCorner4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2%;
}

#lavienne .topCorner4 ul li {
    width: 49%;
    margin: 0 0 2%;
}

/* カテゴリ */
#lavienne .categoryArea {
    margin-bottom: 17%;
}

#lavienne .categoryArea .category {
    display: flex;
    justify-content: flex-start;
    padding: 0 4%;
    margin: 0;
}

#lavienne .categoryArea .category li {
    width: 23.5%;
    margin: 0 2% 3% 0;
    text-align: center;
    font-size: 10px;
}

#lavienne .categoryArea .category li:nth-of-type(4n) {  
    margin-right: 0;
}

#lavienne .categoryArea .category img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f7f7f7;
}

/* コンテンツ */
#lavienne .itemList .container {
    margin: 10% 0 0;
}

/* 商品陳列　タイトル（テキスト） */
#lavienne .featureContainer {
    margin-bottom: 12%;
}

#lavienne h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 3%;
}

/*　商品陳列　パターン2（商品2つ） */
#lavienne .itemList .itemList3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
#lavienne .itemList .itemList3 li{
    width: 49%;
    margin: 0 0 8% 0;
} 
#lavienne .itemList .itemImg3{
    margin-bottom: 0;
}

/* 商品陳列　共通CSS */
#lavienne .itemList .itemSpec3 {
    padding: 2%;
}

#lavienne .itemList .salepricebox {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#lavienne .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}

/* デジカタ */
#lavienne .digitalCatalog {
    margin: 0 auto 20%;
    width: 80%;
}

#lavienne .digitalCatalog .pcImage, #lavienne .pcdc {
    display: none!important;
}

#lavienne .digitalCatalog .spImage, #lavienne .spdc {
    display: block!important;
}

#lavienne .button1 {
    width: 80%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 5% auto 2%;
}

#lavienne .button1 a{
    border-radius: 45px;
    display: block;
    padding: 6px 15px;
    background-color: #fff;
    border: 1px solid #000;
}

#lavienne .button1 a::after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 5%;
}

/* SNS */
#lavienne .snsContainer {
    margin: 0 0 20%;
    width: 100%;
    padding: 0 4%;
}

#lavienne .snsContainer .snsCorner {
    display: initial;
}

#lavienne .snsContainer .summary {
    text-align: center;
    margin: 0 auto 3%;
    width: 100%;
    margin-right: 0;
}

#lavienne .snsContainer .snsBnr {
    margin: 0;
    width: 100%;
}

#lavienne .conceptCorner {
    padding: 0 3%;
}

#lavienne .conceptCorner dt {
    font-size: 20px;
    margin-bottom: 2%;
}

#lavienne .conceptCorner dd {
    padding: 0;
    text-align: left;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

}