@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#sub1 {
  display: none;
}
.m-info {
  display: none;
}

.wrapper-inner {
  justify-content: center;
}

#itemPage {
  margin: 0;
  width: 100%;
}

#itemPage .itemDec {
  font-size: 16px;
  text-align: center;
  width: 100%;
}

#itemPage h5 {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin: 2em auto 0 auto;
}

#itemPage section {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2.5em;
  margin: 0 auto 4em auto;
  width: 100%;
}

#itemPage #minimal-slide {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#itemPage #minimal-slide video {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#itemPage section .article-text {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5em;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

#itemPage #designer-profile {
  margin: 2em 0 4em auto;
  width: 80%;
}

#itemPage #designer-profile td {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

#itemPage #designer-profile td strong {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#itemPage #designer-profile td a {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

#itemPage #designer-profile th {
  text-align: center;
}

#itemPage #designer-profile th img {
  margin: 0 auto;
  width: 30%;
}

#itemPage #product-list td {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 64px 0;
  text-align: center;
}

#itemPage #product-list td img {
  margin: 0 0 32px 0;
}

#itemPage #product-list td a {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

#itemPage #product-list td span {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
}



/* スライドショー */
#itemPage .slick-slider {
  max-width: 1280px;
  width: 100%;
}

#itemPage .slick-slider-img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

#itemPage .slick-arrow {
  &.slick-prev {
    left: 10px;
    z-index: 1;
  }

  &.slick-next {
    right: 10px;
    z-index: 1;
  }
}



/*サイドバー*/
#sub-column{
  display:block;
}