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: 400;
  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%;
  height: 72px;
  padding: 26px 40px;
  z-index: 555;
  border-bottom: 1px solid #000;
}
.header_re.-top{
  border-bottom: none;
}
.header_re.-on{
  position: fixed;
  top: 0;
}
.companyLogo{
  position: absolute;
  top: 25px;
  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: #010101;
}
.menuPart li{
  font-weight: 600;
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  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");
}
/* toppage */
.topimage{
  position: relative;
}
.topimage .topimage_cover{
  display: block;
  width: 100%;
}
.topimage .topimage_cover_sp{
  display: block;
  width: 100%;
  display: none;
}
.topimage .topimage_logo{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 12%;
}
.contentWrapper{
  display: grid;
  max-width: 1440px;
  width: 100%;
  grid-template-columns: 267px 1fr;
  column-gap: 58px;
  padding-top: 198px;
  padding-bottom: 242px;
  padding-right: 58px;
  padding-left: 58px;
  margin: auto;
}
.contentWrapper.-top{
  padding-top: 0;
}
.textBlock {
    max-width: 880px;
    width: 100%;
    margin: auto;
    padding: 168px 40px 199px;
}
.textBlock p.title{
  font-size: 16px;
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 37px;
}
.textBlock p.title span{
  font-size: 14px;
}
.textBlock p.text{
  text-align: justify;
  line-height: 2;
  margin-bottom: 12px;
}
.textBlock p.bottom {
    font-family: 'Outfit',"Noto Sans JP", sans-serif;
    text-align: right;
}
.sortWindow{}
.brandlogo{
  width: 100%;
  height: 80px;
  background-image: url("/picard/images/logo/picard.svg");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
}
.accordion {
  padding: 20px;
  border: 1px solid #000;
  border-top: none;
}
.accordionTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.switchBtn{
  display: none;
  position: relative;
  width: 16px;
  height: 16px;
}
.switchBtn::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  transform: translateY(-0.5px);
}
.switchBtn::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  left: 50%;
  transform: translateX(-0.5px);
}
.accordionTitle p{
  font-size: 20px;
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
}
.accordionContent a{
  display: block;
  font-size: 12px;
  color: #555;
  margin-bottom: 4px;
}
.menuGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
  margin: 0 auto 242px;
}
.menu{
  position: relative;
}
.menu::after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,0.15);
  top: 0;
  left: 0;
  z-index: 0;
}
.menu .tag{
  position: absolute;
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  font-size: 15px;
  top: 10px;
  right: 14px;
  text-align: center;
  padding: 4px 10px;
  color: #db0707;
}
.menu img{
  display: block;
  width: 100%;
}
.menu>.title{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-43%);
  color: #ffffff;
  padding: 0 20px;
  text-align: center;
  z-index: 50;
}
.menu>.title h4{
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.025em;
  margin-bottom: 4px;
}
.menu>.title h6{
  font-size: 11px;
  padding: 0 1px;
  font-weight: 400;
}
.menu:hover::before{
  background-color: rgba(0,0,0,0.4);
  transition: .2s;
}
/* product */
.seriesName{
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-family: 'Cormorant Garamond', serif;
}
.seriesName span{
  font-size: 26px;
  margin-left: 12px;
}
.seriesName span i {
    font-family: serif;
    margin: 0 4px 0 1px;
}
.seriesNameJan{
  font-size: 12px;
  margin-bottom: 80px;
  padding: 0 1px;
}
.thumbnail{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
  row-gap: 95px;
}
.productImageWrap{
  position: relative;
  display: grid;
  row-gap: 4px;
  z-index: 0;
}
/* .productImageWrap::before{
  position: absolute;
  content: "";
  width: calc(100% - 240px);
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8f8f9b;
  bottom: 0.5px;
  z-index: 0;
}
.productImageWrap::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background-color: #f7f7f7;
  bottom: -16px;
  z-index: -1;
} */
.productImageWrap img{
  width: 100%;
  display: block;
  background-color: #f9f9f9;
}
.magnificationWrap {
    display: flex;
    overflow-x: scroll;
    z-index: 0;
    flex-direction: row-reverse;
    background-color: #f9f9f9;
}
/* .magnificationWrap::-webkit-scrollbar {
  height: 3px;
}
.magnificationWrap::-webkit-scrollbar-thumb {
  background-color: #000;
}
.magnificationWrap::-webkit-scrollbar-track {
  margin-left: 120px;
  margin-right: 120px;
} */

img.magnification-image{
  width: 250%;
}
.productDetailWrap {
  display: flex;
  justify-content: space-between;
  padding: 21px 2px 0;
}
.productNameBlock p.productSeries{
  font-weight: 500;
  margin-bottom: 4px;
}
.productNameBlock p.productName{
  font-weight: 500;
  margin-bottom: 19px;
}
.productNameBlock p.spec{
  font-size: 12px;
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
}
.productBtnBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.productBtnBlock p.tag {
    font-size: 10px;
    min-width: 55px;
    padding: 0 10px;
    line-height: 22px;
    text-align: center;
    color: #8b8b8b;
    border-radius: 11px;
    background-color: #f9f9f9;
}
.productBtnBlock p.button{
  font-size: 12px;
  font-family: 'Outfit',"Noto Sans JP", sans-serif;
  padding: 0 16px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #010101;
}


@media screen and (max-width:1300px){
  .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);
  }
  .menuGrid {
    grid-template-columns: 1fr 1fr;
  }
.thumbnail {
    grid-template-columns: repeat(2,1fr);
}
@media screen and (max-width:1024px){
.contentWrapper.-top{
  padding-bottom: 0;
}
.companyLogo {
  left: 20px;
}
.contentWrapper {
  grid-template-columns: 1fr;
  padding-top: 72px;
  padding-right: 40px;
  padding-left: 40px;
  row-gap: 40px;
}
.menuArea {
  right: 12px;
}
.header_re{
  border-bottom: none;
}
.accordion {
  padding: 8px 20px;
}
.accordionTitle p {
  font-size: 16px;
}
.switchBtn{
  display: block;
}
.switchBtn.-on{
}
.switchBtn::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  transform: translateY(-0.5px);
}
.switchBtn.-on::after{
  display: none;
}
.accordionContent {
    display: none;
    margin-top: 3px;
}
.accordionContent.-active{
  display: block;
}
.brandlogo {
    height: 60px;
    background-size: 100px;
  }
.accordionTitle{
  margin-bottom: 0;
}
.seriesNameJan {
    margin-bottom: 30px;
}
.thumbnail {
    row-gap: 60px;
}
}
@media screen and (max-width:678px){
  .topimage .topimage_cover{
    display: none;
  }
  .topimage .topimage_cover_sp{
    display: block;
  }
  .topimage .topimage_logo{
    width: 35%;
  }
  .menuGrid {
      grid-template-columns: 1fr;
  }
  .textBlock {
    padding: 108px 40px 139px;
  }
  .seriesName{
    font-size: 32px;
  }
  .thumbnail {
    grid-template-columns: repeat(1,1fr);
}
.contentWrapper{
  padding-right: 0;
  padding-left: 0;
}
.brandlogo {
    background-color: #000;
    background-image: url("/picard/images/logo/picard_sp.svg");
}
.accordion{
  border: none;
  border-bottom: 1px solid #000;
}
.content {
    padding: 0 40px;
}
.contentWrapper.-top .content {
  padding: 0;
}
}
@media screen and (max-width:578px){
  .textBlock p.title span{
    display: block;
  }
}
