body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

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

.hidden-pc {
  display: none;
}

sup,
.super {
  vertical-align: super;
  font-size: 8px;
}

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: 20px 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: 32px 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;
}

.MainVisual2 {
  margin-top: 100px;
}

.MainVisual3 {
  margin-top: 120px;
}

.MainVisual2,
.MainVisual3 {
  margin-inline: auto;
  margin-bottom: 70px;
}

.MainVisual2 + *, .MainVisual3 + * {
  padding-top:0 !important;
}

.Lineup {
  padding: 81px 0 0;
}
.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 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  max-width: 850px;
  margin: 0 auto;
}

.LineupCard {
  display: block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  padding: 15px 0 0;
  height: 317px;
  position: relative;
}
.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 {
  height: 178px;
  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: 29px;
}
.LineupCard__img2 {
  width: 29px;
}
.LineupCard__img3 {
  width: 138px;
}
.LineupCard__img4 {
  width: 52px;
}
.LineupCard__img5 {
  width: 140px;
}
.LineupCard__name {
  font-weight: 300;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  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;
  letter-spacing: 0.05em;
  margin: 12px 0 0;
  min-height: 54px;
}
.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.02em;
  margin-top: 2px;
}
.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;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.LineupCard__detail::after {
  content: "";
  width: 7px;
  height: 4px;
  background-color: #000;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.Product__set {
  margin-top:1em;
}
.Setcontent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.Setcontent:is(.Product--product5 *) {
  max-width: 540px;
}
.Setcontent__inner {
  padding: 35px 0 0;
}
.Setcontent__inner * + .Setcontent__heading {
  margin-top: 33px;
}
.Setcontent__heading {
  font-size: 16px;
}
.Setcontent__ja {
  letter-spacing: 0.03em;
  font-size: 14px;
  line-height: 1.6;
}
.Setcontent__en {
  padding-top: 6px;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.33;
}
.Setcontent__copy {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin: 4px 0 0;
}
.Setcontent__list {
  margin: 13px 0 0;
}
.Setcontent__list li {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

.Setcontent .note {
  font-size:0.8em;
  margin-top:2em;
}

.Product--product1 {
  padding-top: 100px;
}
.Product--product2 {
  padding-top: 122px;
}
.Product--product3 {
  padding-top: 122px;
}
.Product--product4 {
  padding-top: 122px;
}
.Product--product5 {
  padding-top: 122px;
}

.Product--productSub {
  padding-top: 80px;
}

.Product__header {
  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 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;
}
.sub__title {
  margin: 14px 0 0;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 32px;
  line-height: 36px;
  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: 29px 0 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.Product__information {
  padding: 39px 0 0;
  line-height: 28px;
}
.Product__information span {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.Product__information small {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.Product__notes {
  padding: 16px 0 0;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.Product__feature {
  padding: 80px 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.Product__sliderWrapper:not(:first-child) {
  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;
}

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

.Item__image {
  text-align: center;
}
.Item__image img {
  display: inline;
}
.Item__image img.img1 {
  width: 128px;
}
.Item__image img.img2 {
  width: 128px;
}
.Item__image img.img3 {
  width: 320px;
}
.Item__image figcaption {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  text-align: center;
  padding: 38px 0 0;
  letter-spacing: 0.03em;
}
.Item .button-addToCard {
  margin: 40.5px auto 0;
}

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

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

.sliderNav {
  padding-top: 30px;
}

.imgGroupParent {
  text-align: center;
}
.imgGroupParent img {
  display: inline-block;
}

.img-small li{
    width: 80px !important;
    height: 80px !important;
    flex: 80px !important;
}

.slide--imgGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 40px 0 0;
}
.slide--imgGroup li {
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  height: 100px;
}
.slide--imgGroup li.stay {
  border-color: #000;
}
.slide--imgGroup a {
  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;
  width: 100%;
  height: 100%;
  padding: 2px;
}
.slide--imgGroup img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  padding: 0;
}

.itemSlider__next,
.itemSlider__prev {
  top: calc(50% - 115px);
}
.itemSlider__next {
  left: 100%;
}
.itemSlider__prev {
  right: 100%;
}

.sliderNav ul {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  gap: 0 0px;
  flex-wrap: wrap;
}
.sliderNav li {
  cursor: pointer;
  border: 1px solid transparent;
  width: 60px;
  height: 60px;
  padding: 2px;
  display: flex;
  
}
.sliderNav li.stay {
  border: 1px solid #000;
}


/*Slider1*/
.Slider1 {
  width: 536px;
  margin: 0 auto;
}
.Slider1 .itemSlider__next,
.Slider1 .itemSlider__prev {
  top: calc(50% - 146px);
}
.Slider1 .itemSlider__next {
  left: calc(36% + 235px);
}
.Slider1 .itemSlider__prev {
  right: calc(36% + 235px);
}
.Slider1__slide figure img[data-imgclass=product] {
  width: 75.4px;
}
.Slider1__slide figure img[data-imgclass=square] {
  max-width: 427px;
  max-height:405px;
  width:auto;
  height:auto;
  padding: 67px 78px;
}
.Slider1__slide figure img[data-imgclass=face] {
  max-height:405px;
  width:auto;
  height:auto;
}
.Slider1__slide figure img[data-imgclass=face02] {
  max-width: 490px;
  max-height:475px;
  width:auto;
  height:auto;
  padding: 67px 78px;
}

ul.Slider1-1__nav {width:360px;}
ul.Slider1-2__nav {width:300px;}

/*Slider2*/
.Slider2__slide figure img[data-imgclass=product] {
  width: 424px;
}
.Slider2__slide figure img[data-imgclass=square] {
  height:260px;
  width:auto;
  aspect-ratio:1 / 1;
}

/*Slider3*/
.Slider3 {
  width: 536px;
  margin: 0 auto;
}
.Slider3__slide figure img[data-imgclass=product] {
  width: 457px;
}
.Slider3__slide figure img[data-imgclass=square] {
  height:360px;
  width:auto;
  aspect-ratio:1 / 1;
}



.Lineups {
  padding-top: 128px;
  max-width: 760px;
  margin: 0 auto;
}
.Lineups__block + .Lineups__block {
  margin-top: 80px;
}
.Lineups__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 25px;
}
.Lineups__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.Lineups__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e5e5e5;
  height: 100%;
  padding: 10px;
  text-decoration: none;
}
.Lineups__slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.Lineups__img {
  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;
  height: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.Lineups__img .img1 {
  width: 169.824742268px;
}
.Lineups__img .img2 {
  width: 102px;
}
.Lineups__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 25px 0 5px;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 14px;
  letter-spacing: 0.03em;
}
.Lineups__copy {
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: auto;
}

.BaseMakeup {
  padding: 168.5px 0 0;
}
.BaseMakeup__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-align: center;
}
.BaseMakeup__image {
  padding: 54.5px 24px 20px;
}
.BaseMakeup__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin: 30.5px 0 0;
}
.BaseMakeup__anchor {
  display: block;
  border: 1px solid #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 289px;
          flex: 0 0 289px;
  height: 95px;
  text-decoration: none;
  padding: 17px 0 0;
}
.BaseMakeup__anchor-en {
  text-align: center;
  display: block;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 17px;
}
.BaseMakeup__anchor-ja {
  text-align: center;
  display: block;
  font-size: 11px;
  margin: 2px 0 8px;
}
.BaseMakeup__anchor:after {
  content: "";
  display: block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ProductLineup {
  padding: 53px 0 0;
}
.ProductLineup__title {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  font-size: 40px;
  text-align: center;
}
.ProductLineup__filter {
  width: 700px;
  margin: 26px auto 0;
}
.ProductLineup__nohit {
  margin-top: 5em;
  font-size: 1.2em;
}
.ProductLineup__items {
  margin: 41px -14px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.ProductLineup__item {
  padding: 0 12px 24px;
  margin: 0 0 36px;
  border-bottom: 1px solid #e5e5e5;
}
.ProductLineup__item.hide {
  display: none;
}
.ProductLineup__item--copy {
  text-align: center;
  font-weight: bold;
  margin: 0 0 36px;
  font-size: 12px;
}
.ProductLineup__item--img {
  margin: 12px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ProductLineup__item--img img {
  width: 70%;
}
.ProductLineup__item--name {
  font-size: 13px;
  margin: 3.5em 0 0;
  letter-spacing: 0.05em;
}
.ProductLineup__item--name br {
  display: none;
}
.ProductLineup__item--price {
  margin: 12px 0 0;
  font-size: 12px;
}
.ProductLineup__item--addcart {
  margin: 12px 0 0;
}
.ProductLineup__item--addcart .boxButton {
  margin-top: 0;
  font-size: 12px;
}
.ProductLineup__item--itemlink {
  text-align: center;
  margin: 12px 0 0;
}
.ProductLineup__item--itemlink a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-size: 12px;
}
.ProductLineup__item--itemlink a::before {
  content: "";
  background: #d29ca5;
  width: 0.5em;
  height: 0.5em;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.ProductLineup__item--itemlink a:hover {
  text-decoration: underline;
}
.ProductLineup__item--tags {
  font-size: 10px;
  color: #ababab;
  margin: 10px 0 0;
}

.ProductFilter dl + dl {
  margin-top: 27px;
}
.ProductFilter dt {
  font-size: 12px;
  margin: 0 0 7px;
}
.ProductFilter dd .customForm .selectWrapper.type02 {
  display: inline-block;
}
.ProductFilter dd .customForm .selectWrapper.type02 select {
  padding: 15px 73px 13px 17px;
  width: auto;
  color: #000;
}
.ProductFilter dd .customForm .selectWrapper.type02 i.arrow {
  background-color: #000;
}
.ProductFilter dd .customForm .selectWrapper.type02 i.arrow::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 0.25em;
}
.ProductFilter__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -7px;
}
.ProductFilter__radios label {
  line-height: 1;
  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;
  margin: 0 10px 7px 0;
  cursor: pointer;
}
.ProductFilter__radios label.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.ProductFilter__radios label.disabled span {
  color: #ccc;
  border-color: #ccc;
}
.ProductFilter__radios span {
  border: 1px solid #000;
  padding: 8px 13px 9px;
  font-size: 13px;
  line-height: 1;
}
.ProductFilter__radios input:checked + i + span {
  background-color: #000;
  color: #fff;
}
.ProductFilter__radios input, .ProductFilter__radios i {
  display: none;
}
.ProductFilter__reset i {
  position: relative;
  margin-right: 0.3em;
}
.ProductFilter__reset i::before, .ProductFilter__reset i:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.ProductFilter__reset i::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ProductFilter__reset i:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.FindShade {
  max-width: 700px;
  margin: 0 auto;
  padding: 63px 0 0;
}
.FindShade__title {
  font-size: 40px;
  line-height: 50px;
  font-family: "HelveticaNeueLTStd-Th";
  text-align: center;
  letter-spacing: 0.05em;
}
.FindShade__title + .FindShade__copy {
  margin: 13px 0 0;
}
.FindShade__subtitle {
  font-family: "HelveticaNeueLTStd-Th";
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 26px;
  margin: 37px 0 0;
}
.FindShade__subtitle + .FindShade__copy {
  margin: 15px 0 0;
}
.FindShade__copy {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.FindShade__tips {
  font-size: 11px;
  margin: 20px 0 30px;
  letter-spacing: 0.03em;
}

.Counseling {
  padding: 72px 0 0;
}
.Counseling__title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.03em;
}
.Counseling__copy {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin: 18px 0 0;
}
.Counseling__button {
  margin: 44px auto 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;
  width: 285px;
  height: 48px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-transition: 0.3s color linear, 0.3s background-color linear;
  transition: 0.3s color linear, 0.3s background-color linear;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.Counseling__button:hover {
  color: #000;
  background-color: #fff;
}
.Counseling__listlink {
  text-align: center;
  margin: 47px 0 0;
}
.Counseling__listlink a {
  display: inline;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.03em;
  -webkit-box-shadow: 0 1px 0 #000;
          box-shadow: 0 1px 0 #000;
  padding: 0 0 11px;
}