@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body, body * {
  font-family: "Noto Sans JP" !important;
  font-weight: 400 !important;
}
body .material-icons {
  font-family: 'Material Icons' !important;
}
table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}
@media (max-width: 767px) {
  a.button--typeA.arrow.block {
    padding: 20px 0px;
  }
  .fNav__list li.hasChildren--click > a{
   background:none!important; 
  }
}

.button--typeA span{
  vertical-align: initial!important;
}
.arrow:after{
    border-top: 2px solid #fff!important;
    border-right: 2px solid #fff!important;
}

.tabSwitch {
    margin-bottom: 15px!important;
}

span.drawerIcon__text {
    font-family: 'Roboto';
}
.copyright {
    padding: 10px !important;
}
#container:not(.topPage) {
    margin-top: 30px;
}

.col-pc-6.col-sp-12 {
    margin-bottom: 30px;
}

.iconNav__cart .cartAmount{
  justify-content: unset;
}

.row.cateList--typeC {
    justify-content: center;
}

.tab--typeC .tabSwitch li {
    width: 200px;
    text-align: center;
}

@media (max-width: 767px){
a.button--typeA.arrow.block {
    font-size: 16px;
  }
  .iconNav > ul > li .hdrSearch__wrap,
  .hdrSearch__wrap .searchForm.searchFormB .searchForm__inner {
    background: rgba(255,255,255,0.8);
  }
  a.button--typeA.arrow.block {
    width: 200px;
    height: 33px;
    margin: auto;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#menu-icon span:nth-of-type(1) {
    top: 2px!important;
}
#menu-icon span:nth-of-type(2) {
    top: 9px!important;
}
#menu-icon span:nth-of-type(3) {
    top: 16px!important;
}

.drawer__account .drawer__accountNav li a:nth-child(odd) {
    font-size: 12px;
}
.iconNav__cart {
    padding-bottom: 3px!important;
}
@media (min-width: 767px){
#container:not(.topPage) {
    margin-top: 30px!important;
  }
}

.button--typeA, a.button--typeA, .button, a.button {
  background: #fff !important;
  color: #595959 !important;
  border-color: #595959 !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
}
.button--typeA:after, a.button--typeA:after, .button:after, a.button:after {
  border-color: #595959 !important;
  border-width: 1px !important;
}
.button--typeA:hover, a.button--typeA:hover, .button:hover, a.button:hover {
  color: #fff !important;
  background: #595959 !important;
  border-color: #595959 !important;
}
.button--typeA:hover:after, a.button--typeA:hover:after, .button:hover:after, a.button:hover:after {
  border-color: #fff !important;
}
a:hover {
  color: #595959 !important;
}
.text--lato,
.gNav li.hasChildren > .megaMenu ul li a,
.cateList--typeC figure figcaption {
  font-family: lato, sans-serif !important;
}
.gNav li.hasChildren > .megaMenu ul li a,
.cateList--typeC figure figcaption,
#itemName {
  font-weight: 400 !important;
}
.h2A {
  font-weight: 400 !important;
}
.h2A:after,
.h2A:before {
  content: none !important;
}
.h3A,
#policy table th,
#policy table th h4,
#policy table td,
.drawer__nav li.hasChildren--click > a,
.drawer__account .drawer__accountText h2,
.drawer__nav li a {
  font-weight: normal !important;
}
#hdr.hdr--integrate.active:not(.integrate--fixed) .hdrMiddle {
  background: rgba(255,255,255,0.8) !important;
}
#ftr.ftr--typeD {
  background-image: none !important;
  border-top: none !important;
}
#ftr .fNav--typeC.container {
  background-image: none !important;
  border-top: none !important;
}

.itemList .itemList__unit .itemName {
  font-size: 12px;
  font-weight: normal;
}
.itemList .itemList__unit .itemPrice {
  font-size: 12px;
  font-weight: normal;
}
.footstamp a {
  font-weight: 400;
  font-family: lato, sans-serif !important;
}
.mainSliderSec {
  border-bottom: none !important;
}
.snsNav i {
  font-family: "Font Awesome 5 Brands" !important;
}
.tabContent {
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 800px) {
  .tab--typeC .tabSwitch li > span {
    padding: 5px 30px !important;
  }
}