@charset "UTF-8";
body {
  background-color: #000;
}

#main {
  background-color: #fff;
  padding: 54px 120px 102px;
}

.hidden-pc {
  display: none;
}

.AddCartButton {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  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;
}
.AddCartButton:hover {
  color: #000;
  background-color: #fff;
}

.PageTitle {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

.PageDescription {
  margin: 13px 0 0;
}
.PageDescription p {
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.03em;
}

.CollectionNav {
  width: 600px;
  margin: 88px auto 0;
}
.CollectionNav__item + .CollectionNav__item {
  margin-top: 39px;
}

.CollectionNavbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 20px 1fr;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out opacity;
  -o-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}
.CollectionNavbox:hover {
  opacity: 0.6;
}
.CollectionNavbox__tag {
  line-height: 1;
}
.CollectionNavbox__tag span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  border: 1px solid #000;
  font-size: 10px;
  padding: 0 3px;
  letter-spacing: 0;
}
.CollectionNavbox__title {
  margin: 18px 0 0;
}
.CollectionNavbox__title--year {
  line-height: 1;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.05em;
}
.CollectionNavbox__title--name {
  line-height: 1;
  font-size: 24px;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  margin: 10px 0 0;
}
.CollectionNavbox__schedule {
  margin: 12px 0 0;
}
.CollectionNavbox__schedule p {
  font-size: 14px;
  line-height: 22.41px;
  letter-spacing: 0.03em;
}
.CollectionNavbox__textbox {
  padding: 24px 0 0;
}

.CollectionGreyBox {
  height: 161px;
  border: 1px solid #e5e5e5;
  padding: 28px 0 0;
}
.CollectionGreyBox__subject, .CollectionGreyBox__name, .CollectionGreyBox__text {
  text-align: center;
  line-height: 1;
  font-family: "HelveticaNeueLTStd-Th";
  color: #a0a0a0;
}
.CollectionGreyBox__subject {
  font-size: 16px;
  letter-spacing: 0.06em;
}
.CollectionGreyBox__name {
  font-size: 34px;
  padding: 17px 0 0;
  letter-spacing: 0.03em;
}
.CollectionGreyBox__text {
  font-size: 16px;
  padding: 16px 0 0;
  letter-spacing: 0.06em;
}

.CollectionTab__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #000;
  gap: 2px;
}
.CollectionTab__name {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.02em;
}
.CollectionTab__date {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-family: "HelveticaNeueLTStd-Th";
  padding: 4px 0 0;
  letter-spacing: 0.02em;
}
.CollectionTab__button, .CollectionTab__button--grey {
  height: 50px;
  text-decoration: none;
  display: block;
  padding: 10px 0 0;
}
.CollectionTab__button--grey {
  background-color: #e5e5e5;
  color: #a0a0a0;
}
.CollectionTab__button.current {
  color: #fff;
  background-color: #000;
}

.CollectionWrapper {
  margin: 80px 0 0;
}

.collectionMainImage {
  padding: 19px 20px;
}
.collectionMainImage--nogutter {
  padding: 19px 0;
}

.Lineup {
  margin: 70px 0 0;
}
.Lineup__title {
  text-align: center;
}
.Lineup__title img {
  width: 127px;
}
.Lineup__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 66px -25px 104px 0;
}
.Lineup__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 170px;
  display: block;
  text-decoration: none;
}
.Lineup__link + .Lineup__link {
  margin: 0 0 0 47px;
}
.Lineup__link + .Lineup__link + .Lineup__link {
  margin: 0 0 0 59px;
}
.Lineup__link--name {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 14px;
  letter-spacing: 0.03em;
  display: block;
  text-align: center;
  margin: 16px 0 0;
}
.Lineup__link--arrow {
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin: 10px auto 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ItemBlock + .ItemBlock {
  margin: 128px 0 0;
}
.ItemBlock__title--tag {
  display: block;
  text-align: center;
}
.ItemBlock__title--tag img {
  width: 236px;
}
.ItemBlock__title--name {
  display: block;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 26px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 5px 0 0;
}
.ItemBlock__image {
  text-align: center;
  margin: 49px 0 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.ItemBlock__image:hover {
  opacity: 0.6;
}
.ItemBlock__image img {
  width: 417px;
}
.ItemBlock__caption {
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.03em;
  margin: 44px 0 0;
}
.ItemBlock__name {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin: 27px 0 0;
}
.ItemBlock__price {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  margin: 22px 0 0;
}
.ItemBlock__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
}
.ItemBlock__set {
  margin: 16px 0 0;
}

.SetBlock__button {
  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;
}
.SetBlock__button i {
  position: absolute;
  right: 21px;
}
.SetBlock__content {
  max-width: 449px;
  margin: 0 auto;
}

.SetItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 0 0;
}
.SetItem + .SetItem {
  padding: 46px 0 0;
}
.SetItem__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  width: 65px;
  text-align: center;
  padding: 2px 0 0;
}
.SetItem__textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 0 31px;
}
.SetItem__title--tag {
  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: 93px;
  height: 20px;
  border: 1px solid #000;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 10px;
  letter-spacing: 0.035em;
  margin: 0 0 8px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.SetItem__title--name {
  display: block;
  line-height: 1;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 20px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.SetItem__title--ja {
  font-size: 13px;
  letter-spacing: 0.03em;
  margin: 9px 0 0;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.SetItem__description {
  margin: 8px 0 0;
}
.SetItem__description p {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.03em;
}

.tabArea {
  margin: 0 0 126px;
}

.tabContent {
  display: none;
}
.tabContent.show, .tabContent.is-active {
  display: block;
}

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

.collectionMainMovie {
  padding: 20px 0 0;
}

.collectionMainCatch {
  margin: 31px 0 0;
}
.collectionMainCatch__title--tag {
  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: 93px;
  height: 20px;
  border: 1px solid #000;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 10px;
  letter-spacing: 0.035em;
}
.collectionMainCatch__title--text {
  display: block;
  line-height: 1;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  letter-spacing: 0.037em;
  margin: 24px 0 0 3px;
}
.collectionMainCatch__description {
  margin: 42px 0 0;
}
.collectionMainCatch__description p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
}
.collectionMainCatch__description p + p {
  margin-top: 24px;
}
.collectionMainCatch__footer {
  margin: 41px 0 0;
}
.collectionMainCatch__footer--name {
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #333333;
}
.collectionMainCatch__footer--price {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 12px 0 0;
}
.collectionMainCatch__footer--link {
  margin: 15px 0 0;
}
.collectionMainCatch__footer--link a {
  font-size: 13px;
  letter-spacing: 0.03em;
}

.collection2MainCatch {
  margin: 52px 0 0;
}
.collection2MainCatch__title--tag {
  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: 93px;
  height: 20px;
  border: 1px solid #000;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 10px;
  letter-spacing: 0.035em;
}
.collection2MainCatch__title--text {
  display: block;
  line-height: 1.25;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  letter-spacing: 0.03em;
  margin: 19px 0 0 -3px;
}
.collection2MainCatch__description {
  margin: 37px 0 0;
}
.collection2MainCatch__description p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #333333;
}
.collection2MainCatch__description p + p {
  margin-top: 20px;
}
.collection2MainCatch__footer {
  margin: 42px 0 0;
}
.collection2MainCatch__footer--date {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.collection2MainCatch__footer--hour {
  margin: 25px 0 0;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.Lineup2 {
  margin: 70px 0 103px;
}
.Lineup2__title {
  text-align: center;
  margin: 0 0 65px;
}
.Lineup2__title img {
  width: 127px;
}
.Lineup2__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 35px;
  gap: 73px 0;
}
.Lineup2__links .Lineup2__link:nth-child(1) .Lineup2__link--img, .Lineup2__links .Lineup2__link:nth-child(2) .Lineup2__link--img, .Lineup2__links .Lineup2__link:nth-child(3) .Lineup2__link--img {
  height: 170px;
}
.Lineup2__links .Lineup2__link:nth-child(1) .Lineup2__link--name, .Lineup2__links .Lineup2__link:nth-child(2) .Lineup2__link--name, .Lineup2__links .Lineup2__link:nth-child(3) .Lineup2__link--name {
  height: 54px;
}
.Lineup2__links .Lineup2__link:nth-child(4) .Lineup2__link--img, .Lineup2__links .Lineup2__link:nth-child(5) .Lineup2__link--img {
  height: 124px;
}
.Lineup2__links .Lineup2__link:nth-child(3) {
  -webkit-transform: translateX(-21px);
      -ms-transform: translateX(-21px);
          transform: translateX(-21px);
}
.Lineup2__links .Lineup2__link:nth-child(5) {
  margin: 0 0 0 -9px;
}
.Lineup2__link {
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.Lineup2__link--tag {
  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: 93px;
  height: 20px;
  border: 1px solid #000;
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 0;
  margin: 0 auto;
}
.Lineup2__link--img {
  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;
  margin: 9px 0 0;
}
.Lineup2__link--name {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  display: block;
  text-align: center;
  margin: 16px 0 0;
}
.Lineup2__link--arrow {
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin: 14px auto 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.profileSorrenti {
  padding: 67px 0 0;
}
.profileSorrenti__body {
  background-color: #000000;
  padding: 40px 49px;
  color: #fff;
}
.profileSorrenti__copy {
  padding: 46px 0 25px;
}
.profileSorrenti__copy p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.035em;
}
.profileSorrenti__toggle {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-family: "HelveticaNeueLTStd-Th";
  padding: 0 20px 4px;
  letter-spacing: 0.05em;
}
.profileSorrenti__toggle i {
  right: 20px;
}
.profileSorrenti__toggle i::before, .profileSorrenti__toggle i::after {
  background-color: #fff;
}
.profileSorrenti__inner {
  padding: 20px;
}

.profileSorrentiDetail__name {
  margin: 0 0 6px;
}
.profileSorrentiDetail__name--en {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 30px;
  letter-spacing: 0.03em;
}
.profileSorrentiDetail__name--ja {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.profileSorrentiDetail__textbox p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.03em;
}
.profileSorrentiDetail + .profileSorrentiDetail {
  margin-top: 55px;
}

.SorrentiItem + .SorrentiItem {
  margin: 118px 0 0;
}
.SorrentiItem__mainimage {
  margin: 0 -120px 51px;
}
.SorrentiItem__header--tag {
  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: 93px;
  height: 20px;
  border: 1px solid #000;
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.SorrentiItem__header--title {
  line-height: 1.25;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  letter-spacing: 0.035em;
}
.SorrentiItem__header--copy {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  margin: 35px 0 0;
}
.SorrentiItem__header--description {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin: 40px 0 0;
}
.SorrentiItem__header--name {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.04em;
  margin: 37px 0 0;
}
.SorrentiItem__header--price {
  font-size: 14px;
  letter-spacing: 0.03em;
  margin: 3px 0 0;
}
.SorrentiItem__detail {
  width: 600px;
  margin: 41px auto 0;
}
.SorrentiItem__detail--toggle {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-family: "HelveticaNeueLTStd-Th";
  padding: 0 20px 4px;
  letter-spacing: 0.05em;
}
.SorrentiItem__detail--toggle i {
  right: 20px;
}
.SorrentiItem__detail--inner {
  padding: 24px 0 0;
}
.SorrentiItem__detail--palette {
  padding: 44px 13px 0 0;
}
.SorrentiItem__products {
  margin: 58px 0 0;
}
.SorrentiItem__body--featuredlist .SorrentiPalette__link {
  margin: 20px 8px 0 0;
}

.SorrentiFeaturedlist li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.SorrentiFeaturedlist li small {
  font-size: 12px;
}
.SorrentiFeaturedlist li + li {
  margin-top: 9px;
}
.SorrentiFeaturedlist li::before {
  content: "■ ";
}

.SorrentiPalette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SorrentiPalette__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 178px;
          flex: 0 0 178px;
  width: 178px;
}
.SorrentiPalette__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 354px;
          flex: 0 0 354px;
  width: 354px;
  margin: -4px 0 0;
}
.SorrentiPalette__content p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.SorrentiPalette__content p + p {
  margin-top: 11px;
}
.SorrentiPalette__link {
  margin: 20px -5px 0 0;
  text-align: right;
}
.SorrentiPalette__link a {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}
.SorrentiPalette__link a:hover {
  text-decoration: none;
}

.ProductSlider {
  margin: 0 auto;
}
.ProductSlider.product1 {
  width: 650px;
}
.ProductSlider.product1 .commonSlide .slick-prev, .ProductSlider.product1 .commonSlide .slick-next {
  top: 121px;
}
.ProductSlider.product1 .ProductSlider__slide a {
  width: 413px;
}
.ProductSlider.product2 {
  width: 520px;
}
.ProductSlider.product2 .commonSlide .slick-prev, .ProductSlider.product2 .commonSlide .slick-next {
  top: 131px;
}
.ProductSlider.product2 .ProductSlider__slide a {
  width: 312px;
}
.ProductSlider.product3 {
  width: 520px;
}
.ProductSlider.product3 .commonSlide .slick-prev, .ProductSlider.product3 .commonSlide .slick-next {
  top: 152px;
}
.ProductSlider.product3 .ProductSlider__slide a {
  width: 126px;
}
.ProductSlider.product3 .ProductSlider__slide--caption {
  margin: 30px 0 0;
}
.ProductSlider.product3 .ProductSlider__nav {
  margin: 29px 0 0;
  gap: 6px;
}
.ProductSlider .commonSlide .slick-prev, .ProductSlider .commonSlide .slick-next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  max-width: 30px;
  max-height: 30px;
}
.ProductSlider__slide figure {
  text-align: center;
}
.ProductSlider__slide a {
  text-decoration: none;
  display: inline-block;
}
.ProductSlider__slide--caption {
  font-size: 18px;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  margin: 27px 0 0;
}
.ProductSlider__slide--copy {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin: 12px 0 0;
}
.ProductSlider__slide--list {
  width: 350px;
  margin: 12px auto 0;
}
.ProductSlider__slide--list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11.2px;
}
.ProductSlider__slide--list li + li {
  margin-top: 5px;
}
.ProductSlider__slide--list li::before {
  content: "・";
}
.ProductSlider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px 8px;
  margin: 35px auto 0;
}
.ProductSlider__nav > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71px;
          flex: 0 0 71px;
  width: 71px;
  height: 71px;
  cursor: pointer;
  padding: 3px;
  border: 1px solid transparent;
  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;
}
.ProductSlider__nav > li.stay {
  border: 1px solid #000;
}
.ProductSlider__buttons {
  margin: 35px 0 0;
}
.ProductSlider__buttons .AddCartButton {
  margin: 0 auto;
}
.ProductSlider__detail {
  margin: 17px 0 0;
}

.SorrentiItemdetail__toggle {
  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;
}
.SorrentiItemdetail__toggle i {
  position: absolute;
  right: 21px;
}
.SorrentiItemdetail__palette {
  width: 630px;
  margin: 0 auto;
  padding: 48px 0 0 16px;
}
.SorrentiItemdetail__palette .SorrentiPalette__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 382px;
          flex: 0 0 382px;
  width: 382px;
}
.SorrentiItemdetail__lips {
  width: 284px;
  margin: 0 auto;
  padding: 51px 0 0;
}

.LipItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.LipItem + .LipItem {
  margin-top: 19px;
}
.LipItem__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  text-align: left;
  margin: 6px 0 0;
}
.LipItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.LipItem__title {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.LipItem__name {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  letter-spacing: 0.03em;
  margin: 4px 0 0;
}
.LipItem__copy {
  font-size: 11px;
  letter-spacing: 0.03em;
  margin: 5px 0 0;
}

.MascaraItem__image {
  text-align: center;
  margin: -3px 0 0;
}
.MascaraItem__image img {
  width: 124px;
}
.MascaraItem__image figcaption {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  margin: 34px 0 0;
}
.MascaraItem__copy {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin: 11px 0 0;
}
.MascaraItem__button {
  margin: 30px 0 0;
}
.MascaraItem__button .AddCartButton {
  margin: 0 auto;
}

.LipoilItem__image {
  text-align: center;
  margin: 0;
}
.LipoilItem__image img {
  width: 82px;
}
.LipoilItem__image figcaption {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  margin: 34px 0 0;
}
.LipoilItem__copy {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin: 11px 0 0;
}
.LipoilItem__button {
  margin: 30px 0 0;
}
.LipoilItem__button .AddCartButton {
  margin: 0 auto;
}

.getTheLock {
  padding: 110px 0 0;
}
.getTheLock__title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 26px;
  letter-spacing: 0.03em;
}
.getTheLock__copy {
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 6px 0 0;
}
.getTheLock__image {
  padding: 19px 0 49px;
  text-align: center;
}
.getTheLock__image img {
  width: 444px;
}
.getTheLock__tablist {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 36px 0 0;
  padding: 0 30px 0;
}
.getTheLock__tab {
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.03em;
  font-size: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0 13px;
  position: relative;
  cursor: pointer;
}
.getTheLock__tab.is-active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.getTheLock__used {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 22px;
  letter-spacing: 0.03em;
}

.usedItem {
  padding: 46px 0 0;
}

.usedItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
}
.usedItemList + .usedItemList {
  margin-top: 60px;
}
.usedItemList.item-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.usedItemList__glowstick {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.035em;
  margin: 60px 0 34px;
}
.usedItemList__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  text-decoration: none;
}
.usedItemList__item:hover {
  opacity: 0.7;
}
.usedItemList__item:hover .usedItemList__color {
  text-decoration: none;
}
.usedItemList__name {
  text-align: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.035em;
  margin: 0 0 34px;
  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;
}
.usedItemList__image {
  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;
}
.usedItemList__color {
  text-align: center;
  text-decoration: underline;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin: 35px 0 0;
}

.listLink {
  text-align: center;
  margin: 64px 0 0;
}
.listLink a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.listLink a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.listLink a:hover:after {
  opacity: 0;
}

.imageModal.modalInner {
  max-height: none;
  overflow: visible;
  text-align: center;
}

.imageModal.modalInner img {
  max-height: 80vh;
}