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

#body {
  padding-top: 8px;
}

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

:where(#main img) {
  height: auto;
  max-width: 100%;
}

.super,
sup {
  font-size: 8px;
  vertical-align: super;
}

i.t-plus {
  display: inline-block;
  width: auto;
  margin-top: 0;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  transform: translateY(-0.07em);
}

.button-addToCard {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 243px;
  height: 48px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: 0.3s color linear, 0.3s background-color linear;
  cursor: pointer;
}
.button-addToCard:hover {
  background-color: #fff;
  color: #000;
}

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

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

.pageCatch {
  max-width: 702px;
  padding: 150px 0 0;
  margin: 0 auto;
}
.pageCatch__title {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 49px;
}
.pageCatch__dates {
  margin: 32px 0 0;
}
.pageCatch__dates p {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 20px;
}
.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;
  letter-spacing: 0.03em;
  line-height: 32px;
}
.pageCatch__textbox p + p {
  margin-top: 32px;
}

.usedSlider {
  position: relative;
}
.usedSlider::before, .usedSlider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 120px;
}
.usedSlider::before {
  left: 0;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
.usedSlider::after {
  right: 0;
  background-image: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
.usedSlider__prev, .usedSlider__next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  rotate: 45deg;
  cursor: pointer;
}
.usedSlider__prev.swiper-button-disabled, .usedSlider__next.swiper-button-disabled {
  visibility: hidden;
}
.usedSlider__prev {
  left: 120px;
  border-left: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.usedSlider__next {
  right: 120px;
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
}

.usedItems {
  padding: 75px 0 0;
}
.usedItems__title {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.03em;
}
.usedItems__tabgroup {
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
  max-width: 700px;
  padding: 0 15px;
  margin: 32px auto 37px;
  border-bottom: 1px solid #e5e5e5;
}
.usedItems__tab {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  padding: 10px 0 10.5px;
  text-align: center;
  cursor: pointer;
}
.usedItems__tab b {
  font-size: 15px;
  font-weight: bold;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
.usedItems__tab span {
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.usedItems__tab.is-gray {
  background-color: #e5e5e5;
  color: #a0a0a0;
  cursor: not-allowed;
}
.usedItems__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.usedItem__title {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 22px;
}
.usedItem__thumb {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 5px 0 19px;
}
.usedItem__thumb a {
  display: block;
}
.usedItem__thumb.-lip {
  margin-top: 80px;
}
.usedItem__thumb.-blush {
  align-items: center;
  margin-top: 80px;
}
.usedItem__img01 {
  flex: 0 0 50%;
  width: 50%;
  text-align: center;
}
.usedItem__img01 img {
  width: 80px;
}
.usedItem__img02 {
  width: 12px;
}
.usedItem__img03 {
  width: 24px;
}
.usedItem__img04 {
  width: 12px;
}
.usedItem__img05 {
  width: 42px;
}
.usedItem__img06 {
  width: 135px;
}
.usedItem__txt {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.usedItem__txt01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.usedSlide01 {
  width: 300px;
}

.usedSlide02 {
  width: 180px;
}

.pageConcept {
  margin: 40px 0 0;
}
.pageConcept__description {
  max-width: 700px;
  margin: 0 auto;
}
.pageConcept__hidden {
  position: relative;
  height: 133px;
  overflow: hidden;
}
.pageConcept__hidden::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  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;
  letter-spacing: 0.03em;
  line-height: 24px;
}
.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-weight: 300;
  font-size: 16px;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.pageConcept__more span::after {
  content: " +";
}

.collectionTabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}
.collectionTabs__current, .collectionTabs__link, .collectionTabs__gray {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65px;
}
.collectionTabs__link {
  display: block;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.collectionTabs__current {
  background-color: #000;
  color: #fff;
}
.collectionTabs__gray {
  background-color: #e5e5e5;
  color: #a0a0a0;
}
.collectionTabs__name {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
.collectionTabs__date {
  font-size: 12px;
  text-align: center;
}

.lineup {
  padding: 90px 0 0;
}
.lineup__title {
  text-align: center;
}
.lineup__title img {
  width: 127px;
}
.lineup__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  max-width: 700px;
  padding: 36px 0 0;
  margin: 0 auto;
}

.lineupCard {
  display: block;
  position: relative;
  padding: 15px 0;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.lineupCard__tag {
  display: block;
  font-feature-settings: "palt";
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
}
.lineupCard__fg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 25px 0 20px;
}
.lineupCard__fg img {
  max-height: 100%;
}
.lineupCard__img01 {
  width: 80px;
}
.lineupCard__img02 {
  width: 129.2857142857px;
}
.lineupCard__img03 {
  width: 128.5714285714px;
}
.lineupCard__img04 {
  width: 16px;
}
.lineupCard__img05 {
  width: 42.5px;
}
.lineupCard__name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 18px;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
}
.lineupCard__price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 15px;
  font-feature-settings: "palt";
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 16px;
}
.lineupCard__more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  width: 100%;
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 1;
}
.lineupCard__more::after {
  content: "";
  width: 7px;
  height: 4px;
  background-color: #000;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.lu01 {
  margin-top: 121px;
}

.lu02 {
  margin-top: 121px;
}

.lu03 {
  margin-top: 121px;
}

.lu04 {
  margin-top: 121px;
}

.lu05 {
  margin-top: 121px;
}

.luContainer {
  max-width: 700px;
  margin-inline: auto;
}

.luHgroup > p {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  padding: 0 5px;
  border: 1px solid #000;
  font-size: 9px;
  letter-spacing: 0;
}
.luHgroup > h2 {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  margin: 14px 0 0;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 50px;
}

.luCopy p {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
}
.luCopy p.-smTxt {
  font-size: 13px;
  line-height: 20px;
}
.luCopy:is(.lu01 *) {
  margin-top: 30px;
}
.luCopy:is(.lu02 *) {
  margin-top: 30px;
}
.luCopy:is(.lu03 *) {
  margin-top: 30px;
  margin-bottom: 30px;
}
.luCopy:is(.lu04 *) {
  margin-top: 30px;
}
.luCopy:is(.lu05 *) {
  margin-top: 30px;
}
.luCopy:is(.lu05 *) p + p {
  margin-top: 0.5em;
}

.luName {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 30px;
}
.luName:is(.lu01 *) {
  margin-top: 40px;
}
.luName:is(.lu02 *) {
  margin-top: 40px;
}
.luName:is(.lu03 *) {
  margin-top: 10px;
}
.luName:is(.lu04 *) {
  margin-top: 40px;
}
.luName:is(.lu05 *) {
  margin-top: 40px;
}

.luPrice {
  margin: 7px 0 0;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.luFeature {
  max-width: 600px;
  margin-inline: auto;
}
.luFeature__in {
  padding-top: 23px;
}
.luFeature:is(.lu01 *) {
  margin-top: 80px;
}
.luFeature:is(.lu02 *) {
  margin-top: 80px;
}
.luFeature:is(.lu03 *) {
  margin-top: 80px;
}
.luFeature:is(.lu04 *) {
  margin-top: 80px;
}
.luFeature:is(.lu05 *) {
  margin-top: 80px;
}

.luAcdn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 1em;
  padding: 9px 20px 7px;
  border-bottom: 1px solid currentcolor;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  cursor: pointer;
}
.luAcdn > i {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex: 0 0 0.8em;
  width: 0.8em;
  height: 0.8em;
}
.luAcdn > i::before, .luAcdn > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
}
.luAcdn > i::before {
  rotate: 90deg;
}
.luAcdn.is-open i::before {
  scale: 0 1;
}

.luFeatureList {
  display: grid;
  grid-template-columns: 100%;
  gap: 9px 0;
}
.luFeatureList > li {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 24px;
}
.luFeatureList > li::before {
  content: "■";
  position: absolute;
  left: 0;
}

.luFeatureNotes {
  padding-top: 22px;
}
.luFeatureNotes > li {
  font-size: 11px;
  line-height: 14.67px;
}
.luFeatureNotes:is(.lu03 *) {
  padding-top: 0;
}

.luFeatureMore {
  margin: 24px 8px 0 0;
  font-size: 13px;
  text-align: right;
  letter-spacing: 0.03em;
  text-underline-offset: 2px;
}

.luFeatureContent {
  padding-top: 22px;
}
.luFeatureContent > h3 {
  margin-bottom: 5px;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 14.67px;
}
.luFeatureContent li {
  position: relative;
  padding-left: 1em;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 14.67px;
}
.luFeatureContent li + li {
  margin-top: 2px;
}
.luFeatureContent li::before {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 3px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
}

.luFeatureSlider {
  padding-top: 100px;
}

.prdctWrap {
  position: relative;
}
.prdctWrap__prev {
  left: var(--x);
  border-left: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.prdctWrap__next {
  right: var(--x);
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
}
.prdctWrap__next, .prdctWrap__prev {
  position: absolute;
  z-index: 2;
  width: 35px;
  height: 35px;
  rotate: 45deg;
  cursor: pointer;
}
.prdctWrap__next:is(.lu01 *), .prdctWrap__prev:is(.lu01 *) {
  --x: 190px;
  top: 55px;
}
.prdctWrap__next:is(.lu02 *), .prdctWrap__prev:is(.lu02 *) {
  --x: 150px;
  top: 55px;
}
.prdctWrap__next:is(.lu03 *), .prdctWrap__prev:is(.lu03 *) {
  --x: 130px;
  top: 123px;
}
.prdctWrap__next:is(.lu04 *), .prdctWrap__prev:is(.lu04 *) {
  --x: 180px;
  top: 205px;
}
.prdctWrap__thumbs {
  gap: 5px;
  margin-top: 40px;
}
.prdctWrap__thumbs:is(.lu01 *) {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 60px);
}
.prdctWrap__thumbs:is(.lu02 *) {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 60px);
}
.prdctWrap__thumbs:is(.lu03 *) {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 60px);
}
.prdctWrap__thumbs:is(.lu04 *) {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 60px);
}
.prdctWrap__thumb {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 4px;
  cursor: pointer;
}
.prdctWrap__thumb.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentcolor;
}
.prdctWrap__thumb:is(.lu03 *) {
  aspect-ratio: 1/1;
}
.prdctWrap__thumb.--thumb03 img {
  width: auto;
  height: 40px;
}
.prdctWrap__link {
  display: block;
  text-decoration: none;
}
.prdctWrap__cart {
  margin-top: 30px;
}
.prdctWrap__cart .button-addToCard {
  margin-inline: auto;
}

.prdctMain {
  position: relative;
}
.prdctMain .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.prdctMain__title {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.03em;
}
.prdctMain__copy {
  max-width: 400px;
  margin: 9px auto 0;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.03em;
}
.prdctMain__prev {
  left: var(--x);
  border-left: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.prdctMain__next {
  right: var(--x);
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
}
.prdctMain__next, .prdctMain__prev {
  position: absolute;
  z-index: 2;
  width: 35px;
  height: 35px;
  rotate: 45deg;
  cursor: pointer;
}
.prdctMain__next:is(.lu05 *), .prdctMain__prev:is(.lu05 *) {
  --x: 180px;
  top: 100px;
}
.prdctMain__img01 {
  margin-inline: auto;
  width: 147px;
}
.prdctMain__img02 {
  margin-inline: auto;
  width: 243px;
}
.prdctMain__img03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 253px;
  aspect-ratio: 800/871;
  margin-inline: auto;
}
.prdctMain__img04 {
  width: 33px;
}
.prdctMain__img05 {
  width: 200px;
}
.prdctMain__img06 {
  width: 76px;
}
.prdctMain__img07 {
  width: 130px;
}
.prdctMain__img08 {
  width: 353px;
  padding: 12px 0 0;
}
.prdctMain__thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
}
.prdctMain__thumb {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  padding: 5px;
  cursor: pointer;
}
.prdctMain__thumb.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentcolor;
}
.prdctMain__thumb.--img04 img {
  width: 4px;
}
.prdctMain__thumb.--img06 img {
  width: 20px;
}
.prdctMain__thumb.--img07 {
  padding: 0;
}
.prdctMain__thumb.--img07 img {
  width: 100%;
}

.luBlk01 {
  margin-top: 20px;
}
.luBlk01 h3 {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 20px;
}
.luBlk01 h4 {
  margin: 0 0 5px;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 14.67px;
}
.luBlk01 li {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 2;
}
.luBlk01__cell {
  border-bottom: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
}
.luBlk01__fgs01 {
  display: grid;
  grid-template-columns: 120px 120px;
  gap: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.luBlk01__fg01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 120px;
  aspect-ratio: 1/1;
  border-top: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
}
.luBlk01__fg02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 120px;
  aspect-ratio: 1/1;
  border-top: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
}
.luBlk01__fg02 div:nth-child(3) {
  grid-column: span 2;
}
.luBlk01__fgs02 {
  display: grid;
  grid-template-columns: 180px 180px;
  gap: 0 20px;
  margin-top: 20px;
}
.luBlk01__fg03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 180px;
  aspect-ratio: 306/207;
  border-top: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
}
.luBlk01__fg04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 180px;
  aspect-ratio: 306/207;
  border-top: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
}
.luBlk01__fg04 div:nth-child(3) {
  grid-row: span 2;
}

.gtl {
  max-width: 700px;
  padding: 150px 0 0;
  margin: 0 auto;
}
.gtl__title {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.03em;
}
.gtl__note {
  padding: 2px 0 0;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.gtl__thumbnail {
  margin: 14px 0 0;
  text-align: center;
}
.gtl__thumbnail a {
  display: inline-block;
  width: 357px;
}

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