.collection {
  background-image: url(../../../img/bg_collection.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  padding: 18rem 0 12.5rem;
}
@media screen and (max-width: 750px) {
  .collection {
    background-image: url(../../../img/bg_collection_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 17.5rem 2.5rem 16rem;
    overflow: hidden;
  }
}
.collection-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.4rem;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .collection-logo {
    width: 10rem;
  }
}
.collection-logo a {
  display: block;
}
.collection-wrap {
  max-width: 136.5rem;
  margin: 0 auto;
}
.collection-tit {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(0deg, rgb(186, 145, 30) 1.9%, rgb(190, 149, 36) 10.91%, rgb(201, 161, 54) 23.41%, rgb(218, 181, 84) 37.96%, rgb(243, 208, 125) 53.94%, rgb(255, 222, 145) 61.01%, rgb(241, 205, 120) 85.1%, rgb(235, 198, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 5.38rem;
  text-align: center;
}
.collection-tit::before, .collection-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  mix-blend-mode: screen;
  width: 35.4rem;
  height: 11.7rem;
}
.collection-tit::before {
  left: 13rem;
  background-image: url(../../../img/collection_lights_01.png);
}
@media screen and (max-width: 750px) {
  .collection-tit::before {
    left: -21.5rem;
  }
}
.collection-tit::after {
  right: 13rem;
  background-image: url(../../../img/collection_lights_02.png);
}
@media screen and (max-width: 750px) {
  .collection-tit::after {
    right: -21.5rem;
  }
}
.collection-tit__sub {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  font-size: 4.1rem;
  text-align: center;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 750px) {
  .collection-tit__sub {
    margin-bottom: 5rem;
  }
}
.collection-tit__sub::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
  background-image: radial-gradient(#c1aa05 20%, transparent 20%);
  background-size: 1.5rem;
  width: calc(100% - 60rem);
  height: 1.5rem;
}
@media screen and (max-width: 750px) {
  .collection-tit__sub::before {
    bottom: -3.5rem;
    background-size: 1.8rem;
    width: calc(100% - 11rem);
    height: 1.8rem;
  }
}
.collection-tit__sub span {
  background: linear-gradient(0deg, rgb(186, 145, 30) 1.9%, rgb(190, 149, 36) 10.91%, rgb(201, 161, 54) 23.41%, rgb(218, 181, 84) 37.96%, rgb(243, 208, 125) 53.94%, rgb(255, 222, 145) 61.01%, rgb(241, 205, 120) 85.1%, rgb(235, 198, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.collection-txt {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .collection-txt {
    line-height: 2;
  }
}
.collection-txt__sub {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .collection-txt__sub {
    font-size: 2.6rem;
    line-height: 1.9;
  }
}
.collection-ride {
  margin: 5rem 0 16rem;
}
.collection-ride__list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  width: 100%;
  max-width: 96.5rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 750px) {
  .collection-ride__list {
    -moz-column-gap: 2.3rem;
         column-gap: 2.3rem;
    margin: 4.5rem auto 0;
  }
}
.collection-ride__item {
  position: relative;
  width: 100%;
  padding: 1.5rem;
}
@media screen and (max-width: 750px) {
  .collection-ride__item {
    padding: 1rem;
  }
}
.collection-ride__item .video {
  width: 100%;
  height: 100%;
}
.collection-ride__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
}
@media screen and (max-width: 750px) {
  .collection-ride__cover {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
.collection-ride__border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.collection-ride__box {
  text-align: center;
  margin: 3rem 0;
}
@media screen and (max-width: 750px) {
  .collection-ride__box {
    margin: 5rem 0 4rem;
  }
}
.collection-ride__box img {
  max-width: 23.5rem;
}
@media screen and (max-width: 750px) {
  .collection-ride__box img {
    max-width: 18rem;
  }
}
.collection-ride__img {
  position: relative;
  width: 100%;
  height: 81.7rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 750px) {
  .collection-ride__img {
    height: 100%;
    padding: 0 2.75rem;
    margin-top: 5rem;
  }
}
.collection-ride__img img {
  position: absolute;
  max-width: 79.4rem;
}
@media screen and (max-width: 750px) {
  .collection-ride__img img {
    position: initial;
    max-width: 100%;
  }
}
.collection-ride__img img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .collection-ride__img img:nth-child(1) {
    margin-bottom: 6.5rem;
  }
}
.collection-ride__img img:nth-child(2) {
  bottom: 0;
  right: 0;
}
.collection-memory__img {
  position: relative;
  width: 100%;
  max-width: 97.7rem;
  height: 98.9rem;
  margin: 6rem auto 7rem;
}
@media screen and (max-width: 750px) {
  .collection-memory__img {
    height: 100%;
    text-align: right;
    padding: 0 2.75rem;
    margin: 4.5rem auto 7rem;
  }
}
.collection-memory__img picture {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .collection-memory__img picture {
    position: initial;
  }
}
.collection-memory__img picture:nth-child(1) img, .collection-memory__img picture:nth-child(3) img {
  max-width: 79.4rem;
}
.collection-memory__img picture:nth-child(1) {
  top: 0;
  left: 0;
}
.collection-memory__img picture:nth-child(2) {
  top: 23.5rem;
  right: -6rem;
}
.collection-memory__img picture:nth-child(2) img {
  width: 31.7rem;
}
@media screen and (max-width: 750px) {
  .collection-memory__img picture:nth-child(2) img {
    width: 19.8rem;
    margin: -3rem 2rem 3rem 0;
  }
}
.collection-memory__img picture:nth-child(3) {
  bottom: 0;
  right: 0;
}

.header {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .header.lang {
    background-color: #00001c;
  }
}
.header-menu {
  pointer-events: auto;
}

@media screen and (max-width: 750px) {
  .menu {
    position: sticky;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-list {
    max-width: 69.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .menu-item {
    width: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-item a {
    transform: translate(-50%, -60%);
    width: 14rem;
    height: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-border {
    background: linear-gradient(90deg, rgb(208, 224, 121) 0%, rgb(175, 226, 157) 3.07%, rgb(125, 229, 210) 8.1%, rgb(95, 230, 243) 11.88%, rgb(83, 231, 255) 13.95%, rgb(239, 144, 185) 29.65%, rgb(255, 248, 160) 45.8%, rgb(223, 237, 178) 49.36%, rgb(142, 211, 222) 57.12%, rgb(115, 202, 237) 59.59%, rgb(195, 169, 207) 73.21%, rgb(240, 151, 190) 80.57%, rgb(213, 64, 155) 91.48%, rgb(194, 0, 130) 100%);
    width: 192rem;
    height: 0.25rem;
  }
}