/*商品説明*/

.productDescription {
    font-size: 14px;
}
.description__attention {
  font-size: 12px;
}
.description {
  margin-top: 30px;
  line-height: 24px;
}
p.guide {
  text-align: left;
  margin-bottom: 40px;
  line-height: 24px;
  background: #f2f2f2;
  padding: 10px;
}
.colorVariation__wrap {
  margin-top: 19px;
  display: flex;
  column-gap: 10px;
  margin-bottom: 19px;
  flex-wrap: wrap;
}
.colorVariation__wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-top: 10px;
}
.colorVariation__selected {
      border: 1px solid #c5c5c5;
  }
.colorVariation__item:hover {
    border: 1px solid #c5c5c5;
}

.size_img img {
  width: 100%;
  margin-top: 50px;
}

.moreBtn moreBtn--color-gray{
  width: 100%;
}

.description h1 {
font-weight: bold;
}
.variationLineup {
  margin-top: 28px;
}
.variationLineup__ttl {
  font-weight: bold;
  margin-bottom: 3px;
}
.variationItemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.variationItem {
  width: 150px;
  padding: 10px;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
}
.variationItem:hover {
  color: #0071b7;
}
.optionParts {
  margin-top: 14px;
}
.bold {
  font-weight: bold;
}
.icon_container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.icon {
  font-size: 14px;
  background-color: black;
  color: white;
  padding: 1px 10px;
}


/*aplus*/

.aplus {
  width: 100%;
  margin: 72px 0;
}

.main {
  margin-bottom: 72px;
}

.main__image {
  margin-bottom: 18px;
  width: 1200px;
  height: auto;
}

.main__ttl {
  font-size: 16px;
  font-weight: bold;
}

.main__txt {
  margin: 0;
  font-size: 14px;
  text-align: left;
}

.ttl {
  font-size: 16px;
  font-weight: bold;
}

.sub {
  display: flex;
  gap: 25px;
  margin-bottom: 72px
}

.sub__wrapper {
  flex: 1;
}

.sub__image {
  margin-bottom: 25px;
}

.sub__ttl {
  font-size: 14px;
  font-weight: bold;
}

.sub__txt {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.apm {
  display: flex;
  gap: 25px;
  margin-bottom: 72px
}

.apm__wrapper {
  flex: 1;
}

.apm__image {
  margin-bottom: 25px;
}

.apm__ttl {
  font-size: 12px;
  font-weight: bold;
}

.spec {
  text-align: left;
  margin-bottom: 30px;
}

.spec table {
  margin-bottom: 10px;
}

.spec td {
  height: 55px;
  padding: 10px;
}

.spec__header {
  background-color: #f5f5f5;
}

.spec table,
.spec table th,
.spec table td {
  border: 1px solid #dcdcdc;
}

.spec img {
  margin-top: 20px;
}

.lineup {
  text-align: left;
}

.lineup>table td.lineup__header {
  width: 180px
}

.lineup__header--gray {
  background-color: #f5f5f5;
}

.lineup table,
.lineup table th,
.lineup table td {
  border: 1px solid #dcdcdc;
}

.lineup table {
  margin-bottom: 20px;
}

.lineup td {
  height: 55px;
  padding-left: 10px;
}

.lineup img {
  max-width: 55%;
  margin: 30px;
}

.lineup a {
  color: #0099ff;
}
.sub__txt a{
 color: #0099FF;
}

.itemList {
  justify-content: center;
}