body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

#main {
  background-color: #fff;
  padding: 29px 0 82px;
}
#main hr {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.AddCartButton {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  width: 243px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s color linear, 0.3s background-color linear;
  -o-transition: 0.3s color linear, 0.3s background-color linear;
  transition: 0.3s color linear, 0.3s background-color linear;
  text-decoration: none;
}
.AddCartButton:hover {
  color: #000;
  background-color: #fff;
}

.MainVisual {
  text-align: center;
  width: 94%;
  margin: 0 auto;
}

.CatchDescription {
  padding: 70px 0 40px;
  max-width: 702px;
  margin: 0 auto;
}
.CatchDescription__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 1.2221944514;
}
.CatchDescription__dates {
  margin: 35px 0 0;
}
.CatchDescription__dates p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.CatchDescription__notes {
  margin: 20px 0 0;
}
.CatchDescription__notes p {
  font-size: 11px;
  letter-spacing: 0.03em;
}

.Lineup {
  margin: 90px 0 0;
}
.Lineup__title {
  text-align: center;
}
.Lineup__title img {
  width: 127px;
}
.Lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 635px;
  margin: 40px auto 0;
}
.Lineup__list a {
  text-decoration: none;
}
.Lineup__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Lineup__image1 {
  width: 230px;
}
.Lineup__image2 {
  width: 230px;
}
.Lineup__image3 {
  width: 230px;
}
.Lineup__item2 {
  margin: 0 0 0 10px;
}
.Lineup__item3 {
  margin: 0 0 0 22px;
}
.Lineup__caption {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  font-family: "HelveticaNeueLTStd-Th";
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: normal;
  gap: 0.3em;
}
.Lineup__caption span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.Lineup__arrow {
  text-align: center;
  margin: 4px 0 0;
}
.Lineup__arrow::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ItemBlock + .ItemBlock {
  margin: 128px 0 0;
}
.ItemBlock__title--tag {
  display: block;
  text-align: center;
}
.ItemBlock__title--tag img {
  width: 117px;
}
.ItemBlock__title--name {
  display: block;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th", "Helvetica Neue";
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 12px 0 0;
}
.ItemBlock__image {
  text-align: center;
  margin: 49px 0 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.ItemBlock__image:hover {
  opacity: 0.6;
}
.ItemBlock__image img {
  width: 420px;
}
.ItemBlock__caption {
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.03em;
  margin: 50px 0 0;
}
.ItemBlock__captionIncense {
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.03em;
  margin: 30px 0 0;
}
.ItemBlock__captionIncense span{
  font-weight: bold;
}
.ItemBlock__name {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin: 20px 0 0;
}
.ItemBlock__price {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  margin: 5px 0 0;
}
.ItemBlock__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}
.ItemBlock__link{
  text-align: center;
  margin-top: 30px;
}

.Spacer1 {
  height: 70px;
}

.Spacer2 {
  height: 140px;
}



.Product__header {
  max-width: 700px;
  margin: 0 auto;
}
.Product__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.Product__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  border: 1px solid #000;
  font-size: 9px;
  padding: 0 5px;
  letter-spacing: 0;
}

.Product__catch {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
}
.Product__description {
  padding: 40px 0 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.Product__information {
  padding: 30px 0 0;
  line-height: 27px;
}
.Product__information span {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.Product__information small {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.Product__feature {
  padding: 30px 0 0;
  max-width: 600px;
  margin: 0 auto;
}

.ProductFeature__title {
  border-bottom: 1px solid #000;
  padding: 9px 20px 7px;
  cursor: pointer;
}
.ProductFeature__title span {
  font-size: 16px;
}
.ProductFeature__title i {
  right: 20px;
  top: calc(50% + 0.1em + 1px);
}
.ProductFeature__in {
  padding: 23px 0 0;
}
.ProductFeature__list {
  display: -ms-grid;
  display: grid;
  gap: 9px 0;
}
.ProductFeature__list li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.noIndent {
  text-indent: 0 !important;
}

.ProductFeature__notes {
  margin: 15px 0 0;
}
.ProductFeature__notes p {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.03em;
}

.NailListLink {
  text-align: center;
  margin: 70px 0 0;
}
.NailListLink a {
  font-size: 14px;
  letter-spacing: 0.03em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 0 5px;
}
.NailListLink a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
}