@charset "utf-8";
/* CSS Document */


/*------基本CSS（PC用記述記載）------*/
/* 共通CSS */
#be5 {
    font-size: 16px;
    color: #000000;
}
#be5 a{
    text-decoration: none;
	color: #000000;
}
#be5 img{
    width: 100%;
    height: auto;
}
#be5 .itemImg3:hover, #be5 .itemList .itemLink:hover, #be5 .button2:hover, #be5 .brandTop:hover {
    opacity: 0.75;
}


/* パンくず */
#be5 .breadcrumb_list2 {
display: flex;
float: none;
}
#be5 h1{
display: block;
color: #000000;
}


/* FV */
#be5 .fvBnr .spBnr {
    display: none;
}
#be5 .fvBnr img {
    margin-bottom: 70px;
}

#be5 .fvBnr img.d-md-block {
    width: 80%;
    margin: 0 auto 60px;
  }


#be5 .fvBnr .fvText {
    font-size: 14.5px;
    text-align: center;
    line-height: 2;
	margin: 0 auto 70px;
}
#be5 .fvBnr .fvText p {
	margin-bottom: 25px;
}

/*freespace*/

#be5 .freespace {
	margin: 0px auto 10%;
    width: 35%;
}


/*商品陳列*/
@media screen and (min-width: 521px) {
#be5 .itemList {
	width: 750px;
	margin: 0 auto;
}
}

#be5 .itemList .itemContents {
	margin-bottom: 100px;
}

@media screen and (min-width: 521px) {
#be5 .itemList .itemTitle {
	margin: 0 auto 45px;
    width: 500px;
}
#be5 .itemList .itemListTop {
	display: flex;
	justify-content: space-between;
	margin-bottom:70px;
}

}



#be5 .itemList .codeImg,
#be5 .itemList .codePoint {
	width: 48.5%;
}
#be5 .itemList .codePoint p {
	font-size: 14.5px;
	margin: 0 12px;
	line-height: 2;
}
#be5 .itemList .codeImgContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:35px;
}
#be5 .itemList .codeImgContainer li {
	width: 48.5%;
	position: relative;
}
#be5 .itemList .codeImgContainer2 {
	display: flex;
    justify-content: center;
	margin-bottom:35px;
}
#be5 .itemList .codeImgContainer2 li {
	width: 70%;
	position: relative;
}
#be5 .itemList .itemLink {
	text-align: center;
} 
#be5 .itemList .itemLink .soldOutMask {
	display: none;
}
#be5 .itemList .itemLink .star {
	justify-content: center;
}

/* 商品陳列　共通CSS */
#be5 .itemList .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	margin-top: 3px;
}
#be5 .itemList .price_info {
    margin-top: 3px;
}
#be5 .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#be5 .itemList .price {
    font-size: 12px;
}
#be5 .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}
#be5 .itemList .star {
    display: flex;
    align-items: center;
	line-height: 1.1;
	margin-top: 4px;
}
#be5 .itemList .itemSpec3 .star {
	justify-content: left;
}
#be5 .itemList .star img {
    width: 13px;
}
#be5 .itemList .review_count {
    font-size: 11px;
}
#be5 .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}
#be5 .itemList .itemSpec3 {
    margin-top: 10px;
}

/*　もっと見るボタン　パターン2（背景なし）*/	
#be5 .button2 {
    width: 30%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin: 20px auto 0;
}
#be5 .button2 a,
#be5 .button2_2 a {
    color: #000;
    display: block;
    padding: 6px 15px;
	border: 1px solid #333;
}
#be5 .button2_2 {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin: 0 auto 35px;
}

/*　ボトムテキスト */	
@media screen and (min-width: 521px) {
#be5 .bottomText {
	width: 650px;
    font-size: 14.5px;
    text-align: center;
    line-height: 2;
	margin: 0 auto 110px;
}
}

#be5 .bottomText p {
	margin-bottom: 25px;
}
#be5 .bottomText .pcBr {
    display: none;
}

/* 見出しパターン2（背景なし+テキスト）*/
#be5 .subTtle2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.2;
    letter-spacing: 2px;
}

/*　商品陳列　パターン3（商品3つ） */	
#be5 .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#be5 .itemList .itemList3 li {
    width: 32%;
	margin-bottom: 50px;
}

/*　SOLDOUT対応　*/	
#be5 .itemList .itemContents .boxlink_sold .itemname,
#be5 .itemList .itemContents .boxlink_sold .price_info,
#be5 .itemList .itemContents .boxlink_sold .star,
#be5 .itemList .itemContents .boxlink_sold .button2 {
    display: none;
}
#be5 .itemList .itemContents .boxlink_sold .soldOutMask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 22px;
}

/*アニメーション要素のスタイル*/
#be5 .animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(100px);
}
/*アニメーション要素までスクロールした時のスタイル*/
#be5 .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*　ブランドトップへ戻る　*/	
#be5 .brandTop {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 60px auto;
}
#be5 .brandTop a {
    color: #fff;
    display: block;
    padding: 6px 15px;
    border: 1px solid #333;
    background-color: #000;
}




/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
/* 共通CSS */
#be5{
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
	color: #000;
}
#be5 img{
	width: 100%;
	height: auto;
}
#be5 a{
    text-decoration: none;
	color: #000;
}

/* パンくず */
#be5 .breadcrumb_list2 {
    font-size: 10px;
    padding-bottom: 10px;
}
#be5 .breadcrumb_list2 a {
    color: #000;
	font-weight: normal;
}
#be5 .breadcrumb_list2 h1 {
    display: inline-block;
	color: #000;
}

/* FV */
#be5 .fvBnr .pcBnr {
    display: none;
}
#be5 .fvBnr .spBnr {
    display: block;
}
#be5 .fvBnr img {
	margin-bottom: 15%;
}
#be5 .fvBnr .fvText {
    font-size: 15px;
    line-height: 2;
    text-align: center;
	margin: 0 10% 15%;
}
#be5 .fvBnr .fvText p {
	margin-bottom: 5%;
}
#be5 .fvBnr .fvText .spBr,
#be5 .bottomText .spBr {
    display: none;
}

/*freespace*/
#be5 .freespace {
    margin: 0px auto 20%;
    width: 90%;
}


/*商品陳列*/
#be5 .itemList .itemContents {
	margin-bottom: 25%;
}
#be5 .itemList .itemTitle,
#be5 .itemList .codeImg {
	margin: 0 0 5%;
}

#be5 .itemList .codePoint {
    width: 100%;
}
#be5 .itemList .codePoint p {
	margin: 2% 4% 8%;
	font-size: 15px;
    line-height: 1.7;
}
#be5 .itemList .codeImgContainer,
#be5 .itemList .codeImgContainer2 {
	margin: 0 3% 5%;
}
#be5 .itemList .codeImgContainer li {
	margin: 0 0 15%;
	position: relative;
}
#be5 .itemList .codeImgContainer li:last-child,
#be5 .itemList .codeImgContainer2 li {
    width: 100%;
	margin: 0 auto;
	position: relative;
}
#be5 .itemList .itemLink {
	text-align: center;
} 
#be5 .itemList .itemLink .soldOutMask {
	display: none;
}
#be5 .itemList .itemLink .star {
    justify-content: center;
}

#be5 .itemList .codeImg {
    width: 100%;
}

 /* 商品陳列　共通CSS */	
#be5 .itemList .itemname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}

#be5 .itemLink .itemList .itemname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
    margin-top: 10%;
}

#be5 .itemList .price_info {
    margin-top: 4px;
}
#be5 .itemList .salepricebox {
    margin-top: 4px;
    display: block;
	color: #fb0000;
}
#be5 .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}
#be5 .itemList .price {
    font-size: 14px;
}

#be5 .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}
#be5 .itemList .star {
    display: flex;
	align-items: center;
	line-height: 1.1;
	margin-top: 4px;
}	
#be5 .itemList .star img {
    width: 14px;
}
#be5 .itemList .review_count {
    font-size: 11px;
}
#be5 .itemList .itemSpec3 {
    padding: 0px 7px 0px;
}

/*　もっと見るボタン　パターン2（背景なし）*/		
#be5 .button2 {
    width: 40%;
    text-align: center;
    font-size: 11px;
    line-height: 2;
    position: relative;
    margin: 5% auto;
}
#be5 .button2 a,
#be5 .button2_2 a {
    color: #000;
    display: block;
    padding: 10px;
    border: 1px solid #000;
}
#be5 .button2_2 {
    width: 80%;
    text-align: center;
    font-size: 11px;
    line-height: 2;
    margin: 10% auto 20%;
}

/*　ボトムテキスト */	
#be5 .bottomText {
	font-size: 15px;
    line-height: 2;
    text-align: center;
    margin: 0 10% 20%;
}
#be5 .bottomText p {
	margin-bottom: 5%;
}
#be5 .bottomText .pcBr {
    display: block;
}

/* 見出しパターン2（背景なし+テキスト）*/
#be5 .subTtle2 {
    font-size: 23px;
    text-align: center;
    margin: 0 0 5%;
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-family: 'Tenor Sans', sans-serif;
}

/*　商品陳列　パターン3（商品3つ） */
#be5 .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#be5 .itemList .itemList3 li {
    width: 49%;
    margin-bottom: 5%;
}

/*　SOLDOUT対応　*/	
#be5 .itemList .itemContents .boxlink_sold .itemname,
#be5 .itemList .itemContents .boxlink_sold .price_info,
#be5 .itemList .itemContents .boxlink_sold .star,
#be5 .itemList .itemContents .boxlink_sold .button2 {
    display: none;
}
#be5 .itemList .itemContents .boxlink_sold {
	position: relative;
}
#be5 .itemList .itemContents .boxlink_sold .soldOutMask {
	width: 100%;
    height: auto;
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 22px;
}

/*アニメーション要素のスタイル*/
#be5 .animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(100px);
}
/*アニメーション要素までスクロールした時のスタイル*/
#be5 .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*　ブランドトップへ戻る　*/
#be5 .brandTop {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 60px auto;
}
#be5 .brandTop a {
    color: #fff;
    display: block;
    padding: 10px 30px 10px 15px;
    border: 1px solid #000;
    background-color: #000;
}

}
