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: #2d2d2d;
}
h1,h2,h4,h6,p{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style:none;
}
a {
  text-decoration: none;
}
img{
  display: block;
}
.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;
  top: 0;
}
.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.-on .companyLogo{
  background-image: url("/images/logo/zakkaworkslogo.svg");
}
.headerMenu{
  display: flex;
  text-align: center;
}
.menuPart{
  display: flex;
  align-items: center;
}
.menuPart a{
  color: #ffffff;
}
.menuPart li{
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #323E48;
  display: inline-block;
  font-size: 15px;
  margin: 0 22px;
}
.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_w.png");
}
.snsIcon.-twt{
  background-image: url("/images/icon/twitter_w.png");
}
.container{
  max-width: 1940px;
  width: 100%;
  margin: auto;
  padding-bottom: 220px;
}
.topimageWrapp{
  position: relative;
}
.topImage{
  display: block;
  width: 100%;
}
.topImage.-sp{
  display: none;
}
.topimageWrapp .brandlogo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 40%;
  background-image: url("/lethiers/images/logo/brandlogo.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.textBlock{
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding: 120px 80px 180px;
}
.textBlock p.title{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 37px;
  line-height: 1.75;
}
.textBlock p.title br{
  display: none;
}
p.text{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: justify;
}
p.note {
  font-weight: 400;
  font-size: 13px;
  /* color: #a9a9a9; */
  margin-top: 10px;
}
.textBlock p.bottom{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  text-align: right;
}
.textBlock img{
  margin: 40px 0 0;
  width: 100%;
  padding: 0 68px;
}
.textBlock_image._sp{
  display: none;
}
.thumbnail {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 14px;
    row-gap: 58px;
    max-width: 1880px;
    margin: auto;
    padding: 0 93px;
}
.products img{
  width: 100%;
  margin-bottom: 24px;
}
/* .productName_wrapp{
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
.products p.name{
  font-size: 15px;
  margin-bottom: 8px;
}
.products p.spec{
    font-family: 'Outfit',"Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
.products p.button{
  color: #fff;
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  display: inline-flex;
  height: 37px;
  padding: 0 35px;
  border-radius: 20px;
  background-color: #191c1f;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width:1300px){
.companyLogo {
  left: 28px;
  top: 25px;
}
.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;
}
.menuPart a{
  color: #121212;
}
.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);
}
.snsIcon.-twt {
  background-image: url(/images/icon/twitter.png);
}
.snsIcon.-ins {
  background-image: url(/images/icon/instagram.png);
}
.menuWindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 5;
}
.menuWindow.active{
  display: block;
}
.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: #ffffff;
}
.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: #121212;
}
.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: #121212;
}
}
@media screen and (max-width:1024px){
  .thumbnail {
    grid-template-columns: repeat(2,1fr);
    row-gap: 88px;
    padding: 0 40px;
  }
}
@media screen and (max-width:768px){
.topimageWrapp .brandlogo {

}
.menuArea {
  right: 10px;
  top: 3px;
}
.thumbnail{
  padding: 0 20px;
  row-gap: 54px;
}
.productWrapper {

}
.product .titleWrapp {
    top: 30px;
    left: 38px;
}
.product .titleWrapp h4{
  font-size: 48px;
}
.product .titleWrapp p {
  font-size: 16px;
  padding-left: 2px;
}
.product .titleWrapp p span {
    font-size: 14px;
}
.textBlock img {
    padding: 0 20px;
}
.textBlock_image._pc{
  display: none;
}
.textBlock_image._sp{
  display: block;
}
}
@media screen and (max-width:667px){
.topImage.-pc{
  display: none;
}
.topImage.-sp{
  display: block;
}
.topimageWrapp .brandlogo {
  width: 60%;
}
.companyLogo {
  left: 13px;
  top: 27px;
  width: 78px;
  height: 16px;
}
.textBlock {
  padding: 80px 40px 108px;
}
.textBlock p.title br{
  display: block;
}
.textBlock img {
    padding: 0;
}
.products img {
  margin-bottom: 28px;
}
/* .productName_wrapp {
    padding: 0 20px;
} */
}
@media screen and (max-width:430px){
.thumbnail {
  grid-template-columns: repeat(1,1fr);
}
.products p.button{
  width: 100%;
  height: 44px;
  border-radius: 22px;
}
}
@media screen and (max-width:414px){
.topimageWrapp .brandlogo {

}
.headerMenu{
  top: 115px;
}
.menuPart li{
  margin-bottom: 18px;
  font-size: 18px;
}
.header_icon{
  top: 408px;
}
.menuArea {
  right: 0px;
  top: 4px;
}
.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);
}
.container{
  padding-bottom: 120px;
}
.textBlock p.bottom{
  margin-top: 3px;
  text-align: left;
}
}
@media screen and (max-width:375px){
  .products p.button {
    font-size: 13px;
    padding: 10px 16px;
}
.products p.name{
  font-size: 13px;
}
}
