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

.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: 60px 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 h3 {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 22px;
  letter-spacing: 0.03em;
}

.pageCatch__dates {
  margin: 32px 0 0;
}
.pageCatch__dates p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.pageCatch__notes {
  margin: 16px 0 0;
  font-size: 12px !important;
}
.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;
}

.MainMovie {
  padding: 70px 0 0;
}

.MainVisual2 {
  margin: 0 auto;
}

.MainVisual3 {
  margin: 50px auto 0;
  max-width: 540px;
}

.pageConcept {
  margin: 40px 0 0;
}
.pageConcept__description {
  margin: 0 auto;
  max-width: 700px;
}
.pageConcept__description p {
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 1.8;
}
.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: " +";
}

.Lineup {
  padding: 81px 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: 800px;
  margin: 0 auto;
}

.LineupCard {
  display: block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  padding: 15px 0 0;
  height: 297px;
  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: 158px;
  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__img {
  width: 53px;
}
.LineupCard__name {
  font-weight: 300;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  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;
  letter-spacing: 0.05em;
  margin: 12px 0 0;
  min-height: 26px;
}
.LineupCard__price {
  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;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.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%);
}

.Product {
  margin-top: 30px;
}
.Product--product1 {
  margin-top: 100px;
}
.Product--product2 {
  margin-top: 70px;
}
.Product--product3 {
  margin-top: 124px;
}
.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: 10px;
  padding: 0 1em;
  letter-spacing: 0;
}
.Product__title {
  margin: 14px 0 0;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 100;
}
.Product__title span{
  font-size: 24px;
}
.Product__title i {
    display: inline-block;
    width: auto;
    margin-top: 0;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    transform: translateY(-0.07em);
    vertical-align: middle;
}

.Product__copy {
  padding: 20px 0 0;
}
.Product__copy p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.Product__description {
  padding: 20px 0 0;
}
.Product__description p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.Product__description small {
  display: block;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.03em;
  margin: 11px 0 0 2px;
}

.Product__note {
  margin-top: 20px;
}

.Product__note p {
  font-size: 13px;
  letter-spacing: 0.03em;
}

.Product__information {
  padding: 20px 0 0;
  margin-bottom: 30px;
}
.mb0 {margin-bottom: 0 !important}
.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__information_t {
  padding: 20px 0 0;
  margin-bottom: 30px;
}
.Product__information_t span {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.04em;
}
.Product__information_t small {
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-left: 10px;
}

.Product__img1 {
  width: 560px;
  margin: 80px auto 30px;
}

.Product__img2 {
  width: 480px;
  margin: 0 auto;
}

.Product__img3 {
  width: 480px;
}

.Product__desc {
  margin-top: 20px;
}

.Chapter_tit {
  font-family: 'HelveticaNeueLTStd-Th';
  font-size: 15px !important;
  margin-bottom: 5px;
}

.Chapter_sec {
  max-width: 700px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.Chapter_sec h3 {
  font-family: 'HelveticaNeueLTStd-Th';
  font-size: 30px;
  letter-spacing: 0.03em;
}

.Chapter_sec span {
  font-size: 16px;
  margin-left: 10px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",'ヒラギノ角ゴ W3','Hiragino Sans',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
}


.Tit2nd {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 32px;
  line-height: 49px;
  letter-spacing: 0.03em;
  margin-top: 60px;
}

.Product__description-palette p {
  margin-bottom: 3px !important;
}

.Product__description sup {
  vertical-align: super;
  letter-spacing: 0;
  font-size: 8px;
}

.Product__description span {
  font-size: 12px !important;;
}
/*# sourceMappingURL=pc.css.map */