@charset "utf-8";
.clearfix:after{
  content: "";
  clear: both;
  display: block
}
img{
  height: auto;
  max-width: 100% !important;
}
a{
  transition: 0.3s;
  color: #006CD8;
}
a img{
  transition: 0.3s;
}
a:hover img{
  opacity: 0.7;
}
a:hover{
  text-decoration: none;
  opacity: 0.9;
}
p{
  word-break: break-all;
}
html,body{
  height: 100%;
  font-family: 'Roboto','Arial', Meiryo, Osaka, sans-serif;
}

/* inner */
.inner{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/* header */
.sitelogo{
  width: 13.766%;
  /* max-width: 174px;
  min-width: 174px; */
  max-width: 140px;
  min-width: 140px;
  margin-left: 30px;
}
header{
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  flex-wrap: nowrap;
}
header nav{
  width: 81.234%;
}
header nav ul{
  display: flex;
  margin-right: 30px;
  align-items: center;
  justify-content: flex-end;
}
header nav ul li.navSearch{
  margin-left: 15px;
}
header nav ul li{
  width: unset;
  text-align: center;
  white-space: nowrap;
}
header nav ul li img{
  max-width: 150px !important;
  text-align: center;
}
header nav ul li:nth-child(1){
  width: 15%;
  text-align: center;
  margin: 0 15px;
}
header nav a{
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding: 0 10px;
  text-align:center;
}
#mainSlider{
  max-width: 1920px;
  margin: 0 auto;}
.searchHeaderArea .gsib_a {
  padding-right: 0px;
  padding-left: 0px;
}
.searchHeaderArea .gsib_a {
  width: 100%;
  padding: 0px 6px 0;
}
.searchHeaderArea {
  background: #444444 none repeat scroll 0 0;
  display: none;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 340px;
  z-index: 99999;
}
.searchHeaderArea input{
  border:none;
}
.searchHeaderArea .gsc-control-cse{
  background: none;
  border: none;
  padding: 0;
}
.searchHeaderArea .cse .gsc-search-button input.gsc-search-button-v2, .searchHeaderArea input.gsc-search-button-v2 {
    width: auto;
    height: 25px;
    padding: 6px 27px;
    min-width: 13px;
    margin-top: 5px;
}
.searchHeaderArea input{
  width:100%;
  padding:5px;
}
.navSearch .shclose {
  display: none;
}
.breadcrumbs{
  padding: 10px;
  font-size: 14px;
}
.breadcrumbs li{
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs li span{
  margin-left: 5px;
}
.breadcrumbs li a{
  color: #000;
  text-decoration: none;
}
.breadcrumbs li a:hover{
  text-decoration: underline;
}
.pagemain{
  text-align: center;
}
.mvbanners{
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.mvbanners a img{
  max-width: 320px !important;
}

.bggray{
  background: #FBFBFB;
}
.contentsWap{
  padding: 60px 0;
}

.contentsTtl{
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.pageTtl{
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.ttlLink a{
  background: url("../img/link_arw_red.png") no-repeat;
  background-size: 15px 20px;
  background-position: right 10px center;
  font-family: 'Roboto','Arial', Meiryo, Osaka, sans-serif;
  font-size: 14px;
  color: #D60011;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #333;
  padding: 7px 30px 7px 15px;
  margin-left: 25px;
}
.ttlLink a:hover{
  background: url("../img/link_arw_white.png") no-repeat;
  background-size: 15px 20px;
  background-position: right 10px center;
  background-color: #D60011;
  color: #FFF;
}

a.sitelink{
  background: url("../img/link_arw_red.png") no-repeat;
  background-size: 15px 20px;
  background-position: right 10px center;
  font-family: 'Roboto','Arial', Meiryo, Osaka, sans-serif;
  font-size: 14px;
  color: #D60011;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #333;
  padding: 7px 30px 7px 15px;
  margin-left: 25px;
}
a.sitelink:hover{
  background: url("../img/link_arw_white.png") no-repeat;
  background-size: 15px 20px;
  background-position: right 10px center;
  background-color: #D60011;
  color: #FFF;
}



/* productList */
.productList{
  display: flex;
  flex-wrap: wrap;
}
.productList a{
  display: block;
  width: 24%;
  margin-right: 1.33%;
  border: 1px solid #888;
  margin-bottom: 15px;
}
.productList a img{
  width: 100%;
}
.productList a:nth-child(4n){
  margin-right: 0;
}

/* categoryList */
.categoryList{
  display: flex;
  flex-wrap: wrap;
}
.categoryList .categoryBox{
  display: block;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #888;
}
.categoryImg img{
  width: 100%;
}
.categoryBox a h4{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #FFF;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.categoryList .categoryBox:nth-child(4n){
  margin-right: 0;
}

/* lineupList */
.lineupList{
  display: flex;
  flex-wrap: wrap;
}
.lineupProduct{
  display: block;
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 25px;
}
.lineupProduct:nth-child(4n){
  margin-right: 0;
}
.lineupimg{
  border: 1px solid #888;
  text-align: center;
  margin-bottom: 10px;
}
.lineupinfo h4{
  margin-bottom: 10px;
  color: #D60011;
}
.lineupProduct a{
  text-decoration: none;
  color: #000;
}

/* selectSize */
.selectSize,.selectbox{
  display: flex;
  flex-wrap: wrap;
}
.selectbox{
  margin-bottom: 30px;
}
.selectbox,.selectsizeimg,.selectLinklist{
  width: 50%;
}
.selectsizeimg img{
  border: 1px solid #888;
}
.selectLinklist{
  padding-left: 10px;
  padding-right: 10px;
}
.selectLinklist a{
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
}
.selectLinklist a:hover{
  text-decoration: underline;
  opacity: 0.9;
}
.selectLinklist h4{
  font-size: 18px;
  margin-bottom: 20px;
}
.selectLinklist.two-column{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.selectLinklist.two-column a{
  display: block;
  width:50%;
}

.cslider{
  margin-bottom: 50px;
}
.cslider li{
  margin: 0 5px;
  position: relative;
}
.cslider li a{
  color: #FFF;
}
.cslider li strong{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 10px;
}


/* Search */
.productSearch{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.searchcode,.codeIn,.searchlabel{
  display: inline-block;
}
.searchlabel{
  font-family: 'Oswald', sans-serif;
  color: #D60011;
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 120%;
}
.searchcode .codeIn {
  vertical-align: top;
}
.productSearch input.searchInput {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  width: 290px;
  height: 30px;
  padding: 0 15px;
  font-size: 15px;
}
.codeIn input.searchBtn {
  background: url("../img/search_btnicon.gif") no-repeat;
  background-size: 30px 30px;
  border: none;
  width: 30px;
  height: 30px;
  margin-left: -5px;
  text-indent: -9999;
}
.searchterms{
  display: inline-block;
  padding: 5px;
}
.searchterms input{
  margin-left: 20px;
  margin-right: 10px;
}
.codeIn p{
  margin-top: 10px;
  font-size: 14px;
}
.searchinput{
  display: inline-block;
  vertical-align: top;
}

/* footer */
footer{
  border-top: 1px solid #D60011;
}
footer .contentsWap{
  padding: 60px 0 0;
}
footer p{
  font-size: 14px;
  line-height: 160%;
}
.mailInput{
  background: url("../img/mailicon.png") left center no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
}
.copy{
  background: #333;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  color: #FFF;
}
.footerSitemap{
  display: flex;
  justify-content: space-between;
}
.footerSitemap .sitemapContents{
  width: 25%;
  margin-left: 3%;
}
.footerSitemap .sitemapContents:nth-child(3n){
  width: 36%;
  margin-right: 3%;
}
.sitemapTtl{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #D60011;
  margin-bottom: 30px;
}
.sitemapBox{
  margin-bottom: 50px;
}
.sitemapBox ul li{
  margin-bottom: 10px;
}
.sitemapBox ul li a{
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.sitemapBox ul li a:hover{
  text-decoration: underline;
}
.footeraddress{
  line-height: 200%;
}
.snsicons li{
  display: inline-block;
  margin-right: 20px;
}
.newsletterWap{
  margin-top: 20px;
}
.newsletterWap .mailInput input{
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 0 15px;
  font-size: 15px;
}
.mailSend{
  text-align: right;
}
.mailSend input[type="submit"]{
  background-color: #D60011;
  color: #FFF;
  border:none;
  font-size: 14px;
  text-align: center;
  padding: 8px 36px;
  margin-top: 5px;
}

.linkBtn li a .cat01{
  background: #c9151d;
  color: #FFF;
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 10px;
  text-decoration: none;
}
.newsEntryarea{
  line-height: 1.5;
}
.newsEntryarea p{
}
.newsEntryarea h4{
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 20px;
}
.newsEntryarea h4{
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #c9151d;  
}
.pstop{
  justify-content: space-between;
}
.pswarp{
  display: flex;
}
.psmain{
}
.search-snsicon{
  display: flex;
}
.search-snsicon li{
  margin-right: 20px;
}


@media screen and (min-width: 1570px){
  header nav{width: 70%;}
  header nav a{ font-size: 15px;}
}

@media (min-width: 769px) and (max-width: 1569px) {
  header nav a{ font-size: 1vw;}
}

@media screen and (min-width: 768px){
  .sp{ display: none !important;}
}
@media screen and (max-width: 767px){

  body{
    padding-top: 50px;
  }
  .pc{ display: none !important;}
  .inner{
    width: 90%;
    margin: 0 auto;
  }
  .contentsWap {
    padding: 30px 0;
    padding-top: 80px;
    margin-top: -50px;
  }
  .contentsTtl {
    font-size: 30px;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .pageTtl{
    font-size: 22px;
    text-align: center;
    display: block;
  }
  
  /* header */
  .sitelogo{
    width: 125px;
    margin-left: 10px;
    position: absolute;
    left: 10px;
    top: 7px;
  }
  header{
    background: #FFF;
    display: block;
    height: auto;
    min-height: 50px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
  }
  .spMenu{
    position: absolute;
    right: 10px;
    top: 5px;
  }
  header .searchBtn .shclose {
    display: none;
  }
  .searchBtn{
    position: absolute;
    right: 50px;
    top: 6px;
    padding: 8px;
  }
  header nav{
    background: #FFF;
    display: none;
    position: fixed;
    top: 50px;
    width: 100%;
  }
  header nav ul{
    display: block;
    margin-right: 0px;
    border-top: 1px solid #CCC;
  }
  header nav ul li{
    border-bottom: 1px solid #CCC;
  }
  header nav ul li:nth-child(1){
    width: unset;
    text-align: center;
    margin: 0 15px;
  }
  header nav ul li.navSearch{
    display: none;
  }
  header nav a{
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 10px;
    display: block;
  }
  .searchHeaderArea {
    top: 50px;
    width: 100%;
    position: fixed;
  }
  
  .breadcrumbs{
    padding: 10px;
    font-size: 14px;
  }
  .breadcrumbs li{
    display: inline-block;
    margin-right: 5px;
  }
  .breadcrumbs li span{
    margin-left: 5px;
  }
  .breadcrumbs li a{
    color: #000;
    text-decoration: none;
  }
  .breadcrumbs li a:hover{
    text-decoration: underline;
  }
  /* pagemain */

  
  .productList a {
    display: block;
    width: 48%;
    max-width: 340px;
    margin-right: 4%;
  }
  .productList a:nth-child(2n) {
    margin-right: 0;
  }
  .productSearch {
    margin-top: 20px;
    display: block;
  }
  .mvbanners a img{
    max-width: 100% !important;
  }
  /* lineupList */
  .lineupProduct{
    display: block;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .lineupProduct:nth-child(2n){
    margin-right: 0;
  }
  .lineupimg{
    border: 1px solid #888;
    text-align: center;
    margin-bottom: 10px;
  }
  .lineupinfo h4{
    margin-bottom: 10px;
    color: #D60011;
  }
  .lineupProduct a{
    text-decoration: none;
    color: #000;
  }
  
  
  /* categoryList */
  .categoryList{
    display: flex;
    flex-wrap: wrap;
  }
  .categoryList .categoryBox{
    display: block;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    position: relative;
  }
  .categoryImg img{
    width: 100%;
  }
  .categoryBox a h4{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #FFF;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .categoryList .categoryBox:nth-child(2n){
    margin-right: 0;
  }
  
  /* selectSize */
  .selectbox{
    margin-bottom: 20px;
  }
  .selectbox{
    width: 100%;
  }
  .selectLinklist.two-column_sp{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
    .selectLinklist.two-column_sp a{
    display: block;
    width:50%;
  }
  
  .cslider .slick-prev{
    left: 0;
  }
  .cslider .slick-next{
    right: 0;
  }
  
  .searchcode{
    display: flex;
    flex-wrap: wrap;
  }
  .codeIn input.searchBtn {
    background: url("../img/search_btnicon.gif") no-repeat center center #333333;
    background-size: 30px 30px;
    width: 60px;
  }
  .productSearch input.searchInput {
    width: 100%;
  }
  .searchterms {
    width: 100%;
    padding: 10px 0;
  }
  .searchinput{
    display: table;
    width: 100%;
  }
  .searchinput .codeIn {
    display: table-cell;
  }
  .searchterms input:nth-child(1) {
    margin-left: 0px;
  }
  
  /* spfooter */
  .spfooter{}
  .spfooter .spfooterLinks{
    display: flex;
    flex-wrap: wrap;
  }
  .spfooter .spfooterLinks{
    border-top: 1px solid #000;
  }
  .spfooter .spfooterLinks li{
    width: 50%;
    border-bottom: 1px solid #000;
  }
  .spfooter .spfooterLinks li:nth-child(2n){
    border-left: 1px solid #000;
  }
  .spfooter .spfooterLinks li a,.toppagelink a{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-size: 14px;
  }
  .pagetop{
    text-align: center;
  }
  .pagetop a{
    background: #D60011;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
  }
  .toppagelink{
    text-align: center;
  }
  .footerSns{
    background: #FFF;
    padding: 15px 0 20px;
  }
  .snsicons{
    text-align: center;
  }
  footer p {
    font-size: 11px;
  }
  .pagemain{
    max-width: 1920px;
    margin: 0 auto;
  }
  .newsEntryarea h4{
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .search-snsicon{
    width: 100%;
    justify-content: flex-end;
    padding: 10px 0;
  }
  .psmain{
    flex-wrap: wrap;
  }
  .psmain .searchlabel{
    width: 100%;
  }
  .tipsearch{
    padding-top:70px;
  }
}
.mailSend .mfp_element_submit:hover{
  margin-top: 5px !important;
}


.subnavi{margin:0 auto 80px;width: 500px;text-align: center;}
.subnavi ul{display:flex;text-align: center;justify-content: space-between;flex-wrap: wrap;}
.subnavi li span{border-right:1px solid #333;}
.subnavi li a{color:#333;text-decoration: none;}
.subnavi li a:hover{color:#d7000f;}
@media screen and (max-width: 767px){
.subnavi{width: 100%;}
}