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: 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;
  -o-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: 63px 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;
          appearance: none;
  outline: none;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg);
      -ms-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;
}

.MainSlider {
  margin: 112px 0 0;
}

.Product--product1 {
  padding-top: 50px;
}
.Product--product2 {
  padding-top: 103px;
}
.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__feature {
  padding: 80px 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.Product__sponge {
  text-align: center;
  padding: 41px 0 7.5px;
}
.Product__addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.Colorchart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 0;
}
.Colorchart__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
}
.Colorchart__header {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  margin: 0 0 11px;
}
.Colorchart__cell {
  height: 45px;
}
.Colorchart__cell + .Colorchart__cell {
  margin-top: 10px;
}
.Colorchart__cell figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.Colorchart__cell figure img {
  width: 45px;
  height: 45px;
}
.Colorchart__cell figure figcaption {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 11px;
}

.Technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 34px;
  padding: 9px 0 0 1px;
}
.Technology__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 218px;
          flex: 0 0 218px;
  width: 218px;
}
.Technology__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -11px;
}
.Technology__content h3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.Technology__content p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.Technology__content p + h3 {
  margin-top: 21px;
}
.Technology__notes {
  padding: 20px 0 0;
}
.Technology__notes li {
  font-size: 11px;
  line-height: 14.67px;
  letter-spacing: 0.05em;
}

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

.ItemThumbs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 8px 70px 8px 70px 8px 70px 8px 70px 8px 70px;
  grid-template-columns: repeat(6, 70px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 31px 0 0;
  gap: 8px;
}
.ItemThumbs__item {
  height: 70px;
  position: relative;
  cursor: pointer;
  padding: 8px;
}
.ItemThumbs__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  opacity: 0;
}
.ItemThumbs__item.is-active::before {
  opacity: 1;
}

.MAFTSlideshow {
  padding: 91px 0 0;
  --x:185px;
}
.MAFTSlideshow .js-itemSlideshow__slideprev, .MAFTSlideshow .js-itemSlideshow__slidenext {
  top: calc(50% - 49px);
}
.MAFTSlideshow .js-itemSlideshow__slideprev {
  left: calc(50% - var(--x));
}
.MAFTSlideshow .js-itemSlideshow__slidenext {
  right: calc(50% - var(--x));
}
.MAFTSlideshow .js-itemSlideshow__relatedArea {
  margin: 34px 0 0;
}
.MAFTSlideshow__cartbutton {
  margin: 0 auto;
}

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

.Recommended {
  padding: 113px 0 0;
}
.Recommended__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-align: center;
}
.Recommended__container {
  max-width: 700px;
  margin: 78px auto 0;
}
.Recommended__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Recommended__block + .Recommended__block {
  margin-top: 98px;
}
.Recommended__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  overflow: visible;
}
.Recommended__img1 {
  display: inline-block;
  max-width: none;
  width: 344px;
  -webkit-transform: translate(-35px, -20px);
      -ms-transform: translate(-35px, -20px);
          transform: translate(-35px, -20px);
}
.Recommended__img2 {
  display: inline-block;
  max-width: none;
  width: 340px;
  -webkit-transform: translate(-33px, -40px);
      -ms-transform: translate(-33px, -40px);
          transform: translate(-33px, -40px);
}
.Recommended__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.Recommended__content h3 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.Recommended__content ul {
  padding: 23px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px 0;
}
.Recommended__content li {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
}

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

.ItemUsed {
  padding: 56px 0 0;
}
.ItemUsed__title {
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  font-size: 22px;
  text-align: center;
}
.ItemUsed__Ltab {
  max-width: 700px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 39px auto 0;
}
.ItemUsed__Ltabitem {
  height: 50px;
  border: 1px solid #000;
  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: 15px;
  font-family: "HelveticaNeueLTStd-Th";
  cursor: pointer;
}
.ItemUsed__Ltabitem.is-active {
  background-color: #000;
  color: #fff;
}
.ItemUsed__Stab {
  max-width: 600px;
  margin: 47px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
.ItemUsed__Stabitem {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd-Th";
  padding: 0 0 10.5px;
  position: relative;
  cursor: pointer;
}
.ItemUsed__Stabitem.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.ItemUsed__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  margin: 48px auto 0;
  gap: 60px 0;
}

.UsedProduct {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
.UsedProduct__title {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin: 0 0 31px;
}
.UsedProduct--group0\:4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.UsedProduct--group0\:4 .UsedProduct__itemslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.UsedProduct--group0\:4 .UsedProduct__itemslist > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.UsedProduct--group0\:5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.UsedProduct--group2\:0, .UsedProduct--group5\:0 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.UsedProduct--group3\:4, .UsedProduct--group3\:5, .UsedProduct--group3\:6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.UsedProduct--group3\:5 .UsedProduct__itemslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.UsedProduct--group3\:5 .UsedProduct__itemslist > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.UsedProduct__item {
  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;
}
.UsedProduct__item figcaption {
  text-decoration: underline;
  font-size: 13px;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  margin: 18px 0 0;
  letter-spacing: 0.02em;
}
.UsedProduct__item img {
  display: inline-block;
}
.UsedProduct__item--group0\:0\:0 img {
  width: 169px;
  padding-bottom: 15px;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.UsedProduct__item--group0\:1\:0 img {
  width: 49px;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.UsedProduct__item--group0\:2\:0 img {
  width: 38px;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.UsedProduct__item--group0\:3\:0 img {
  width: 136px;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.UsedProduct__item--group0\:4\:0 img, .UsedProduct__item--group0\:4\:1 img {
  width: 42px;
}
.UsedProduct__item--group0\:4\:0 img {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.UsedProduct__item--group0\:4\:1 img {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.UsedProduct__item--group0\:5\:0 {
  margin: 37px 0 0;
}
.UsedProduct__item--group0\:5\:0 img {
  width: 128px;
}
.UsedProduct__item--group1\:0\:0 img {
  width: 150px;
}
.UsedProduct__item--group1\:1\:0 img {
  width: 34px;
}
.UsedProduct__item--group1\:2\:0 img {
  width: 80px;
}
.UsedProduct__item--group1\:3\:0 img {
  width: 20px;
}
.UsedProduct__item--group2\:0\:0 img {
  width: 35px;
}
.UsedProduct__item--group3\:0\:0 img {
  width: 169px;
}
.UsedProduct__item--group3\:1\:0 img {
  width: 96px;
}
.UsedProduct__item--group3\:2\:0 img {
  width: 49px;
}
.UsedProduct__item--group3\:3\:0 img {
  width: 158px;
}
.UsedProduct__item--group3\:4\:0 img {
  width: 136px;
}
.UsedProduct__item--group3\:5\:0 img, .UsedProduct__item--group3\:5\:1 img {
  width: 42px;
}
.UsedProduct__item--group3\:6\:0 img {
  width: 128px;
}
.UsedProduct__item--group4\:0\:0 img {
  width: 80px;
}
.UsedProduct__item--group4\:1\:0 img {
  width: 34px;
}
.UsedProduct__item--group4\:2\:0 img {
  width: 29px;
}
.UsedProduct__item--group4\:3\:0 img {
  width: 20px;
}
.UsedProduct__item--group5\:0\:0 img {
  width: 35px;
}

.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);
      -ms-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%);
      -ms-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;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.ProductFilter__reset i::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ProductFilter__reset i:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-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;
  -o-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;
}