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;
}
.popup_bg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  z-index: 10;
}
.popup_bg.-on{
  display: block;
}
.close_button{
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/eltranswaal/images/close.svg");
  background-size: 50%;
  cursor: pointer;
}
.popup_wrapper{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 1080px;
  width: calc(100% - 120px);
  max-height: calc(100vh - 120px);
  overflow: scroll;
  padding: 70px 80px;
  z-index: 50;
  border-radius: 12px;
  background-color: #fff;
}
.popup_wrapper.-on{
  display: block;
}
.popup_material,.popup_howto,.popup_point{
  display: none;
}
.popup_material.-on,.popup_howto.-on,.popup_point.-on{
  display: block;
}
.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;
}
.material_grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 80px;
}
.material_grid.-size{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  column-gap: 10px;
  margin-bottom: 80px;
}
.material_grid.-feature{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  column-gap: 50px;
}
.material_grid.-single .material_block{
  max-width: 278.66px;
}
.material_block img{
  display: block;
  width: 100%;
  margin: 0 auto 15px;
}
.material_block img.spimage{
  display: none;
}
.material_block.-howto img{
  height: auto;
  width: 100%;
}
.material_block p{
  text-align: justify;
  font-size: 13px;
  line-height: 1.55;
}
.material_block p.material_title{
  text-align: center;
  margin-bottom: 21px;
}
.material_block p.material_title.-adjust{
  margin-bottom: 0;
}
.puButtonArea{
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.puButtonArea p{
  font-size: 13px;
  cursor: pointer;
  margin-left: 32px;
  background-color: #010101;
  color: #fff;
  padding: 5px 18px 7px;
  font-weight: 400;
  border-radius: 15px;
}
p.material{
  margin-left: 0;
}
.menuArea{
  display: none;
}
.header_re{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 34px 40px;
  z-index: 555;
}
.header_re.-on{
  position: fixed;
}
.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: 2px;
}
.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;
}
.header_re.-product .menu-trigger span{
  background-color: #000;
}
/* .header_re.-product.-on .menu-trigger span{
  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);
}
.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;
}
.header_re.-product .brandLogo {
  position: absolute;
      top: 12px;
      left: 50%;
      transform: translateX(-50%);
      width: 157px;
      height: 48px;
      background-image: url(/eltranswaal/images/logo/brandlogo.svg);
      background-repeat: no-repeat;
      background-position: center;
}
.companyLogo{
  position: absolute;
  top: 25px;
  left: 40px;
  width: 93px;
  height: 20px;
  background-image: url("/images/logo/zakkaworkslogo_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .9;
}
.header_re.-product .companyLogo{
  background-image: url(/images/logo/zakkaworkslogo.svg);
}
.header_re.-product.-on{
  border: none;
  background-color: #fff;
}
.menuPart{
  display: flex;
  align-items: center;
}
.menuPart a{
  color: rgba(255,255,255,0.9);
}
.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;
  opacity: .9;
}
.snsIcon.-ins{
  margin-right: 20px;
  background-image: url("/images/icon/instagram_w.png");
}
.snsIcon.-twt{
  background-image: url("/images/icon/twitter_w.png");
}
.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(-50%, -59%);
    width: 386px;
    height: 120px;
    background-image: url(/eltranswaal/images/logo/brandlogo.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.textBlock{
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 168px 40px 60px;
}
.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.text span{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
}
.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%;
  transition: .2s;
}
.menu img{
  display: block;
  width: 100%;
}
.menu>.title{
  width: 100%;
  position: absolute;
  top: 50%;
  color: rgba(255,255,255,1);
  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: 60px 0 44px;
  justify-content: center;
  align-items: center;
}
.categoryBar.-adjust{
  padding-bottom: 80px;
}
.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.-long{
  background-image: url("/eltranswaal/images/icon/long/icon.svg");
}
.categoryItem_image.-short{
  background-image: url("/eltranswaal/images/icon/short/icon.svg");
}
.categoryItem_image.-garson{
  background-image: url("/eltranswaal/images/icon/garson/icon.svg");
}
.categoryItem_image.-denim{
  background-image: url("/eltranswaal/images/icon/denim/icon.svg");
}
.categoryItem_image.-bag{
  background-image: url("/eltranswaal/images/icon/bag/icon.svg");
}
.categoryItem p{
  font-family: 'Outfit',"Noto Sans JP",sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.item_cover img{
  display: block;
  width: 100%;
}
.item_cover img.itemcover_pc{
  display: block;
}
.item_cover img.itemcover_sp{
  display: none;
}
.seriesText{
  margin: 80px 0;
  padding: 0 221px;
  text-align: left;
}
.seriesText h4{
  display: inline-block;
  font-family: 'Outfit',"Noto Sans JP",sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 16px;
}
.seriesText h4 span{
  font-size: 15px;
  padding-left: 12px;
}
.seriesText p{
  font-family: 'Outfit',"Noto Sans JP",sans-serif;
  font-weight: 400;
}
.seriesText p.product_text{
  margin-top: 24px;
}
.btn{
  display: flex;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  background-color: #191c1f;
  margin: 40px 0 0;
  align-items: center;
  justify-content: space-evenly;
}
.btn p{
  font-family: 'Outfit',"Noto Sans JP",sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: .025em;
}
.slideMask{
  position: relative;
  overflow-x: hidden;
  margin-bottom: 180px;
}
.slideMask.-top{
  max-width: 800px;
  width: calc(100% - 80px);
  /* padding: 0 40px; */
  margin: 0 auto 220px;
}
.leftBtn,.rightBtn{
  position: absolute;
  width: 46px;
  height: 46px;
  top: calc(50% - 18.5px);
  background-color: rgba(191,191,191,.5);
  border-radius: 50%;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
}
.leftBtn{
  display: none;
  left: 79px;
}
.rightBtn{
  right: 81px;
}
.slideMask.-top .leftBtn,.slideMask.-top .rightBtn{
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 0;
  background-color: rgba(255,255,255,.75);
}
.slideMask.-top .leftBtn{
  left: 30px;
}
.slideMask.-top .rightBtn{
  right: 30px;
}
.slideMask.-separate .rightBtn{
  display: none;
}
.leftBtn::before,.rightBtn::before{
 position: absolute;
 top: 50%;
 content: "";
 width: 10px;
 height: 10px;
 border-left: 2px solid #fff;
 border-bottom: 2px solid #fff;
 transition: .2s;
}
.slideMask.-top .leftBtn::before,.slideMask.-top .rightBtn::before{
  border-left: 2px solid rgba(0,0,0,.95);
  border-bottom: 2px solid rgba(0,0,0,.95);
}
.leftBtn::before {
  left: 50%;
  transform: translate(-3px, -50%) rotate(45deg);
}
.rightBtn::before {
  right: 50%;
  transform: translate(3px, -50%) rotate(225deg);
}
.slideWrapper{
  font-size: 0;
  white-space: nowrap;
  padding: 0 94px;
  transition: 500ms ease-in-out;
}
.slideMask.-top .slideWrapper{
  padding: 0;
}
.slideMask.-separate .slideWrapper{
  display: flex;
  justify-content: center;
}
.slideContent{
  display: inline-block;
  width: calc(25% - 14px);
  margin: 0 7px;
}
.slideMask.-top .slideContent{
  width: calc(33.333%);
  margin: 0;
}
.slideContent img{
  width: 100%;
}
.slideContent p{
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-top: 24px;
}
.product_topText {
  padding: 15px 50px 80px;
  text-align: center;
}
.menuWindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 5;
}
.menuWindow.active{
  display: block;
}
@media screen and (max-width:1300px){
.content {
  padding: 0 30px 220px;
}
.menuArea{
  display: block;
  position: absolute;
  right: 17px;
  top: 3px;
}
.companyLogo {
  left: 28px;
}
.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 60px;
}
.content.-item {
  padding: 0 40px 220px;
}
.item_grid {
  grid-template-columns: 1fr 1fr;
  row-gap: 48px;
}
.topimageWrapp .brandlogo {
  width: 60%;
  height: 88px;
}
.seriesText {
  padding: 0 124px;
}
.menuGrid {
  grid-template-columns: 1fr 1fr;
}
.slideWrapper {
  padding: 0 40px 20px;
}
.slideMask.-separate .slideWrapper {
  display: block;
}
.slideContent {
  width: calc(50% - 14px);
}
.rightBtn {
    right: 26px;
}
.leftBtn {
    left: 26px;
}
.slideMask.-separate .rightBtn{
  display: block;
}
.slideMask.-separate.-double .rightBtn{
  display: none;
}
}
@media screen and (max-width:950px){
  .material_grid{
    grid-template-columns: repeat(2,1fr);
    column-gap: 80px;
    row-gap: 52px;
  }
  .material_grid.-size{
    grid-template-columns: repeat(3,1fr);
    column-gap: 10px;
    row-gap: 52px;
    margin-bottom: 80px;
  }
  .material_grid.-feature{
    grid-template-columns: repeat(3,1fr);
    row-gap: 52px;
    column-gap: 30px;
  }
}
@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);
}
.seriesText {
    text-align: justify;
    padding: 0 28px;
}
.slideMask {
  position: relative;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  margin-bottom: 100px;
}
.slideContent {
  width: calc(100% - 4px);
  scroll-snap-align: center;
  margin: 0 2px;
}
.slideWrapper .slideContent.-anchor{
  margin-right: 20px;
}
.slideWrapper {
  padding: 0 18px 20px;
}
.slideMask.-separate .slideWrapper {
  display: block;
}
.leftBtn, .rightBtn {
  display: none;
}
.slideMask.-separate .rightBtn {
    display: none;
}
.slideMask.-top {
  width: 100%;
  padding: 0 40px;
}
.item_cover img.itemcover_pc{
  display: none;
}
.item_cover img.itemcover_sp{
  display: block;
}
}
@media screen and (max-width:667px){
  .material_grid{
    grid-template-columns: repeat(1,1fr);
    column-gap: 80px;
    padding: 0 20px;
  }
  .material_grid.-size{
    grid-template-columns: repeat(2,1fr);
    column-gap: 10px;
    row-gap: 52px;
    margin-bottom: 80px;
    padding: 0;
  }
  .material_grid.-feature{
    grid-template-columns: repeat(2,1fr);
    row-gap: 30px;
    column-gap: 20px;
    padding: 0;
  }
.popup_wrapper{
  padding: 70px 40px;
  width: calc(100% - 80px);
}
.topImage.-pc{
  display: none;
}
.topImage.-sp{
  display: block;
}
.topimageWrapp .brandlogo {
  height: 80px;
}
.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("/eltranswaal/images/logo/brandlogo.svg");
}
.product_topText .menuText br{
  display: none;
}
.seriesText {
  text-align: center;
  margin: 60px 0;
}
.seriesText h4{
  font-size: 24px;
}
.seriesText h4 span{
  display: block;
  padding-left: 0;
  font-size: 14px;
}
.seriesText p.product_text {
  text-align: justify;
}
.btn{
  margin: 40px auto 0;
}
.slideMask.-top .slideContent {
    width: calc(50%);
}
}
@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;
    text-align: left;
  }
  .textBlock {
    padding: 80px 28px 50px;
  }
  .slideMask.-top {
    width: 100%;
    padding: 0 28px;
    margin: 0 auto 100px;
  }
  .textBlock p.bottom {
    text-align: left;
    margin-top: 12px;
  }
  .categoryItem {
    width: 60px;
  }
  .categoryItem_image {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
  }
  .item_grid {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
  .item_grid p.name {
    margin-bottom: 11px;
    padding: 0 4px;
  }
  .item_grid p.spec, .item_grid p.size, .item_grid p.text {
    padding: 0 4px;
  }
  .button {
    width: 100%;
    height: 44px;
    border-radius: 22px;
  }
  .header_re.-product {
    position: static;
    border-bottom: 1px solid #dcdcdc;
  }
  .header_re.-product .companyLogo {
    top: 27px;
  }
  .header_re.-product .brandLogo {
    top: 15px;
    width: 33px;
    height: 40px;
    background-image: url(/eltranswaal/images/logo/brandlogo_sp.svg);
}
.puButtonArea p{
  margin-left: 22px;
}
.puButtonArea p.material{
  margin-left: 0;
}
}
