.nav {
  position: relative;
  width: 100%;
  height: 13rem;

}
.nav-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) , rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));	
}
@media screen and (max-width: 750px) {
  .nav-inner {
    overflow: hidden;
  }
}
.nav-inner.fixed {
  position: fixed;
  z-index: 1000;
}
.nav-border {
  width: 100vw;
  height: 0.2rem;
  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%);
}
@media screen and (max-width: 750px) {
  .nav-border {
    width: 192rem;
    height: 0.25rem;
  }
}
.nav-wrap {
  background-image: url(../../../img/menu_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 192rem;
  width: 100%;
  height: 13rem;
  overflow: hidden;
  mix-blend-mode:screen;
}
@media screen and (max-width: 750px) {
  .nav-wrap {
    background-image: url(../../../img/menu_bg_sp.png);
    background-size: 100%;
  }
}
.nav-list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  max-width: 74.5rem;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .nav-list {
    -moz-column-gap: 0;
         column-gap: 0;
    max-width: 69.5rem;
  }
}
.nav-item {
  position: relative;
  width: 14rem;
  height: 13rem;
}
.nav-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  display: block;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  transition: opacity 0.3s;
}
.nav-item a:hover {
  opacity: 0.7;
}
.nav-item a.purple {
  background: linear-gradient(135deg, rgb(74, 0, 176) 0%, rgb(79, 0, 176) 5%, rgb(75, 0, 169) 25%, rgb(64, 0, 148) 55%, rgb(47, 0, 116) 95%, rgb(43, 0, 109) 100%);
}
.nav-item a.blue {
  background: linear-gradient(135deg, rgb(58, 66, 187) 0%, rgb(54, 60, 181) 35%, rgb(42, 42, 163) 75%, rgb(34, 31, 151) 100%);
}
.nav-item a.red {
  background: linear-gradient(135deg, rgb(100, 0, 106) 0%, rgb(94, 0, 100) 35%, rgb(76, 0, 84) 85%, rgb(70, 0, 79) 100%);
}
.nav-item a.green {
  background: linear-gradient(135deg, rgb(0, 113, 142) 0%, rgb(0, 107, 135) 25%, rgb(0, 90, 115) 65%, rgb(0, 71, 93) 100%);
}
.nav-item a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  line-height: 1.2;
}
.nav-item a p span {
  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;
  font-size: 2.15rem;
  white-space: nowrap;
}
.nav-item a p span.music, .nav-item a p span.collect {
  letter-spacing: -0.12em;
}

.reserve {
  position: fixed;
  bottom: 0;
  right: 2.5rem;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .reserve {
    bottom: 5rem;
    right: 4rem;
  }
}
.reserve a {
  display: block;
  width: 28.1rem;
  transition: opacity 0.3s;
}
.reserve a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .reserve a {
    width: 12rem;
    height: 12rem;
  }
}

.kv {
  position: relative;
  background-image: url(../../../img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  height: 55vw; /* 56.25vw; */ /* modified */
}
@media screen and (max-width: 750px) {
  .kv {
    background-image: url(../../../img/kv_bg_sp.png);
    height: 153.6rem;
  }
}
.kv-wrap {
  position: absolute;
  top: 4.6875vw;
  left: 4.4270833333vw;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .kv-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    padding-top: 3.5rem;
    z-index: 1;
  }
}
.kv-txt {
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 750px) {
  .kv-txt {
    margin-top: 0;
  }
}
.kv-txt img {
  width: 26.875vw;
}
@media screen and (max-width: 750px) {
  .kv-txt img {
    width: 43rem;
  }
}
.kv-tit img {
  width: 49.1145833333vw;
}
@media screen and (max-width: 750px) {
  .kv-tit img {
    width: 62.9rem;
    margin-top: -1.6rem;
  }
}
.kv-movie {
  position: relative;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .kv-movie {
    position: absolute;
    bottom: -14.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
.kv-movie img {
  width: 22.5vw;
  cursor: pointer; /* modified */
}
@media screen and (max-width: 750px) {
  .kv-movie img {
    width: 58.2rem;
  }
}
.kv-movie__btn {
  position: absolute;
/*  top: 50%;*/
  top: 44%; /* modified */
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(140deg, rgb(50, 42, 209) 33%, rgb(117, 0, 201) 100%);
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border: 0.078125vw solid #fff;
  border-radius: 50%;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .kv-movie__btn {
    width: 7rem;
    height: 7rem;
    border: 0.18rem solid #fff;
  }
}
.kv-movie__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-39%, -50%);
  border-top: 0.5729166667vw solid transparent;
  border-left: 0.9895833333vw solid #fff;
  border-bottom: 0.5729166667vw solid transparent;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .kv-movie__btn::before {
    border-top: 1.5rem solid transparent;
    border-left: 2.5rem solid #fff;
    border-bottom: 1.5rem solid transparent;
  }
}
/* modified */
/*.kv-movie__btn:hover {*/
.kv-movie img:hover + .kv-movie__btn {
  background: linear-gradient(140deg, rgb(88, 82, 218) 0%, rgb(92, 81, 218) 27.05%, rgb(103, 76, 217) 52.04%, rgb(122, 69, 216) 76.14%, rgb(148, 58, 214) 99.7%, rgb(148, 58, 214) 100%);
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.2s;
}
.kv-btn {
  position: absolute;
  bottom: 0.78125vw;
  left: 0.78125vw;
  width: 15.625vw;
  height: 15.625vw;
  z-index: 10;
}
.kv-btn:hover img:last-child {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .kv-btn {
    bottom: 31rem;
    left: 3rem;
    width: 25rem;
    height: 25rem;
  }
}
.kv-btn img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}
.kv-btn img:last-child {
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .kv-cover {
    position: absolute;
    bottom: -48rem;
    left: 0;
    width: 100%;
  }
}

.movie {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 15rem 0 7rem;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .movie {
    padding: 13.5rem 5rem 10rem;
  }
}
.movie-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
  z-index: -1;
}
.movie-wrap {
  position: relative;
  max-width: 94rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .movie-wrap {
    padding: 0;
  }
}
.movie-score {
  position: absolute;
  top: -13rem;
  left: -31.5rem;
  width: 72.8rem;
}
@media screen and (max-width: 750px) {
  .movie-score {
    top: -14.5rem;
    left: -11.5rem;
    width: 53.4rem;
  }
}
.movie-btn_close {
  position: absolute;
  top: 2rem;
  right: -14rem;
  background: linear-gradient(140deg, rgb(50, 42, 209) 33%, rgb(117, 0, 201) 100%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  transition: opacity 0.2s;
}
.movie-btn_close:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .movie-btn_close {
    top: -1.5rem;
    right: -1rem;
    width: 6rem;
    height: 6rem;
  }
}
.movie-btn_close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .movie-btn_close img {
    width: 3.5rem;
  }
}
.movie-tit img {
  width: 24.7rem;
}
@media screen and (max-width: 750px) {
  .movie-tit img {
    width: 18.3rem;
  }
}
.movie-area {
  position: relative;
  background: linear-gradient(90deg, rgb(152, 106, 0) 0%, rgb(255, 231, 145) 22.16%, rgb(217, 183, 102) 42.33%, rgb(194, 151, 78) 54.66%, rgb(173, 122, 56) 64.76%, rgb(177, 127, 60) 67.8%, rgb(189, 142, 70) 71.46%, rgb(209, 166, 87) 75.43%, rgb(235, 198, 110) 79.42%, rgb(152, 106, 0) 100%);
  border-radius: 0.3rem;
  padding: 2.8rem;
  margin: 5rem 0 7rem;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .movie-area {
    margin: 6.5rem 0 7rem;
  }
}
.movie-area::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  width: calc(100% - 0.7rem);
  height: calc(100% - 0.7rem);
  z-index: -1;
}
.movie-body {
  position: relative;
  display: none;
  aspect-ratio: 1/0.5625;
}
.movie-body img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.movie-body.selected {
  display: block;
}
.movie-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(140deg, rgb(50, 42, 209) 33%, rgb(117, 0, 201) 100%);
  width: 7.5rem;
  height: 7.5rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  transition: all 0.2s;
}
.movie-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-39%, -50%);
  border-top: 1.6rem solid transparent;
  border-left: 2.8rem solid #fff;
  border-bottom: 1.6rem solid transparent;
}
.movie-btn:hover {
  background: linear-gradient(140deg, rgb(88, 82, 218) 0%, rgb(92, 81, 218) 27.05%, rgb(103, 76, 217) 52.04%, rgb(122, 69, 216) 76.14%, rgb(148, 58, 214) 99.7%, rgb(148, 58, 214) 100%);
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.2s;
}
.movie-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2.6rem;
  width: 134.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .movie-list {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.movie-thumb {
  position: relative;
  background: linear-gradient(90deg, rgb(152, 106, 0) 0%, rgb(255, 231, 145) 22.16%, rgb(217, 183, 102) 42.33%, rgb(194, 151, 78) 54.66%, rgb(173, 122, 56) 64.76%, rgb(177, 127, 60) 67.8%, rgb(189, 142, 70) 71.46%, rgb(209, 166, 87) 75.43%, rgb(235, 198, 110) 79.42%, rgb(152, 106, 0) 100%);
  aspect-ratio: 1/0.5625;
  border-radius: 0.2rem;
  padding: 0.7rem;
  cursor: pointer;
  z-index: 0;
}
.movie-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  z-index: -1;
}
.movie-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.movie-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 3.5rem;

  text-align: center; /* added */
}
@media screen and (max-width: 750px) {
  .movie-txt {
    font-size: 2.3rem;
    line-height: 1.4;
    margin-top: 2rem;
  }
}

.bg {
  background-image: url(../../../img/bg01.jpg?ver=20240930_1);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
}
@media screen and (max-width: 750px) {
  .bg {
    background-image: url(../../../img/bg01_sp.png);
    background-position: 50% 100%;
    background-size: 100%;
    padding: 60rem 0 0;
    margin-top: -34rem;
  }
}

.news {
  position: relative;
  background: linear-gradient(135deg, 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%);
  max-width: 114.5rem;
  border-radius: 2.5rem;
/*  padding: 1.5rem 6rem 3rem;*/
  padding: 1.5rem 3rem 3rem 6rem; /* modified */
  margin: 8rem auto 0;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .news {
    padding: 2rem 3rem 4rem;
    margin: 9rem 5rem 0;
  }
}
.news::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(0deg, rgb(26, 34, 104) 0%, rgb(19, 25, 80) 13.01%, rgb(11, 14, 51) 32.22%, rgb(5, 6, 31) 51.35%, rgb(1, 2, 18) 70.19%, rgb(0, 0, 14) 88.42%, rgb(0, 0, 14) 100%);
  width: calc(100% - 0.3rem);
  height: calc(100% - 0.3rem);
  border-radius: 2.5rem;
  z-index: -1;
}
.news-tit {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00000e;
  padding: 0 4rem;
}
.news-tit img {
  width: 16rem;
}
.news-item {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding: 2.2rem 0 2.2rem 5.5rem;
}
@media screen and (max-width: 750px) {
  .news-item {
    font-size: 2.3rem;
  }
}
.news-item::before, .news-item::after {
  content: "";
  position: absolute;
}
.news-item::before {
  top: 1rem;
  left: 0;
  background-image: url(../../../img/news_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 750px) {
  .news-item::before {
    width: 5rem;
    height: 5rem;
  }
}
.news-item::after {
  left: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 25%, transparent 15%);
  background-size: 1rem 1rem;
  width: 100%;
  height: 1rem;

  background-repeat: repeat-x; /* added */
}
.news-item__date {
  color: #cbaf05;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 750px) {
  .news-item__date {
    margin-bottom: 1rem;
  }
}
.news-item__txt a {
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 0.1rem;
  background-position: 0% 80%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.news-item__txt a:hover {
  background-size: 100% 0.1rem;
}
@media screen and (max-width: 750px) {
  .news-item__txt {
    line-height: 1.8;
  }
}

.copy {
  padding: 9rem 0 6.5rem;
}
@media screen and (max-width: 750px) {
  .copy {
    padding: 14rem 0 8rem;
  }
}
.copy-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;
  font-size: 5.38rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .copy-tit {
    background: none;
    line-height: 1.2;
  }
}
@media screen and (max-width: 750px) {
  .copy-tit 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;
  }
}
.copy-txt {
  font-size: 2.58rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 5.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .copy-txt {
    letter-spacing: 0.13em;
    margin: 5rem 0 0;
  }
}

.belt {
  position: relative;
  background-color: #00001c;
  padding: 2.2rem 0;
}
.belt::before, .belt::after {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(90deg, rgb(152, 106, 0) 0%, rgb(255, 231, 145) 22.16%, rgb(217, 183, 102) 42.33%, rgb(194, 151, 78) 54.66%, rgb(173, 122, 56) 64.76%, rgb(177, 127, 60) 67.8%, rgb(189, 142, 70) 71.46%, rgb(209, 166, 87) 75.43%, rgb(235, 198, 110) 79.42%, rgb(152, 106, 0) 100%);
  width: 100%;
  height: 0.25rem;
}
.belt::before {
  top: 0;
}
.belt::after {
  bottom: 0;
}
.belt-wrap {
  display: flex;
  overflow: hidden;
}
.belt-list {
  display: flex;
}
.belt-item {
  width: 62.5rem;
}

.info {
  background-image: url(../../../img/bg02.jpg?ver=20240930_1);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  overflow: hidden;
  padding: 13rem 0 20rem;
}
@media screen and (max-width: 750px) {
  .info {
    background-image: url(../../../img/bg02_sp.jpg?ver=20240930_1);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 14rem 5rem 16rem;
  }
}
.info-list {
  max-width: 134rem;
  margin: 0 auto;
}
.info-item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .info-item {
    flex-direction: column-reverse;
  }
}
.info-item:nth-child(2), .info-item:nth-child(4) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .info-item:nth-child(2), .info-item:nth-child(4) {
    flex-direction: column-reverse;
  }
}
.info-item:not(:last-child) {
  margin-bottom: 14.5rem;
}
@media screen and (max-width: 750px) {
  .info-item:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.info-item__img {
  position: relative;
  width: 100%;
  min-width: 79.4rem;
}
@media screen and (max-width: 750px) {
  .info-item__img {
    min-width: auto;
  }
}
.info-item__txt {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .info-item__txt {
    margin-bottom: 5rem;
  }
}
.info-item__txt h4 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 750px) {
  .info-item__txt h4 {
    font-size: 4.1rem;
    text-align: center;
    margin-bottom: 3.5rem;
  }
}
.info-item__txt h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5rem;
  background-image: radial-gradient(#c1aa05 20%, transparent 20%);
  background-size: 1.5rem 1.5rem;
  width: calc(100% - 2rem);
  height: 1.5rem;

  background-repeat: repeat-x; /* added */
}
@media screen and (max-width: 750px) {
  .info-item__txt h4::after {
    background: none;
  }
}
.info-item__txt h4 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;
}
.info-item__txt p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .info-item__txt p {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
  }
}
.info-item__wipe {
  position: absolute;
  right: -6rem;
  bottom: -9.5rem;
  width: 25.4rem;
}
@media screen and (max-width: 750px) {
  .info-item__wipe {
    right: -2rem;
    bottom: -8.5rem;
    width: 22rem;
  }
}
.info-btn {
  text-align: center;
  margin-top: 14rem;
}
.info-btn a {
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: opacity 0.3s;
}
.info-btn a:hover {
  opacity: 0.7;
}
.info-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #765ca0;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  mix-blend-mode: screen;
  filter: blur(2rem);
  opacity: 0.5;
  z-index: -1;
}
.info-btn a img {
  max-width: 37.8rem;
}

.work {
  background-image: url(../../../img/bg03.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  padding: 0 0 30rem;
}
@media screen and (max-width: 750px) {
  .work {
    background-image: url(../../../img/bg03_sp.jpg);
    background-size: 100%;
  }
}
.work-wrap {
  position: relative;
  background-image: url(../../../img/work_bg_lights.png?ver=20240930_1);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 134rem;
  padding: 7.5rem 6rem 9.5rem;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .work-wrap {
    background-image: url(../../../img/work_bg_sp.png);
    width: 100%;
    padding: 11.5rem 2.5rem;
  }
}
.work-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../img/work_border.png?ver=20240930_1);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .work-wrap::before {
    background: none;
  }
}
.work-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;
  font-size: 5.38rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.work-txt {
  font-size: 2.83rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  margin: 3rem 0 8rem;
}
@media screen and (max-width: 750px) {
  .work-txt {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 2.5rem 0 7rem;
  }
}
.work-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4.3rem;
       column-gap: 4.3rem;
  row-gap: 5rem;
}
@media screen and (max-width: 750px) {
  .work-list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    row-gap: 6rem;
    max-width: 52.5rem;
    margin: 0 auto;
  }
}
.work-item p {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .work-item p {
    font-size: 2.4rem;
  }
}
.work-btn {
  text-align: center;
  margin-top: 7rem;
}
.work-btn a {
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: opacity 0.3s;
}
.work-btn a:hover {
  opacity: 0.7;
}
.work-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #765ca0;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  mix-blend-mode: screen;
  filter: blur(2rem);
  opacity: 0.5;
  z-index: -1;
}
.work-btn a img {
  max-width: 37.8rem;
}

.collection {
  background-image: url(../../../img/bg04.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  padding: 0 0 5rem;
  margin-top: -9rem;
}
@media screen and (max-width: 750px) {
  .collection {
    background-image: url(../../../img/bg04_sp.jpg);
    background-position: 50% 100%;
    background-size: 100%;
    margin-top: -13rem;
  }
}
.collection-wrap {
  width: 134rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .collection-wrap {
    width: 100%;
    overflow: hidden;
  }
}
.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: -16rem;
  }
}
.collection-tit::after {
  right: 13rem;
  background-image: url(../../../img/collection_lights_02.png);
}
@media screen and (max-width: 750px) {
  .collection-tit::after {
    right: -16rem;
  }
}
.collection-list {
  margin-top: 8.8rem;
}
@media screen and (max-width: 750px) {
  .collection-list {
    margin: 7rem 5rem 0;
  }
}
.collection-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 750px) {
  .collection-item {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5.5rem;
    margin-bottom: 9rem;
  }
}
.collection-item.memory {
  flex-direction: row-reverse;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
}
@media screen and (max-width: 750px) {
  .collection-item.memory {
    flex-direction: column-reverse;
  }
}
.collection-item__txt {
  width: 100%;
  max-width: 34rem;
}
@media screen and (max-width: 750px) {
  .collection-item__txt {
    max-width: initial;
  }
}
.collection-item__txt.memory {
  max-width: 49.8rem;
}
@media screen and (max-width: 750px) {
  .collection-item__txt.memory {
    max-width: initial;
  }
}
.collection-item__txt.memory h4 {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .collection-item__txt.memory h4 {
    text-align: center;
  }
}
.collection-item__txt.memory p {
  margin-left: 0;
}
.collection-item__txt h4 {
  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: 3.6rem;
  text-align: center;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 750px) {
  .collection-item__txt h4 {
    font-size: 4.1rem;
    margin-bottom: 3.5rem;
  }
}
.collection-item__txt h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5rem;
  background-image: radial-gradient(#c1aa05 20%, transparent 20%);
  background-size: 1.5rem 1.5rem;
  width: 100%;
  height: 1.5rem;

  background-repeat: repeat-x; /* added */
}
@media screen and (max-width: 750px) {
  .collection-item__txt h4::after {
    background: none;
  }
}
.collection-item__txt p {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-left: 1rem;
}
@media screen and (max-width: 750px) {
  .collection-item__txt p {
    font-size: 2.58rem;
    line-height: 2;
    text-align: center;
    margin-left: 0;
  }
}
.collection-item__movies {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .collection-item__movies {
    -moz-column-gap: 2.3rem;
         column-gap: 2.3rem;
  }
}
.collection-item__movie {
  position: relative;
  width: 100%;
  padding: 1.5rem;
}
@media screen and (max-width: 750px) {
  .collection-item__movie {
    padding: 1rem;
  }
}
.collection-item__movie .video {
  width: 100%;
  height: 100%;
}
.collection-item__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-item__cover {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
.collection-item__border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.collection-btn {
  text-align: center;
  margin-top: 10rem;
}
.collection-btn a {
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: opacity 0.3s;
}
.collection-btn a:hover {
  opacity: 0.7;
}
.collection-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #765ca0;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  mix-blend-mode: screen;
  filter: blur(2rem);
  opacity: 0.5;
  z-index: -1;
}
.collection-btn a img {
  max-width: 37.8rem;
}
.collection-jasrac {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  .collection-jasrac {
    margin-top: 18rem;
  }
}
.collection-jasrac img {
  width: 9.6rem;
}
.collection-jasrac p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}