body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

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

.hidden-pc {
  display: none;
}

.super {
  vertical-align: super;
  font-size: 0.5em;
}

i.t-plus {
  display: inline-block;
  margin-top: 0;
  -webkit-transform: translateY(-0.07em);
          transform: translateY(-0.07em);
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.button-addToCard {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  width: 100%;
  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;
  transition: 0.3s color linear, 0.3s background-color linear;
  text-decoration: none;
  cursor: pointer;
}
.button-addToCard:hover {
  color: #000;
  background-color: #fff;
}

.button-accordion {
  width: 243px;
  height: 48px;
  margin: 0 auto;
  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;
  position: relative;
  border: 1px solid #000;
  padding: 0;
  cursor: pointer;
}
.button-accordion i {
  position: absolute;
  right: 25px;
}

.pageCatch {
  padding: 47px 0 0;
  max-width: 702px;
  margin: 0 auto;
}
.pageCatch__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.03em;
}
.pageCatch__dates {
  margin: 31px 0 0;
}
.pageCatch__dates p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.pageCatch__notes {
  margin: 25px 0 0;
}
.pageCatch__notes p {
  font-size: 11px;
  letter-spacing: 0.03em;
}
.pageCatch__textbox {
  margin: 27px 0 0;
}
.pageCatch__textbox p {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.03em;
}
.pageCatch__textbox p + p {
  margin-top: 32px;
}

.pageConcept {
  margin: 40px 0 0;
}
.pageConcept__description {
  margin: 0 auto;
  max-width: 700px;
}
.pageConcept__hidden {
  overflow: hidden;
  height: 83px;
  position: relative;
  -webkit-transition: 0.3s height ease-in-out;
  transition: 0.3s height ease-in-out;
}
.pageConcept__hidden::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.pageConcept__hidden p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.pageConcept__hidden p + p {
  margin-top: 12px;
}
.pageConcept__hidden.is-open::before {
  content: none;
}
.pageConcept__hidden.is-open + .pageConcept__more span::after {
  content: " -";
}
.pageConcept__more {
  margin: 25px 0 0;
}
.pageConcept__more span {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 16px;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.pageConcept__more span::after {
  content: " +";
}

.imageModal.modalInner {
  max-height: none;
  overflow: visible;
  text-align: center;
}

.imageModal.modalInner img {
  max-height: 80vh;
}

.tabArea > div {
  display: none;
}
.tabArea > div.show, .tabArea > div.is-active {
  display: block;
}

.js-itemSlideshow__slideprev, .js-itemSlideshow__slidenext {
  position: absolute;
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}
.js-itemSlideshow__slideprev {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.js-itemSlideshow__slidenext {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.MainMovie {
  padding: 70px 0 0;
}

.MainVisual2 {
  margin: 100px auto 0;
  width: 800px;
}

.Lineup {
  padding-top: 85px;
}
.Lineup__title {
  text-align: center;
}
.Lineup__title img {
  width: 127px;
}
.Lineup__list {
  padding: 36px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 19px 1fr 19px 1fr 19px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 19px;
  max-width: 800px;
  margin: 0 auto;
}

.LineupCard {
  display: block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  padding: 15px 0 14px;
}
.LineupCard__label {
  font-size: 10px;
  line-height: 1;
  display: block;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.LineupCard__thumb {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.LineupCard__thumb img {
  max-height: 100%;
}
.LineupCard__img1 {
  width: 170px;
  height: auto;
}
.LineupCard__img2 {
  width: 103.4953703704px;
  height: auto;
}
.LineupCard__img3 {
  width: 23.6111111111px;
  height: auto;
}
.LineupCard__img4 {
  width: 90.9027777778px;
  height: auto;
}
.LineupCard__img5 {
  width: 19.6759259259px;
  height: auto;
}
.LineupCard__img6 {
  width: 55.4861111111px;
  height: auto;
}
.LineupCard__img7 {
  width: 66.8981481481px;
  height: auto;
}
.LineupCard__name {
  font-weight: 300;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.LineupCard__price {
  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: 11px;
  line-height: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  min-height: 36px;
  margin-top: 7px;
}
.LineupCard__detail {
  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-size: 10px;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  gap: 0 5px;
  margin: 15px 0 0;
}
.LineupCard__detail::after {
  content: "";
  width: 7px;
  height: 4px;
  background-color: #000;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.Product__container {
  max-width: 700px;
  margin: 0 auto;
}
.Product__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 10px;
}
.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 8px;
  letter-spacing: 0;
}
.Product__title {
  margin: 14px 0 0;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.03em;
  font-weight: 100;
}
.Product__catch {
  padding: 29px 0 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
}
.Product__description {
  padding: 31px 0 0;
}
.Product__description p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.Product__description small {
  display: block;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.03em;
  margin: 11px 0 0 2px;
}
.Product__information {
  padding: 39px 0 0;
  line-height: 27px;
}
.Product__information--t2 {
  padding: 60px 0 0;
}
.Product__information span {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.Product__information small {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.Product__information i.t-plus {
  -webkit-transform: translateY(-0.22em);
          transform: translateY(-0.22em);
}
.Product__feature {
  padding: 82px 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.Product__sliderWrapper {
  padding-top: 100px;
}
.Product__sliderWrapper--t2 {
  padding-top: 52px;
}
.Product__addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}
.Product__set {
  padding: 20px 0 0;
}

.ProductFeature + .ProductFeature {
  margin-top: 36px;
}
.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;
}
.ProductFeature__notes {
  padding: 22px 0 0;
}
.ProductFeature__notes p {
  font-size: 11px;
  line-height: 14.67px;
}
.ProductFeature__ingredients {
  padding: 22px 0 0;
  font-size: 11px;
  line-height: 14.67px;
}
.ProductFeature__ingredients * {
  letter-spacing: 0.03em;
}
.ProductFeature__ingredients li {
  padding-left: 1em;
  position: relative;
}
.ProductFeature__ingredients li + li {
  margin-top: 2px;
}
.ProductFeature__ingredients li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4.5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
.ProductFeature__ingredients h4 {
  margin: 0 0 5px;
}
.ProductFeature__link {
  text-align: right;
  padding: 24px 8px 0 0;
}
.ProductFeature__link a {
  font-size: 13px;
  letter-spacing: 0.03em;
}
.ProductFeature__addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ProductFeature__item {
  padding-top: 82px;
}

.Slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Product--product1 {
  margin-top: 70px;
}
.Product--product1 .itemSlider__prev, .Product--product1 .itemSlider__next {
  top: calc(50% - 45px);
}
.Product--product1 .itemSlider__prev {
  right: calc(50% + 205px);
}
.Product--product1 .itemSlider__next {
  left: calc(50% + 195px);
}
.Product--product1 .Slide img {
  width: 254px;
}

.Product--product2 {
  margin-top: 118px;
}
.Product--product2 .Slide a {
  width: 227.0183150183px;
}

.Product--product3 {
  margin-top: 117px;
}
.Product--product3 .itemSlider__prev, .Product--product3 .itemSlider__next {
  top: calc(50% - 25px);
}
.Product--product3 .itemSlider__prev {
  right: calc(50% + 205px);
}
.Product--product3 .itemSlider__next {
  left: calc(50% + 195px);
}
.Product--product3 .Slide.-slide01 a {
  width: 66.0586080586px;
}
.Product--product3 .Slide.-slide02 a {
  width: 240.7417582583px;
}
.Product--product3 .sliderNav .-slide01 {
  width: auto;
  height: 100%;
}
.Product--product3 .sliderNav .-slide01 img {
  width: auto;
  height: 100%;
}

.Product--product4 {
  margin-top: 117px;
}
.Product--product4 .itemSlider__prev, .Product--product4 .itemSlider__next {
  top: calc(50% - 25px);
}
.Product--product4 .itemSlider__prev {
  right: calc(50% + 205px);
}
.Product--product4 .itemSlider__next {
  left: calc(50% + 195px);
}
.Product--product4 .Slide.-slide01 {
  height: 240px;
}
.Product--product4 .Slide.-slide01 a {
  width: 243.7655677656px;
}
.Product--product4 .Slide.-slide02 a {
  width: 240px;
}
.Product--product4 .sliderNav {
  padding-top: 50px;
}

.Product--product5 {
  margin-top: 117px;
}
.Product--product5 .itemSlider__prev, .Product--product5 .itemSlider__next {
  top: calc(50% - 25px);
}
.Product--product5 .itemSlider__prev {
  right: calc(50% + 205px);
}
.Product--product5 .itemSlider__next {
  left: calc(50% + 195px);
}
.Product--product5 .Slide {
  height: 377px;
}
.Product--product5 .Slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Product--product5 .Slide.-slide01 a {
  width: 53.032967033px;
}
.Product--product5 .Slide.-slide02 a {
  width: 240px;
}
.Product--product5 .sliderNav .-slide01 {
  width: auto;
  height: 100%;
}
.Product--product5 .sliderNav .-slide01 img {
  width: auto;
  height: 100%;
}

.Product--product6 {
  margin-top: 117px;
}
.Product--product6 .itemSlider__prev, .Product--product6 .itemSlider__next {
  top: calc(50% - 85px);
}
.Product--product6 .itemSlider__prev {
  right: calc(50% + 205px);
}
.Product--product6 .itemSlider__next {
  left: calc(50% + 195px);
}
.Product--product6 .Slide {
  height: 431px;
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Product--product6 .Slide [data-imgclass=product] {
  width: 60.708791213px;
}
.Product--product6 .Slide [data-imgclass=square] {
  width: 240px;
}
.Product--product6 .imgGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
  margin-top: 35px;
}
.Product--product6 .imgGroup li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  padding: 2px;
  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;
  border: 1px solid transparent;
}
.Product--product6 .imgGroup li.stay {
  border: 1px solid #000;
}
.Product--product6 .imgGroup .-slide01 {
  width: auto;
  height: 100%;
}
.Product--product6 .imgGroup .-slide01 img {
  width: auto;
  height: 100%;
}

.Product--product7 {
  margin-top: 117px;
}
.Product--product7 .itemSlider__prev, .Product--product7 .itemSlider__next {
  top: calc(50% - 95px);
}
.Product--product7 .itemSlider__prev {
  right: calc(50% + 205px);
}
.Product--product7 .itemSlider__next {
  left: calc(50% + 195px);
}
.Product--product7 .Slide {
  height: 245px;
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Product--product7 .Slide [data-imgclass=product] {
  width: 78.5027472581px;
}
.Product--product7 .Slide [data-imgclass=square] {
  width: 240px;
}
.Product--product7 .imgGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
  margin-top: 35px;
}
.Product--product7 .imgGroup li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  padding: 2px;
  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;
  border: 1px solid transparent;
}
.Product--product7 .imgGroup li.stay {
  border: 1px solid #000;
}
.Product--product7 .imgGroup .-slide01 {
  width: auto;
  height: 100%;
}
.Product--product7 .imgGroup .-slide01 img {
  width: auto;
  height: 100%;
}

.sliderNav {
  padding-top: 20px;
}
.sliderNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
}
.sliderNav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  padding: 2px;
  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;
  border: 1px solid transparent;
}
.sliderNav li.stay {
  border: 1px solid #000;
}

.itemSlider__main {
  margin: 0 auto;
  position: relative;
}
.itemSlider__prev, .itemSlider__next {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc(50% - 15px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
.itemSlider__prev {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.itemSlider__next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.item__image {
  margin-inline: auto;
}
.item__image.--img01 {
  width: 470px;
}

.SlideCaption {
  margin: 24px 0 0;
}
.SlideCaption span {
  display: block;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  letter-spacing: 0.03em;
}
.SlideCaption small {
  margin: 4px 0 0;
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.sliderNav {
  padding-top: 20px;
}

.Color {
  padding-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content 17px 1fr;
  -ms-grid-rows: max-content 17px 1fr;
  -ms-grid-columns: 200px 50px 1fr;
      grid-template: "image color" -webkit-max-content "image list" 1fr/200px 1fr;
      grid-template: "image color" max-content "image list" 1fr/200px 1fr;
  gap: 17px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.Color__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-family: "HelveticaNeueLTStd-Th";
  grid-area: color;
  font-size: 18px;
  letter-spacing: 0.03em;
  padding-top: 12px;
}
.Color__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: image;
}
.Color__list {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: list;
}
.Color__list li {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.03em;
}

.Slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerMoment {
  display: block;
  width: 480px;
  margin: 70px auto 0;
}

.GetTheLook {
  max-width: 700px;
  margin: 0 auto;
  padding: 115px 0 0;
}
.GetTheLook__title {
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  font-size: 26px;
}
.GetTheLook__note {
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 2px 0 0;
}
.GetTheLook__thumbnail {
  text-align: center;
  margin: 14px 0 0;
}
.GetTheLook__thumbnail a {
  display: inline-block;
  width: 357px;
}

.ItemUsed {
  padding: 55px 0 0;
  max-width: 700px;
  margin: 0 auto;
}
.ItemUsed__title {
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  font-size: 22px;
  text-align: center;
}
.ItemUsed__tab {
  padding: 0 50px;
  margin: 36px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
.ItemUsed__tabitem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd-Th";
  padding: 0 0 10.5px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.ItemUsed__tabitem.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.UsedProduct__item {
  display: block;
  position: relative;
}
.UsedProduct__item figure {
  text-align: center;
  padding-bottom: 37px;
  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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.UsedProduct__item figcaption {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-decoration: underline;
}
.UsedProduct__small {
  display: block;
  line-height: 1.5;
  text-align: center;
  font-size: 10px;
  padding: 2px 0 0;
}
.UsedProduct__title {
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 30px;
}
.UsedProduct__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.UsedProduct__eye01 img {
  width: 141px;
}
.UsedProduct__eye02 img {
  width: 36px;
}
.UsedProduct__eye03 img {
  width: 36px;
}
.UsedProduct__eye04 img {
  width: 15px;
}
.UsedProduct__contour01 img {
  width: 140px;
}
.UsedProduct__contour02 img {
  width: 45px;
}
.UsedProduct__lips img {
  width: 33px;
}
.UsedProduct__nails img {
  width: 69px;
}

.productEyes {
  padding: 47px 37px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px 0;
}

.productContour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 47px 37px 0;
}
.productContour__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.productContour .productContour__item:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 55px;
}

.productLips {
  padding: 47px 37px 0;
}
.productLips__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.productNails {
  padding: 47px 37px 0;
}

.LinkCollection {
  text-align: center;
  padding: 120px 0 63px;
}
.LinkCollection a {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.03em;
  padding: 0 0 7px;
}
.LinkCollection a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
}
/*# sourceMappingURL=pc.css.map */