﻿@charset "UTF-8";

/* WebFont */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');


body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

/*ヘッダー*/
header {
	min-width: 1200px;
	z-index:10001;
}
.wrapper {
    padding-top: 0px;
}
#menu_view {
    padding-top: 0px;
}
.block-header-text {
    width: 1200px;
    margin: 0 auto 10px;
}
.block-header-text p {
    font-weight: 400;
    font-size: 14px;
}
.block-header-logo {
    min-width: 1200px;
    text-align: center;
    margin: 30px auto 30px;
}
.block-header-logo img {
    width: 120px!important;
    margin: 0 auto;
}

.block-header-Link {
    font-size: 10px;
    padding: 5px 10px;
    font-weight: bold;
    max-width: 1200px;
    margin: 0 auto;
}
.fa-headLinkIcon:before {
    content: "\f054";
    margin-left: 5px;
}
.pane-header-container {
    background-color: #EBEBEB;
    padding: 10px 0;
}
.block-header-DtlArea {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    
}

.pane-headerDtl {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
     width: 300px;
}
.pane-headerDtlIcon {
    justify-content: flex-end;
}
.block-headerTxt01 {
    font-size: 13px;
    margin-left: 10px;
}
.block-headerTxt02 {
    font-size: 13px;
    margin-top: 15px;
}
.block-header-NavLi {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-header-NavLi li:first-child:before {
    content:"";
   display:inline-block;
   width:2px;
   height:20px;
   background-color:#EBEBEB;
   position:absolute;
   top:15px;
   left:-1px;
}
.block-header-NavLi li {
    text-align: center;
    font-weight: bold;
    position:relative;
}
.block-header-NavLi li:after{
   content:"";
   display:inline-block;
   width:2px;
   height:20px;
   background-color:#EBEBEB;
   position:absolute;
   top:15px;
   right:-1px;
}
.block-header-NavLi li a {
    display: block;
    width: 140px;
    padding: 15px 0;
}
.block-header-NavLi li.selected a {
    background-color: #333333;
    color: #fff;
}

/* カテゴリ追加ここから */
.menuArea {
    background-color: #FFFFFF;
	position: absolute;
	width: 100%;
    z-index: 10001;
	margin: 0 auto;
	padding: 50px 0 100px;
}
.menuArea .menuThumbList {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.menuArea .menuThumbList li {
    width: 260px;
    margin: 0px 15px 20px 15px;
	background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    padding: 5px;
}
.menuArea .menuThumbList li a {
    display: block;
}
.menuArea .menuThumbList li a img {
    width: 70px;
    margin-right:10px;
	vertical-align: middle;
}
.menuArea .menuThumbList li a span {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
	vertical-align: middle;
}


/*モーダルメニュー*/
.menuArea .menuThumbModaal {
    display: none;
}
.menuArea .listBoxWrap {
    width: 1140px;
    overflow: hidden;
    display: flex;
}
.order0H {
    order: 0 !important;
}
.menuArea .listBox {
    order: 1;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menuArea .menuThumbModaal div {
    width: 100%;
}
.menuArea .listBoxName {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #8A8A8A;
    margin-bottom: 20px;
}

.modaalBackH {
    position: relative;
    height: 0px;
    width: 0px;
}
.modaalBackH i {
    margin-left: 1em;
    font-size: 16px;
    font-weight: 600;
    height: 75px;
    width: 75px;
    position: absolute;
    text-align: center;
    line-height: 75px;
}
.listBox.mainH ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-weight: 600;
}
.listBox.mainH ul li:first-child{
    width: 100%;
    font-size: 14px;
}
.listBox.mainH ul li a{
    width: 100%;
    display: block;
}
.listBox.mainH ul li:first-child a {
    width: 96%;
    display: inline-block;
}
.listBox.mainH ul li:first-child:after {
    font-family: FontAwesome;
    content:"\f105"
}
.listBox.mainH ul li{
    width: 24%;
    margin-right: 1.333%;
    padding-left: 10px;
    line-height: 80px;
    margin-bottom: 20px;
    height: 80px;
    border: 1px solid #EBEBEB;
}
.listBox.mainH ul li:nth-of-type(4n+1){
    margin-right: 0;
}

.listBox.mainH ul li.moveH a {
    position: relative;
}
.listBox.mainH ul li.moveH a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 92%;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #333;
}
/* カテゴリ追加ここまで */

/*メーカー*/
.menuAreaMaker {
    padding-left: 45px;
    padding-right: 45px;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.menuAreaMakerTit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #8A8A8A;
    padding-bottom: 10px;
}
.menuAreaMakerLi {
    display: flex;
    flex-wrap: wrap;
    
}
.menuAreaMakerLi li {
    text-align: center;
    margin-bottom: 40px;
    width: 14%;
    margin-right: 30px;
    font-weight: 14px;
    font-weight: bold;
}
.menuAreaMakerLi li:nth-child(6n) {
    margin-right: 0;
}
.menuAreaMakerLi li div {
    margin-bottom: 2px;
}
.menuAreaMakerBtn a {
    display: block;
    border: 1px solid #8A8A8A;
	background-color: #FFFFFF;
    padding: 30px 10px;
    position: relative;
	margin-bottom: 20px;
}
.menuAreaMakerBtn a:before{
    width: 12px;
    height: 12px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 96%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

/*ヘッダーメニュー開閉*/
.menuArea {
	display:none;
}
.menuArea.open {
	display:block;
}
.menuOpen {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.menuBg {
	background-color: rgba(0,0,0,0.8);
	display: none;
	position: absolute;
	z-index: 10000;
	width: 100vw;
	height: 100vh;
}
/*ヘッダーメニュー開閉*/

/* ヘッダーメニュー */
#header_muen {
    margin-right: 10px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
    margin: 5px;
  position: relative;
  width: 20px;
  height: 19px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

#header_menu.active:before {
    top: 10px;
}
#header_menu.active:after {
    bottom: 8px;
}
.pane-headerDtl div {
    margin: 0 10px;
}
.block-headerIcon {
    font-size: 20px;
}
.block-header-cart .fa {
    font-size: 20px;
}
.fa-sortIcon:before {
    /*content: "\f0b0";*/
    content: "\f002";
    color: #333;
    font-size: 20px;
}
.fa-likeIcon:before {
    content: "\f08a";
    color: #333;
}
.block-header-cart .fa {
    transform: scale(1, 1);
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-mypageIcon:before {
    content: "\f2be";
    color: #333;
}
.fa-mypageIcon02:before {
    content: "\f007";
    color: #333;
}
.fa-mypageLoginIcon:before {
    content: "\f007";
    color: #333;
}
.block-header-searchArea {
    background-color: #EBEBEB;
    padding: 10px;
}
.block-header-search {
    width: 100%;
    height: 40px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    background-color: #fff;
    order: 0;
}
.block-header-search input {
    border-right: none;
}
.headerSearchclearIcon {
    background-color: #fff;
    order: 1;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: none;
    border-left: none;
    padding: 0 10px;
}
.fa-closeIcon:before {
    content: "\f00d";
    font-size: 20px;
}
.block-global-search {
    max-width: 280px;
}
.headerSearchIcon {
    background-color: #333;
    border: none;
    order: 2;
    padding: 0 10px;
}
.fa-searchIcon:before {
    /*content: "\f002";*/
    content: "\f0da";
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 20px;
}

.container {
    max-width: 1200px;
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}
.pane-topic-path {
    background-color: #EBEBEB;
}
.block-topic-path {
    padding: 10px;
    font-size: 12px;
}
.pane-footer {
    background-color: #333333!important;
    color: #fff;
}
.block-footernav {
    margin-bottom: 30px;
}
.block-footernav--item-list {
    margin-bottom: 20px;
}
.block-footernav li a {
    color: #fff!important;
}
.block-footernav li {
    padding: 0 1em;
    display: inline-block;
    border-left: 1px solid #fff;
}
.block-footernav li:first-child {
    border-left: none;
}
.footerLogo {
    background: #333333;
    padding: 0px 0 10px;
    text-align: center;
}
.footerLogo img {
    width: 122px;
    height: auto;
}
.block-copyright {
    padding: 10px 0!important;
    font-size: 10px!important;
    font-weight: bold!important;
    text-align: center!important;
    background: #333333!important;
    color: #fff!important;
}
.block-footer-Link {
    font-size: 10px;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;   
}
.block-footer-Link a { 
    color: #fff;
}

/*ページトップ*/
.block-page-top {
    position: fixed;
    top: auto;
    bottom: 10px!important;
    right: 0px!important;
    z-index: 100;
}
.block-page-top a:after {
    display: none!important;
}
.block-page-top a {
    position: relative!important;
    display: block;
    width: 80px!important;
    height: 40px!important;
    background-color: #333;
    color: #fff;
    font-size: 9px!important;
    text-align: center;
    padding-top: 16px!important;
    border: 1px solid #fff;
}
.block-page-top a:hover {
    text-decoration: none;
}
.block-page-top a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.block-page-top a:after {
    display: none;
}

/*20210914スライダー　幅調整*/
.swiper-container .swiper-wrapper li.swiper-slide {
    max-width: 180px;
    margin-right: 15px;
    margin-left: 15px;
}
.swiper-container .swiper-wrapper {
    justify-content: center;
}

.swiper-container.active .swiper-wrapper li.swiper-slide {
    max-width: 180px;
    margin-right: 0px;
    margin-left: 0px;
}
.swiper-container.active .swiper-wrapper  {
    justify-content:inherit;
}

/* バーナー用スライダー　幅調整*/
.bnr-s .swiper-container .swiper-wrapper li.swiper-slide {
    max-width:calc(24%);
    margin-right: 5px;
    margin-left: 5px;
}
.bnr-s .swiper-container .swiper-wrapper {
    justify-content: center;
}

.bnr-s .swiper-container.active .swiper-wrapper li.swiper-slide {
    max-width: calc(22%);
    margin-right: 0px;
    margin-left: 0px;
}
.bnr-s .swiper-container.active .swiper-wrapper  {
    justify-content:inherit;
}