
/****--------カテゴリインクルード用-------**/

.category-html{
margin: 20px 0 0;
}

.category-html-links{
    margin: 0 0 30px;
}

.category-html-pickup{
line-height: 1.5;
    font-size: 1.25em;
    font-weight: bold;
}

.category-html-links_cols{
display: flex;
    flex-wrap: wrap;
}

.category-html-links_cols li{
margin: 20px 0;
}
.category-html-links_cols li a{
box-sizing: border-box;
    display: block;
}
.category-html-links_cols li a p{
line-height: 1.5;
    padding: 10px 0;
    font-feature-settings: "palt" 1;}
.category-html-links_cols li a p span{
font-weight: bold;
}
.category-html-links_cols li a p span.red{
color: #FF0000;
}
.category-html-links_cols li a .links_img{
display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: all 0.3s ease 0s;
overflow: hidden;
}
.category-html-links_cols li a .links_img:hover {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: all 0.3s ease 0s;
}
.category-html-links_cols li a .links_img img{
display: block;
width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.category-html-links_cols.cols2-1{

}
.category-html-links_cols.cols2-1 li{
width: calc(50% - 5px);
    margin: 0 10px 10px 0;
}
.category-html-links_cols.cols2-1 li:nth-child(2n){
    margin: 0 0 10px 0;
}
@media screen and (max-width:767px){
 .category-html-links_cols.cols2-1 li{
    width: 100%;
    margin: 0 0 10px 0;
}  
}

.category-html-links_cols.cols2-2{

}
.category-html-links_cols.cols2-2 li{
width: calc(50% - 5px);
    margin: 0 10px 10px 0;
}
.category-html-links_cols.cols2-2 li:nth-child(2n){
    margin: 0 0 10px 0;
}

.category-html-links_cols.cols4-2{

}
.category-html-links_cols.cols4-2 li{
width: calc(25% - 6px);
    margin: 0 8px 10px 0;
}
.category-html-links_cols.cols4-2 li:nth-child(4n){
    margin: 0 0 10px 0;
}
@media screen and (max-width:767px){
 .category-html-links_cols.cols4-2 li{
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
}  
    .category-html-links_cols.cols4-2 li:nth-child(2n){
    margin: 0 0 10px 0;
}
}

.category-html-links_cols.cols3-2{

}
.category-html-links_cols.cols3-2 li{
width: calc(100% / 3 - 10px);
    margin: 0 15px 10px 0;
}
@media screen and (min-width:768px){
.category-html-links_cols.cols3-2 li:nth-child(3n){
    margin: 0 0 10px 0;
}
}
@media screen and (max-width:767px){
 .category-html-links_cols.cols3-2 li{
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
}  
    .category-html-links_cols.cols3-2 li:nth-child(2n){
    margin: 0 0 10px 0;
}
}
.category-html-links_cols.btns1-1 li{
    width: 100%;
}
.category-html-links_cols--btn{
    border: 0;
    background: #979797;
    color: #fff;
    font-weight: normal;
    border-radius: 40px;
    max-width: 320px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    opacity: 1;
    width: auto;
    height: 48px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.875em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.category-html-links_cols--btn.anchor{
    border: 0;
    background: #fff;
    color: #333;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.category-html-links_cols--btn:hover{
    transition: 0.6s;
    opacity: 0.8;
    text-decoration: none;
}
.category-html-links_cols--btn.anchor:hover{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.category-html-links_cols--btn::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.category-html-links_cols--btn.anchor::after {
    transform: rotate(135deg);
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
}
a.category-html-links_cols--btn.anchor:hover::after {
    border-color: #E10111;
}
.category-html-links_cols--btn.anchor:active{
    outline: 0;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125);
}
.category-html-links_cols li a.category-html-links_cols--btn{
box-sizing: border-box;
    display: flex;
}

.category-html-blocks{
    margin: 0 0 20px;
}
.category-html-blocks img{
    display: block;
width: 100%;
    height: auto;
}


.category-html-links .product{
	display: flex;
	flex-wrap: wrap;
}
.category-html-links .product .product--block{
	width: calc(25% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: calc(40px / 3);
    margin-top: 1em;
}
.category-html-links .product .product--block:nth-child(4n){
	margin-right: 0;
}
.category-html-links .product .product--block:nth-child(-n + 4){
	margin-top: 0;
}

.category-html-links .product .product--block .pic-area{
	margin-bottom: 10px;
}
.category-html-links .product .product--block .pic-area .images img{
	width:100%;
height:auto;	
}
.category-html-links .product .product--block .pic-area .head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.category-html-links .product .product--block .pic-area .head .maker{
	width: 40%
}
.category-html-links .product .product--block .pic-area .head .maker p{
	font-size: 1.1em;
    font-weight: bold;
    font-feature-settings: "palt";
}

.category-html-links .product .product--block .pic-area .head .limited{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #181677;
	width: calc(55% - 10px);
    padding: 5px;
}
.category-html-links .product .product--block .pic-area .head .limited p{
	font-size: 0.9em;
}
.category-html-links .product .product--block .pic-area .head .limited p:first-child{
	font-size: 0.7em;
    margin-right: 5px;
    line-height: 1.2;
}
.category-html-links .product .product--block .pic-area .head .limited span{
	font-size: 1.4em;
}
.category-html-links .product .product--block .pic-area .catchcopy{
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 0.9em;
	text-align: justify;
}


.category-html-links .product .product--block .privilege{
	display: flex;
	border: 1px solid #d71617;
	margin-bottom: 10px;
}
.category-html-links .product .product--block .privilege--title{
	padding: 10px 0;
	line-height: 1.3;
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
	background-color: #d71617;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 25%;
}
.category-html-links .product .product--block .privilege--inside{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(75% - 10px);
	padding: 5px;
}
.category-html-links .product .product--block .privilege--inside span{
	font-weight: bold;
	font-size: 1.1em;
}

.category-html-links .product .product--block .privilege--inside .images{
	width: 60px;
	margin-right: 5px;
}
.category-html-links .product .product--block .privilege--inside p{
	width: calc(100% - 65px);
	font-size: 0.8em;
	line-height: 1.2;
}
.category-html-links .product .product--block .text-area{
height: 100%;
    display: flex;
    flex-direction: column;
}
.category-html-links .product .product--block .text-area .goods-name{
	line-height: 1.3;
margin: 0 0 auto;
}
.category-html-links .product .product--block .text-area .model-number{
	font-size: 1.0em;
	line-height: 1.3;
}
.category-html-links .product .product--block .text-area .price{
	color: #E5002D;
	font-size: 2.0em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}
.category-html-links .product .product--block .text-area .price .yen{
	font-size: 0.6em;
}
@media screen and (max-width: 767px){
.category-html-links .product .product--block{
	width: calc(50% - 5px);
    padding: 0;
    margin-right: 10px;
}
.category-html-links .product .product--block:nth-child(2n){
	margin-right: 0;
}
.category-html-links .product .product--block:nth-child(-n + 4){
	margin-top: 1em;
}
.category-html-links .product .product--block:nth-child(-n + 2){
	margin-top: 0;
}
.category-html-links .product .product--block .pic-area .head .maker p{
	font-size: 3.0vw;
	line-height: 1.3;
}
.category-html-links .product .product--block .pic-area .head .limited{
	display: initial;
}
.category-html-links .product .product--block .pic-area .head .limited p{
	font-size: 3.0vw;
}
.category-html-links .product .product--block .pic-area .head .limited p:first-child{
	font-size: 3.0vw;
	width: 100%;
    margin-right: 0;
	margin-bottom: 2px;
}
.category-html-links .product .product--block .pic-area .head .limited span{
	font-size: 1.8em;
}
.category-html-links .product .product--block .pic-area .catchcopy{
	font-size: 3.5vw;	
}
.category-html-links .product .product--block .privilege {
    display: initial;
}
.category-html-links .product .product--block .privilege--title{
	padding: 2vw 0;
	font-size: 3.5vw;
	width: 100%;
}
.category-html-links .product .product--block .privilege--inside{
	width: calc(100% - 10px);
}
.category-html-links .product .product--block .privilege--inside .images{
	width: 40%;
    margin-right: 5px;
}
.category-html-links .product .product--block .privilege--inside p {
    width: calc(60% - 5px);
    font-size: 3.0vw;
    line-height: 1.2;
}
.category-html-links .product .product--block .text-area .goods-name{
	font-size: 5vw;
	font-feature-settings: "palt";
}
.category-html-links .product .product--block .text-area .model-number {
    font-size: 4.0vw;
}
.category-html-links .product .product--block .text-area .price {
    font-size: 7.5vw;
}
.category-html-links .product .product--block .text-area .fs-medium{
	font-size: 3.8vw;
}

}
