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: 400;
  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;
}
.content_title {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-indent: 0.1em;
  letter-spacing: .1em;
  margin-bottom: 12px;
}
.content_title_jan {
  text-align: center;
  font-size: 16px;
  letter-spacing: .1em;
  margin-bottom: 54px;
}
.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;
  background-color: #fff;
  border-bottom: 1px solid #cbcbcb;
}
.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;
}
.headerMenu.-on .menuPart {
  display: block;
  margin-left: 0;
}
.header_re.-product .header_icon.-on {
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateX(0);
  top: 500px;
  left: 0;
}
.header_re.-product .brandLogo{
  top: 14px;
}
.header_re.-product .companyLogo {
  left: 28px;
  top: 25px;
}
.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: #252525;
}
.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);
}
.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);
}
.header_re.-on,.header_re.-product.-on{
  position: fixed;
  top: 0;
}
.brandLogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 40px;
  background-image: url(/rogerorfevre/images/logo/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.companyLogo{
  position: absolute;
  left: 40px;
  width: 93px;
  height: 20px;
  background-image: url("/images/logo/zakkaworkslogo.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.menuPart{
  display: flex;
  align-items: center;
}
.menuPart a{
  color: #000000;
}
.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/instagram.png");
}
.snsIcon.-twt{
  background-image: url("/images/icon/twitter.png");
}
.container{
  max-width: 1940px;
  width: 100%;
  margin: auto;
}
.container.-products{
  max-width: 1114px;
}
.topimageWrapp{
  position: relative;
}
.topBrandLogo{
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-48%);
  width: 45%;
}
.topImage{
  display: block;
  width: 100%;
}
.topImage.-sp{
  display: none;
}
.textBlock{
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 168px 40px 199px;
}
.textBlock.-sp{
  display: none;
}
.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;
  margin-bottom: 40px;
}
.textBlock p span{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
}
.textBlock p.center{
  text-align: center;
}
.textBlock p.center a{
  color: #6f757b;
  padding-left: 2px;
}
.menu img{
  display: block;
  width: 100%;
}
.content{
  max-width: 1880px;
  padding: 0 50px 220px;
  margin: auto;
}
.content.-item{
  padding: 0 93px 120px;
}
.content.-item.-anchor{
  padding-bottom: 260px;
}
.content.-item.-column_2{
  max-width: 1085px;
}
.content.-item.-column_1{
  max-width: 628px;
}
.content.-item.-column_2.-color{
  padding-bottom: 78px;
}
.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.05);
  transition: .2s;
}
.menu img{
  display: block;
  width: 100%;
}
.menu>.title{
  width: 100%;
  position: absolute;
  top: 50%;
  color: rgba(255,255,255,0.95);
  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: 8px;
}
.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: 90px 0 34px;
  justify-content: center;
  align-items: center;
}
.categoryBar_wrapp{
  display: flex;
}
.categoryItem{
  display: flex;
  align-items: center;
  width: 80px;
  margin: 0 16px;
  flex-direction: column;
}
.categoryItem_image{
  width: 50px;
  height: 35px;
  margin-bottom: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.categoryItem_image.-basket{
  background-image: url("/rogerorfevre/images/icon/basket/icon.svg");
}
.categoryItem_image.-knife{
  background-image: url("/rogerorfevre/images/icon/knife/icon.svg");
}
.categoryItem_image.-kitchen{
  background-image: url("/rogerorfevre/images/icon/kitchen/icon.svg");
}
.categoryItem p{
  font-family: 'Outfit',"Noto Sans JP",sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.product_topText {
  padding: 15px 50px 68px;
  text-align: center;
}
.product_topText .menuTitle {
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}
.product_topText .menuTitle h4{
  font-size: 22px;
  letter-spacing: .045em;
  margin-bottom: 12px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.product_topText .menuTitle p{
  font-size: 13px;
}
.menuText {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 24px;
}
.menuText span{
  display: block;
  font-size: 12px;
  padding-top: 8px;
  line-height: 1.5;
  color: #777;
}
.spec{
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.puButtonArea{
  display: flex;
  justify-content: center;
}
.puButtonArea p{
  font-size: 14px;
  color: #6f757b;
  cursor: pointer;
  margin-left: 24px;
}
.puButtonArea p:hover{
  text-decoration: underline;
}
p.material{
  margin-left: 0;
}
.item_grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  row-gap: 80px;
}
.item_grid.-set{
  row-gap: 0px;
}
.-column_2 .item_grid{
  grid-template-columns: 1fr 1fr;
}
.-column_1 .item_grid{
  grid-template-columns: 1fr;
}
.imageWrapp{
  position: relative;
  margin-bottom: 24px;
}
.item_grid img{
  width: 100%;
}
.item_grid p.name{
  font-size: 13px;
  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: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}
.item_grid p.size span,.item_grid p.text{
  font-size: 12px;
}
.item_grid p.text{
  margin-bottom: 10px;
}
.item_grid p.detail {
  font-weight: 400;
  font-size: 13px;
  margin-top: 14px;
  line-height: 1.65em;
}
.item_grid .button{
  margin-top: 16px;
}
.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;
}

@media screen and (max-width:1300px){
.brandLogo{
  top: 21px;
}
.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);
}
}
@media screen and (max-width:1024px){
.textBlock {
  padding: 120px 40px 128px;
}
.content.-item {
  padding: 0 40px 80px;
}
.item_grid {
  grid-template-columns: 1fr 1fr;
}
.topimageWrapp .brandlogo {
  width: 60%;
  height: 88px;
}
.menuGrid {
  grid-template-columns: 1fr 1fr;
}
}
@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 80px;
}
.menu:hover::before{
  background-color: rgba(0,0,0,0.1);
}
.textBlock{
  display: none;
}
.textBlock.-sp{
  display: block;
}
}
@media screen and (max-width:667px){
.topImage.-pc{
  display: none;
}
.topImage.-sp{
  display: block;
}
.topBrandLogo {
  top: 21%;
  transform: translateX(-47%);
  width: 65%;
}
.header_re.-product {
  position: static;
}
.companyLogo {
  left: 13px;
  top: 27px;
  width: 78px;
  height: 16px;
}
.header_re.-product .companyLogo {
  left: 13px;
  top: 27px;
  width: 78px;
  height: 16px;
}
.header_re.-product .brandlogo {
  top: 20px;
  width: 120px;
  height: 29px;
  background-image: url("/rogerorfevre/images/logo/brandlogo.svg");
}
.brandLogo {
  width: 104px;
}
.product_topText .menuText br{
  display: none;
}
.product_topText .menuText br.per{
  display: block;
}
.item_grid,.-column_2 .item_grid {
  grid-template-columns: 1fr;
}
.products {
  text-align: center;
}
.imageWrapp.-spadjust{
  margin-bottom: 4px;
}
}
@media screen and (max-width:430px){
  .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;
  }
  .textBlock {
    padding: 80px 28px 60px;
  }
  .textBlock p.bottom {
    text-align: left;
    margin-top: 12px;
  }
  .categoryBar {
    display: flex;
    padding: 77px 0 24px;
  }
  .categoryItem {
    width: 66px;
}
}
