@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');

.main-contents {
  max-width: 1200px;
}

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

#main {
  max-width: 1024px;
  margin: 0 auto;
}

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

#itemPage {
  width: 100%;
  max-width: 1024px;
}

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

#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: 16px;
  font-weight: 300;
  line-height: 2.5em;
  margin: 0 auto;
  text-align: left;
  width: 800px;
}

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

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

#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 {
  width: 25%;
}

#itemPage #designer-profile th img{
  width: 100%;
}

#itemPage #product-list td {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0 32px;
  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: 1024px;
}

#itemPage .slick-slider-img {
  height: 100%;
  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: none;
}