@charset "utf-8";
/* CSS Document */

/*------基本CSS（PC用記述記載）------*/
/* 共通CSS */
#be1 {
    font-size: 16px;
    color: #000000;
}

#be1 a{
    text-decoration: none;
	color: #000000;
}

#be1 a:active {
  color: #000000;
}

#be1 img{
    width: 100%;
    height: auto;
}

#be1 .navi3 li:hover, #be1 .button2:hover, #be1 .brandTop:hover{
    opacity: 0.75;
}

/* パンくず */
#be1 .breadcrumb_list2 {
display: flex;
float: none;
}

#be1 h1{
display: block;
color: #000000;
line-height: normal;
}

/* FV */
#be1 .fvBnr {
    margin-bottom: 30px;

}

#be1 .fvBnr .spBnr {
    display: none;
}

#be1 .fvBnr img {
    margin-bottom: 20px;

}

#be1 .fvBnr .fvText {
    font-size: 16px;
	text-align: center;
}

/* naviパターン3（2列+背景あり） */
#be1 .navi3{
    display: flex;
     justify-content: space-between;
     width: 90%;
     margin: 0 auto;
 }

 #be1 .navi3 li{
     text-align: center;
     width: 35%;
     position: relative;
     background-color: #000;
     border-radius: 10px;
     margin: 0 auto;
     list-style: none;
 }


 #be1 .navi3 li a {
     padding: 20px;
     display: block;
     color: #ffffff!important;
 }

 #be1 .navi3 li::after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 49%;
    bottom: 13%;
}
#be1 .navi3 br{
    display: none;
}

 /* 商品陳列　タイトル（テキスト）*/
#be1 .itemList .itemList1Title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 70px;
}

#be1 .itemList .itemList1TitleCopy1 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

#be1 .itemList .itemList1TitleCopy1 br {
    display: none;
}

 /* 商品陳列　共通CSS */

#be1 .itemList .brandname {
    font-size: 10px;
	color: #8f929b;
}

#be1 .itemList .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	margin-top: 2px;
}

#be1 .itemList .price_info {
    margin-top: 3px;
}

#be1 .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}


#be1 .itemList .price {
    font-size: 12px;
}

#be1 .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}

#be1 .itemList .star {
    display: flex;
    align-items: center;
	line-height: 1.1;
	margin-top: 4px;
}

#be1 .itemList .star img {
    width: 13px;
}

#be1 .itemList .review_count {
    font-size: 12px;
    margin-left: 8px;
}

#be1 .boxlink_sold .itemBtn, #be1 .boxlink_sold .button {
    display: none;
}


#be1 .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}

#be1 .itemList .itemSpec3{
    margin-top: 10px;
}

/*　商品陳列　パターン3（商品3つ） */
#be1 .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#be1 .itemList .itemList3 li {
    width: 23%;
	margin-bottom: 30px;
    list-style: none;
}
#be1 .itemList1Title br{
    display: none;
}
/*　もっと見るボタン　パターン2（背景なし）*/
#be1 .button2 {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 50px auto 40px;
}


#be1 .button2 a {
    color: #000;
    display: block;
    padding: 6px 15px;
	border: 1px solid #333;
	border-radius: 45px;
}

#be1  .button2 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 37%;
    right: 5%;
}

/*　ブランドトップへ戻る　*/

#be1 .brandTop {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 60px auto 60px;
}

#be1 .brandTop a {
    color: #ffffff!important;
    display: block;
    padding: 6px 15px;
    border: 1px solid #333;
    background-color: #000;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
/* 共通CSS */
#be1{
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
	color: #000;
}

#be1 img{
	width: 100%;
	height: auto;
}

#be1 a{
    text-decoration: none;
	color: #000;
}

/* パンくず */
#be1 .breadcrumb_list2 {
    font-size: 10px;
    padding-bottom: 10px;
}

#be1 .breadcrumb_list2 a {
    color: #000;
	font-weight: normal;
}

#be1 .breadcrumb_list2 h1 {
    display: inline-block;
	color: #000;
}

/* FV */
#be1 .fvBnr {
    margin-bottom: 30px;
}

#be1 .fvBnr .pcBnr {
    display: none;
}

#be1 .fvBnr .fvText {
    padding: 10px 25px 0;
	font-size: 14px;
    line-height: 1.8;
}

/* naviパターン3（2列+背景あり） */
#be1 .navi3{
    display: flex;
    justify-content: space-around;
    width: 94%;
    margin: 0 auto 30px;
}

#be1 .navi3 li{
    text-align: center;
    width: 47%;
    position: relative;
    background-color: #000;
    border-radius: 7px;
    list-style: none;
}

#be1 .navi3 li a {
    padding: 20px 0;
    display: block;
    color: #ffffff!important;
}

#be1 .navi3 li::after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 48%;
    bottom: 13%;
}

 /* 商品陳列　共通CSS */
#be1 .itemList .brandname {
    font-size: 10px;
	color: #8f929b;
}

#be1 .itemList .itemname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
	margin-top: 2px;
}

#be1 .itemList .price_info {
    margin-top: 3px;
}

#be1 .itemList .salepricebox {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}

#be1 .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}

#be1 .itemList .price {
    font-size: 14px;
}

#be1 .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}

#be1 .itemList .star {
    display: flex;
	line-height: 1.1;
	margin-top: 4px;
}

#be1 .itemList .star img {
    width: 12px;
}

#be1 .itemList .review_count {
    font-size: 10px;
}

#be1 .itemList .itemSpec3 {
    padding: 10px 7px 0px;
}

#be1 .itemList .boxlink_sold .itemBtn, #be1 .itemList .boxlink_sold .button {
    display: none;
}

#be1 .itemList li {
    position: relative;
}

/* 商品陳列　タイトル（テキスト） */
#be1 .itemList .itemList1Title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 60px;
}

#be1 .itemList .itemList1TitleCopy1 {
   margin: 0 3% 6%;
   text-align: center;
   line-height: 1.8;
}

/*　商品陳列　パターン3（商品3つ） */
#be1 .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#be1 .itemList .itemList3 li {
    width: 49%;
    margin-bottom: 5%;
    position: relative;
    list-style: none;
}

/*　もっと見るボタン　パターン2（背景なし）*/
#be1 .button2 {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 40px auto;
}

#be1 .button2 a {
    color: #000;
    display: block;
    padding: 10px 30px 10px 15px;
	border: 1px solid #000;
	border-radius: 45px;
}

#be1  .button2 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 41%;
    right: 5%;
}

/*　ブランドトップへ戻る　*/
#be1 .brandTop {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 60px auto 60px;
}

#be1 .brandTop a {
    color: #ffffff!important;
    display: block;
    padding: 10px 30px 10px 15px;
    border: 1px solid #000;
    background-color: #000;
}



}
