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

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

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

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

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

#itemPage .itemDec {
  font-size: 16px;
  max-width: 1180px;
  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: 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: 40px;
  font-weight: 500;
  margin: 0 auto;
}

#itemPage #product-category {
  color: #898989;
  font-size: 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: 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: 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: 24px;
  font-weight: 500;
  line-height: 2.5em;
  margin: 3em auto;
  text-align: center;
  width: 100%;
}

#itemPage h5 {
  color: #898989;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 2em auto 1.5em auto;
}

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

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

#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;
}


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