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;
}
.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;
  border-bottom: 1px solid #3E3A39;
}
.header_re.-on,.header_re.-product.-on{
  position: fixed;
  top: 0;
}
.header_re.-product .brandlogo{
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 32px;
  background-image: url("/motta/images/logo/brandlogo.svg");
  background-size: 100%;
  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;
}
.headerMenu{
  display: flex;
  text-align: center;
}
.menuPart{
  display: flex;
  align-items: center;
}
.header_re.-product .menuPart:first-of-type{
  margin-left: 110px;
}
.header_re.-product .menuPart:last-of-type{
  margin-left: 220px;
}
.menuPart a{
  color: #323E48;
}
.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.png");
}
.snsIcon.-twt{
  background-image: url("/images/icon/twitter.png");
}
.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: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  height: 200px;
  background-image: url("/motta/images/logo/brandlogo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -10px;
}
.textBlock{
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 168px 40px 199px;
}
.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;
}
.menuGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 2040px;
  margin: 0 auto 242px;
}
.menuGrid.-productpage{
  margin-top: 168px;
}
.-topwide{
  grid-column: 2 / 4;
}
.-bottomwide{
  grid-column: 1 / 3;
}
.-bottomtall{
  grid-column: 3 / 4;
  grid-row: 3 / 5;
}
.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 img.menu_sp,.menu img.menu_spwide{
  display: none;
}
.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;
  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;
}
.menu>.title h4 br{
  display: none;
}
/* products */
.productHeaderMenu{
  display: flex;
  margin: 134px auto 120px;
  max-width: 896px;
  padding: 0 34px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.productHeaderMenu a{
  margin: 0 14px 14px;
}
.productHeaderMenu ul li{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  color: #A7ACBC;
}
.productHeaderMenu ul li.title{
  font-size: 13px;
  font-weight: 500;
}
.productHeaderMenu ul li.jan{
  font-size: 10px;
  font-weight: 400;
}
.productHeaderMenu ul.selected li{
  color: #010101;
}
.wideWrapp{
  padding-bottom: 134px;
  overflow-x: hidden;
}
.wideWrapp.-anchor{
  padding-bottom: 242px;
}
.wideWrapp.-border{
  padding-top: 134px;
  border-top: 1px solid #3E3A39;
}
.categoryName{
  max-width: 896px;
  width: 100%;
  margin: 0 auto 99px;
  padding: 0 40px;
}
.categoryName h4{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
.categoryName p{
  font-weight: 400;
  line-height: 1.75;
}
.productTextWrapper{
  padding: 0 40px 134px;
  line-height: 2;
  text-align: justify;
}
.productTextWrapper.-none{
  padding-bottom: 0;
}
.productTextWrapper.-adjust{
  padding-bottom: 68px;
}
.productTextWrapper p{
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.thumbnail{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 32px;
  row-gap: 66px;
  max-width: 1440px;
  margin: auto;
  padding: 0 46px;
}
.thumbnail.-three{
  grid-template-columns: repeat(3,1fr);
  max-width: 1095px;
}
.products img{
  width: 100%;
  margin-bottom: 20px;
}
.products p.name{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  margin-bottom: 4px;
}
.products p.spec{
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 24px;
}
.products p.text{
  margin-bottom: 24px;
  text-align: justify;
  font-size: 13px;
  letter-spacing: .05em;
  color: #2e2e33;
}
.products p.button,p.gtp {
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  width: 159px;
  display: inline-block;
  font-weight: 500;
  padding: 13px 10px;
  color: #fff;
  background-color: #121212;
  text-align: center;
}
.products.-cover{
  grid-column: 3 / 5;
  padding-left: 18px;
}
.image-doubleWrapper{
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  column-gap: 47px;
  width: 100%;
  max-width: 1319px;
  padding: 0 40px;
  margin: 0 auto 89px;
}
.image-doubleWrapper img{
  display: block;
  width: 100%;
}
.centerBtnWrapper{
  margin-top: 68px;
  text-align: center;
}
.thread{
  max-width: 896px;
  margin: auto;
  padding: 0 40px 99px;
  text-align: center;
}
.thread p{
  margin-bottom: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: .05em;
  color: #2e2e33;
}
.thread img{
  display: inline-block;
  max-width: 400px;
  width: 100%;
  margin: 75px 0 90px;
}
.thread.-introduction{
  position: relative;
  padding: 100px 40px 0;
  text-align: left;
}
.thread.-introduction::before{
  position: absolute;
  top: 0;
  left: 40px;
  content: "";
  height: 1px;
  width: calc(100% - 88px);
  background-color: #3E3A39;
}
.thread.-introduction p{
  color: #010101;
  letter-spacing: 0em;
  margin-bottom: 7px;
  text-align: left;
}
.thread.-introduction p.pagelink{
  position: relative;
  display: inline-block;
  color: #828282;
  padding-right: 20px;
}
.thread.-introduction p.pagelink:hover{
  text-decoration: underline;
}
.thread.-introduction p.pagelink::after{
  position: absolute;
  content: "";
  right: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background-image: url("/motta/images/milkpitcher/pagelink.svg");
  background-size: 12px;
}
.thread.-introduction img{
  margin: 42px 0 0;
}
@media screen and (max-width:1300px){
.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);
}
.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: #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){
.topimageWrapp .brandlogo {
  top: 114px;
  width: 320px;
  height: 94px;
}
.menu>.title h4{
  font-size: 2.75vw;
  margin-bottom: 8px;
}
.menu>.title h6{
  font-size: 1.5vw;
}
.productHeaderMenu {
  margin: 134px auto 120px;
  padding: 0 20px;
}
.thumbnail {
  grid-template-columns: repeat(3,1fr);
}
.thumbnail.-cas {
  grid-template-columns: repeat(4,1fr);
}
}
@media screen and (max-width:768px){
.topimageWrapp .brandlogo {
  top: 90px;
}
.menuArea {
  right: 10px;
  top: 3px;
}
.menuGrid {
  grid-template-columns: 1fr 1fr;
}
.-topwide, .-bottomwide, .-bottomtall {
    grid-column: 1 / 3;
    grid-row: auto;
}
.-second{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.-bottomtall.-second{
  grid-column: 1 / 2;
  grid-row: 5 / 6;
}
.-bottomwide.-second{
  grid-column: 2 / 3;
  grid-row: 5 / 6;
}
.menu img.menu_sp{
  display: block;
}
.menu img.menu_pc{
  display: none;
}
.menu>.title h4 {
  font-size: 3.5vw;
}
.menu>.title h6{
  font-size: 2vw;
}
.productHeaderMenu {
  margin: 100px auto 86px;
}
.productHeaderMenu a {
  margin: 0 18px 14px;
}
.thumbnail.-cas {
  grid-template-columns: repeat(2,1fr);
}
.products.-cover {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    padding-left: 0;
}
.products.-cover img{
  margin-bottom: 0;
}
}
@media screen and (max-width:667px){
.topImage.-pc{
  display: none;
}
.topImage.-sp{
  display: block;
}
.topimageWrapp .brandlogo {
  top: auto;
  bottom: 10%;
  width: 300px;
  height: 88px;
  transform: translateX(-47%);
}
.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("/motta/images/logo/brandlogo.svg");
}
.menu>.title h4 {
  font-size: 4vw;
}
.menu>.title h6{
  font-size: 2.25vw;
}
.thumbnail,.thumbnail.-three {
  grid-template-columns: repeat(2,1fr);
  padding: 0 32px;
}
.image-doubleWrapper{
  column-gap: 8px;
}
}
@media screen and (max-width:414px){
.topimageWrapp .brandlogo {
  width: 240px;
  height: 80px;
  bottom: 34px;
}
  .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);
  }
  .textBlock {
    padding: 98px 40px 129px;
  }
  .menuGrid {
    grid-template-columns: 1fr;
  }
  .-topwide,.-bottomwide,.-bottomtall,.-second,.-bottomtall.-second,.-bottomwide.-second{
      grid-column: auto;
      grid-row: auto;
  }
  .menu img.menu_pc,.menu img.menu_spwide{
    display: block;
  }
  .menu img.menu_sp,.menu img.menu_wide_hidden{
    display: none;
  }
  .header_re.-product .brandlogo {
    top: 20px;
    width: 100px;
    height: 29px;
  }
  .menu>.title h4 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .menu>.title h6{
    font-size: 14px;
  }
  .productHeaderMenu {
    justify-content: flex-start;
    margin: 56px auto;
    width: calc(100% - 0px);
    padding: 0 0 0 42px;
  }
  .productHeaderMenu a {
    margin: 0 25px 11px 0;
  }
  .productTextWrapper {
    padding: 0 40px 68px;
  }
  .thumbnail,.thumbnail.-three,.thumbnail.-cas{
    grid-template-columns: repeat(1,1fr);
    padding: 0 20px;
  }
  .products.-cover {
      grid-column: 1 / 2;
      grid-row: 1 / 2;
  }
  .products.-cover img{
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  .products p.button, p.gtp{
    width: 100%;
  }
  .categoryName {
    margin: 0 auto 48px;
  }
  .image-doubleWrapper {
    display: grid;
    grid-template-columns: repeat(1 , 1fr);
    row-gap: 4px;
    margin: 0 auto 48px;
  }
  .centerBtnWrapper {
    margin-top: 48px;
  }
}
@media screen and (max-width:375px){
.productHeaderMenu {
  width: calc(100% - 10px);
  padding: 0 0 0 37px;
}
.productHeaderMenu a {
  margin: 0 42px 11px 0;
}
}
