a:hover {
  text-decoration: none;
  color: inherit;
}

.w-nav-menu {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px !important;
  max-height: inherit;
}

.program strong {
  color: #333;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 9998;
}

#overlay #overlay-innner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#overlay #overlay-innner figure {
  width: 25px;
  height: 25px;
}

.feat_ctg_box {
  display: none;
}

.feat_ctg_box.active {
  display: block;
}

#product-wrap {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.prod_ctg_box {
  display: none;
}

.prod_ctg_box.active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.prod_items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prod_items-head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.prod_items-head img {
  height: 56px;
}

.prod_items-title {
  margin-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.prod_items a {
  width: 100%;
  max-height: 192px;
  height: 100%;
  position: relative;
  display: block;
}

.prod_items a .prod_items-more {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
}

.prod_items a .prod_items-more p {
  margin: 0;
}

.prod_items a:hover .prod_items-more {
  opacity: 1;
  transition: all 0.8s;
}

.prod_items a:hover .prod_items-more p {
  animation: hover-more 0.8s;
}

@keyframes hover-more {
  0% {
    transform: translateY(3em);
  }
  100% {
    transform: translateY(0);
  }
}
.prod_items a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.prod_items-explain {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.prod_items-price {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text-block-107 {
  margin-top: 0;
}

.div-block-183 {
  width: 100%;
}
.div-block-183 .div-block-101 {
  width: 50%;
}

@media screen and (min-width: 1440px) {
  .contents .program-5, .contents .program6 {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .prod_ctg_box.active {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #product-wrap {
    width: 90%;
  }
  .prod_ctg_box.active {
    grid-template-columns: repeat(1, 1fr);
  }
  .prod_items a {
    max-height: 133px;
  }
}
@media screen and (max-width: 479px) {
  .prod_items-explain {
    margin-bottom: 3px;
  }
  .image-106 {
    padding: 14px 0 5px;
  }
}/*# sourceMappingURL=append.css.map */