@charset "shift-jis";

/*▽基本CSS*/
/* html{
	scroll-behavior: smooth; 
	font-family: Futura, 'Century Gothic', sans-serif;
}
*{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none; color: #000000;}
a img{ border:none; } */


#wrap a,
#wrap a:visited,
#wrap a:hover,
#wrap a:active {
  color: inherit !important;
}


/*andoroidフォント指定*/
.Android{
	font-family: Roboto, sans-serif;
}

/*税込非表示*/
div.prices span.prdisp-taxin span > span{ display: none !important;}

a:hover img{ opacity:0.8;}
.pc_none{ display: none !important;}

/*コンテンツ*/
#wrap{
    width: 750px;
    margin: 50px auto 0;
    padding-bottom: 30px;
}
#wrap img{
    max-width: 100%;
}

/*見出し*/
#wrap #title{
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
    color: #333;
}
#wrap #title2{
    margin-top: 50px;
}

/*猫画像*/
#wrap .cat{
    position: absolute;
}
#wrap .cat1{
    right: 25px;
    top: -103px;
    width: 150px;
    height: auto;
}
#wrap .cat2{
    left: -20px;
    top: 0;
    width: 100px;
    height: auto;
}
#wrap .cat3{
    right: 0;
    top: -60px;
    width: 195px;
    height: auto;
}
#wrap .cat4{
    left: 15px;
    bottom: -7px;
    width: 90px;
    height: auto;
}

/*商品ボックス*/
#wrap .item_box img{
    max-width: 100%;
}
#wrap .item_box{
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 0 0;
    position: relative;
    border: 4px dotted;
}
#wrap .item_box:nth-of-type(2){
    margin-top: 80px;
}
#wrap .item_box:nth-of-type(2) dd.img{
    margin-top: 10px;
}
#wrap .item_box > h2{
    margin: 0;
    border-bottom: none;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 5px 35px;
    color: #fff;
    background-color: #b88854;
    background-image: repeating-linear-gradient(-45deg,#b0804a, #b0804a 7px,transparent 0, transparent 14px);
    border-radius: 30px;
    font-size: 24px;
}


#wrap .item_box ul{
    width: calc(100% - 30px);
    margin: 0 auto;    
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#wrap .item_box ul li{
    width: calc(95% / 3);
}
#wrap .item_box ul li a{
    display: block;
    text-align: center;
}

/*ランキング*/
#wrap .item_box .rank_icon{
    background-color: #383838;
    color: #fff;
    box-sizing: border-box;
    padding: 3px 20px;
    display: inline;
    /* border-radius: 30px; */
    /* border-bottom: 1px solid #c0c0c0; */
}
#wrap .item_box .rank_icon span{
    margin-left: 3px;
    font-size: 16px;
    font-weight: bold;
}
/* #wrap .item_box .rank_icon::before{
    font-family: 'Material Icons';
    content: "chevron_right";
} */


/*色玉*/
#wrap .color_list ul{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 7px auto;
}
#wrap .color_list ul::before{
    content: "COLOR：";
    color: #808080;
}
#wrap .color_list li{
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
}
#wrap .color_list li:nth-child(n+2){
    margin-left: 3px;
}
#wrap .color_list li.col01{/*キャットランド おうち付*/
    background-color: #61321b;
}
#wrap .color_list li.col02{/*キャットランド おうち付*/
    background-color: #e3dcc3;
}
#wrap .color_list li.col03{/*キャットランド おうち付*/
    background-color: #fff;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
#wrap .color_list li.col04{/*キャットタワー ベージュ CTHR-80 【プラザセレクト】*/
    background-color: #ddcfbf;
}
#wrap .color_list li.col05{/*キャットタワー CCCT-4355S 【プラザセレクト】*/
    background-color: #3a3940;
}
#wrap .color_list li.col06{/*キャットタワー CCCT-4355S 【プラザセレクト】*/
    background-color: #a28264;
}
#wrap .color_list li.col07{/*キャットタワー CCCT-4355S 【プラザセレクト】*/
    background-color: #dcccbf;
}
#wrap .color_list li.col08{/*キャットタワー ツイン突っ張り*/
    background-color: #c0ae93;
}
#wrap .color_list li.col09{/*キャットタワー ツイン突っ張り*/
    background-color: #6b482b;
}
#wrap .color_list li.col10{/*キャットタワー ツイン突っ張り*/
    background-color: #170f50;
}
#wrap .color_list li.col11{/*キャットウォークプラス 【プラザセレクト】*/
    background: linear-gradient(90deg, #b58233 0%, #b58233 50%, #61321b 50%, #61321b 100%);
}
#wrap .color_list li.col12{/*キャットステップ CATS-68 全2色*/
    background-color: #453632;
}
#wrap .color_list li.col13{/*キャットステップ CATS-68 全2色*/
    background-color: #c9b895;
}

/*おすすめ文言*/
#wrap .text{
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 5px;
}


/*詳しくはこちら*/
#wrap .item_box .btn{
    position: relative;
    width: 98%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px 15px;
    background-color: #383838;
    color: #fff;
    border-radius: 30px;
}
#wrap .item_box .btn::after{
    font-family: 'Material Icons';
    position: absolute;
    content: "chevron_right";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 23px;
}
#wrap .item_box a:hover .btn::after{
    right: 5px;
    transition: all 0.5s;
}


/*他の商品を見る*/
#wrap .more_btn a{
    display: block;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px;
    padding: 30px 50px;
    background-color: #b88854;
    background-image: repeating-linear-gradient(-45deg,#b0804a, #b0804a 7px,transparent 0, transparent 14px);
    border-radius: 0 0 20px 20px;
    /* font-size: 30px; */
}
#wrap .more_btn a p{
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
#wrap .more_btn a p::after{
    font-family: 'Material Icons';
    position: absolute;
    content: "chevron_right";
    top: 60%;
    right: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 30px;
}
#wrap .more_btn a:hover{
    color: #222222 !important;
}
#wrap .more_btn a:hover p::after{
    right: -35px;
    transition: all 0.5s;
}




/*本店価格csv*/
/* #wrap li.price{
    font-weight: bold;
    font-size: 27px;
    color: #af1f1e;
}
#wrap span.spesicalprice{
    display: none;
}
#wrap li.intax{
    display: none;
} */


