@charset "utf-8";
@import url('https://www.ise-miyachu.co.jp/hokogane/fonts/FuturaStd-Medium.otf');

.main-contents {
  max-width: 100%;
}

#main {
  margin: 0 auto;
  max-width: 98%;
}

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

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

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

#itemPage section {
  color: #898989;
  font-weight: 500;
  line-height: 2.5em;
  margin: 0 auto 1em auto;
  width: 100%;
}

#itemPage .hokogane-image {
  max-width: 100%;
}

#itemPage #product-title {
  color: #898989;
  font-size: clamp(16px, 3.3vw, 40px);
  font-weight: 500;
  margin: 1em auto;
  padding: 0.25em 0 0 0;
  text-align: center;
  width: 100%;
}

#itemPage #product-slogan {
  color: #898989;
  font-size: clamp(10px, 3.3vw, 40px);
  font-weight: 500;
  margin: 0 auto;
}

#itemPage #product-category {
  color: #898989;
  font-size: clamp(16px, 2.6vw, 32px);
  font-weight: 500;
  letter-spacing: 0.75em;
  margin: 1em auto 0 auto;
  text-align: center;
  width: 100%;
}

#itemPage #product-kana {
  color: #898989;
  font-size: clamp(10px, 1.6vw, 20px);
  font-weight: 500;
  letter-spacing: 1.75em;
  margin: 0 auto 0.25em auto;
  padding: 0 0 0 0.25em;
  text-align: center;
  width: 100%;
}

#itemPage #product-name {
  color: #898989;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0.25em auto 1em auto;
  text-align: center;
  width: 100%;
}

#itemPage #product-desc {
  color: #898989;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  line-height: 2.5em;
  margin: 3em auto;
  text-align: center;
  width: 100%;
}

#itemPage h5 {
  color: #898989;
  font-size: clamp(16px, 2.6vw, 32px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 2em auto 1.5em auto;
}

#itemPage #product-series {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em auto;
  width: 100%;
}

#itemPage #product-series .product-item {
  align-content: flex-start;
  align-items: flex-start;
  color: #898989;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: center;
  margin: 0 1em 3em 1em;
  width: 100%;
}

#itemPage #product-series img {
  margin: 0 0 1em 0;
  width: 100%;
}

#itemPage #product-series span {
  color: #898989;
  font-family: "Futura Std Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
