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: 16px;
  color: #252525;
}
h1,h2,h4,h6,p{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style:none;
}
a {
  text-decoration: none;
}
.menuArea{
  display: none;
}
.header_ottinetti{
  position: relative;
  width: 100%;
  padding: 30px 40px 120px;
  z-index: 555;
}
.header_ottinetti.-on{
  position: fixed;
}
.companyLogo{
  position: absolute;
  width: 120px;
  height: 25px;
  background-image: url("/images/logo/zakkaworkslogo.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.headerMenu{
  display: flex;
  margin: 8px auto 0;
  justify-content: space-between;
  width: 968px;
}
.menuPart{
  display: flex;
  align-items: center;
}
.menuPart a{
  color: #252525;
}
.menuPart li{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  color: #252525;
  display: inline-block;
  font-size: 15px;
  padding: 0 18px;
}
.menuPart li.snsIcon{
  padding: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.menuPart li.snsIcon.-ins{
  margin-left: 14px;
  margin-right: 20px;
  background-image: url("/images/icon/instagram.png");
}
.menuPart li.snsIcon.-twt{
  background-image: url("/images/icon/twitter.png");
}
.ottinettiLogo{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 96px;
  margin-top: 8px;
  background-image: url("/ottinetti/images/logo/ottinetti.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ottinettiLogo.-off{
  display: none;
}
.container{
  max-width: 1940px;
  width: 100%;
  margin: auto;
}
.container.-products{
  max-width: 1114px;
}
.topImage{
  display: block;
  width: 100%;
}
.textBlock{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1052px;
  width: 100%;
  margin: auto;
  padding: 168px 36px;

}
.textBlock p{
  max-width: 704px;
  line-height: 1.9;
  text-align: justify;
}
.brandLogo{
  width: 140px;
  height: 96px;
  background-image: url("/ottinetti/images/logo/ottinetti.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.menuGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 168px;
  background-color: #121212;
}
.menuGrid.-productpage{
  margin-top: 168px;
  margin-bottom: 0;
}
.menu{
  position: relative;
}
.menu .new{
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #e2b84d;
  padding: 5px 18px 3px;
}
.menu .new p{
  font-family: 'Nunito Sans', sans-serif;
  color: #e2b84d;
  font-size: 20px;
  letter-spacing: .075em;
}
.menu::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  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: 'Nunito Sans', sans-serif;
  font-size: 28px;
  letter-spacing: 0.005em;
  margin: 5px 0;
}
.menu>.title h6{
  font-size: 16px;
  font-weight: 500;
}
.menu:hover::before{
  background-color: rgba(0,0,0,0.4);
  transition: .2s;
}
.menu>.title h4 br{
  display: none;
}
/* products */
.wideWrapp{
  border-top: 1px solid #e6e6e6;
  padding: 76px 0;
}
.productIntroWrapp{
  display: flex;
  justify-content: flex-end;
  padding-right: 68px;
  padding-top: 76px;
  padding-bottom: 96px;
}
.productIntro{
  max-width: 720px;
}
.productIntro h4,.productIntro h6{
  text-align: right;
}
.productIntro h4{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  letter-spacing: 0.005em;
  margin-bottom: 6px;
}
.productIntro h6{
  font-size: 16px;
  font-weight: 500;
}
.productIntroText{
  line-height: 1.9;
  margin-top: 50px;
}
.productIntroText span{
  font-weight: 400;
  font-size: 14px;
}
.productIntroTextNote{
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.55;
}
.productsSet{
  background-color: #F9F9F9;
  border-radius: 6px;
  margin: 34px 0;
  padding: 20px 0 36px;
}
.productsSet>p{
  color: #999;
  font-size: 13px;
  font-weight: 400;
  padding: 0 24px;
}
.productsSetGrid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 56px;
  padding: 0 50px;
  margin: 6px 0;
}
.productsSetGrid.-single{
  grid-template-columns: repeat(1,1fr);
}
.productsSetPart{
  position: relative;
}
.productsSetPart::before,.productsSetPart::after{
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: #252525;
}
.productsSetPart:first-of-type::before,.productsSetPart:first-of-type::after{
  display: none;
}
.productsSetPart::before{
  left: -33px;
  width: 12px;
  height: 1px;
}
.productsSetPart::after{
  left: -27.5px;
  height: 12px;
  width: 1px;
}
.productsSetPartImage{
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
}
.productsSetPartImage.-lid{
  background-image: url("/ottinetti/images/productset/lid.png");
  background-size: 141px;
}
.productsSetPartImage.-pot{
  background-image: url("/ottinetti/images/productset/pot.png");
  background-size: 94px;
}
.productsSetPartImage.-pan_s{
  background-image: url("/ottinetti/images/productset/pan_s.png");
  background-size: 110px;
  background-position: center 8px;
}
.productsSetPartImage.-pan_d{
  background-image: url("/ottinetti/images/productset/pan_d.png");
  background-size: 122px;
}
.productsSetPartImage.-roastpan{
  background-image: url("/ottinetti/images/productset/roastpan.png");
  background-size: 250px;
}
.productsSetPart p{
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.productIntro li{
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  padding-left: 14px;
  color: #252525;
}
.productIntro li::before{
  position: absolute;
  content: "";
  top: 10px;
  left: 5px;
  width: 3px;
  height: 3px;
  background-color: #252525;
  border-radius: 50%;
}
.products {
  text-align: center;
}
.thumbnail{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 36px;
  row-gap: 70px;
  max-width: 1186px;
  margin: auto;
  padding: 0 36px;
}
.products img{
  width: 100%;
  margin-bottom: 18px;
}
.products p.name{
  font-weight: 600;
  margin-bottom: 4px;
}
.products p.spec{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 1px;
}
.products p.button {
    font-family: 'Nunito Sans', sans-serif;
    display: inline-block;
    font-weight: 800;
    border: 1px solid #252525;
    padding: 9px 20px 8px;
    font-size: 15px;
    margin-top: 18px;
}
.howtoTitle{
  text-align: center;
  padding: 40px 24px 0;
  margin-bottom: 130px;
}
.howtoTitle h4{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 12px;
}
.howtoTitle p{
  font-size: 16px;
  font-weight: 500;
}
.howtoTitle p br{
  display: none;
}
.howto{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 62px;
  row-gap: 88px;
  max-width: 1238px;
  margin: auto;
  padding: 0 62px;
}
.howtoPart img{
  width: 100%;
  margin-bottom: 24px;
}
.howtoPart p{
  font-size: 15px;
}
.howtoPart.-wide{
  grid-column: 1 / 3;
}
@media screen and (max-width:1440px){
  .menuPart li {
    padding: 0 12px;
  }
  .headerMenu {
    width: 890px;
  }
  .menuGrid{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:1320px){
.header_ottinetti {
    position: relative;
    padding: 30px 40px 108px;
}
.ottinettiLogo {
    margin-top: -10px;
}
.headerMenu {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    display: none;
    max-width: 140px;
    z-index: 555;
}
.headerMenu.-on{
  display: block;
}
.menuPart {
  display: block;
}
.menuPart li {
    display: block;
    padding: 0;
    margin-right: 0;
    margin-bottom: 32px;
    font-size: 20px;
}
.menuPart li.snsIcon {
    float: left;
}
.menuPart li.snsIcon.-ins {
    margin-left: 1px;
}
.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: 24px;
  top: 10px;
}
.menu-trigger,.menu-trigger span {
display: inline-block;
-webkit-transition: -webkit-transform .2s;
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);
}
}
@media screen and (max-width:1024px){
  .textBlock {
    padding: 88px 68px 108px;
  }
  .textBlock {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .textBlock p{
    margin-bottom: 40px;
  }
  .productIntroWrapp {
    display: block;
    padding-right: 36px;
    padding-left: 36px;
  }
  .productIntro {
    max-width: inherit;
  }
  .productIntro h4, .productIntro h6 {
    text-align: left;
  }
  .thumbnail {
    grid-template-columns: repeat(2,1fr);
  }
  .howto {
    column-gap: 28px;
    row-gap: 57px;
    padding: 0 36px;
  }
}
@media screen and (max-width:768px){
}
@media screen and (max-width:667px){
  .header_ottinetti {
    position: relative;
    padding: 30px 20px 84px;
  }
  .companyLogo {
    width: 88px;
    height: 18px;
    background-size: contain;
  }
  .ottinettiLogo {
    width: 108px;
    height: 74px;
  }
  .menuArea{
    right: 5px;
    top: 9px;
  }
  .textBlock {
    padding: 88px 36px 108px;
  }
  .menuGrid {
      grid-template-columns: 1fr;
  }
  .productIntro h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .productIntro h6{
    font-size: 14px;
  }
  .productsSet{
    padding: 20px 0;
  }
  .productsSetGrid{
    padding: 0 20px;
    column-gap: 40px;
  }
  .productsSetPart::before {
    left: -23px;
    width: 10px;
    height: 1px;
  }
  .productsSetPart::after {
    left: -18.5px;
    height: 10px;
    width: 1px;
  }
  .productsSetPartImage.-lid,.productsSetPartImage.-pot,.productsSetPartImage.-pan_s,.productsSetPartImage.-pan_d,.productsSetPartImage.-roastpan{
    background-size: contain;
    height: 90px;
  }
  .productsSetPartImage.-pot{
    background-size: 60%;
  }
  .howtoTitle {
    padding: 0 14px;
    margin-bottom: 50px;
  }
  .howtoTitle h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .howtoTitle p {
    font-size: 14px;
    font-weight: 400;
  }
  .howto {
    grid-template-columns: repeat(1,1fr);
  }
  .howtoPart p {
    font-size: 14px;
    font-weight: 400;
  }
  .howtoPart.-wide {
    grid-column: 1 / 2;
  }
  .howtoPart img {
    margin-bottom: 12px;
  }
}
@media screen and (max-width:414px){
  .header_ottinetti {
    position: relative;
    padding: 31px 16px 52px;
  }
  .companyLogo {
    width: 78px;
    height: 17px;
  }
  .ottinettiLogo {
    width: 93px;
    height: 64px;
    margin-top: -22px;
  }
  .headerMenu{
    top: 100px;
  }
  .menuPart li{
    margin-bottom: 27px;
  }
  .menuArea {
    right: 7px;
    top: 8px;
  }
  .menu-trigger span {
    height: 1.5px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 23px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 21px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: -webkit-transform translateY(8px) rotate(-45deg);
    transform: translateY(8px) 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);
  }
  .menuGrid.-productpage {
    margin-top: 88px;
  }
  .textBlock {
    padding: 60px 36px 80px;
  }
  .textBlock p {
    margin-bottom: 30px;
  }
  .brandLogo {
    width: 100px;
    height: 69px;
  }
  .menu>.title h4 {
    font-size: 24px;
  }
  .menu>.title h6 {
    font-size: 14px;
  }
  .menu>.title h4 br{
    display: block;
  }
  .menu .new {
    top: 25px;
    right: 25px;
    border: 1px solid #e2b84d;
    padding: 4px 12px 2px;
  }
  .menu .new p{
    font-size: 15px;
  }
  .productIntroWrapp {
    padding: 46px 28px;
  }
  .productIntroText {
    margin-top: 35px;
  }
  .thumbnail {
    grid-template-columns: repeat(1,1fr);
    padding: 0 28px;
  }
  .howto {
    column-gap: 28px;
    row-gap: 57px;
    padding: 0 28px;
  }
  .howtoTitle p br{
    display: block;
  }
  .productsSetPartImage.-pot{
    background-size: 75%;
  }
  .products p.button {
    padding: 9px 60px 8px;
  }
}
@media screen and (max-width:375px){

}
