@charset "utf-8";


/* visualArea
------------------------------------------------------------------------------------------------------------- */
#visualArea{
position: relative;
width: 100%;
height: 265px;
text-align: center;
}
#visualArea::before{
position: absolute;
content:'';
left: 0;
top:0;
width: 100%;
height: 7px;
z-index: 9998;
}
#visualArea::after{
position: absolute;
content:'';
left: 0;
bottom:0;
width: 100%;
height: 17px;
z-index: 9998;
}
#visualAreaNone{
position: relative;
width: 100%;
height: 265px;
text-align: center;
background:#fff;
border-top:7px solid #ccc;
}
@media (max-width: 768px) {
    #visualArea{
    height: 200px;
    }
    #visualAreaNone{
    height: 196px;
    border-top:4px solid #ccc;
    }
}
@media (max-width: 414px) {
    #visualArea{
    width: 100%;
    height: 132px;
    }
    #visualAreaNone{
    height: 128px;
    }
}




/* ttl
------------------------------------------------------------------------------------------------------------- */
#ttlCategory{
margin: 0 auto;
width: 980px;
height: 265px;
font-size:10px !important;
line-height:12px !important;
text-align:left !important;
text-indent:104% !important;
white-space:nowrap !important;
overflow:hidden !important;
word-wrap:normal !important;
-webkit-transition: all 01s ease;
-moz-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
@media (max-width: 768px) {
    #ttlCategory{
    height: 200px;
    }
}
@media (max-width: 414px) {
    #ttlCategory{
    height: 132px;
    }
}
#ttlCategoryTxt{
position: relative;
margin: 0 auto;
width: 980px;
height: 100%;
text-align: left;
}
#ttlCategoryTxt span{
position: absolute;
left: 10px;
bottom: 50px;
font-size: 80px;
font-size:8.0rem;
line-height: 1;
font-weight: 100;
letter-spacing:-0.02em;
-webkit-font-smoothing:antialiased;
}
@media (max-width: 980px) {
    #ttlCategoryTxt{
    width: 100%;
    }
    #ttlCategoryTxt span{
    left: 30px;
    letter-spacing:-0.02em;
    }
}
@media (max-width: 768px) {
    #ttlCategoryTxt span{
    left: 30px;
    bottom: 40px;
    font-size: 50px;
    font-size:5.0rem;
    letter-spacing:-0.02em;
    }
}
@media (max-width: 414px) {
    #ttlCategoryTxt{
    width: 100%;
    }
    #ttlCategoryTxt span{
    left: 15px;
    bottom: 25px;
    font-size: 40px;
    font-size:4.0rem;
    }
}

.ttlHl{
padding: 70px 0 0;
display: inline-block;
position: relative;
font-size: 38px;
font-size: 3.8rem;
line-height: 1.2;
}
.ttlHl:after{
content: '';
display: inline-block;
margin: 0 0 0 10px;
top:-10px;
width: 100px;
height: 2px;
background: #000;
position: relative;
}
.ttlHl + p,
.ttlHl + section{
margin-top:2em;
}
@media (max-width: 768px) {
    .ttlHl{
    padding: 50px 0 0;
    font-size: 30px;
    font-size: 3.0rem;
    }
    .ttlHl:after{
    margin: 0 0 0 5px;
    top:-6px;
    width: 50px;
    }
}
@media (max-width: 414px) {
    .ttlHl{
    display: block;
    padding: 30px 0 10px;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    }
    .ttlHl:after{
    width: 40px;
    content: '';
    display: block;
    margin: 10px auto 0;
    top:auto;
    bottom: 0;
    height: 2px;
    background: #000;
    position: relative;
    }
    .ttlHl + p,
    .ttlHl + section{
    margin-top:1em;
    }
}


.ttlMl{
padding:7px 10px 5px;
position: relative;
font-size: 20px;
font-size: 2.0rem;
font-weight: 700;
line-height: 1.2;
background: #000;
color:#fff;
}
@media (max-width: 768px) {
    .ttlMl{
    font-size: 20px;
    font-size: 2.0rem;
    }
}
@media (max-width: 414px) {
    .ttlMl{
    font-size: 14px;
    font-size: 1.4rem;
    }
}

.ttlSl{
display: inline-block;
padding: 0.1em 1em;
border:1px solid #000;
font-weight: 700;
}

@media (max-width: 414px) {
    .ttlSl{
    font-size: 14px;
    font-size: 1.4rem;
    }
}

/* ul ol
------------------------------------------------------------------------------------------------------------- */
ul.listCircle,
ul.listNumber,
ol.listCircle,
ol.listNumber{
list-style-type: none;
}
.listCircle li,
.listCircle dd{
position: relative;
margin:1.5em 0 0 0;
padding: 0 0 0 2em;    
line-height: 1.8 !important;
}
@media (max-width: 414px) {
    .listCircle li,
    .listCircle dd{
    line-height: 1.4 !important;
    }
}
.listCircle li::before,
.listCircle dd::before{
display: block;
content: '';
position: absolute;
top: .5em;
left:.5em;
width: 0.6em;
height: 0.6em;
background-color: #666;
border-radius: 100%;
}
.listNumber {
margin-top:1.5em;
counter-reset:li;
padding:0; 
list-style:none;
}
.listNumber li {
position:relative;
margin:1.5em 0 0 0;
padding: 0 0 0 2em;
line-height: 1.8 !important;
}
.listNumber.marginS li{
margin-top:0.5em;
} 
@media (max-width: 414px) {
    .listNumber li{
    line-height: 1.4 !important;
    }
}
.listNumber li:before {
content:counter(li) ".";
counter-increment:li;
position:absolute;
top:-0.1em;
left:0.5em;
padding:0;
font-size: 18px;
font-size: 1.8rem;
color:#000;
font-weight:700;
text-align:center;
}
.listNumber li.wide::before{
left: 0;
}

/* btn
------------------------------------------------------------------------------------------------------------- */

.btnText{
color:#000;
}
.btnArea{
position: relative;
margin-top:1.5em;
text-align: left;
}
a.btnType01{
display: inline-block;
margin: 0;
background: #ce0000;
color:#fff;
text-decoration: none;
padding: 12px 60px;
text-align: center;
font-size: 16px;
font-size: 1.6rem;
cursor: pointer;
-webkit-transition: 0.4s ease;
-moz-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
}
a.btnType01:hover{
background: #ff2727;
}

/* searchPager
------------------------------------------------------------------------------------------------------------- */
.searchPager{
padding-top: 20px;
min-height: 68px;
position: relative;
}
::-webkit-input-placeholder{color: #000;}
::-moz-placeholder{color: #000;}
:-ms-input-placeholder{color: #000;}
@media (max-width: 768px) {
    .searchPager{
    min-height: 0;
    margin: 0 20px;
    padding-bottom: 10px;
    }
    #productsList + .searchPager{
    padding-top: 0;
    padding-bottom: 30px;
    }
}

/* searchArea
------------------------------------------------------------------------------------------------------------- */
#searchArea{
width: 236px;
padding: 8px;
background-color: #b31628;
position: absolute;
top: 20px;
/*
left: 0;
*/
right: 0;
}
#searchArea:after{
position: absolute;
top:24%;
right: 8px;
z-index: +1;
content:'\e801';
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 32px;
color: #fff;
font-size: 24px;
font-size: 2.4rem;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#searchArea form{
width: 100%;
padding-right: 60px;
display: table;
position: relative;
overflow: hidden;
}
#searchArea .fs-text{
-webkit-appearance: none;
width: 100%;
padding:  0 0 0 10px;
height: 30px;
background-color: #fff;
display: inline-block;
border: none;
font-size: 12px;
font-size: 1.2rem;
line-height: 30px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
#searchArea .fs-btn{
width: 32px;
height: 32px;
background-color: transparent;
border: none;
position: absolute;
top: 0;
right: 0;
z-index: 10000;
font-size:10px !important;
line-height:12px !important;
text-align:left !important;
text-indent:200% !important;
white-space:nowrap !important;
overflow:hidden !important;
word-wrap:normal !important;
cursor: pointer;
text-align: left;
}
@media (max-width: 768px) {
    #searchArea{
    width: 100%;
    margin-top: 10px;
    position: relative;
    top:0;
    }
    #searchArea .fs-text{
    font-size: 16px;
    font-size: 1.6rem;
    }
}



/* cSelect
------------------------------------------------------------------------------------------------------------- */
.cSelect{
/*
width: 238px;
position: absolute;
top: 20px;
right: 0;
*/
z-index: 9800;
}
.cSelect h2{
width: 238px;
padding-left:10px;
height: 46px;
line-height: 46px;
background: #b31628 url(../img/common/ic_dropdown.png) no-repeat right 50%;
background-size:30px auto;
color:#fff;
cursor: pointer;
-webkit-transition: all 04s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.cSelect h2.close{
background: #b31628 url(../img/common/ic_dropdown_close.png) no-repeat right 50%;
background-size:30px auto;
}
.cSelect ul{
display: none;
font-size:12px;
font-size: 1.2rem;
color:#fff;
line-height: 30px;
/*
width: 238px;
*/
width: 100%;
overflow: hidden;
text-align: left;
background: #b31628;
border-bottom:5px solid #fff;
}
.cSelect ul li{
border-top:1px solid #dc6270;
width: 25%;
float: left;
}
.cSelect ul a{
display: block;
position: relative;
padding: 8px 10px;
color:#fff;
text-decoration: none;
}
.cSelect h2:hover,
.cSelect ul a:hover{
background-color:#c8102d;
}
.cSelect ul a::before{
position: absolute;
content: '\e80c';
right:6px;
top:50%;
margin-top:-12px;
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
font-size: 20px;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
    .cSelect{
    width: 100%;
    margin: 10px 0 20px;
    position: relative;
    top:0;
    overflow: hidden;
    }
    .cSelect h2{
    width: 100%;
    }
    .cSelect ul{
    width: 100% !important;
    }
    .cSelect li{
     width: 100% !important;
     float: none;
    }
   .cSelect ul a{
    padding: 12px 10px;
    }
}

/* pager
------------------------------------------------------------------------------------------------------------- */
.pager{
margin-top: 5px;
letter-spacing: -.80em;
text-align: center;
}
.pager li{
margin-left: 4px;
display: inline-block;
vertical-align: middle;
letter-spacing: normal;
font-size: 20px;
font-size: 2.0rem;
line-height: 1 !important;
font-weight: 700;
}
.pager li:first-child{
margin-left: 0;
}
.pager li a,
.pager li span{
min-width: 32px;
padding: 6px 10px 4px;
background-color: #b31628;
display: inline-block;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #fff;
line-height: 1;
text-decoration: none;
white-space: nowrap;
text-align: center;
}
.pager li span,
.pager li .fs-current-link{
background-color: #9d9d9d !important;
cursor: default;
}
.pager li a:hover{
background-color: #cb1a2f;
}
.pager li i{
margin: 0;
font-weight: bold;
}
.pager .prev a,
.pager .prev span,
.pager .next a,
.pager .next span{
width: 32px;
padding: 4px 2px 4px 0;
text-align: center;
}
.pager .prev a::after,
.pager .prev span::after,
.pager .next a::after,
.pager .next span::after{
font-size: 2px;
font-size: 2.0rem;
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.pager .prev a::after,
.pager .prev span::after{
content: '\e80b';
}

.pager .next a::after,
.pager .next span::after{
content: '\e80c';
}

  
@media (max-width: 880px) {
    .pager{
    margin-top:10px;
    }
}
#fs-result .pager{
padding: 0 0 20px;
}
#fs-result .pager.fs-result-msg{
margin: 10px 0 0 0;
padding: 10px 5px;
}
.fs-result-msg{
padding: 5px;
font-size: 14px;
font-size: 1.4rem;
background: #eee;
}
@media (max-width: 768px) {
    
    .fs-result-msg{
    background: #fff;
    }
    .fs-result-msg span{
    font-size: 10px;
    font-size: 1.0rem;
    }
}
.fs-result-msg p{
margin: 0 !important;
line-height: 1.2 !important;
}
/* productsList
------------------------------------------------------------------------------------------------------------- */
#productsList{
margin-left: -10px;
padding: 10px 0 10px;
font-size: 0;
letter-spacing: -.8em;
}
#productsList .list{
width: 25%;
margin-top: 10px;
display: inline-block;
color: #fff;
font-size:14px;
font-size:1.4rem;
vertical-align: top;
letter-spacing: normal;
}
#productsList .list .inner{
margin-left: 10px;
padding: 10px 10px 15px;
background-color: #b31628;
}
#productsList .list.even .inner{
background-color: #810b18;
}
#productsList .list .img img{
width: 100%;
max-width: 100%;
height: auto;
}
#productsList .data{
margin-top: 10px;
}
#productsList .data dt{
font-size: 18px;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.2;
}
#productsList .data dd{
margin-top: 10px;
line-height: 1.5;
}
#productsList .btn{
margin-top: 15px;
display: inline-block;
cursor: pointer;
color:#fff;
text-decoration: none;
}
#productsList .btn:hover{
text-decoration: underline;
}
#productsList .btn i{
margin-left: 5px;
}
.icNew{
position: absolute;
z-index: +1;
left: -10px;
top:-10px;
}
@media (max-width: 768px) {
    .icNew{
    width: 30px;
    height: 30px;
    left: -6px;
    top:-6px;
    }
}
@media (max-width: 414px) {
    .icNew{
    width: 28px;
    height: 28px;
    left: -4px;
    top:-4px;
    }
}


/* newsList
------------------------------------------------------------------------------------------------------------- */
#newsTopics .ic,
#newsTopicsList .ic{
margin-left: 5px;
display: inline-block;
width: 20px;
height: auto;
vertical-align: middle;
text-decoration: none;
}