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("/bianchi/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_w.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: #fff;
}
.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");
}
.ottinettiLogo.-off{
  display: none;
}
.container{
  max-width: 1940px;
  width: 100%;
  margin: auto;
}
.topimageWrapp{
  position: relative;
}
.topImage{
  display: block;
  width: 100%;
}
.topImage.-sp{
  display: none;
}
.topimageWrapp .brandlogo{
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  height: 200px;
  background-image: url("/bianchi/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: 140px 40px 120px;
}
.textBlock.-product{
  padding-bottom: 100px;
}
.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;
}
.slideMask{
  position: relative;
  overflow-x: hidden;
}
.leftBtn,.rightBtn{
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  background-color: rgba(255,255,255,.75);
  border-radius: 50%;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
}
.leftBtn{
  display: none;
  left: 14px;
}
.rightBtn{
  right: 14px;
}
.leftBtn::before,.rightBtn::before{
 position: absolute;
 top: 50%;
 content: "";
 width: 10px;
 height: 10px;
 border-left: 2px solid rgba(0,0,0,.95);
 border-bottom: 2px solid rgba(0,0,0,.95);
 transition: .2s;
}
.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;
}
.slideContent{
  display: inline-block;
  width: calc(25%);
}
.slideContent img,.slideContent video{
  width: 100%;
}
/* products */
.wideWrapp{
  padding-bottom: 134px;
  overflow-x: hidden;
}
.wideWrapp.-anchor{
  padding-bottom: 242px;
}
.wideWrapp.-border{
  padding-top: 134px;
  border-top: 1px solid #3E3A39;
}
.thumbnail{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 32px;
  row-gap: 66px;
  max-width: 2440px;
  padding: 0 94px;
  margin: auto;
}
.products img{
  width: 100%;
  margin-bottom: 20px;
}
.products video{
  width: 100%;
}
.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;
  border-radius: 24px;
}
@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;
}
.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: #12181a;
  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: #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);
}
}
@media screen and (max-width:1024px){
.thumbnail {
  grid-template-columns: repeat(2,1fr);
  padding:  0 40px;
}
.slideWrapper{
  padding: 0 40px;
}
.slideContent{
  display: inline-block;
  width: calc(33.333%);
}
}
@media screen and (max-width:768px){
.menuArea {
  right: 10px;
  top: 3px;
}
}
@media screen and (max-width:667px){
.topImage.-pc{
  display: none;
}
.topImage.-sp{
  display: block;
}
.topimageWrapp .brandlogo {
  top: 50%;
  width: 320px;
  height: 108px;
  transform: translateX(-50%) translateY(-69%);
}
.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("/bianchi/images/logo/brandlogo.svg");
}
.thumbnail{
  grid-template-columns: repeat(2,1fr);
  padding: 0 24px;
  column-gap: 24px;
}
.slideMask {
  position: relative;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
}
.slideContent {
  width: 50%;
  scroll-snap-align: center;
}
.slideWrapper .slideContent.-anchor{
  margin-right: 20px;
}
.slideWrapper {
  padding: 0 24px 0;
}
.slideMask.-separate .slideWrapper {
  display: block;
}
.leftBtn, .rightBtn {
  display: none;
}
}
@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: 100px 40px;
  }
  .textBlock.-product {
    padding-bottom: 40px;
  }
  .header_re.-product .brandlogo {
    top: 20px;
    width: 100px;
    height: 29px;
  }
  .thumbnail{
    grid-template-columns: repeat(2,1fr);
    padding: 0 20px;
    column-gap: 22px;
  }
  .products p.button, p.gtp{
    width: 100%;
  }
}
