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

.super {
  vertical-align: super;
  font-size: max(12px, 0.5em);
}

.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: 28px 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;
}

.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: 126px 0 0;
}

.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 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 0;
  height: 300px;
  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: 92px;
}
.LineupCard__img2 {
  width: 49px;
}
.LineupCard__img3 {
  width: 51px;
}
.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: 36px;
}
.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;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.Product--product1 {
  padding-top: 50px;
}
.Product--product2 {
  padding-top: 103px;
}
.Product--product3 {
  padding-top: 122px;
}
.Product--product4 {
  padding-top: 73px;
}
.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;
}
.Product__catch {
  padding: 29px 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: 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 {
  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: 226px;
}
.Item__image img.img2 {
  width: 128px;
}
.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;
}

.Slider1 {
  width: 536px;
  margin: 0 auto;
}
.Slider1 .itemSlider__next,
.Slider1 .itemSlider__prev {
  top: calc(50% - 64px);
}
.Slider1 .itemSlider__next {
  left: calc(50% + 195px);
}
.Slider1 .itemSlider__prev {
  right: calc(50% + 205px);
}
.Slider1 .sliderNav {
  padding-top: 39px;
}
.Slider1__slide {
  text-align: center;
}
.Slider1__slide img {
  display: inline-block;
  width: 226px;
}
.Slider1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
}
.Slider1__nav li {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0;
  width: 70px;
  height: 70px;
  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;
}
.Slider1__nav li.stay {
  border: 1px solid #000;
}
.Slider1__nav li a {
  display: block;
}
.Slider1__nav li img {
  width: 60px;
}
.Slider1__buttons {
  margin: 40px 0 0;
}
.Slider1__buttons .button-addToCard {
  margin: 0 auto;
}

.Slider2 {
  width: 536px;
  margin: 0 auto;
}
.Slider2 .itemSlider__next,
.Slider2 .itemSlider__prev {
  top: calc(50% - 64px);
}
.Slider2 .itemSlider__next {
  left: calc(50% + 145px);
}
.Slider2 .itemSlider__prev {
  right: calc(50% + 155px);
}
.Slider2 .sliderNav {
  padding-top: 39px;
}
.Slider2__slide {
  text-align: center;
}
.Slider2__slide img {
  display: inline-block;
  width: 120px;
}
.Slider2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
}
.Slider2__nav li {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0;
  width: 70px;
  height: 70px;
  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;
}
.Slider2__nav li.stay {
  border: 1px solid #000;
}
.Slider2__nav li a {
  display: block;
}
.Slider2__nav li img {
  width: 60px;
}
.Slider2__buttons {
  margin: 40px 0 0;
}
.Slider2__buttons .button-addToCard {
  margin: 0 auto;
}

.Tool {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 86px;
}
.Tool__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.03em;
}
.Tool__container {
  padding-top: 29px;
  max-width: 540px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  -ms-grid-columns: 202px 50px 1fr;
  grid-template-columns: 202px 1fr;
}
.Tool__text {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.Tool__price {
  padding-top: 27px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.Tool__content .button-addToCard {
  margin-top: 30px;
}

.HowToUse {
  padding: 116.5px 0 0;
}
.HowToUse__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-align: center;
}
.HowToUse__slideshow {
  padding: 34px 0 0;
}
.HowToUse__slider {
  width: 310px;
  margin: 0 auto;
  --x:200px;
}
.HowToUse__slider video-js {
  margin: 0 auto;
}
.HowToUse__slider .js-itemSlideshow__slideprev,
.HowToUse__slider .js-itemSlideshow__slidenext {
  top: calc(50% - 17px);
}
.HowToUse__slider .js-itemSlideshow__slideprev {
  left: calc(50% - var(--x));
}
.HowToUse__slider .js-itemSlideshow__slidenext {
  right: calc(50% - var(--x));
}
.HowToUse__relatedArea .boxButton.achordion {
  margin: 30px auto 0;
  padding: 13px 0 13px 42px;
  width: 175px;
  font-size: 13.6px;
  letter-spacing: 0.03em;
}
.HowToUse__relatedArea .boxButton.achordion i {
  right: revert;
  left: 17px;
}
.HowToUse__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 27px 0 0;
}
.HowToUse__list li {
  font-size: 11px;
  padding-left: 11px;
  position: relative;
}
.HowToUse__list li::before {
  content: "";
  width: 5px;
  height: 9px;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: #000;
  position: absolute;
  left: 2px;
  top: 3px;
}
.HowToUse__list li a {
  text-decoration: none;
}
.HowToUse__list li a:hover {
  text-decoration: underline;
}
.HowToUse__list li + li {
  margin-top: 7.5px;
}

.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: 102px;
}
.Lineups__img .img2 {
  width: 124px;
}
.Lineups__img .img3 {
  width: 36px;
}
.Lineups__img .img4 {
  width: 112px;
}
.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;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          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: 44px 0 6px;
  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;
}
/*# sourceMappingURL=pc.css.map */