body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

#main {
  background-color: #fff;
  padding: 0 0 119px;
}
#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: 47px 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: 31px 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;
}

.Lineup {
  padding-top: 85px;
}
.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: 700px;
  margin: 0 auto;
}

.LineupCard {
  display: block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  padding: 15px 0 14px;
}
.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: 130px;
  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;
  margin: 20px 0 0;
}
.LineupCard__thumb img {
  max-height: 100%;
}
.LineupCard__img1 {
  width: 200px;
}
.LineupCard__img2 {
  width: 192px;
}
.LineupCard__name {
  font-weight: 300;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 7px 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;
  min-height: 36px;
  margin-top: 7px;
}
.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;
  margin: 15px 0 0;
}
.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%);
}

.Product--product1 {
  margin-top: 121px;
}
.Product--product2 {
  margin-top: 118px;
}
.Product--product3 {
  margin-top: 117px;
}
.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 8px;
  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__description {
  padding: 31px 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: 39px 0 0;
  line-height: 27px;
}
.Product__information--t2 {
  padding: 60px 0 0;
}
.Product__information span {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.Product__information small {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.Product__feature {
  padding: 82px 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.Product__sliderWrapper {
  padding-top: 89px;
}
.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: 21px 0 0;
}
.Product__selectcart {
  margin: 40px 0 0;
}
.Product__selectcart + .Product__set {
  padding: 42px 0 0;
}

.Setcontent {
  max-width: 328px;
  margin: 0 auto;
}
.Setcontent--t2 {
  max-width: 344px;
}
.Setcontent--t2 .Setcontent__copy {
  margin: 5px 0 0;
}
.Setcontent--t3 {
  max-width: 396px;
}
.Setcontent__inner {
  padding: 35px 0 0;
}
.Setcontent__inner * + .Setcontent__heading {
  margin-top: 33px;
}
.Setcontent__heading {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 20px;
  line-height: 1.5;
}
.Setcontent__ja {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.33;
}
.Setcontent__copy {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.03em;
  margin: 4px 0 0;
}
.Setcontent__list {
  margin: 13px 0 0;
}
.Setcontent__list li {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.03em;
}

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

.Slider1 {
  width: 536px;
  margin: 0 auto;
}
.Slider1 .itemSlider__next,
.Slider1 .itemSlider__prev {
  top: 133px;
}
.Slider1 .itemSlider__next {
  left: calc(50% + 257px);
}
.Slider1 .itemSlider__prev {
  right: calc(50% + 260px);
}
.Slider1 .sliderNav {
  padding-top: 0px;
}
.Slider1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.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 img {
  width: 66px;
}
.Slider1__buttons {
  margin: 40px 0 0;
}
.Slider1__buttons .button-addToCard {
  margin: 0 auto;
}

.Slider2 {
  width: 536px;
  margin: 0 auto;
}
.Slider2 .itemSlider__next,
.Slider2 .itemSlider__prev {
  top: 133px;
}
.Slider2 .itemSlider__next {
  left: calc(50% + 257px);
}
.Slider2 .itemSlider__prev {
  right: calc(50% + 260px);
}
.Slider2 .sliderNav {
  padding-top: 0px;
}
.Slider2__slide figcaption {
  margin: -6px 0 0;
}
.Slider2__slide figcaption span, .Slider2__slide figcaption small {
  display: block;
  text-align: center;
}
.Slider2__slide figcaption span {
  font-size: 18px;
  letter-spacing: 0.03em;
  font-family: "HelveticaNeueLTStd-Th";
}
.Slider2__slide figcaption small {
  font-size: 13px;
  letter-spacing: 0.03em;
  margin: 9px 0 0;
}
.Slider2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 37px 0 0;
}
.Slider2__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;
}
.Slider2__nav li.stay {
  border: 1px solid #000;
}
.Slider2__nav li a {
  display: block;
}
.Slider2__nav li img {
  width: 66px;
}
.Slider2__buttons {
  margin: 40px 0 0;
}
.Slider2__buttons .button-addToCard {
  margin: 0 auto;
}

.Togglebutton {
  width: 243px;
  margin: 0 auto;
}

.SelectColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
  gap: 6px;
}
.SelectColor img {
  vertical-align: bottom;
}
.SelectColor__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
  position: relative;
  padding: 9px;
  cursor: pointer;
}
.SelectColor__radio {
  display: none;
}
.SelectColor__radio + i {
  display: none;
  margin: 0;
}
.SelectColor__radio:checked + i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}

.Collection {
  max-width: 700px;
  margin: 120px auto 0;
  padding: 49px 0 0;
}
.Collection__heading {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 24px;
}
.Collection__hgroup {
  border: 1px solid #8a8a8a;
  padding: 40px;
}
.Collection__description {
  margin: 33px 0 0;
}
.Collection__description p {
  font-size: 13.34px;
  line-height: 26.69px;
  letter-spacing: 0.03em;
}
.Collection__itemlist {
  max-width: 600px;
  margin: 114px auto 0;
  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;
}
.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;
}