body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Noto Sans Japanese";
}
* {
	margin: 0;
	padding: 0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	max-width: 750px;
	margin: 0 auto;
}
.box {
	width: 100%;
	margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
	width: calc(100%/3);
    height: 40px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #999999;
	line-height: 30px;
	font-size: 80%;
	padding: 1% 0;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	letter-spacing: -1px;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
    letter-spacing: 1px;
    
}

.tabs #f_size{
    font-size: 50%;    
}


.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #other01:checked ~ #other01_content, #other02:checked ~ #other02_content, #other03:checked ~ #other03_content , #other04:checked ~ #other04_content , #other05:checked ~ #other05_content  {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	/*background: linear-gradient(90deg, rgb(255, 105, 12) 0%, rgb(255, 155, 21) 53%, rgb(255, 169, 0) 100%);*/
	background: #696969;
	color: #fff;
}
/*タブの装飾*/
.tableft {
}
.tabright {
}
/*商品リスト*/

ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.items {
	padding: 2% 1% 0%;
	display: flex;
	flex-wrap: wrap;
	background: #F3F3F3;
}
.items .item_box.col1{
	width: 100%;
	background: #FFF;
	box-shadow: 2px 5.196px 11px 0px rgba(207, 195, 167, 0.3);
	border-radius: 5px;
	margin-bottom: 5%;
	padding-bottom: 1%;
	text-align: center;
}

.items .item_box.col1 .item_cate{
    float: left;
    width: 40%;
}
.items .item_box.col1 .prices{
    float: right;
    width: 30%;
    margin-top: 0%;
    font-size: 150%;
}

.items .item_box.col2{
	width: 49%;
    display: block;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #FFFFFF;
}
.items .item_box.col2:nth-child(odd){
    float: right;
    margin-right: 0%;
}

li.liCenter {
	margin: 0 2%;
}
li a.item_wrap {
}
.item_wrap {
	background: #fefbfa;
}
.item_wrap .item_img {
	width: 100%;
	padding: 0;
}
.item_wrap .item_img img {
	width: 100%;
    vertical-align: -5px;
    padding-right: 1%;
}
.item_wrap .item_img .rank{
    display: block;
    text-align: center;
    padding: 1% 0%;
    font-size: 130%;
    color: #FFFFFF;
}
.item_wrap .item_img .rank img{
    width: 6%;
}
.item_wrap .item_img #rank1{
    background-color: #c1a70d;
}
.item_wrap .item_img #rank2{
    background-color: #bbbbbb;
}
.item_wrap .item_img #rank2 img{
    width: 10%;
}
.item_wrap .item_img #rank3{
    background-color: #b9861e;
}
.item_wrap .item_img #rank3 img{
    width: 10%;
}
.item_wrap .item_img #rank4{
    background-color: #999999;
}
.item_wrap .item_img #rank5{
    background-color: #999999;
}
.item_wrap .item_description {
	color: #333;
	vertical-align: top;
	position: relative;
	padding: 2% 0 0 0;
}
/*.itemPlicebox{
    font-size: 2.6vw;
    font-weight: bold;
    line-height: 120%;
}*/



/*追加*/

h3 {
	font-size: 100%;
	text-align: center;
	padding: 3% 0;
	color: #070573;
}
.prices {
	font-size: 130%;
	color: #bf0000;
	font-weight: bold;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	margin-top: 2%;
}
.item_cate p {
	display: block;
}
.items li.clo1 {
	width: 100%;/*padding:2% 0;
	border-radius: 5px;
	background:#FFF;
	text-align:center;
	display:block;
	box-shadow: 2px 5.196px 11px 0px rgba(207, 195, 167, 0.3);
	*/
}
.items li.clo1 a {
	position: relative;
	width: 100%;
	padding: 2% 0;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
	display: block;
	box-shadow: 2px 5.196px 11px 0px rgba(207, 195, 167, 0.3);
}
.items li.clo1 a::after {
	content: '';
	position: absolute;
	top: 34%;
	right: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #3e887f;
}
.items li.clo1 .item_cate {
	font-size: 100%;
	font-weight: bold;
	color: #3e887f;
}

#btn{
    clear: both;
    margin-top: 3%;
}

.tabs #btn a{
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #696969;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    clear: both;
    width: 80%;
    display: block;
    margin: 0% auto 3%;
}

.tabs #btn a:hover {
    background: #999999;
    text-decoration: none;
}



/*smp*/
@media screen and (max-width: 640px){
    .item_cate {
        font-size: 80%!important;
    }
}

/*PC*/
@media screen and (min-width: 640px){
    
}




