@charset "utf-8";
/* CSS Document */
/*------基本CSS（PC用記述記載）------*/
/* 共通CSS */
#all_wrapper {
overflow: hidden;
}
#ra13 {
    font-size: 16px;
    color: #000000;
}
#ra13 a{
    text-decoration: none;
	color: #000000;
}
#ra13 img{
    width: 100%;
    height: auto;
}
#ra13 .navi2 li:hover, #ra13 .itemList6:hover, #ra13 .imgContainer2 li:hover, #ra13 .button2_2:hover, #ra13 .brandTop:hover{
    opacity: 0.75;
}

/* パンくず */
#ra13 .breadcrumb_list2 {
display: flex;
float: none;
}
#ra13 h1{
display: block;
color: #000000;
}

/* FV */
#ra13 .fvBnr .spBnr {
    display: none;
}
#ra13 .fvBnr img {
    margin-bottom: 60px;
}
#ra13 .fvBnr .fvText {
    font-size: 14.5px;
    text-align: center;
    line-height: 2.4;
    margin-bottom: 80px;
}

/* naviパターン2(１列+背景なし) */
#ra13 .navi2{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    padding: 0 20%;
}
	
#ra13 .navi2 li{
    margin: 0 48px 25px 0;
	width: 28%;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

#ra13 .navi2 li:nth-of-type(3n),#ra13 .navi2 li:last-of-type{
    margin-right: 0;
}

#ra13 .spBr {
    display: none;
}

/* 商品陳列　共通CSS */	
#ra13 .itemList .itemSpec4{
    margin-top: 10px;
}
#ra13 .itemList .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	margin-top: 4px;
}
#ra13 .itemList .price_info {
    margin-top: 3px;
}
#ra13 .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#ra13 .itemList .price {
    font-size: 12px;
}
#ra13 .itemList .price:before {
    font-size: 12px;
}
#ra13 .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}
#ra13 .itemList .star {
    display: flex;
    align-items: center;
	line-height: 1.1;
	margin-top: 4px;
}
#ra13 .itemList .star img {
    width: 13px;
}
#ra13 .itemList .review_count {
    font-size: 12px;
    margin-left: 8px;
}
#ra13 .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}
	
/* 商品陳列　タイトル（テキスト） */	
#ra13 .Container {
    margin-top: 100px;
}	

#ra13 .itemList .itemList1Title {
    text-align: center;
    font-size: 60px;
    margin: 0 0 5px;
    letter-spacing: 5px;
}	

#ra13 .itemList .itemList1Title.navy{
    color: #274675;
}
#ra13 .itemList .itemList1Title.green{
    color: #0fad84;
}
#ra13 .itemList .itemList1Title.blue{
    color: #97aad0;
}
#ra13 .itemList .itemList1Title.yellow{
    color: #f9f76b;
}
#ra13 .itemList .itemList1Title.pink{
    color: #e6a6a4;
}
	
#ra13 .itemList .itemList1TitleCopy1 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
}

/*　商品陳列 パターン6（画像コーディネート）*/	
#ra13 .itemList .itemList6 {
    width: 48%;
	margin: 0 auto;
}

#ra13 .itemList6 .pricebox, #ra13 .imgContainer2 .pricebox {
    margin-top: 10px;
    text-decoration: underline;
    font-size: 13px;
}

/*　商像陳列 パターン2（2列）*/	
#ra13 .imgContainer2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 86%;
    margin: 8% auto 10%;
}
#ra13 .imgContainer2 li {
    width: 48%;
}
#ra13 .imgContainer2 .subImg2 {
    margin-top: 10%;
}


/*　商品陳列　パターン4（商品4つ） */		
#ra13 .itemList .itemList4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#ra13 .itemList .itemList4 li {
    width: 23.8%;
    margin: 0 1.6% 5% 0;
}
#ra13 .itemList .itemList4 li:nth-of-type(4n) {
    margin-right: 0;
}

#ra13 .moreTitle {
    font-size: 25px;
    margin-bottom: 10px;
	text-align: center;
}

/*　もっと見るボタン */	
#ra13 .button2_2 {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin: 15% auto;
}
#ra13 .button2_2 a {
    color: #000;
    display: block;
    padding: 6px 15px;
	border: 1px solid #333;
}

/*アニメーション要素のスタイル*/
#ra13 .animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(100px);
}
/*アニメーション要素までスクロールした時のスタイル*/
#ra13 .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*　ブランドトップへ戻る　*/	
#ra13 .brandTop {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 60px auto;
}

#ra13 .feature .subTtle2 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}

#ra13 .feature .imgContainer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto 10%;
}

#ra13 .feature .imgContainer2 li {
    width: 24%;
}

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
/* 共通CSS */
#ra13{
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
	color: #000;
}
#ra13　br {
    display: none;
  }
  
 #ra13 .spBr {
    display: block;
}

/* パンくず */
#ra13 .breadcrumb_list2 {
    font-size: 10px;
    padding-bottom: 10px;
}
#ra13 .breadcrumb_list2 a {
    color: #000;
	font-weight: normal;
}
#ra13 .breadcrumb_list2 h1 {
    display: inline-block;
	color: #000;
}

/* FV */
#ra13 .fvBnr .pcBnr {
    display: none;
}
#ra13 .fvBnr .fvText {
    padding: 10% 0 15%;
    font-size: 12px;
    line-height: 2.2;
}

/* naviパターン2(１列+背景なし) */
#ra13 .navi2{
	padding:0 5%;
}
	
#ra13 .navi2 li{
    width: 28%;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    margin: 0 7% 7% 0;
}
#ra13 .navi2 li:nth-of-type(3n),#ra13 .navi2 li:last-of-type {
    margin-right: 0;
}

/* 商品陳列　タイトル（テキスト） */
#ra13 .Container {
    margin-top: 40%;
}	

#ra13 .itemList .itemList1Title {
    text-align: center;
    font-size: 40px;
    margin: 0 0 2%;
    letter-spacing: 4px;
}

#ra13 .itemList .itemList1TitleCopy1 {
    margin: 0 3%;
    line-height: 1.8;
 }

/*　商品陳列 パターン6（画像コーディネート）*/
#ra13 .itemList .itemList6 {
    width: 100%;
    margin: 12% auto 15%;
}
#ra13 .itemList .itemList6 img{
    display: block!important;
    width: 80%;
    margin: 0 auto;
}

#ra13 .itemList6 .pricebox {
    margin-left: 10%;
    padding-top: 3%;
}

/*　画像陳列 パターン2（2列）*/		
#ra13 .imgContainer2 {
    margin: 2%;
    display: block;
}
#ra13 .imgContainer2 li.subImg1{
    margin: 0 20% 10% 0;
	width: 90%;
}
#ra13 .imgContainer2 li.subImg2{
    width: 90%;
    margin: 0px 0 15% 21%;
}
#ra13 .imgContainer2 p {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 7px 7px;
}

#ra13 .imgContainer2 .pricebox {
    padding-top: 3%;
}

#ra13 .moreTitle {
    text-align: center;
    font-size: 20px;
    margin: 20% 0 2%;
}


/*　商品陳列　パターン4（商品4つ） */
#ra13 .itemList .itemList4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 2%;
}
#ra13 .itemList .itemList4 li {
    width: 49%;
    margin: 0 0 10% 0;
}

 /* 商品陳列　共通CSS */	
#ra13 .itemList .brandname {
    font-size: 10px;
	color: #8f929b;
}
#ra13 .itemList .itemname {
    line-height: 15px;
}
#ra13 .itemList .salepricebox {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#ra13 .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}
#ra13 .itemList .price {
    font-size: 14px;
}
#ra13 .itemList .price:before {
    font-size: 14px;
}
#ra13 .itemList .star {
    display: flex;
	line-height: 1.1;
	margin-top: 4px;
}	
#ra13 .itemList .star img {
    width: 12px;
}
#ra13 .itemList .review_count {
    font-size: 10px;
}
#ra13 .itemList .itemSpec4 {
    padding: 10px 7px 0px;
}

/*　もっと見るボタン */		
#ra13 .button2_2 {
    width: 80%;
    text-align: center;
    font-size: 11px;
    line-height: 2;
    margin: 120px auto;
}
#ra13 .button2_2 a {
    color: #000;
    display: block;
    padding: 10px;
    border: 1px solid #000;
}

/*　ブランドトップへ戻る　*/
#ra13 .brandTop {
    width: 80%;
    font-size: 14px;
}
#ra13 .brandTop a {
    padding: 10px 30px 10px 15px;
}
#ra13 .brandTop a:after {
    top: 41%;
}

#ra13 .feature .subTtle2 {
    text-align: center;
    font-size: 20px;
    margin: 10% 0 2%;
    letter-spacing: 0;
}

#ra13 .feature .imgContainer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 120px;
    padding: 2%;
}

#ra13 .feature .imgContainer2 li {
    width: 49%;
    margin-bottom: 1%;
}

}
