﻿@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: 12px;
}

/* fade image in after load */
/* 
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
} */

/*ヘッダー*/
.wrapper {
    padding-top: 0px;
}
#menu_view {
    padding-top: 0px;
}
#header {
    position:relative;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    margin-bottom: 5px;
}
.headTxtArea {
    height: 30px;
    padding: 5px 10px;
    font-weight: bold;
}
.block-header-text {
    position: relative;
    width: 90%;
    margin: 0 auto 40px;
}
.block-header-text p {
    position: absolute;
    width: 100%;
    top:-10px;
    z-index: 10000;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
}
.fa-headIcon:before {
    content: "\f054";
}
.pane-header {
    position: relative;
    height: 40px;
    background-color: #333333;
}
.pane-header a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.pane-header a:hover {
    text-decoration: none;
}
.pane-headerDtl {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header_menu2 span {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 60%;
  height: 2px;
  background: #444;
  transition: all .4s;
  font-size: 0;
}
#header_menu2:after,
#header_menu2:before {
  content: "";
  position: absolute;
  left: 12px;
  display: block;
  width: 60%;
  height: 2px;
  background: #444;
  transition: all .4s;
}
#header_menu2:before {
  top: 13px;
}
#header_menu2:after {
  bottom: 11px;
}
#header_menu2.active {
    background-color: #8A8A8A;
}
#header_menu2.active span {
  opacity: 0;
}
#header_menu2.active:before {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#header_menu2.active:after {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
#header_menu2, .block-header-cart, .block-headerIcon {
    width: 50px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header_menu2:after, #header_menu2:before {
    background: #fff;
    left: 12px;
    width: 40%;
}
#header_menu2 span {
    background: #fff;
    left: 12px;
    width: 40%;
}
#header_menu2.active:before {
    top: 10px;
}
#header_menu2.active:after {
    bottom: 8px;
}
.block-header-cart .fa {
    font-size: 24px;
}
.fa-sortIcon:before {
    /*content: "\f0b0";*/
    content: "\f002";
    color: #fff;
    font-size: 18px;
}
.fa-likeIcon:before {
    content: "\f08a";
    color: #fff;
}
.block-header-cart .fa {
    transform: scale(1, 1);
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-mypageIcon:before {
    content: "\f2be";
    color: #fff;
}
.fa-mypageLoginIcon:before {
    content: "\f007";
    color: #fff;
}
.block-header-logo {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-header-logo--img {
    width: 122px;
    height: auto;
}
.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;
}
.headerSearchIcon {
    background-color: #333;
    border: none;
    order: 2;
    padding: 0 10px;
}
.fa-searchIcon:before {
    /*content: "\f002";*/
    content: "\f0da";
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-size: 20px;
}

/*メニュー　展開*/
#menu_view {/*展開位置上書き*/
    /*top: 40px;*/
}
body.OFmenuOpen {
	overflow: hidden;
	position: fixed;
	width: 100vw;
}
#headMenuWrap {
	display: none;
	width: 100%;
	height: 100vh;
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 9998;
	overflow: auto;
}
#headMenuWrap.open {
	display: block;
}
#headMenuWrap.zIndexMove {
	z-index: 10001;
}

#headMenuPanelWrapper {
	padding:40px 0 200px;
	background-color: #FFFFFF;
}
.block-header-menuinner {
    background-color: #fff;/*fffに変更*/
}
.block-header-menu01 {
    padding: 20px 0;
}
.block-header-menu01 li a {
    display: block;
    padding: 20px 2.5%;
    font-size: 14px;
    font-weight: bold;
}
.block-header-menu01 li a i {
    font-size: 18px;
    margin-right: 10px;
}
.block-header-menuTit01 {
    background-color: #333333;
    padding: 5px 2.5%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.block-header-menuTit01 i {
    margin-right: 10px;
}

.fa-listIcon:before {
    content: "\f00b";
    color: #fff;
    font-size: 18px;
}
.fa-helpIcon:before {
    content: "\f29c";
    color: #fff;
    font-size: 20px;
}
.block-header-menuSearch {
    padding: 4% 2.5%;
}
.block-header-menu02 {
    /*margin-bottom: 8%;*/
}
.block-header-menu02 li {
    border-bottom: 1px solid #333333;
}
.block-header-menu02 li a {
    display: block;
    padding: 20px 2.5%;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.block-header-menu02 li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 95%;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 8px;
    border: 6px solid transparent;
    border-left: 6px solid #333333;
}

.menuBackBtn {
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.menuBackBtn a {
    display: block;
    width: 100%;
    padding: 20px 3%;
    border: 1px solid #EBEBEB;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.menuBackBtn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #333333;
    border-left: solid 2px #333333;
    transform: rotate(45deg);
}
.menuNextBtn {
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.menuNextBtn a {
    display: block;
    width: 100%;
    padding: 20px 3%;
    border: 1px solid #EBEBEB;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.menuNextBtn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 95%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    transform: rotate(45deg);
}
.menuArea {
	padding:50px 0px 200px; 
	background: #FFFFFF;
	position: absolute;
	top:0px;
	left:0px;
	display: none;
	z-index: 10002;
    width: 100%;
}
.menuArea.open {
	display: block;
	position: fixed;
	height:100vh;
}
#headMenuAreGen {

}
#headMenuAreCat {

}
#headMenuAreMak {
	overflow: auto;
}

/*カテゴリ*/
.menuArea .menuThumbList {
    min-width: 320px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menuArea .menuThumbList li {
    width: 48%;
	min-width: 158px;
    margin: 0px 0 8px;
    border: 1px solid #EBEBEB;
    padding: 5px;
}
.menuArea .menuThumbList li a {
    display: block;
}
.menuArea .menuThumbList li a img {
    width: 40px;
    margin-right:5px;
	vertical-align: middle;
}
.menuArea .menuThumbList li a span {
    color: #333333;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
	vertical-align: middle;
}

/*モーダルメニュー*/
.menuArea .menuThumbModaal {
    display: none;
}
.menuArea .listBoxWrap {
    width: 100%;
    /*overflow: hidden;*/
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.order0H {
    /*order: 0 !important;*/
    display: block;
}
.menuArea .listBox {
    /*order: 1;*/
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.menuArea .listBox.listBoxMaker {
    display: block;
	background-color: #FFFFFF;
}
.menuArea .menuThumbModaal div {
    width: 100%;
}
.modaalCloseH {
    font-weight: 600;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #EBEBEB;
}
.modaalCloseH:after {
    margin-left: 1em;
    margin-right: -2em;
    font-family: FontAwesome;
    content:"\f00d"
}
.modaalBackH {
    position: relative;
    height: 0px;
    width: 0px;
    z-index:1;
}
.modaalBackH a {
	display: block;
    height: 50px;
    width: 70px;
}
.modaalBackH i {
    margin-left: 1em;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    position: absolute;
    text-align: center;
    line-height: 50px;
}
.listBox.mainH ul {
    font-weight: 600;
}
.listBox.mainH ul li:first-child{
    font-size: 14px;
    text-align: center;
}
.listBox.mainH ul li:first-child a{
    width: 100%;
}
.listBox.mainH ul li a {
    width: 90%;
    display: inline-block;
}
.listBox.mainH ul li.moveH:after {
    font-family: FontAwesome;
    content:"\f105"
}
.listBox.mainH ul li{
    padding-left: 2em;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
}




/*パンくず*/
.block-topic-path {
    margin-bottom: 0;
    border: none;
    background-color: #EBEBEB;
    margin-top: 0px;
}
.block-topic-path--list li {
    font-size: 10px;
}

/*フッター*/
.block-switcher {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.block-switcher--current {
    background-color: #333333;
}
.block-switcher--switch {
    background-color: #EBEBEB;
    color: #8A8A8A;
}
.block-footer-menu {
    background: #333333;
    border-top: 1px solid #fff;
    font-size: 10px;
}
.block-footer-menu a,.block-footernav li a {
    color: #fff;
}
.block-footer-menu li a:after {
    display: none;
}
.block-footernav {
    background: #333333;
    padding: 30px 0;
}
.block-footernav li {
    border-left: 1px solid #fff;
}
.footerLogo {
    background: #333333;
    padding: 0px 0 20px;
    text-align: center;
}
.footerLogo img {
    width: 122px;
    height: auto;
}
.block-copyright {
    padding: 10px 0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: #333333;
    color: #fff;
}
.footTxtArea {
    background-color: #333333;
    text-align: center;
    font-weight: bold;
}
.footTxtArea a {
    color: #fff;
}

/*ページトップ*/
.block-page-top {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 0px;
    z-index: 100;
}
.block-page-top a {
    position: relative;
    display: block;
    width: 54px;
    height: 40px;
    background-color: #333;
    color: #fff;
    font-size: 9px;
    text-align: center;
    padding-top: 16px;
    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  {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container .swiper-wrapper li.swiper-slide {
    max-width: 200px;
    width: 48%;
    margin-right: 10px;
    margin-left: 10px;
}
.swiper-container .swiper-wrapper li.swiper-slide figure {
    width: 100%!important;
    height: auto!important;
}
.swiper-container .swiper-wrapper {
    justify-content: center;
}

.swiper-container.active  {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container.active .swiper-wrapper li.swiper-slide {
    max-width: 200px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.swiper-container.active .swiper-wrapper  {
    justify-content:inherit;
}

.block-icon img {
  height: 17px;
}

/* バーナー用スライダー　幅調整*/
.bnr-s .swiper-container  {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.bnr-s .swiper-container .swiper-wrapper li.swiper-slide {
    max-width: 200px;
    width: calc(48%);
    margin-right: 5px;
    margin-left: 5px;
}

.bnr-s .swiper-container .swiper-wrapper li.swiper-slide figure {
    width: 100%!important;
    height: auto!important;
}

.bnr-s .swiper-container .swiper-wrapper {
    justify-content: center;
}

.bnr-s .swiper-container.active  {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.bnr-s .swiper-container.active .swiper-wrapper li.swiper-slide {
    max-width: calc(42%);
    margin-right: 0px;
    margin-left: 0px;
}
.bnr-s .swiper-container.active .swiper-wrapper  {
    justify-content:inherit;
}

