body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

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

.hidden-pc {
  display: none;
}

.super {
  vertical-align: super;
  font-size: 0.5em;
}

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

i.t-plus {
  display: inline-block;
  margin-top: 0;
  -webkit-transform: translateY(-0.07em);
      -ms-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;
  -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: 65px 0 0;
  max-width: 704px;
  margin: 0 auto;
}
.pageCatch__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.03em;
}
.pageCatch__dates {
  margin: 31px 0 0;
}
.pageCatch__dates p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.pageCatch__notes {
  margin: 13px 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;
}

.MainMovie {
  margin: 70px 0 0;
}

.pageConcept {
  max-width: 700px;
  margin: 65px auto 0;
}
.pageConcept__description {
  margin: 59px 0 0;
}
.pageConcept__hidden {
  overflow: hidden;
  height: 120px;
  position: relative;
  -webkit-transition: 0.3s height ease-in-out;
  -o-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.3)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.pageConcept__hidden p {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.03em;
}
.pageConcept__hidden p + p {
  margin-top: 32px;
}
.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: " +";
}

.Profile {
  background-color: #000;
  color: #fff;
  max-width: 700px;
  margin: 33.5px auto 0;
  padding: 42px 50px 35px;
  position: relative;
}
.Profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 29px;
  position: relative;
  z-index: 0;
}
.Profile__header-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
}
.Profile__header-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.Profile__header-name {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 26.67px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.Profile__header-ja {
  font-size: 15px;
  letter-spacing: 0.035em;
  margin: 10px 0 0;
}
.Profile__toggle {
  position: relative;
  z-index: 1;
  padding: 0 0 10px 128px;
  margin: -27px 0 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.Profile__toggle span {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 20px;
  letter-spacing: 0.05em;
}
.Profile__toggle i {
  right: 19px;
  top: 23px;
}
.Profile__toggle i::before, .Profile__toggle i::after {
  background-color: #fff;
}
.Profile__in {
  padding: 11px 0 0;
}
.Profile__in p {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.03em;
}

.Lineup {
  padding: 90px 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;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 19px;
  max-width: 638px;
  margin: 0 auto;
}

.LineupCard {
  display: block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  padding: 15px 0 0;
  height: 320px;
  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: 130px;
}
.LineupCard__img2 {
  width: 114px;
}
.LineupCard__img3 {
  width: 21.5px;
}
.LineupCard__img4 {
  width: 41px;
}
.LineupCard__img5 {
  width: 25px;
}
.LineupCard__name {
  font-weight: 300;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  text-align: 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%);
}

.MainVisual2 {
  margin: 120px 0 0;
}

.Product--product1 {
  margin-top: 48px;
}
.Product--product2 {
  margin-top: 118px;
}
.Product--product3 {
  margin-top: 117px;
}
.Product--product4 {
  margin-top: 117px;
}
.Product--product4 .Slider1__nav {
  gap: 0 9px;
}
.Product--product5 {
  margin-top: 117px;
}
.Product--product5 .Slider1__nav {
  gap: 0 8px;
}
.Product--product6 {
  margin-top: 117px;
}
.Product--product6 .Slider1__nav {
  gap: 0 8px;
}
.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 3px;
  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: 10px 0 0;
}
.Product__feature {
  padding: 82px 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;
}
.Product__set {
  padding: 15px 0 0;
}
.Product__selectcart {
  margin: 40px 0 0;
}
.Product__selectcart + .Product__set {
  padding: 42px 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__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__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__textures {
  padding-top: 60px;
}
.ProductFeature__addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ProductFeature__slider .slick-prev, .ProductFeature__slider .slick-next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  max-width: 35px;
  max-height: 35px;
}
.ProductFeature__slider .slick-prev, .ProductFeature__slider .slick-next {
  top: 163px;
}
.ProductFeature__slider .slick-prev {
  left: 162px;
}
.ProductFeature__slider .slick-next {
  right: 167px;
}
.ProductFeature__slider .sliderNav {
  padding: 37px 0 0;
}
.ProductFeature__slider .relatedArea {
  margin: 37.5px 0 0;
}
.ProductFeature__slidenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ProductFeature__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;
}
.ProductFeature__slidenav li.stay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}

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

.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);
      -ms-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 .slider .Slider1__img01 {
  width: 356px;
  display: inline-block;
}
.Slider1 .slider .Slider1__img02 {
  width: 356px;
  display: inline-block;
}
.Slider1 .slider .Slider1__img03 {
  width: 312px;
  display: inline-block;
}
.Slider1 .slider .Slider1__img04 {
  width: 59px;
  display: inline-block;
}
.Slider1 .slider .Slider1__img05 {
  width: 110px;
  display: inline-block;
}
.Slider1 .slider .Slider1__img06 {
  width: 64px;
  display: inline-block;
}
.Slider1 .itemSlider__next,
.Slider1 .itemSlider__prev {
  top: calc(50% - 73px);
}
.Slider1 .itemSlider__next {
  left: calc(50% + 209px);
}
.Slider1 .itemSlider__prev {
  right: calc(50% + 213px);
}
.Slider1 .sliderNav {
  padding-top: 36px;
}
.Slider1__slide {
  text-align: center;
}
.Slider1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 18px;
}
.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 .Slider1__img01 {
  width: 54px;
}
.Slider1__nav li .Slider1__img02 {
  width: 49px;
}
.Slider1__nav li .Slider1__img03 {
  width: 58px;
}
.Slider1__nav li .Slider1__img04 {
  width: 54px;
}
.Slider1__nav li .Slider1__img05 {
  width: 62px;
}
.Slider1__nav li .Slider1__img06 {
  width: 62px;
}
.Slider1__buttons {
  margin: 40px 0 0;
}
.Slider1__buttons .button-addToCard {
  margin: 0 auto;
}

.MADDPalette {
  margin: 50px 0 0;
}
.MADDPalette__inner {
  max-width: 474px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 53px;
}
.MADDPalette__fg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 142px;
          flex: 0 0 142px;
  width: 142px;
  height: 89px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 44px 44px;
  grid-template-rows: 44px 44px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.MADDPalette__fg > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.MADDPalette__fg > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.MADDPalette__fg > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.MADDPalette__fg > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.MADDPalette__fg > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.MADDPalette__fg > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.MADDPalette__fg span {
  border-right: 1px solid #000;
  border-bottom: 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: 12px;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
}
.MADDPalette__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.MADDPalette__content h3 {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.MADDPalette__content ul {
  margin: 12px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px 0;
}
.MADDPalette__content li {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.MADHPalette {
  margin: 50px 0 0;
}
.MADHPalette__inner {
  max-width: 474px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 53px;
}
.MADHPalette__fg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 142px;
          flex: 0 0 142px;
  width: 142px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 88px;
  grid-template-rows: 88px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.MADHPalette__fg > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.MADHPalette__fg > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.MADHPalette__fg > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.MADHPalette__fg span {
  border-right: 1px solid #000;
  border-bottom: 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: 12px;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
}
.MADHPalette__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.MADHPalette__content h3 {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.MADHPalette__content ul {
  margin: 12px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px 0;
}
.MADHPalette__content li {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.MADEPalette {
  margin: 57px 0 0;
}
.MADEPalette__inner {
  max-width: 308px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 27.5px 0;
}
.MADEPalette__line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 30px 1fr;
  grid-template-columns: 40px 1fr;
  gap: 0 30px;
}
.MADEPalette__t1 {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.MADEPalette__t2 {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 0.65;
  margin: 11px 0 0;
}
.MADEPalette__t3 {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.3636363636;
  margin: 9px 0 0;
}

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

.ItemUsed {
  padding: 54px 0 0;
  max-width: 700px;
  margin: 0 auto;
}
.ItemUsed__title {
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  font-size: 22px;
  text-align: center;
}
.ItemUsed__tab {
  padding: 0 50px;
  margin: 36px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
.ItemUsed__tabitem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 108px;
          flex: 0 0 108px;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd-Th";
  padding: 0 0 10.5px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.ItemUsed__tabitem.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.productEyes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 47px 0 0;
  gap: 63px 0;
}
.productEyes .productEyes__item:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.productEyes .productEyes__item:nth-child(2) .UsedProduct__title, .productEyes .productEyes__item:nth-child(3) .UsedProduct__title {
  margin: 0 0 5px;
}

.productBlush,
.productLips,
.productNails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 47px 0 0;
}

.UsedProduct__title {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin: 0 0 31px;
}
.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 figure {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: 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__eye01 img {
  width: 196px;
}
.UsedProduct__eye02 img {
  width: 33px;
}
.UsedProduct__eye03 img {
  width: 36px;
}
.UsedProduct__blush img {
  width: 196px;
}
.UsedProduct__lips img {
  width: 108px;
}
.UsedProduct__nails img {
  width: 63px;
}

.ModelVisual {
  max-width: 600px;
  margin: 115px auto 0;
}
.ModelVisual__heading {
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  cursor: pointer;
}
.ModelVisual__heading span {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 20px;
  letter-spacing: 0.05em;
}
.ModelVisual__heading.achordion i {
  position: static;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ModelVisual__content {
  margin: 16px 0 0;
}
.ModelVisual__content + .ModelVisual__image {
  margin-top: 43px;
}
.ModelVisual__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 21.5px 0;
}
.ModelVisual__list a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: "HelveticaNeueLTStd-Th";
  text-decoration: none;
  letter-spacing: 0.035em;
}
.ModelVisual__list a:after {
  content: "";
  width: 5px;
  height: 9px;
  background-color: #000;
  display: inline-block;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  margin: 0 0 0 8px;
}

.Collection {
  max-width: 700px;
  margin: 46px auto 0;
  padding: 49px 0 0;
  border-top: 1px solid #e5e5e5;
}
.Collection__itemlist {
  max-width: 600px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 31px;
}

.CollectionItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  text-decoration: none;
}
.CollectionItem__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
.CollectionItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.CollectionItem__name {
  font-size: 24px;
  letter-spacing: 0;
  font-family: "HelveticaNeueLTStd-Th";
}
.CollectionItem__text {
  font-size: 14px;
  line-height: 22.41px;
  letter-spacing: 0.03em;
  margin: 3px 0 0;
}