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;
}

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

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

.hidden-pc {
  display: none;
}

.video-js.vjs-ended .vjs-poster {
  display: block;
}

.tabArea > div {
  display: none;
}
.tabArea > div.show {
  display: block;
}

.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;
}

.AccordionButton {
  width: 243px;
  height: 49px;
  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;
}
.AccordionButton i {
  position: absolute;
  right: 25px;
}

.MainVisual {
  text-align: center;
}

.MainMovie {
  padding: 70px 0 0;
}

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

.Lineup {
  padding-top: 70px;
}
.Lineup__title {
  text-align: center;
}
.Lineup__title img {
  width: 127px;
}
.Lineup__list {
  padding: 35px 25px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 15px;
}

.LineupCard {
  display: block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  padding: 15px 0 11px;
}
.LineupCard__label {
  font-size: 10px;
  line-height: 1;
  display: block;
  text-align: center;
}
.LineupCard__image {
  height: 176px;
  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;
}
.LineupCard__image img {
  max-height: 100%;
}
.LineupCard__image--image1 img {
  width: 45.5px;
}
.LineupCard__image--image2 img {
  width: 40.5px;
}
.LineupCard__image--image3 img {
  width: 40.5px;
}
.LineupCard__image--image4 img {
  width: 63px;
}
.LineupCard__image--image5 img {
  width: 28px;
}
.LineupCard__image--image6 {
  height: 178px;
}
.LineupCard__image--image6 img {
  width: 92px;
}
.LineupCard__image--image7 {
  height: 178px;
}
.LineupCard__image--image7 img {
  width: 29px;
}
.LineupCard__image--image8 {
  height: 160px;
}
.LineupCard__image--image8 img {
  width: 91px;
}
.LineupCard__image--image9 {
  height: 178px;
}
.LineupCard__image--image9 img {
  width: 36px;
}
.LineupCard__image--image10 {
  height: 178px;
}
.LineupCard__image--image10 img {
  width: 36px;
}
.LineupCard__name {
  font-weight: 300;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 13px 0 0;
  min-height: 36px;
}
.LineupCard__price {
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
.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: 9px 0 0;
}
.LineupCard__detail::after {
  content: "";
  width: 7px;
  height: 4px;
  background-color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.Spacer1 {
  height: 68px;
}

.Spacer2 {
  height: 121px;
}

.Spacer3 {
  height: 120px;
}

.Spacer4 {
  height: 70px;
}

.Spacer5 {
  height: 119px;
}

.Product__header {
  max-width: 700px;
  margin: 0 auto;
}
.Product__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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__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: 27px 0 0;
  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: 39px 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: 80px 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.Product__sliderWrapper {
  padding-top: 98px;
}
.Product__pallete {
  margin-top: 20px;
}
.Product__slider .commonSlide .slick-prev, .Product__slider .commonSlide .slick-next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  max-width: 35px;
  max-height: 35px;
}
.Product__slider .sliderNav {
  padding: 37px 0 0;
}
.Product__slider .relatedArea {
  margin: 37.5px 0 0;
}
.Product__slider--item1 .commonSlide .slick-prev, .Product__slider--item1 .commonSlide .slick-next {
  top: 163px;
}
.Product__slider--item1 .commonSlide .slick-prev {
  left: 162px;
}
.Product__slider--item1 .commonSlide .slick-next {
  right: 167px;
}
.Product__slider--item3 .commonSlide .slick-prev, .Product__slider--item3 .commonSlide .slick-next {
  top: 204px;
}
.Product__slider--item3 .commonSlide .slick-prev {
  left: 162px;
}
.Product__slider--item3 .commonSlide .slick-next {
  right: 167px;
}
.Product__slider--item3 .sliderNav {
  padding: 37.5px 0 0;
}
.Product__slider--item3 .relatedArea {
  margin: 40px 0 0;
}
.Product__slider--item4 .commonSlide .slick-prev, .Product__slider--item4 .commonSlide .slick-next {
  top: 75px;
}
.Product__slider--item4 .commonSlide .slick-prev {
  left: 162px;
}
.Product__slider--item4 .commonSlide .slick-next {
  right: 166px;
}
.Product__slider--item4 .relatedArea {
  margin: 40.5px 0 0;
}
.Product__slider--item6 .commonSlide .slick-prev, .Product__slider--item6 .commonSlide .slick-next {
  top: 169px;
}
.Product__slider--item6 .commonSlide .slick-prev {
  left: 132px;
}
.Product__slider--item6 .commonSlide .slick-next {
  right: 137px;
}
.Product__slider--item6 .sliderNav {
  padding: 35px 0 0;
}
.Product__slider--item6 .relatedArea {
  margin-top: 40px;
}
.Product__slider--item9 .commonSlide .slick-prev, .Product__slider--item9 .commonSlide .slick-next {
  top: 145px;
}
.Product__slider--item9 .commonSlide .slick-prev {
  left: 162px;
}
.Product__slider--item9 .commonSlide .slick-next {
  right: 167px;
}
.Product__slider--item9 .sliderNav {
  padding: 36px 0 0;
}
.Product__slider--item9 .relatedArea {
  margin-top: 40px;
}
.Product__slidenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Product__slidenav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
  position: relative;
  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;
}
.Product__slidenav li.stay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.Product__slidenav--item1 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
}
.Product__slidenav--item3 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}
.Product__slidenav--item4 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
}
.Product__slidenav--item6 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59px;
          flex: 0 0 59px;
}
.Product__slidenav--item9 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
}
.Product__addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#item1 .Product__feature {
  padding-top: 82px;
}
#item1 .Product__catch {
  padding-top: 28px;
}

#item6 .Product__title {
  margin-top: 16px;
}

#item9 .Product__sliderWrapper {
  padding-top: 100px;
}

.ItemSlide__name {
  font-family: "HelveticaNeueLTStd-Th";
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.03em;
  margin: 35px 0 0;
}
.ItemSlide__catch {
  font-size: 13px;
  line-height: 22.06px;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 7px 0 0;
}

.Item1Slide__image {
  text-align: center;
}
.Item1Slide__image img {
  width: 125px;
  display: inline-block;
}

.Item2Slide {
  padding: 0 0 36px;
}
.Item2Slide__image {
  text-align: center;
}
.Item2Slide__image img {
  width: 112px;
  display: inline-block;
}

.Item3Slide__image {
  text-align: center;
}
.Item3Slide__image img {
  width: 112px;
  display: inline-block;
}

.Item4Slide__content {
  padding-top: 2px;
}
.Item4Slide__image {
  text-align: center;
}
.Item4Slide__image img {
  width: 148px;
  display: inline-block;
}

.Item5Slide {
  padding: 0 0 39px;
}
.Item5Slide__image {
  text-align: center;
}
.Item5Slide__image img {
  width: 53.5px;
  display: inline-block;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.Item6Slide__content {
  padding-top: 1px;
}
.Item6Slide__image {
  text-align: center;
}
.Item6Slide__image img {
  width: 254px;
  display: inline-block;
  -webkit-transform: translateX(2.5px);
      -ms-transform: translateX(2.5px);
          transform: translateX(2.5px);
}

.Item7Slide {
  padding: 2px 0 36px;
}
.Item7Slide__image {
  text-align: center;
}
.Item7Slide__image img {
  width: 80px;
  display: inline-block;
}

.Item8Slide {
  padding: 2px 0 37px;
}
.Item8Slide__content {
  padding-top: 0.5px;
}
.Item8Slide__image {
  text-align: center;
}
.Item8Slide__image img {
  width: 241px;
  display: inline-block;
}

.Item9Slide__image {
  text-align: center;
}
.Item9Slide__image img {
  width: 99px;
  display: inline-block;
}
.Item9Slide__content {
  padding-top: 2px;
}

.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__list .super {
  vertical-align: super;
  font-size: 0.5em;
}
.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::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4.5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
.ProductFeature__ingredients p + p {
  margin-top: 5px;
}
.ProductFeature__notes {
  margin: 7px 0 0;
}
.ProductFeature__notes p {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.03em;
}
.ProductFeature__notes .super {
  vertical-align: super;
  font-size: 0.5em;
}
.ProductFeature__link {
  text-align: right;
  padding: 24px 8px 0 0;
}
.ProductFeature__link a {
  font-size: 13px;
  letter-spacing: 0.03em;
}
.ProductFeature__textures {
  padding-top: 60px;
}

.ProductTextures__title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 25px;
}
.ProductTextures__list {
  display: -ms-grid;
  display: grid;
  gap: 12px 0;
  margin: 0 0 30px;
}
.ProductTextures__list li {
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 1.7142857143;
}
.ProductTextures__pallete {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr;
  width: 250px;
  gap: 1px;
  padding: 1px;
  background-color: #000;
  margin: 0 0 30px;
}
.ProductTextures__pallete div {
  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;
  background-color: #fff;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 14px;
  height: 100px;
}
.ProductTextures__colors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px 0;
}
.ProductTextures__colors dt {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 24px;
  letter-spacing: 0.03em;
}
.ProductTextures__colors dd {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  color: #333333;
}

.Pallete {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
      grid-template-areas: "image color" "image list";
  max-width: 600px;
  margin: 45px auto 0;
}
.Pallete__color {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: color;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  padding: 0 0 17px;
}
.Pallete__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
  margin-top: 4px;
  position: relative;
}
.Pallete__image figure {
  width: 200px;
}
.Pallete__table {
  width: 58px;
  height: 54px;
  border: 1px solid #000;
  background-color: #000;
  gap: 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  bottom: 0;
  right: 27px;
}
.Pallete__table div {
  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;
  background-color: #fff;
  height: 25px;
  font-size: 12px;
  font-style: normal;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
}
.Pallete__list {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: list;
}
.Pallete__list li {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.03em;
}

.GetTheLook {
  max-width: 700px;
  margin: 0 auto;
  padding: 113px 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;
  padding: 18.5px 0 0;
}
.GetTheLook__thumbnail a {
  display: inline-block;
  width: 359.5px;
}

.ItemsUse {
  max-width: 700px;
  margin: 0 auto;
  padding: 56.5px 0 0;
}
.ItemsUse__title {
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  font-size: 22px;
  text-align: center;
}
.ItemsUse__container {
  padding: 35px 0 0;
}
.ItemsUse__tabs {
  border-bottom: 1px solid #e5e5e5;
}
.ItemsUse__tabs ul {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ItemsUse__tabs li {
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  font-size: 15px;
}
.ItemsUse__tabs a {
  text-decoration: none;
  display: block;
  padding: 0 0 10.5px;
}
.ItemsUse__tabs a.current {
  position: relative;
}
.ItemsUse__tabs a.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.ItemsUse__area {
  max-width: 600px;
  margin: 48px auto 0;
}

.Use {
  display: block;
  text-decoration: none;
}
.Use__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  height: 48px;
}
.Use__thumbnail {
  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;
  margin: 0 0 38px;
}
.Use__caption {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: underline;
}
.Use__image1 {
  width: 78px;
}
.Use__image2 {
  width: 178px;
}
.Use__image3 {
  width: 52px;
}
.Use__image4 {
  width: 96px;
}
.Use__image5 {
  width: 37px;
}
.Use__image6 {
  width: 35px;
}
.Use__image7 {
  width: 22px;
}
.Use__image8 {
  width: 65px;
}
.Use__image9 {
  width: 162px;
}
.Use__image10 {
  width: 82px;
}
.Use__image11 {
  width: 165px;
}

.useBase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.useBase__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  width: 48%;
}
.useBase .useBase__item:nth-child(1) .Use__thumbnail, .useBase .useBase__item:nth-child(2) .Use__thumbnail {
  height: 249px;
  margin: 0 0 38px;
}
.useBase .useBase__item:nth-child(4) .Use__thumbnail, .useBase .useBase__item:nth-child(5) .Use__thumbnail {
  margin: 0 0 21px;
}
.useBase__stickheader {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 60px 0 32px;
}
.useBase__stickheader .Use__title {
  height: auto;
}

.useEyes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 0;
}
.useEyes .useEyes__item:nth-child(1), .useEyes .useEyes__item:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  width: 48%;
}
.useEyes .useEyes__item:nth-child(1) .Use__thumbnail, .useEyes .useEyes__item:nth-child(2) .Use__thumbnail {
  height: 225px;
}
.useEyes .useEyes__item:nth-child(3) {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.useEyes .useEyes__item:nth-child(5) {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.useEyes .useEyes__item:nth-child(3), .useEyes .useEyes__item:nth-child(4), .useEyes .useEyes__item:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  width: 33%;
}
.useEyes .useEyes__item:nth-child(3) .Use__thumbnail, .useEyes .useEyes__item:nth-child(4) .Use__thumbnail, .useEyes .useEyes__item:nth-child(5) .Use__thumbnail {
  height: 300px;
}

.useLips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.useLips__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  width: 48%;
}

.useCheeks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.useCheeks__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  width: 48%;
}

.LinkCollection {
  text-align: center;
  padding: 63px 0 0;
}
.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;
}