main > * {
  letter-spacing: 0.35rem;
}

.p-mv {
  position: relative;
  padding-top: 8rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 16vw;
  }
}
.p-mv-inner {
  position: relative;
}
.p-mv-copy {
  font-size: 3.2rem;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  filter: drop-shadow(0 2px 4px #000);
}
@media screen and (max-width: 767px) {
  .p-mv-copy {
    top: 12vw;
    left: 12vw;
    font-size: 6.4vw;
  }
}
.p-mv-slider {
  display: flex;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-mv-slider {
    display: block;
  }
}
.p-mv-link {
  width: 33.3333333333%;
  aspect-ratio: 533/626;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-link {
    width: 100%;
    margin: 0 1vw;
    aspect-ratio: 63/109;
  }
}
.p-mv-link picture {
  height: 100%;
}
.p-mv-link picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv-link-btn {
  width: 260px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv-link-btn {
    width: 33.35vw;
    bottom: 12vw;
  }
}
.p-mv-link-btn a {
  color: #FFF;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #FFF;
  display: block;
  padding: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-link-btn a {
    font-size: 2.6666666667vw;
    padding: 1.75vw;
  }
}
.p-mv-link-btn a::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv-link-btn a::before {
    right: 3vw;
  }
}
.p-mv-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-mv-arrow {
    width: 80%;
  }
}
.p-mv-arrow .prev-arrow,
.p-mv-arrow .next-arrow {
  display: block;
  width: 4vw;
  height: 4vw;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-arrow .prev-arrow,
  .p-mv-arrow .next-arrow {
    width: 7vw;
    height: 7vw;
  }
}
.p-mv-arrow .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv-arrow .prev-arrow {
    margin: 0;
  }
}
.p-mv-arrow .prev-arrow::before,
.p-mv-arrow .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-mv-arrow .prev-arrow::before,
  .p-mv-arrow .next-arrow::before {
    width: 3vw;
    height: 3vw;
    right: 1vw;
  }
}
.p-mv-dots {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-dots {
    position: absolute;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
.p-mv-dots li {
  max-width: 45px;
  width: 3vw;
  height: 5px;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-mv-dots li {
    width: 11vw;
    height: 1.06vw;
  }
}
.p-mv-dots li:hover, .p-mv-dots li.slick-active {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.p-mv-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.p-about {
  background: #000;
}
.p-about-textarea {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-textarea {
    padding: 8vw 0;
  }
}
.p-about-textarea-title {
  font-size: 5.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-textarea-title {
    font-size: 7.2vw;
  }
}
.p-about-textarea-text {
  margin: 4rem auto 0;
  font-size: 2.5rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-textarea-text {
    font-size: 3.2vw;
  }
}
.p-about-textarea-copy {
  font-size: 2.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-textarea-copy {
    font-size: 3.7333333333vw;
  }
}
.p-about-gallery-list {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .p-about-gallery-list-item {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .p-about-gallery-list-item {
    margin: 0 1vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-about-gallery-list-item:not(:first-child) {
    margin-left: 10px;
  }
}
.p-about-gallery-list-item-image {
  aspect-ratio: 1/1;
}
.p-about-gallery-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about-gallery-list-item-text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-gallery-list-item-text {
    font-size: 2.9333333333vw;
  }
}

.p-product {
  background: #000;
}
.p-product-item {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-product-item {
    padding-top: 6vw;
  }
}
.p-product-item:nth-child(2) .p-product-item-inner {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-product-item:nth-child(2) .p-product-item-inner {
    margin-right: calc(50% - 50vw);
  }
}
.p-product-item:nth-child(2) .p-product-item-gallery {
  padding-left: 0;
  padding-right: 18vw;
}
@media screen and (max-width: 767px) {
  .p-product-item:nth-child(2) .p-product-item-gallery {
    padding: 0;
  }
}
.p-product-item:nth-child(2) .p-product-item-gallery-arrow {
  right: auto;
  left: 70px;
}
@media screen and (max-width: 767px) {
  .p-product-item:nth-child(2) .p-product-item-gallery-arrow {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-product-item:nth-child(2) .p-product-item-content {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-product-item:nth-child(2) .p-product-item-content {
    margin-right: 100px;
  }
}
.p-product-item-inner {
  display: flex;
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .p-product-item-inner {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-product-item-inner {
    display: block;
  }
}
.p-product-item-gallery {
  width: calc(100% - 620px);
  min-width: 500px;
  overflow: hidden;
  padding-left: 18vw;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery {
    padding: 0;
    min-width: auto;
    width: 100%;
    position: relative;
  }
}
.p-product-item-gallery .slick-list {
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .p-product-item-gallery .slick-list {
    padding-left: calc(50% - 50vw);
  }
}
.p-product-item-gallery-slider {
  direction: rtl;
}
.p-product-item-gallery-slider .p-product-item-gallery-dots {
  flex-direction: row-reverse;
}
.p-product-item-gallery-image {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery-image {
    margin: 0 1vw;
  }
}
.p-product-item-gallery-image img {
  border-radius: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery-image img {
    border-radius: 6vw;
  }
}
.p-product-item-gallery-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -25px auto;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 90%;
  }
}
.p-product-item-gallery-arrow .prev-arrow,
.p-product-item-gallery-arrow .next-arrow {
  display: block;
  max-width: 40px;
  max-height: 40px;
  width: 4vw;
  height: 4vw;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery-arrow .prev-arrow,
  .p-product-item-gallery-arrow .next-arrow {
    width: 8vw;
    height: 8vw;
  }
}
.p-product-item-gallery-arrow .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery-arrow .prev-arrow {
    margin: 0;
  }
}
.p-product-item-gallery-arrow .prev-arrow::before,
.p-product-item-gallery-arrow .next-arrow::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery-arrow .prev-arrow::before,
  .p-product-item-gallery-arrow .next-arrow::before {
    width: 3vw;
    height: 3vw;
    right: 1vw;
  }
}
.p-product-item-gallery-dots {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery-dots {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
.p-product-item-gallery-dots li {
  max-width: 45px;
  width: 3vw;
  height: 5px;
  margin: 0 5px;
  background: rgba(98, 98, 98, 0.6);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-product-item-gallery-dots li {
    width: 11vw;
    height: 1.5vw;
    max-width: none;
  }
}
.p-product-item-gallery-dots li:hover, .p-product-item-gallery-dots li.slick-active {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.p-product-item-gallery-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-product-item-content {
  padding-bottom: 100px;
  margin-left: 100px;
  width: 540px;
}
@media screen and (max-width: 767px) {
  .p-product-item-content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10vw;
  }
}
.p-product-item-content-copy {
  font-size: 3.2rem;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-copy {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-product-item-content-detail {
    margin-bottom: 6vw;
  }
}
.p-product-item-content-detail-title {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 2rem 0 1rem;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-detail-title {
    font-size: 3.7333333333vw;
  }
}
.p-product-item-content-detail-text {
  font-size: 2.4rem;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-detail-text {
    font-size: 4.8vw;
  }
}
.p-product-item-content-detail-price {
  font-size: 3.2rem;
  color: #FFF;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-detail-price {
    font-size: 5.8666666667vw;
  }
}
.p-product-item-content-detail-price span {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-detail-price span {
    font-size: 3.2vw;
  }
}
.p-product-item-content-detail-limited {
  font-size: 2rem;
  color: #FFF;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-detail-limited {
    font-size: 4.2666666667vw;
  }
}
.p-product-item-content-detail-release {
  font-size: 2rem;
  color: #FFF;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-detail-release {
    font-size: 4.2666666667vw;
  }
}
.p-product-item-content-text {
  font-size: 2rem;
  margin-top: 50px;
  line-height: 1.8;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-text {
    font-size: 3.7333333333vw;
    margin-top: 5vw;
  }
}
.p-product-item-content-btn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-btn {
    margin-top: 5vw;
  }
}
.p-product-item-content-btn a {
  display: block;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  .p-product-item-content-btn a {
    font-size: 3.2vw;
    padding: 2.5vw;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-product-item-content-btn a::after {
    content: "";
    display: inline-block;
    background: url(../img/common/icn_window.svg) no-repeat left top/cover;
    width: 2.4vw;
    height: 2.4vw;
  }
}

/* --------------------------------------------------
    p-gmtFair
-------------------------------------------------- */
.p-gmtFair {
  background: #000;
}

.p-gmtFair .c-lineuplist-headline {
  color: #fff;
}

.p-gmtFair.p-topFair .u-wrap {
  padding: 105px 0 134px;
}

.p-gmtFair__ttl {
  color: #FFF;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin: 0 0 89px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-gmtFair.p-topFair .u-wrap {
    padding: 8.75vw 0 11.1666666667vw;
  }
  .p-gmtFair__ttl {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gmtFair.p-topFair .u-wrap {
    padding: 12vw 0 19.333333vw;
  }
  .p-gmtFair__ttl {
    font-size: 6.6666666667vw;
    margin: 0 0 9.733333vw;
    letter-spacing: 0.16em;
  }
}
/* --------------------------------------------------
    p-gmtLinkArea
-------------------------------------------------- */
.p-gmtLinkArea {
  position: relative;
}

.p-gmtLinkArea__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(../img/gmt/bg_linkarea_pc@2x.jpg) no-repeat center top/100% auto;
}

.p-gmtLinkArea__bg.js-fixed {
  position: fixed;
}

.p-gmtLinkArea__wrap {
  padding-top: 175px;
}

.p-gmtLinkArea__link a {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.135em;
  text-align: center;
  width: 456px;
  padding: 0.5em 50px;
  border: solid 1px #fff;
  display: block;
  line-height: 1;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gmtLinkArea__bg {
    background: #000 url(../img/gmt/bg_linkarea_sp@2x.jpg) no-repeat center top/100% auto;
  }
  .p-gmtLinkArea__wrap {
    padding-top: 20vw;
  }
  .p-gmtLinkArea__link a {
    width: 73.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 0.5em 7vw;
  }
}
/* --------------------------------------------------
    p-gmtProductList
-------------------------------------------------- */
.p-gmtProductList.u-wrap {
  padding: 153px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-gmtProductList.u-wrap {
    padding: 14.6666666667vw 0 12vw;
  }
}
/* --------------------------------------------------
    p-topFair
-------------------------------------------------- */
.p-topFair .u-wrap {
  padding: 90px 0;
  position: relative;
  max-width: 900px;
  width: 90vw;
  margin: 0 auto;
}

.p-topFair__title {
  font-size: 6rem;
  color: #000;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  border: 4px solid #000;
  padding: 17px;
  margin: 0;
}

.p-topFairBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  background: #010001;
}

.p-topFairBox > * {
  width: 50%;
}

.p-topFairBox__textArea {
  padding: 60px 65px;
}

.p-topFairBox__text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 24px 0 0;
}

.p-topFairBox__iamge2 {
  margin: 50px 0 0;
  text-align: center;
}

.p-topFairBox__button {
  text-align: center;
  margin: 50px 0 0;
}

.p-topFairBox__note {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 1;
  margin: 5px 0 0;
}

.p-topFair__tieupButton {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  height: 130px;
  overflow: hidden;
}

.p-topFair__tieupButton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-topFair__tieupButton.-tieup6 {
  margin-top: 40px;
}

.p-topFair__tieupButton.-tieup6 .p-topFair__tieupText {
  line-height: 1.4;
}

.p-topFair__tieupImage {
  position: relative;
  width: 194px;
  height: 130px;
  background-color: #000;
}

.p-topFair__tieupText {
  position: relative;
  width: calc(100% - 194px);
  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: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .p-topFair__tieupText.s-small {
    font-size: 3vw;
  }
}

.p-topFair__tieupText::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

@media screen and (min-width: 1000px) {
  .p-topFair__title br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
  .p-topFair__tieupButton {
    height: 9.7014925373vw;
  }
  .p-topFair__tieupButton.-tieup6 {
    margin-top: 2.9850746269vw;
  }
  .p-topFair__tieupImage {
    width: 14.552238806vw;
    height: 9.7014925373vw;
  }
  .p-topFair__tieupText {
    width: calc(100% - 14.552238806vw);
    font-size: 2.0895522388vw;
    padding-right: 14.552238806vw;
  }
  .p-topFair__tieupText::before {
    width: 2.2388059701vw;
    height: 2.2388059701vw;
    right: 4.552238806vw;
  }
}
@media screen and (max-width: 999px) {
  .p-topFairBox {
    display: block;
  }
  .p-topFairBox > * {
    width: 100%;
  }
  .p-topFairBox__iamge1 img {
    max-width: inherit;
    max-width: auto;
    width: 100%;
  }
  .p-topFairBox__textArea {
    padding: 0 65px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-topFair .u-wrap {
    padding: 6vw 0;
  }
  .p-topFair__title {
    font-size: 8vw;
    border: 2px solid #000;
    padding: 2vw;
  }
  .p-topFairBox {
    margin-top: 4vw;
  }
  .p-topFairBox__textArea {
    padding: 9vw 10vw 11vw;
  }
  .p-topFairBox__title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
  .p-topFairBox__title .p-topFairBox__titleS {
    font-size: 3.3333333333vw;
    -webkit-transform: translateY(-0.1vw);
    transform: translateY(-0.1vw);
  }
  .p-topFairBox__title .p-topFairBox__titleSS {
    font-size: 2.6666666667vw;
    -webkit-transform: translateY(-0.4vw);
    transform: translateY(-0.4vw);
  }
  .p-topFairBox__text {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin: 3vw 0 0;
  }
  .p-topFairBox__note {
    letter-spacing: 0.04em;
    font-size: 2.6666666667vw;
    margin: 1vw 0 0;
  }
  .p-topFairBox__iamge2 {
    margin: 7vw 0 0;
  }
  .p-topFairBox__button {
    margin: 7vw 0 0;
  }
  .p-topFairBox__button.c-button__black a {
    padding: 0.4em 9vw;
  }
  .p-topFair__tieupButton {
    height: 20vw;
  }
  .p-topFair__tieupButton.-tieup6 {
    margin-top: 5.5vw;
  }
  .p-topFair__tieupImage {
    width: 29.8vw;
    height: 20vw;
  }
  .p-topFair__tieupText {
    width: calc(100% - 29.8vw);
    font-size: 3.4666666667vw;
    padding-right: 6vw;
  }
  .p-topFair__tieupText:before {
    right: 4.333333vw;
    width: 3.6vw;
    height: 3.6vw;
  }
}
.p-lineup {
  margin-top: 13rem;
}

/*# sourceMappingURL=limited-edition2025AW.css.map */
