@charset "utf-8";
/* CSS Document */

/*------基本CSS（PC用記述記載）------*/
#ra5 {
    font-size: 16px;
    color: #000000;
}
#ra5 a{
    text-decoration: none;
	color: #000000;
}
#ra5 a:active {
  color: #000000;
}
#ra5 img{
    width: 100%;
    height: auto;
}
#ra5 .navi1 li:hover,
#ra5 .brandTop:hover,
#ra5 .button2:hover
{
    opacity: 0.75;
}
/* パンくず */
#ra5 .breadcrumb_list2 {
display: flex;
float: none;
}
#ra5 h1{
display: block;
color: #000000;
}
 /* 商品陳列 */
#ra5 .itemList .itemSpec3 .added {
    margin: 0 0 5px 0;
    font-size: 11px;
    display: flex;
    align-items: center;
}
#ra5 .itemList .itemSpec3 .added .newPict {
background-color: #ccc;
    border-radius: 5px;
    padding: 10px 5px;
    margin-right: 5px;
    font-size: 12px;
    width: 85px;
    box-sizing: border-box;
    text-align: center;
}
#ra5 .itemList .itemSpec3 .added .content {
    width: 230px;
}
#ra5 .itemList .itemSpec3 .added .content img {
    width: auto;
	height: 32px;
	margin-left: 8px;
	margin-bottom: 1rem;
}
/* FV */
#ra5 .fvBnr {
    margin-bottom: 30px;
}
#ra5 .fvBnr .spBnr {
    display: none;
}
#ra5 .fvBnr img {
    margin-bottom: 20px;
}
#ra5 .fvBnr .fvText {
    font-size: 18px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 32px;
}
/* navi */
#ra5 .navi1{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto 80px;
}
#ra5 .navi1 li{
    text-align: center;
    width: 45%;
    position: relative;
    background-color: #000;
	border-radius: 10px;
}
#ra5 .navi1 li a {
    padding: 17px 0 22px;
	display: block;
	color: #fff;
}
#ra5 .navi1 li a br {
    display: none;
}
#ra5 .navi1 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%;
}
/*　商品陳列　*/
#ra5 .itemList .container {
    margin-bottom: 70px;
}
#ra5 .itemList .container:last-of-type {
    margin-bottom: 30px;
}
#ra5 .itemList .itemList1Title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    position: relative;
}
#ra5 .itemList .itemList1Title:before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: black;
    left: 30%;
}
#ra5 .itemList .itemList1Title:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: black;
    right: 30%;
}
#ra5 .itemList .itemList1TitleCopy1 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
	line-height: 1.8;
}
#ra5 .itemList .itemList1TitleCopy1 br {
    display: none;
}
#ra5 .itemList .brandname {
    font-size: 10px;
	color: #8f929b;
    margin-bottom: 0;
}
#ra5 .itemList .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	margin: 2px 0 0;
}
#ra5 .itemList .price_info {
    margin-top: 3px;
}
#ra5 .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#ra5 .itemList .price {
    font-size: 12px;
    margin-bottom: 0;
}
#ra5 .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}
#ra5 .itemList .star {
    display: flex;
    align-items: center;
	line-height: 1.1;
	margin-top: 4px;
}
#ra5 .itemList .star img {
    width: 13px;
}
#ra5 .itemList .review_count {
    font-size: 12px;
    margin-left: 8px;
}
#ra5 .boxlink_sold .itemBtn, #ra5 .boxlink_sold .button {
    display: none;
}
#ra5 .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}
#ra5 .itemList .itemSpec3{
    margin-top: 10px;
}
#ra5 .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 100px;
}
#ra5 .itemList .itemList3 li {
    width: 32%;
	margin: 0 2% 30px 0;
}
#ra5 .itemList .itemList3 li:nth-child(3n){
    margin-right: 0;
}
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*　ブランドトップへ戻る　*/
#ra5 .brandTop {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 40px auto;
}
#ra5 .brandTop a {
    color: #fff;
    display: block;
    padding: 6px 15px;
    border: 1px solid #333;
    background-color: #000;
}

#ra5 .navi2{
	display: flex;
	justify-content: space-between;
	padding: 0px 15%;
	margin-bottom: 80px;
}

#ra5 .navi2 li {
    width: 40%;
}

#ra5 .itemList1TitleImg{
	margin: 0 auto 25px;
	width: 330px;
	height: auto;
	display: block!important;
}

#ra5 itemList .itemList3{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

/*　もっと見る*/
#ra5 .button2 {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 50px auto 40px;
}
#ra5 .button2 a {
    color: #000;
    display: block;
    padding: 6px 15px;
	border: 1px solid #333;
	border-radius: 45px;
}
#ra5  .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%;
}



/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
#ra5{
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
	color: #000;
}
#ra5 img{
	width: 100%;
	height: auto;
}
#ra5 a{
    text-decoration: none;
	color: #000;
}
#ra5　br {
    display: none;
}
/* パンくず */
#ra5 .breadcrumb_list2 {
    font-size: 10px;
    padding-bottom: 10px;
}
#ra5 .breadcrumb_list2 a {
    color: #000;
	font-weight: normal;
}
#ra5 .breadcrumb_list2 h1 {
    display: inline-block;
	color: #000;
}
/* FV */
#ra5 .fvBnr {
    margin-bottom: 30px;
}
#ra5 .fvBnr .pcBnr {
    display: none;
}
#ra5 .fvBnr .fvText {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 4px;
    width: 85%;
    margin: 5% auto 0;
}
#ra5 .fvBnr .fvText br {
    display: none;
}
/* navi */
#ra5 .navi1{
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto 21%;
    padding: 0 1%;
}
#ra5 .navi1 li{
    text-align: center;
    width: 47%;
    position: relative;
    background-color: #000;
    border-radius: 7px;
}
#ra5 .navi1 li a {
    padding: 20% 0;
	display: block;
	color: #fff;
}
#ra5 .navi1 li::after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    bottom: 13%;
}
 /* 商品陳列*/
#ra5 .itemList .itemSpec3 .added {
    font-size: 11px;
    display: flex;
    align-items: center;
}
#ra5 .itemList .itemSpec3 .added .newPict {
    background-color: #ccc;
    border-radius: 5px;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
    padding: 3%;
    margin: 0 3% 2% 0;
}
#ra5 .itemList .itemSpec3 .added .content img {
	height: 27px;
	margin-bottom: 2%;
}
#ra5 .itemList .container {
    margin-bottom: 15%;
}
#ra5 .itemList .container:last-of-type{
    margin-bottom: 5%;
}
#ra5 .itemList .itemList1Title {
    text-align: center;
    font-size: 27px;
	margin-bottom: 4%;
	position: relative;
}
#ra5 .itemList .itemList1Title:before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
	height: 0.5px;
    background-color: black;
    left: 8%;
}
#ra5 .itemList .itemList1Title:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 0.5px;
    background-color: black;
    right: 8%;
}
#ra5 .itemList .itemList1TitleCopy1 {
   margin: 0 3% 6%;
   line-height: 1.8;
   text-align: center;
}
#ra5 .itemList .brandname {
    font-size: 10px;
	color: #8f929b;
}
#ra5 .itemList .itemname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
	margin-top: 2px;
}
#ra5 .itemList .price_info {
    margin-top: 3px;
}
#ra5 .itemList .salepricebox {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#ra5 .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}
#ra5 .itemList .price {
    font-size: 14px;
}
#ra5 .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}
#ra5 .itemList .star {
    display: flex;
	line-height: 1.1;
	margin-top: 4px;
}
#ra5 .itemList .star img {
    width: 12px;
}
#ra5 .itemList .review_count {
    font-size: 10px;
}
#ra5 .itemList .itemSpec3{
    padding: 10px 7px 0px;
}
#ra5 .itemList .boxlink_sold .itemBtn, #ra5 .itemList .boxlink_sold .button {
    display: none;
}
#ra5 .itemList li {
    position: relative;
}
#ra5 .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 70px;
}
#ra5 .itemList .itemList3 li {
    width: 49%;
    margin: 0 0 5% 0;
    position: relative;
}

#ra5 .navi2{
	display: flex;
	justify-content: space-between;
	margin: 0px auto 10%;
	flex-wrap: wrap;
    padding: 0;
}

#ra5 .navi2 li{
	width: 49%;
}


#ra5 .itemList1TitleImg{
	width: 80%;
	display: block!important;
	margin: 0 auto;
}

#ra5 .itemList.detail_1.kinds_1 h2{
    width: 60%;
    margin: 0 auto 20px;
}

/*　ブランドトップへ戻る　*/
#ra5 .brandTop {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 60px auto;
}
#ra5 .brandTop a {
    color: #fff;
    display: block;
    padding: 10px 30px 10px 15px;
    border: 1px solid #000;
    background-color: #000;
}
/*　もっと見るボタン　パターン2（背景なし）*/
#ra5 .button2 {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 40px auto;
}

#ra5 .button2 a {
    color: #000;
    display: block;
    padding: 10px 30px 10px 15px;
	border: 1px solid #000;
	border-radius: 45px;
}

#ra5 .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%;
}


}
