.d-none{
display:none!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);
}

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}
.footstamp {
    margin-top: 15px;
}

.flex-start {
  justify-content: flex-start!important;
}

#main {
  float: none!important;
  width: 100%!important;
}
 footer .copyright {
  height: auto!important;
      background: #f2f2f2!important;
  color: #121212!important;
  line-height: 20px!important;
}

.itemList__unit .itemWrap .itemImg_wrap {
  position: relative;
  overflow: hidden;
  padding-top: 177%;
  margin-bottom: 10px;
}
.itemList__unit .itemWrap .itemImg_wrap img.itemImg {
  position: absolute;
  inset: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hdrTop2 {
    background: #f2f2f2;
    color: #1b1b1b;
}
@media (min-width: 1200px) {
  .hdrTop2 .hdrInner:not(.hdrInner--one)>* {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .hdrTop2 .hdrInner:not(.hdrInner--one) .hdrInfo {
    max-width: calc(100% - 600px);
    flex: 0 0 calc(100% - 600px);
  }

  .hdrTop2 .hdrInner:not(.hdrInner--one) .exNav {
    max-width: 600px;
    flex: 0 0 600px;
  }
}

@media (max-width: 1199px) {
  .hdrTop2 .hdrInner:not(.hdrInner--one) {
    padding: 0 15px;
  }
}

.hdrTop2 .hdrInner:not(.hdrInner--one) .hdrInfo {
  text-align: left;
}

@media (max-width: 991px) {
  .hdrTop2 .hdrInner:not(.hdrInner--one) .hdrInfo {
    text-align: center;
  }
}

.hdrTop2 .hdrInfo {
  line-height: 40px;
}

.hdrTop2 .snsNav {
  justify-content: flex-end;
  height: 40px;
}

.hdrTop2 .snsNav li:last-child {
  margin-right: 0;
}
#detail__productImage .slick-prev, #detail__productImage .slick-next {
    color: #666!important;
}
.bor_border .bnrBox img{
border:none!important;
}