@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 {
  mx-width: 1024px;
}

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

#itemPage {
  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: 32px;
  font-weight: 300;
}

#itemPage h5 span {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 300;
}

#itemPage section {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto 4em auto;
  width: 100%;
}

#itemPage #image-and-cart {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

#itemPage #image-and-cart #name-and-cart {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 500px;
}

#itemPage #image-and-cart #name-and-cart #product-name {
  display: flex;
  align-items: center;
  height: 400px;
  margin: 0 auto 0 64px;
  text-align: left;
  width: 100%;
}

#itemPage #image-and-cart #name-and-cart #cart-form {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 64px;
  width: 500px;
}

#itemPage #image-and-cart #name-and-cart .product-price {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin: 0 auto 0.5em auto;
  text-align: center;
  white-space: nowrap;
}

#itemPage #image-and-cart #name-and-cart #cart-form .cart-button {
  margin: 0 0 24px 0;
  text-align: left;
  white-space: nowrap;
  width: 420px;
}

#itemPage #image-and-cart #name-and-cart #cart-form .cart-button input {
  color: #fff;
  background-color: #c0c0c0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 32px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

#itemPage .product-explain {
  margin: 32px auto;
  width: 100%;
}

#itemPage .product-explain th {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 6em;
}

#itemPage .product-explain td {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
}

#itemPage .supplement-explain {
  border-spacing: 0 16px;
  margin: 32px auto;
  width: 100%;
}

#itemPage .supplement-explain th {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  width: 150px;
}

#itemPage .supplement-explain .supplement-explain-item {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
}

#itemPage .supplement-explain th img {
  margin: 0.75em auto 1em auto;
  width: 100%;
}

#itemPage .supplement-explain td {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
}

#itemPage .supplement-explain td div {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 0 2em;
  text-align: left;
}

#itemPage .supplement-explain .detail-page-link {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 16px 0 0 0;
  text-align:right;
}

#itemPage .supplement-explain .detail-page-link a {
  border:1px solid #9f9f9f;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  display:inline-block;
  margin: 0;
  padding: 0;
  text-align:center;
}

#itemPage .supplement-explain .detail-page-link .center-arrange {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4px;
  justify-content: center;
  margin: 0;
  padding:0 16px;
}

#itemPage .supplement-explain .detail-page-link .center-arrange div {
  margin: 0;
  padding: 0;
}

#itemPage .product-spec {
  margin: 32px auto 32px 0;
  width: 640px;
}

#itemPage .product-spec th {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 4em;
}

#itemPage .product-spec td {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

#itemPage .product-spec .product-spec-item {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  width: 5em;
}

#itemPage .higher-link {
  display: flex;
  gap: 0 16px;
  justify-content: center;
}



/* スライドショー */
#slide-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#slider {
  margin: 0 auto;
  max-width: 700px;
  width: 500px;
}

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

#thumbnail-list {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 500px;
}

.thumbnail-item {
  box-sizing: border-box;
  flex-basis: 96px;
  margin:0 2px 10px 2px;
  position: relative;
  width: 96px;
}

.thumbnail-item:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: 0.3s opacity linear;
  width: 100%;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  margin: 0 auto;
  width: 100%;
}



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