p,h4 {
 visibility: hidden;
}
.wf-active p,.wf-active h4 {
 visibility: visible;
}
*{
  box-sizing: border-box;
}
body{
  position: relative;
  margin: 0px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p{
  font-weight: 500;
  font-size: 14px;
  color: #010101;
}
h1,h2,h4,h6,p{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style:none;
}
a {
  text-decoration: none;
}
.pu_bg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(60,60,60,.5);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  z-index: 10;
}
.product_list{
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  max-width: 882px;
  width: 88%;
  max-height: 90vh;
  overflow-y: scroll;
}
.product_list_content{
  padding: 52px 58px;
  background-color: #fff;
}
.product_list_content img{
  display: block;
  width: 100%;
}
.product_list_content img._sp{
  display: none;
}
.product_list_content h4{
  text-align: center;
  font-weight: 400;
  margin-bottom: 24px;
}
.product_list_content p{
  margin-bottom: 44px;
  line-height: 1.75;
  font-weight: 400;
}
.close_btn{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 28px;
  right: 28px;
  border-radius: 50%;
  background-color: #f6f6f6;
  background-image: url("/jeandubost-steakknife/images/icon/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}
.popupbutton_wrap {
  text-align: center;
  margin-bottom: 120px;
}
p.popupbutton {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  padding: 14px 27px;
  border-radius: 31px;
  background-color: #000;
  cursor: pointer;
}
.menuArea{
  display: none;
}
.header_re{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 34px 40px;
  z-index: 555;
}
.header_re.-product{
  position: static;
}
.header_re.-product .headerMenu,.header_re.-product .header_icon{
  display: none;
}
.header_re.-product .headerMenu {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
    display: none;
    max-width: 140px;
    z-index: 555;
}
.header_re.-product .headerMenu.-on{
  display: block;
}
.header_re.-product .menuPart {
    display: block;
}
.header_re.-product .header_icon.-on {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateX(0);
    top: 500px;
    left: 0;
}
.menuArea{
  display: none;
  position: absolute;
  right: 17px;
  top: 3px;
}
.header_re.-product .menuArea{
  display: block;
  position: absolute;
  right: 17px;
  top: 3px;
}
.menu-trigger,.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 60px;
}
.menu-trigger span {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 21px;
}
.menu-trigger span:nth-of-type(2) {
  top: 30px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 19px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: -webkit-transform translateY(9px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background-color: #000;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: -webkit-transform translateY(-9px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: #000;
}
.header_re.-on,.header_re.-product.-on{
  position: fixed;
  top: 0;
}
.header_re.-product .brandLogo {
  position: absolute;
  top: 23px

  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 26px;
  background-image: url(/porvasal/images/logo/_brandlogo.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.companyLogo{
  position: absolute;
  left: 40px;
  width: 93px;
  height: 20px;
  background-image: url("/images/logo/zakkaworkslogo_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.header_re.-product .menu-trigger span{
  background-color: #000;
}
.header_re.-product .companyLogo{
  top: 25px;
  background-image: url("/images/logo/zakkaworkslogo.svg");
}
.menuPart{
  display: flex;
  align-items: center;
}
.menuPart a{
  color: #fff;
}
.menuPart li{
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  font-size: 15px;
  margin: 0 22px;
}
.header_re.-product .menuPart li {
    display: block;
    margin: 0 0 22px 0;
    font-size: 20px;
}
.headerMenu{
  display: flex;
  text-align: center;
}
.header_icon {
  position: absolute;
  right: 40px;
  display: flex;
}
.snsIcon{
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.snsIcon.-ins{
  margin-right: 20px;
  background-image: url("/images/icon/istg_w.svg");
}
.snsIcon.-twt{
  background-image: url("/images/icon/x_w.svg");
}
.ottinettiLogo.-off{
  display: none;
}
.container{
  max-width: 1940px;
  width: 100%;
  margin: auto;
}
.container.-products{
  max-width: 1114px;
}
.topimageWrapp{
  position: relative;
}
.topImage{
  display: block;
  width: 100%;
}
.topImage.-sp{
  display: none;
}
.topimageWrapp .brandlogo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -85%);
  width: 80%;
  height: 180px;
  background-image: url("/porvasal/images/logo/brandlogo.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.textBlock{
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 110px 40px 50px;
}
.textBlock p.title{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 37px;
}
.textBlock p.text{
  line-height: 2;
  text-align: justify;
}
.textBlock p.bottom{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  text-align: right;
}
.menu img{
  display: block;
  width: 100%;
}
.content{
  max-width: 1880px;
  padding: 0 50px 220px;
  margin: auto;
}
.content.-item{
  padding: 0 93px 220px;
}
.menuGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 2040px;
  margin: 0 auto;
}
.menu{
  position: relative;
}
.menu::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  transition: .2s;
}
.menu img{
  display: block;
  width: 100%;
}
.menu>.title{
  width: 100%;
  position: absolute;
  top: 50%;
  color: rgba(255,255,255,0.9);
  text-align: center;
  transform: translateY(-50%);
  padding: 0 20px;
}
.menu>.title h4{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  margin-bottom: 12px;
}
.menu>.title h6{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.menu:hover::before{
  background-color: rgba(0,0,0,0.4);
  transition: .2s;
}
/* products */
.categoryBar {
  display: flex;
  padding: 34px 20px 14px;
  justify-content: center;
  align-items: center;
  overflow: scroll;
}
.categoryBar_wrapp{
  display: flex;
}
.categoryItem{
  display: flex;
  align-items: center;
  width: 80px;
  flex-direction: column;
}
.categoryItem_image{
  width: 35px;
  height: 35px;
  margin-bottom: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.categoryItem_image.-isaba{
  background-image: url("/porvasal/images/icon/isaba/icon.svg");
}
.categoryItem_image.-isabagreen{
  background-image: url("/porvasal/images/icon/isabagreen/icon.svg");
}
.categoryItem_image.-xuquer{
  background-image: url("/porvasal/images/icon/xuquer/icon.svg");
}
.categoryItem_image.-amaya{
  background-image: url("/porvasal/images/icon/amaya/icon.svg");
}
.categoryItem_image.-babel{
  background-image: url("/porvasal/images/icon/babel/icon.svg");
}
.categoryItem_image.-ovendish{
  background-image: url("/porvasal/images/icon/ovendish/icon.svg");
}
.categoryItem_image.-bowl{
  background-image: url("/porvasal/images/icon/bowl/icon.svg");
}
.categoryItem_image.-cup{
  background-image: url("/porvasal/images/icon/cup-saucer/icon.svg");
}
.categoryItem_image.-mug{
  background-image: url("/porvasal/images/icon/mug/icon.svg");
}
.categoryItem p{
  font-family: 'Outfit',"Noto Sans JP",sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.product_topText {
  padding: 15px 50px 80px;
  text-align: center;
}
.product_topText .menuTitle {
  align-items: center;
  flex-direction: column;
  margin: 39px 0 40px;
}
.product_topText .menuTitle h4{
  font-size: 24px;
  margin-right: 0;
  margin-bottom: 8px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.product_topText .menuTitle p.series_new_tag{
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #f12c2c;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
}
.menuText {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 24px;
}
.item_grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 14px;
  row-gap: 58px;
}
.item_grid img{
  width: 100%;
  margin-bottom: 24px;
}
.item_grid p.new_tag{
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #f12c2c;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 4px;
}
.item_grid p.name{
  font-size: 15px;
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  margin-bottom: 11px;
}
.item_grid p.spec,.item_grid p.size,.item_grid p.text{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.item_grid p.size span,.item_grid p.text{
  font-size: 12px;
}
.item_grid p.spec.-note{
  padding: 0 40px;
}
.item_grid p.text{
  margin-bottom: 10px;
}
.item_grid .button{
  margin-top: 20px;
}
.menuWindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 5;
}
.menuWindow.active{
  display: block;
}
.button {
  display: inline-flex;
  height: 37px;
  padding: 0 35px;
  border-radius: 20px;
  background-color: #191c1f;
  align-items: center;
  justify-content: space-evenly;
}
.button p {
  font-family: 'Outfit',"Noto Sans JP",sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: .025em;
}
.howtouse_block{
  max-width: 660px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto 200px;
  text-align: center;
}
.howtouse_block img{
  width: 100%;
  margin-bottom: 20px;
}
.howtouse_block p{
  font-weight: 400;
}

@media screen and (max-width:1300px){
.content {
  padding: 0 30px 220px;
}
.menuArea{
  display: block;
  position: absolute;
  right: 17px;
  top: 3px;
}
.companyLogo {
  left: 28px;
  top: 25px;
}
.header_re.-product .brandlogo {
  top: 20px;
}
.headerMenu {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 160px;
  display: none;
  max-width: 140px;
  z-index: 555;
}
.headerMenu.-on{
  display: block;
}
.menuPart {
  display: block;
}
.menuPart li {
  display: block;
  margin: 0 0 22px 0;
  font-size: 20px;
}
.header_re.-product .menuPart:first-of-type,.header_re.-product .menuPart:last-of-type {
  margin-left: 0;
}
.header_icon{
  display: none;
  position: fixed;
  top: 500px;
  right: auto;
  transform: translateX(-36px);
}
.header_icon.-on {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateX(0);
}
.menuPart a{
  color: #000;
}
}
@media screen and (max-width:1024px){
.content.-item {
  padding: 0 40px 220px;
}
.item_grid {
  grid-template-columns: 1fr 1fr;
  row-gap: 48px;
}
.topimageWrapp .brandlogo {
  transform: translate(-51%, -54%);
}
.menuGrid {
  grid-template-columns: 1fr 1fr;
}
.menu>.title h4{
  /* font-size: 2.75vw; */
  /* margin-bottom: 8px; */
}
.menu>.title h6{
  /* font-size: 1.5vw; */
}
}
@media screen and (max-width:768px){
.menuArea,.header_re.-product .menuArea {
  right: 10px;
  top: 3px;
}
.menuGrid {
  grid-template-columns: 1fr;
}
.menuText{
  padding-right: 0;
}
.content.-item {
  padding: 0 20px 220px;
}
.menu:hover::before{
  background-color: rgba(0,0,0,0.1);
}
.menu>.title h4 {
  /* font-size: 3.5vw; */
}
.menu>.title h6{
  /* font-size: 2vw; */
}
}
@media screen and (max-width:667px){
.topImage.-pc{
  display: none;
}
.topImage.-sp{
  display: block;
}
.menu-trigger span {
    background-color: #000;
}
.topimageWrapp .brandlogo {
  width: 100%;
  height: 290px;
  transform: translate(-50%, -60%);
  background-image: url("/porvasal/images/logo/brandlogo_sp.png");
  background-size: contain;
}
.header_re.-product {
  position: static;
}
.companyLogo {
  left: 13px;
  top: 27px;
  width: 78px;
  height: 16px;
}
.header_re.-product .brandlogo {
  top: 20px;
  width: 120px;
  height: 29px;
  background-image: url("/porvasal/images/logo/brandlogo.svg");
}
.product_topText .menuText br{
  display: none;
}
.categoryBar{
  justify-content: flex-start;
}
}
@media screen and (max-width:596px){
  .product_list_content{
    padding: 52px 28px;
  }
  .product_list_content img._pc{
    display: none;
  }
  .product_list_content img._sp{
    display: block;
  }
}
@media screen and (max-width:430px){
  .popupbutton_wrap {
    margin-bottom: 90px;
}
  .headerMenu,.header_re.-product .headerMenu{
    top: 115px;
  }
  .menuPart li,.header_re.-product .menuPart li{
    margin-bottom: 18px;
    font-size: 18px;
  }
  .header_icon,.header_re.-product .header_icon.-on{
    top: 408px;
  }
  .menuArea,.header_re.-product .menuArea {
    right: 0px;
    top: 3px;
  }
  .menu-trigger span {
    height: 1px;
    width: 22px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 23px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 30px;
}
  .menu-trigger span:nth-of-type(3) {
    bottom: 22px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: -webkit-transform translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: -webkit-transform translateY(-6.75px) rotate(45deg);
    transform: translateY(-6.75px) rotate(45deg);
  }
  .content {
    padding: 0 20px 150px;
  }
  .product_topText {
    padding: 15px 28px 60px;
    text-align: left;
  }
  .textBlock {
    padding: 80px 28px 50px;
  }
  .textBlock p.bottom {
    text-align: left;
    margin-top: 12px;
  }
  .item_grid {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
  .button {
    width: 100%;
    height: 44px;
    border-radius: 22px;
  }
  .header_re.-product .brandLogo {
    top: 24px;
    width: 134px;
    height: 20px;
}
}
