/* 共通
-------------------------------------*/
#content-wrap .inner {
  overflow: hidden;
}

#content-wrap .inner>h2 {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin-bottom: 0;
  font-family: var(--font-oswald);
  font-style: normal;
  font-optical-sizing: auto;
}

#content-wrap .inner>h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 90vw;
  height: 1px;
  margin: auto 0;
  background-color: var(--base-color);
}

#content-wrap .inner>h2 span {
  padding-right: 15px;
  background-color: #FFF;
}

.item-gallery .inner>p {
  margin-bottom: 25px;
  font-size: 13px;
}

.item-gallery .title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.item-gallery .title-wrap h3 {
  width: 120px;
  padding: 2px 5px;
  background-color: var(--base-theme-color);
  color: #FFF;
  text-align: center;
}

.item-gallery .title-wrap p.price {
  width: calc(100% - 120px);
  padding-left: 12px;
  color: var(--base-theme-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.item-gallery .title-wrap p.price span {
  font-size: 12px;
}

/* 共通
-------------------------------------*/
#formal-suit .text-wrap h3 {
  font-size: 13px;
  font-weight: 600;
}

#formal-suit .text-wrap p {
  font-size: 11px;
}

#formal-suit .text-wrap p.price {
  font-size: 13px;
  font-weight: 600;
}

#formal-suit .text-wrap p.price span {
  font-size: 9px;
}

/* coat
-------------------------------------*/
#coat.item-gallery ul.item-list-single li {
  margin-bottom: 15px;
}