@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 568px) {}
@media screen and (max-width: 425px) {}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
プロダクト
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
body#itemlineup {
  background-color: rgba(30, 30, 30, 1);
}
#itemlineup header {
  height: 70vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#itemlineup h2 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 5.2rem;
  color: #FFF;
  line-height: 0.7em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-family: 'Playfair Display', serif;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#itemlineup h2 span {
  display: block;
  font-size: 2rem;
  text-align: center;
}
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}
.prowrap {
  padding: 40px 0 80px 0;
}
.categoly {
  width: 48%;
  margin: 1%;
  color: #FFF;
  border-bottom: solid currentColor 1px;
  padding: 0 0 8px 0;
  overflow: hidden;
}
.cate_photo_waku {
  overflow: hidden;
  height: 300px;
}
.cate_photo {
  height: 300px;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  filter: grayscale(0.7);
}
a:hover .cate_photo {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
  filter: grayscale(0);
}
#itemlineup .categoly h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin: 2% 0 0;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
プロダクトカテゴリ
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
ul.pro_menu {
  padding: 40px 0;
}
.pro_menu li.probox_k {
  width: 24.4%;
  height: 150px;
  margin: 0.3%;
}
.probox_k a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.probox_k p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.37);
  line-height: 140%;
}
#en_cate a {
  color: #FFF;
  width: auto;
  text-align: center;
  border: solid 1px currentColor;
  padding: 5px 20px;
  display: block;
  margin: auto 1%;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
プロダクトディティール
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
body#itemlineup_detail {
  background-color: rgba(30, 30, 30, 1);
}
.swiper-slide img {
  width: 100%
}
.swiper-slide {
  background-size: cover;
  background-position: center center;
}
#itemlineup_detail h2 {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 10;
  font-size: 20px;
  color: #FFF;
  font-family: 'Playfair Display', serif;
  text-transform: capitalize;
  text-align: center;
}
#itemlineup_detail h2 span {
  font-size: 14px;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
}
header {
  position: relative;
}
.pro_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pro_item a {
  width: 23%;
  margin: 1%;
  color: #FFF;
}
.pro_item a img {
  width: 100%;
}
.detail_text {
  width: 90%;
  color: #FFF;
  text-align: center;
  margin: auto;
  padding: 50px 0 41px;
  line-height: 200%;
}
.pro_item h4 {
  width: 100%;
  font-size: 17px;
  color: #FFF;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
.pro_item a p {
  font-size: 14px;
  margin: 5px 0 0 0;
  text-align: center;
}
div#en_cate {
  display: flex;
  justify-content: center;
  margin: 50px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .pro_menu li.probox_k {
    width: 32.7%;
    height: 130px;
    margin: 0.3%;
  }
  #en_cate a {
    width: auto;
  }
}
@media screen and (max-width: 568px) {
  .pro_menu li.probox_k {
    width: 49.3%;
    height: 100px;
    margin: 0.3%;
  }
    .pro_item a {
    width: 31.3%;
    margin: 1%;
    color: #FFF;
}
    li.probox_k:nth-of-type(5n) {
    width: 100%;
    height: 150px;
}
}