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

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;
  width: auto;
}

.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: 44px 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: 100px auto;
  max-width: 600px;
}

.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: " +";
}

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

.Product--product1 {
  margin-top: 100px;
}
.Product--product1 + .bannerMoment {
  margin-top: 80px;
}
.Product__container {
  max-width: 700px;
  margin: 0 auto;
}
.Product__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 10px;
}
.Product__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  border: 1px solid #000;
  font-size: 9px;
  padding: 0 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__copy {
  padding: 29px 0 0;
}
.Product__copy p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
}
.Product__description {
  padding: 39px 0 0;
}
.Product__description p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.Product__description small {
  display: block;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.03em;
  margin: 11px 0 0 2px;
}
.Product__information {
  padding: 37px 0 0;
}
.Product__information span {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.04em;
  display: block;
}
.Product__information small {
  font-size: 14px;
  letter-spacing: 0.03em;
  display: block;
  margin: 7px 0 0;
}
.Product__feature {
  padding: 82px 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.Product__sliderWrapper {
  padding-top: 80px;
}
.Product__addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}
.Product__colors {
  padding: 100px 0 0;
}
.Product__textures {
  padding: 60px 0 0;
}
.Product__textures h3 {
  font-weight: bold;
  font-size: 18px;
}
.Product__textures ul {
  margin-top: 10px;
}
.Product__textures li + li {
  margin-top: 15px;
}

.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__texts {
  padding: 12px 0 0;
}
.ProductFeature__texts p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.ProductFeature__texts p + p {
  margin-top: 12px;
}
.ProductFeature__colors {
  padding: 18px 0;
  display: -ms-grid;
  display: grid;
  gap: 4px 0;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.ProductFeature__colors li {
  font-size: 11px;
  line-height: 18px;
}
.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 p {
  line-height: 1.7;
}
.ProductFeature__ingredients p + p {
  margin-top: 2px;
}
.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__textures {
  padding-top: 60px;
}
.ProductFeature__use {
  padding-top: 40px;
}
.ProductFeature__addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Slider1 {
  width: 536px;
  margin: 0 auto;
}
.Slider1__slide {
  text-align: center;
}
.Slider1__slide img {
  display: inline-block;
  width: 356px;
}

.ProductColors__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ProductColors__ttl span {
  font-size: 28px;
  font-family: "HelveticaNeueLTStd-Th";
}
.ProductColors__ttl small {
  font-size: 12px;
}
.ProductColors__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 5px;
  margin-top: 30px;
}
.ProductColors__image {
  width: 70px;
}
.ProductColors__name {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 10px;
}
.ProductColors__tips {
  font-size: 12px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 5px;
}
.ProductColors__color {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  padding-left: 0.5em;
  line-height: 1.3;
  margin-top: 5px;
}
.ProductColors__limited {
  margin-top: 8px;
  width: 96px;
}

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