@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin-right: 0 !important;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.833vw;
  color: #000000;
  background: #ffffff;
  overflow-x: hidden;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./images/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body::before {
    background-image: url(./images/sp/main_bg.png);
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
}
body.modal-open {
  overflow: hidden;
}
body img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.336vw;
  }
  body img {
    pointer-events: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.flex {
  display: flex;
}

.grid {
  display: grid;
}

section {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  section {
    overflow: hidden;
  }
}

.check_back {
  position: relative;
  padding: 3.177vw 0;
}
.check_back::before, .check_back::after {
  content: "";
  width: 100%;
  height: 3.177vw;
  background-image: url(./images/bg_line-check.webp);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .check_back {
    padding: 9.579vw 0;
  }
  .check_back::before, .check_back::after {
    height: 9.579vw;
    background-image: url(./images/sp/bg_line-check.webp);
  }
}
.check_back::before {
  top: 0;
}
.check_back::after {
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}
.check_back.--white::before, .check_back.--white::after {
  filter: brightness(0) invert(1);
}
.check_back.--top::after {
  display: none;
}
.check_back.--bottom::before {
  display: none;
}

.fiexd_back {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.fiexd_back-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("./images/scroll_bg.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.grid_back {
  background: url(./images/bg_pattern-grid.webp) #000000 left top/2%;
}
@media screen and (max-width: 767px) {
  .grid_back {
    background: url(./images/bg_pattern-grid.webp) #000000 left top 1px/7%;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
}
.inner-about {
  max-width: 71.042vw;
}
@media screen and (max-width: 767px) {
  .inner-about {
    width: 100%;
    max-width: 88.318vw;
  }
}
.inner-lineup {
  max-width: 64.792vw;
}
@media screen and (max-width: 767px) {
  .inner-lineup {
    width: 100%;
    max-width: 88.551vw;
  }
}
.inner-special {
  max-width: 64.688vw;
}
@media screen and (max-width: 767px) {
  .inner-special {
    width: 100%;
    max-width: 88.551vw;
  }
}
.inner-shop {
  max-width: 64.688vw;
}
@media screen and (max-width: 767px) {
  .inner-shop {
    width: 100%;
    max-width: 88.551vw;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

h2 {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-in-out 0.6s;
}
h2.active {
  opacity: 1;
  transform: translateY(0);
}
h2.h2-illust {
  width: 30.208vw;
}
@media screen and (max-width: 767px) {
  h2.h2-illust {
    width: 80vw;
  }
}
h2.h2-lineup {
  width: 30.208vw;
}
@media screen and (max-width: 767px) {
  h2.h2-lineup {
    width: 76.168vw;
  }
}
h2.h2-special {
  width: 27.031vw;
}
@media screen and (max-width: 767px) {
  h2.h2-special {
    width: 69.159vw;
  }
}
h2.h2-shop {
  width: 16.25vw;
}
@media screen and (max-width: 767px) {
  h2.h2-shop {
    width: 36.916vw;
  }
}
h2.h2-modal {
  font-size: 1.563vw;
  line-height: 1.5;
  font-weight: 900;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  h2.h2-modal {
    font-size: 4.673vw;
  }
}

h3.h3-reproduction {
  font-size: 1.667vw;
  font-weight: 800;
  text-align: center;
  position: relative;
  padding-bottom: 0.26vw;
  z-index: 0;
}
h3.h3-reproduction::before {
  content: "";
  width: 100%;
  max-width: 17.813vw;
  height: 1.146vw;
  background-color: #ff008e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: left top;
  transition: all ease-in-out 0.4s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  h3.h3-reproduction {
    font-size: 4.673vw;
    padding-bottom: 0.935vw;
  }
  h3.h3-reproduction::before {
    max-width: 49.299vw;
    height: 3.037vw;
  }
}
h3.h3-special {
  text-align: center;
}
h3.h3-special span {
  height: 2.188vw;
  padding: 0 3.646vw;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.563vw;
  line-height: 1.3;
  background-color: #000000;
  color: #ffffff;
}
h3.h3-special span::before, h3.h3-special span::after {
  content: "";
  width: 2.188vw;
  height: 2.188vw;
  background-image: url(./images/icon-check-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
h3.h3-special span::before {
  left: 0;
}
h3.h3-special span::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  h3.h3-special span {
    height: 5.841vw;
    padding: 0 9.346vw;
    font-size: 3.972vw;
    line-height: 1.4;
  }
  h3.h3-special span::before, h3.h3-special span::after {
    width: 5.841vw;
    height: 5.841vw;
  }
}

h4 {
  margin-bottom: 0.521vw;
}
@media screen and (max-width: 767px) {
  h4 {
    margin-bottom: 1.168vw;
  }
}

.deco_ul .deco_li {
  position: absolute;
}
.deco_ul .deco_li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.deco_ul .deco_li-heart::before {
  width: 2.188vw;
  height: 2.188vw;
  background-image: url(./images/icon-heart.svg);
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-heart::before {
    width: 4.206vw;
    height: 4.206vw;
  }
}
.deco_ul .deco_li-plus::before {
  width: 3.594vw;
  height: 1.042vw;
  background-image: url(./images/icon-plus.svg);
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-plus::before {
    width: 7.009vw;
    height: 2.103vw;
  }
}
.deco_ul .deco_li-star::before {
  width: 1.979vw;
  height: 3.802vw;
  background-image: url(./images/icon-star.svg);
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-star::before {
    width: 3.738vw;
    height: 7.477vw;
  }
}
.deco_ul .deco_li-star02 {
  width: 3.281vw;
  height: 4.844vw;
}
.deco_ul .deco_li-star02::before, .deco_ul .deco_li-star02::after {
  content: "";
  background-image: url(./images/icon-star.svg);
}
.deco_ul .deco_li-star02::before {
  width: 1.354vw;
  height: 2.656vw;
  top: auto;
  bottom: 0;
  animation: blinking 1s ease-in-out infinite 1s alternate;
}
.deco_ul .deco_li-star02::after {
  content: "";
  width: 1.094vw;
  height: 2.135vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  animation: blinking 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-star02 {
    width: 14.019vw;
    height: 10.514vw;
  }
  .deco_ul .deco_li-star02::before {
    width: 4.206vw;
    height: 8.178vw;
    top: 0;
    bottom: auto;
  }
  .deco_ul .deco_li-star02::after {
    width: 3.271vw;
    height: 5.607vw;
    top: auto;
    bottom: 0;
  }
}
.deco_ul .deco_li-twinkle::before {
  width: 8.802vw;
  height: 1.771vw;
  background-image: url(./images/icon-twinkle.svg);
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-twinkle::before {
    width: 16vw;
    height: 4vw;
  }
}
.deco_ul .deco_li-dot::before {
  width: 4.583vw;
  height: 1.771vw;
  background-image: url(./images/icon-dot.svg);
}
.deco_ul .deco_li-dot-pink::before {
  background-image: url(./images/icon-dot-pink.svg);
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-dot::before {
    width: 11.738vw;
    height: 5.477vw;
  }
}
.deco_ul .deco_li-kira {
  width: 7.292vw;
  height: 5.885vw;
}
.deco_ul .deco_li-kira::before {
  width: 3.333vw;
  height: 3.385vw;
  background-image: url(./images/icon-kira01.webp);
  left: auto;
  right: 0;
  opacity: 0;
  animation: blinking 1s ease-in-out infinite 1s alternate;
}
.deco_ul .deco_li-kira::after {
  content: "";
  width: 5vw;
  height: 5.677vw;
  background-image: url(./images/icon-kira02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: blinking 1s ease-in-out infinite alternate;
}
.deco_ul .deco_li-kira-pink::before {
  background-image: url(./images/icon-kira01-pink.webp);
  transform: scale(1, -1);
}
.deco_ul .deco_li-kira-pink::after {
  background-image: url(./images/icon-kira02-pink.webp);
  transform: scale(-1, 1);
}
.deco_ul .deco_li-kira-pink02 {
  width: 13.654vw;
  transform: scale(-1, -1);
}
.deco_ul .deco_li-kira-pink02::before {
  background-image: url(./images/icon-kira01-pink.webp);
  top: auto;
  bottom: 0;
}
.deco_ul .deco_li-kira-pink02::after {
  background-image: url(./images/icon-kira01-pink.webp);
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-kira {
    width: 15.654vw;
    height: 12.617vw;
  }
  .deco_ul .deco_li-kira::before {
    width: 7.009vw;
    height: 7.243vw;
  }
  .deco_ul .deco_li-kira::after {
    width: 10.748vw;
    height: 12.15vw;
  }
  .deco_ul .deco_li-kira-pink02 {
    width: 11.6vw;
    transform: scale(0.8, 0.8);
  }
}
.deco_ul .deco_li-revolver::before {
  width: 41.667vw;
  height: 41.667vw;
  background-image: url(./images/illust_bg_pattern-01.svg);
  opacity: 0.1;
  animation: Rotate 10s linear reverse infinite;
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-revolver::before {
    width: 55vw;
    height: 55vw;
  }
}
.deco_ul .deco_li-dot_heart::before {
  width: 34.115vw;
  height: 31.51vw;
  background-image: url(./images/icon-dot_heart.webp);
  opacity: 0.1;
}
.deco_ul .deco_li-dot_star::before {
  width: 26.823vw;
  height: 26.823vw;
  background-image: url(./images/icon-dot_star.webp);
  opacity: 0.1;
}
.deco_ul .deco_li-bullet::before {
  background-image: url(./images/icon-bullet.svg);
}
.deco_ul .deco_li-bullet-pink::before {
  background-image: url(./images/icon-bullet-pink.svg);
}
.deco_ul .deco_li-ring {
  animation: floating 2.5s ease-in-out infinite;
}
.deco_ul .deco_li-ring::before {
  width: 51.198vw;
  height: 38.958vw;
  background-image: url(./images/icon-ring.webp);
}
.deco_ul .deco_li-txt {
  width: 7.292vw;
}
.deco_ul .deco_li-txt::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-txt {
    width: 8.411vw;
  }
}
.deco_ul .deco_li.gata-gata {
  animation: rattle 1s infinite;
}

.about_deco .--heart-about-01 {
  top: 3.646vw;
  left: 27.083vw;
}
.about_deco .--heart-about-02 {
  top: 17.708vw;
  right: 11.979vw;
}
.about_deco .--heart-about-03 {
  bottom: 12.5vw;
  right: 22.396vw;
}
.about_deco .--plus-about-01 {
  top: 2.083vw;
  left: 48.438vw;
}
.about_deco .--plus-about-02 {
  top: 38vw;
  left: 23.958vw;
}
.about_deco .--plus-about-03 {
  display: none;
}
.about_deco .--plus-about-04 {
  display: none;
}
.about_deco .--star-about-01 {
  top: 2.604vw;
  right: 22.396vw;
}
.about_deco .--star-about-02 {
  top: 22vw;
  left: 12.5vw;
}
.about_deco .--bullet-about-01 {
  top: 28.125vw;
  right: 10.938vw;
}
.about_deco .--bullet-about-01::before {
  width: 3.385vw;
  height: 2.083vw;
}
.about_deco .--bullet-about-02 {
  top: 33.854vw;
  right: 20.833vw;
}
.about_deco .--bullet-about-02::before {
  width: 8.021vw;
  height: 5.104vw;
  transform: rotate(120deg);
}
.about_deco .--bullet-about-03 {
  bottom: 13.542vw;
  left: 22.917vw;
}
.about_deco .--bullet-about-03::before {
  width: 10.313vw;
  height: 6.563vw;
}
@media screen and (max-width: 767px) {
  .about_deco .--heart-about-01 {
    top: 98.785vw;
    left: 14.355vw;
  }
  .about_deco .--heart-about-02 {
    display: none;
  }
  .about_deco .--heart-about-03 {
    bottom: auto;
    top: 1vw;
    right: 20.766vw;
  }
  .about_deco .--plus-about-01 {
    top: 43.224vw;
    left: auto;
    right: 28.037vw;
  }
  .about_deco .--plus-about-02 {
    top: auto;
    bottom: 25.701vw;
    left: 79.439vw;
  }
  .about_deco .--plus-about-03 {
    display: block;
    top: 4vw;
    left: 28.766vw;
  }
  .about_deco .--plus-about-04 {
    display: block;
    top: 51vw;
    right: 20.766vw;
  }
  .about_deco .--star-about-01 {
    top: 123.15vw;
    right: 7.682vw;
  }
  .about_deco .--star-about-02 {
    top: 51.056vw;
    left: 12.692vw;
  }
  .about_deco .--bullet-about-01 {
    top: 133.495vw;
    right: 35.047vw;
  }
  .about_deco .--bullet-about-01::before {
    width: 8.178vw;
    height: 4.673vw;
    transform: rotate(25deg);
  }
  .about_deco .--bullet-about-02 {
    top: 140.505vw;
    right: 56.075vw;
  }
  .about_deco .--bullet-about-02::before {
    width: 17.29vw;
    height: 11.215vw;
    transform: rotate(-70deg);
  }
  .about_deco .--bullet-about-03 {
    bottom: 30.374vw;
    left: 16.355vw;
  }
  .about_deco .--bullet-about-03::before {
    width: 20.561vw;
    height: 13.084vw;
    transform: rotate(-55deg);
  }
}

.illust_deco .--twinkle-illust-01 {
  top: 7vw;
  left: 18vw;
}
.illust_deco .--dot-illust-01 {
  top: 8.7vw;
  right: 17vw;
}
.illust_deco .--kira-illust-01 {
  top: 18.5vw;
  left: 14.396vw;
  transform: scale(1.3);
}
.illust_deco .--kira-illust-02 {
  top: 62.083vw;
  right: 7.5vw;
  transform: scale(-1, -1);
}
.illust_deco .--revolver-illust-01 {
  top: 4vw;
  left: 3vw;
}
.illust_deco .--bullet-illust-01 {
  top: 59vw;
  right: 20vw;
  animation: floating 2.5s ease-in-out infinite;
}
.illust_deco .--bullet-illust-01::before {
  width: 9.385vw;
  height: 7.083vw;
  transform: rotate(-43deg);
  opacity: 0.1;
}
.illust_deco .--bullet-illust-02 {
  top: 63.854vw;
  right: 29.833vw;
  animation: floating 2.5s ease-in-out 0.2s infinite;
}
.illust_deco .--bullet-illust-02::before {
  width: 14.021vw;
  height: 11.104vw;
  transform: rotate(178deg);
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .illust_deco .--twinkle-illust-01 {
    top: auto;
    left: auto;
    bottom: 13vw;
    right: 20vw;
  }
  .illust_deco .--dot-illust-01 {
    display: none;
  }
  .illust_deco .--kira-illust-01 {
    display: none;
  }
  .illust_deco .--kira-illust-02 {
    display: none;
  }
  .illust_deco .--revolver-illust-01 {
    top: 26vw;
    left: 1vw;
  }
  .illust_deco .--bullet-illust-01 {
    top: 132vw;
    right: 25vw;
  }
  .illust_deco .--bullet-illust-01::before {
    width: 15.385vw;
    height: 12.083vw;
  }
  .illust_deco .--bullet-illust-02 {
    top: 138vw;
    right: 43.833vw;
  }
  .illust_deco .--bullet-illust-02::before {
    width: 21.021vw;
    height: 17.104vw;
  }
}

.lineup_deco .--bullet-lineup-01 {
  top: 4vw;
  left: 31vw;
  animation: floating 2.5s ease-in-out 0.2s infinite;
}
.lineup_deco .--bullet-lineup-01::before {
  width: 2.2vw;
  height: 1.7vw;
  transform: rotate(-57deg);
}
.lineup_deco .--bullet-lineup-02 {
  top: 6vw;
  left: 27vw;
  animation: floating 2.5s ease-in-out infinite;
}
.lineup_deco .--bullet-lineup-02::before {
  width: 3.125vw;
  height: 2.552vw;
  transform: rotate(180deg);
}
.lineup_deco .--bullet-lineup-03 {
  top: 122.5vw;
  right: 15vw;
  animation: floating 2.5s ease-in-out 0.2s infinite;
}
.lineup_deco .--bullet-lineup-03::before {
  width: 1.563vw;
  height: 1.25vw;
  transform: rotate(-175deg);
}
.lineup_deco .--bullet-lineup-04 {
  top: 124.6vw;
  right: 11.917vw;
  animation: floating 2.5s ease-in-out infinite;
}
.lineup_deco .--bullet-lineup-04::before {
  width: 3.313vw;
  height: 2.604vw;
  transform: rotate(-65deg);
}
.lineup_deco .--kira-lineup-01 {
  bottom: 11vw;
  left: 9vw;
  transform: scale(1, -1);
}
.lineup_deco .--kira-lineup-02 {
  width: 5.208vw;
  height: 4.167vw;
  top: 1vw;
  right: 31vw;
  transform: scale(-1, 1);
}
.lineup_deco .--kira-lineup-02::before {
  width: 2.396vw;
  height: 2.396vw;
}
.lineup_deco .--kira-lineup-02::after {
  width: 3.542vw;
  height: 4.01vw;
}
.lineup_deco .--twinkle-lineup-01 {
  top: 100vw;
  left: 7vw;
}
.lineup_deco .--dot-lineup-01 {
  top: 120vw;
  left: 8vw;
}
.lineup_deco .--dot_heart-lineup-01 {
  top: 91vw;
  right: 33vw;
}
.lineup_deco .--dot_star-lineup-01 {
  top: 116vw;
  left: 0vw;
}
@media screen and (max-width: 767px) {
  .lineup_deco .--bullet-lineup-01 {
    display: none;
  }
  .lineup_deco .--bullet-lineup-02 {
    display: none;
  }
  .lineup_deco .--bullet-lineup-03 {
    top: auto;
    bottom: 17vw;
    right: 28vw;
  }
  .lineup_deco .--bullet-lineup-03::before {
    width: 4.673vw;
    height: 3.505vw;
  }
  .lineup_deco .--bullet-lineup-04 {
    top: auto;
    bottom: 13vw;
    right: 20vw;
  }
  .lineup_deco .--bullet-lineup-04::before {
    width: 8.313vw;
    height: 6.542vw;
    transform: rotate(-65deg);
  }
  .lineup_deco .--kira-lineup-01 {
    bottom: auto;
    top: 6vw;
    left: 3vw;
    transform: scale(1, 1);
  }
  .lineup_deco .--kira-lineup-02 {
    display: none;
  }
  .lineup_deco .--twinkle-lineup-01 {
    display: none;
  }
  .lineup_deco .--dot-lineup-01 {
    top: 27vw;
    left: auto;
    right: 17vw;
    transform: scale(0.7);
  }
  .lineup_deco .--dot_heart-lineup-01 {
    display: none;
  }
  .lineup_deco .--dot_star-lineup-01 {
    display: none;
  }
}

.special_deco .--heart-special-01 {
  top: 16vw;
  left: 10vw;
}
.special_deco .--heart-special-02 {
  bottom: 76vw;
  right: 12vw;
}
.special_deco .--heart-special-03 {
  bottom: 32.5vw;
  left: 10vw;
}
.special_deco .--dot-special-01 {
  top: 11.083vw;
  right: 30.438vw;
}
.special_deco .--dot-special-02 {
  bottom: 105.4vw;
  right: 11vw;
}
.special_deco .--dot-special-03 {
  bottom: 10vw;
  left: 6vw;
}
.special_deco .--star-special-01 {
  top: 62.604vw;
  right: 12.396vw;
}
.special_deco .--star-special-02 {
  top: 116.792vw;
  left: 8.5vw;
  transform: scale(1, -1);
}
.special_deco .--star-special-03 {
  bottom: 8vw;
  right: 13vw;
}
.special_deco .--txt-special-01 {
  bottom: 14vw;
  left: 0;
}
.special_deco .--txt-special-02 {
  top: 9vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .special_deco .--heart-special-01 {
    top: 23vw;
    left: auto;
    right: 27vw;
  }
  .special_deco .--heart-special-02 {
    display: none;
  }
  .special_deco .--heart-special-03 {
    display: none;
  }
  .special_deco .--dot-special-01 {
    top: 50vw;
    left: 7vw;
    right: auto;
  }
  .special_deco .--dot-special-02 {
    bottom: 20.701vw;
    left: auto;
    right: 29vw;
  }
  .special_deco .--dot-special-03 {
    display: none;
  }
  .special_deco .--star-special-01 {
    top: auto;
    bottom: 8vw;
    left: 13vw;
  }
  .special_deco .--star-special-02 {
    display: none;
  }
  .special_deco .--star-special-03 {
    display: none;
  }
  .special_deco .--txt-special-01 {
    bottom: 104vw;
    left: 0;
  }
  .special_deco .--txt-special-02 {
    top: 48vw;
    right: 0;
  }
}

.shop_deco .--bullet-shop-01 {
  top: 10vw;
  left: 39vw;
  animation: floating 2.5s ease-in-out -0.2s infinite;
}
.shop_deco .--bullet-shop-01::before {
  width: 1.875vw;
  height: 1.146vw;
  transform: rotate(125deg);
}
.shop_deco .--bullet-shop-02 {
  top: 13vw;
  left: 34vw;
  animation: floating 2.5s ease-in-out infinite;
}
.shop_deco .--bullet-shop-02::before {
  width: 4.167vw;
  height: 2.604vw;
}
.shop_deco .--bullet-shop-03 {
  top: 54vw;
  right: 16vw;
  animation: floating 2.5s ease-in-out -0.2s infinite;
}
.shop_deco .--bullet-shop-03::before {
  width: 2.708vw;
  height: 1.042vw;
  transform: rotate(25deg);
}
.shop_deco .--bullet-shop-04 {
  top: 58vw;
  right: 13vw;
  animation: floating 2.5s ease-in-out infinite;
}
.shop_deco .--bullet-shop-04::before {
  width: 2.969vw;
  height: 1.875vw;
  transform: rotate(125deg);
}
.shop_deco .--kira-shop-01 {
  top: 16vw;
  left: 13vw;
  transform: scale(0.7);
}
.shop_deco .--kira-shop-02 {
  bottom: 6vw;
  right: 12vw;
  transform: scale(-1, -1);
}
.shop_deco .--dot-shop-01 {
  bottom: 12vw;
  left: 10vw;
  animation: floating 2.5s ease-in-out 0.2s infinite;
}
.shop_deco .--twinkle-shop-01 {
  bottom: 8.5vw;
  left: 10vw;
  transform: scale(0.7);
  animation: floating 2.5s ease-in-out infinite;
}
.shop_deco .--ring-shop-01 {
  top: 9vw;
  right: 58.5vw;
  z-index: -1;
}
.shop_deco .--txt-shop-01 {
  bottom: -23vw;
  left: -2vw;
  transform: scale(0.6);
}
.shop_deco .--txt-shop-02 {
  top: 9vw;
  right: -2vw;
  transform: scale(0.6);
}
.shop_deco .--dot-shop-02 {
  display: none;
}
.shop_deco .--dot-shop-03 {
  display: none;
}
.shop_deco .--dot-shop-04 {
  display: none;
}
.shop_deco .--twinkle-shop-02 {
  display: none;
}
.shop_deco .--plus-shop-01 {
  display: none;
}
.shop_deco .--heart-shop-01 {
  display: none;
}
.shop_deco .--heart-shop-02 {
  display: none;
}
.shop_deco .--star-shop-01 {
  display: none;
}
.shop_deco .--star-shop-02 {
  display: none;
}
.shop_deco .--kira-shop-03 {
  display: none;
}
.shop_deco .--kira-shop-04 {
  display: none;
}
@media screen and (max-width: 767px) {
  .shop_deco .--bullet-shop-01 {
    top: 180vw;
    left: auto;
    right: 9vw;
  }
  .shop_deco .--bullet-shop-01::before {
    width: 6.075vw;
    height: 4.206vw;
    transform: rotate(125deg);
  }
  .shop_deco .--bullet-shop-02 {
    top: 186vw;
    left: auto;
    right: 17vw;
  }
  .shop_deco .--bullet-shop-02::before {
    width: 9.346vw;
    height: 6.542vw;
  }
  .shop_deco .--bullet-shop-03 {
    top: auto;
    bottom: 187vw;
    right: 8vw;
  }
  .shop_deco .--bullet-shop-03::before {
    width: 5.14vw;
    height: 3.738vw;
    transform: rotate(25deg);
  }
  .shop_deco .--bullet-shop-04 {
    top: auto;
    bottom: 178vw;
    right: 15vw;
  }
  .shop_deco .--bullet-shop-04::before {
    width: 6.308vw;
    height: 3.738vw;
    transform: rotate(125deg);
  }
  .shop_deco .--kira-shop-01 {
    top: auto;
    bottom: 276vw;
    left: 2vw;
    transform: scale(1, -1);
  }
  .shop_deco .--kira-shop-02 {
    bottom: 94vw;
    right: auto;
    left: 2vw;
    transform: scale(-1, 1);
  }
  .shop_deco .--dot-shop-01 {
    bottom: auto;
    top: 241vw;
    left: auto;
    right: 23vw;
    transform: scale(0.7);
  }
  .shop_deco .--twinkle-shop-01 {
    bottom: auto;
    top: 235vw;
    left: auto;
    right: 17vw;
    transform: scale(0.9);
  }
  .shop_deco .--dot-shop-02 {
    display: block;
    bottom: 267vw;
    right: 19vw;
    transform: scale(0.7);
  }
  .shop_deco .--dot-shop-03 {
    display: block;
    top: 94vw;
    left: 10vw;
  }
  .shop_deco .--dot-shop-04 {
    display: block;
    bottom: 60vw;
    right: 23vw;
  }
  .shop_deco .--twinkle-shop-02 {
    display: block;
    bottom: 219vw;
    left: 9vw;
    transform: scale(0.9);
  }
  .shop_deco .--plus-shop-01 {
    display: block;
    bottom: 65vw;
    right: 15vw;
    filter: brightness(0);
  }
  .shop_deco .--heart-shop-01 {
    display: block;
    top: 19vw;
    right: 24vw;
  }
  .shop_deco .--heart-shop-02 {
    display: block;
    top: 310vw;
    right: 13vw;
  }
  .shop_deco .--star-shop-01 {
    display: block;
    top: 145vw;
    left: 1vw;
    animation: blinking 1s ease-in-out infinite 1s alternate;
  }
  .shop_deco .--star-shop-02 {
    display: block;
    top: 152vw;
    left: 8vw;
    animation: blinking 1s ease-in-out infinite alternate;
  }
  .shop_deco .--kira-shop-03 {
    display: block;
    top: 21vw;
    left: 14vw;
  }
  .shop_deco .--kira-shop-04 {
    display: block;
    top: 50vw;
    right: 9vw;
  }
  .shop_deco .--ring-shop-01 {
    display: none;
  }
  .shop_deco .--txt-shop-01 {
    display: none;
  }
  .shop_deco .--txt-shop-02 {
    display: none;
  }
}

.vertical-marquee {
  height: 80vw;
  width: 6.771vw;
  overflow: hidden;
  position: absolute;
  top: -1vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vertical-marquee {
    height: 357vw;
    width: 14.019vw;
  }
}

.marquee-content {
  display: flex;
  flex-direction: column;
  animation: scroll-down 20s linear -20s infinite;
}
@media screen and (max-width: 767px) {
  .marquee-content {
    animation: scroll-down 15s linear -500s infinite;
  }
}

.marquee-content img {
  width: 100%;
  height: auto;
  display: block;
}

#load {
  background: #ffffff;
  position: fixed;
  height: 100svh;
  width: 100%;
  z-index: 999;
  transition: 0.2s;
  transition-delay: 2s;
}
#load.load_active {
  animation: view 0.5s ease-in-out forwards;
}
@keyframes view {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

header #menu_btn {
  width: 4.688vw;
  height: 1.771vw;
  position: fixed;
  top: 1.667vw;
  right: 1.667vw;
  z-index: 90;
  cursor: pointer;
  transition: all 0.4s;
  mix-blend-mode: exclusion;
}
header #menu_btn span {
  width: 100%;
  height: 0.104vw;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: inherit;
}
header #menu_btn span:first-of-type {
  top: 0%;
}
header #menu_btn span:nth-of-type(2) {
  top: 50%;
}
header #menu_btn span:last-of-type {
  bottom: 0%;
}
@media screen and (min-width: 767px) {
  header #menu_btn:hover span:first-of-type {
    top: 50%;
  }
  header #menu_btn:hover span:last-of-type {
    bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
  header #menu_btn {
    width: 11.449vw;
    height: 4.439vw;
    top: 6.5vw;
    right: 6.5vw;
  }
  header #menu_btn span {
    height: 0.467vw;
  }
}
header #menu_btn.open span {
  background-color: #ffffff;
}
header #menu_btn.open span:first-of-type {
  top: 50%;
  transform: translateX(-50%) rotate(15deg);
}
header #menu_btn.open span:nth-of-type(2) {
  opacity: 0;
}
header #menu_btn.open span:last-of-type {
  bottom: 50%;
  transform: translateX(-50%) rotate(-15deg);
}
@media screen and (max-width: 767px) {
  header #menu_btn.open span:first-of-type {
    transform: translateX(-50%) rotate(25deg);
  }
  header #menu_btn.open span:last-of-type {
    bottom: 47%;
    transform: translateX(-50%) rotate(-25deg);
  }
}
header #menu {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  overflow: hidden;
}
header #menu.open {
  opacity: 1;
  pointer-events: all;
  z-index: 85;
}
header #menu.open .nav_ul {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0.25s;
}
@media screen and (max-width: 767px) {
  header #menu {
    justify-content: center;
  }
  header #menu .open .nav_ul {
    transform: translateY(0%);
  }
}
header #menu .nav_ul {
  position: relative;
  width: 22.865vw;
  height: 82.7vh;
  padding: 7vh 4.688vw 4.792vh 2.031vw;
  margin-right: 1.667vw;
  background: url(./images/hamburger.webp?20260717) no-repeat center top/contain;
  opacity: 0;
  transform: translateX(1%);
  transition: all ease-out 0.4s;
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul {
    width: 87%;
    padding: 14vw 23.364vw 18.224vw 7.71vw;
    transform: translateY(-1%);
    margin: 0 auto;
  }
}
header #menu .nav_ul .nav_li {
  font-size: 1.875vw;
  font-weight: 800;
  color: #ffffff;
}
header #menu .nav_ul .nav_li a {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 1.302vw 0;
  position: relative;
  transition: all 0.4s;
}
header #menu .nav_ul .nav_li a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.562vw;
  left: 0.521vw;
  opacity: 0;
  transform: translateX(-10px);
  transform-origin: left center;
  transition: all ease-in-out 0.4s;
}
@media screen and (min-width: 767px) {
  header #menu .nav_ul .nav_li a:hover {
    color: #ff008e;
  }
  header #menu .nav_ul .nav_li a:hover::before {
    opacity: 1;
    transform: translateX(0);
  }
}
header #menu .nav_ul .nav_li span {
  display: block;
  transform: rotate(-11deg);
}
header #menu .nav_ul .nav_li img {
  width: auto;
  height: 1.302vw;
}
header #menu .nav_ul .nav_li-top a::before {
  width: 6.563vw;
  height: 1.927vw;
  background-image: url(./images/icon_menu-top.webp);
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul .nav_li-top a::before {
    width: 25vw;
    height: 7vw;
  }
}
header #menu .nav_ul .nav_li-about a::before {
  width: 8.542vw;
  height: 2.396vw;
  background-image: url(./images/icon_menu-about.webp);
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul .nav_li-about a::before {
    width: 30vw;
    height: 9vw;
  }
}
header #menu .nav_ul .nav_li-illust a::before {
  width: 13.49vw;
  height: 3.49vw;
  background-image: url(./images/icon_menu-illust.webp);
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul .nav_li-illust a::before {
    width: 49vw;
    height: 13vw;
  }
}
header #menu .nav_ul .nav_li-lineup a::before {
  width: 13.75vw;
  height: 3.385vw;
  background-image: url(./images/icon_menu-lineup.webp);
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul .nav_li-lineup a::before {
    width: 49vw;
    height: 12vw;
  }
}
header #menu .nav_ul .nav_li-special a::before {
  width: 17.135vw;
  height: 4.167vw;
  background-image: url(./images/icon_menu-special.webp);
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul .nav_li-special a::before {
    width: 60vw;
    height: 14.5vw;
  }
}
header #menu .nav_ul .nav_li-shop a::before {
  width: 10.313vw;
  height: 2.76vw;
  background-image: url(./images/icon_menu-shop.webp);
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul .nav_li-shop a::before {
    width: 36vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  header #menu .nav_ul .nav_li {
    font-size: 6.542vw;
  }
  header #menu .nav_ul .nav_li a {
    padding: 5.374vw 0;
  }
  header #menu .nav_ul .nav_li a:active {
    color: #ff008e;
  }
  header #menu .nav_ul .nav_li a:active::before {
    opacity: 1;
    transform: translateX(0);
  }
}

main .movie_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
main .movie_bg .movie-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
main .movie_bg video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
main #mv {
  width: 100%;
  height: 52.917vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main #mv {
    height: 186.916vw;
    overflow: visible;
    z-index: 2;
  }
}
main #mv.active h1::before {
  opacity: 1;
  transition-delay: 1.3s;
  animation: floating 2.5s ease-in-out 1.7s infinite;
}
main #mv.active h1 .mv_title-01, main #mv.active h1 .mv_title-02, main #mv.active h1 .mv_title-03, main #mv.active h1 .mv_title-04 {
  transform: translate(0, 0);
}
main #mv.active h1 .mv_title-02 {
  transition-delay: 0.1s;
}
main #mv.active h1 .mv_title-03 {
  transition-delay: 0.2s;
}
main #mv.active h1 .mv_title-04 {
  transition-delay: 0.3s;
}
main #mv.active .mv_info-date {
  transform-origin: center;
  animation: mvPanZoom 0.6s cubic-bezier(0.1, 0.7, 0.3, 1) forwards;
  animation-delay: 0.8s;
}
main #mv.active .mv_slider::after {
  opacity: 1;
  transition-delay: 2.5s;
}
main #mv.active .mv_slider_btn {
  opacity: 1;
  transition-delay: 2.5s;
}
main #mv.active .mv_deco .mv_deco_li-txt {
  opacity: 1;
  transition-delay: 2.5s;
}
main #mv.active .mv_deco .mv_deco_li-check {
  animation: fadeIn 1s ease-in-out 3s infinite alternate;
}
main #mv.active .mv_deco .mv_deco_li-dot {
  animation: fadeIn 1s ease-in-out 2.5s infinite alternate;
}
main #mv.active .mv_deco .mv_deco_li-bullet.bullet-01 {
  opacity: 1;
  transition-delay: 2.5s;
}
main #mv.active .mv_deco .mv_deco_li-bullet.bullet-02 {
  opacity: 1;
  transition-delay: 3s;
}
main #mv.active .mv_deco .mv_deco_li-bullet.bullet-03 {
  opacity: 1;
  transition-delay: 2.5s;
}
main #mv.active .mv_deco .mv_deco_li-bullet.bullet-04 {
  opacity: 1;
  transition-delay: 3s;
}
main #mv.active .mv_deco .mv_deco_li-metal-star {
  opacity: 1;
  transition-delay: 3s;
}
main #mv.active .mv_deco .mv_deco_li-metal-heart {
  opacity: 1;
  transition-delay: 3s;
}
main #mv.active .mv_deco .mv_deco_li-metal-bullet {
  opacity: 1;
  transition-delay: 3s;
}
main #mv .logo_ap {
  width: 9.375vw;
  position: absolute;
  top: 1.563vw;
  left: 1.354vw;
  filter: brightness(0);
  z-index: 10;
  transition: transform 0.4s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 767px) {
  main #mv .logo_ap:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  main #mv .logo_ap {
    width: 23.598vw;
    top: 5.374vw;
    left: 5.841vw;
  }
}
main #mv .mv_info {
  width: 32.552vw;
  position: absolute;
  top: 5.833vw;
  left: 6.406vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main #mv .mv_info {
    width: 70.327vw;
    top: 92vw;
    left: 5.841vw;
  }
}
main #mv h1 {
  position: relative;
  z-index: 10;
}
main #mv h1::before {
  content: "";
  width: 29.531vw;
  height: 18.906vw;
  background-image: url(./images/mv_deco02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1vw;
  left: -1.5vw;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  main #mv h1::before {
    width: 55.374vw;
    height: 35.514vw;
    left: -2.5vw;
  }
}
main #mv h1 .mv_title {
  display: block;
  transition: all 0.2s;
}
main #mv h1 .mv_title-01 {
  width: 28.49vw;
  margin-bottom: -2.083vw;
  transform: translate(-34.896vw, -3.646vw);
}
main #mv h1 .mv_title-02 {
  width: 28.49vw;
  margin-bottom: -1.042vw;
  transform: translate(-34.896vw, -3.646vw);
}
main #mv h1 .mv_title-03 {
  width: 15vw;
  margin-bottom: 2.083vw;
  transform: translate(-34.896vw, -3.646vw);
}
main #mv h1 .mv_title-04 {
  width: 27.6vw;
  transform: translate(-39.062vw, 2.604vw);
}
@media screen and (max-width: 767px) {
  main #mv h1 .mv_title-01 {
    width: 53.505vw;
    margin-bottom: -3.505vw;
    transform: translate(-67vw, -5vw);
  }
  main #mv h1 .mv_title-02 {
    width: 53.505vw;
    margin-bottom: -1.168vw;
    transform: translate(-67vw, -5vw);
  }
  main #mv h1 .mv_title-03 {
    width: 28.271vw;
    margin-bottom: 3.505vw;
    transform: translate(-42vw, -4vw);
  }
  main #mv h1 .mv_title-04 {
    width: 58.7vw;
    transform: translate(-82vw, 6vw);
  }
}
main #mv .mv_info-date {
  opacity: 0;
  transform: scale(0);
  position: relative;
  z-index: 0;
}
main #mv .mv_deco .mv_deco_li {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
main #mv .mv_deco .mv_deco_li-txt {
  width: 0.573vw;
  height: 35.156vw;
  background-image: url(./images/mv_deco01.webp);
  top: 8.021vw;
  left: 1.354vw;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-txt {
    display: none;
  }
}
main #mv .mv_deco .mv_deco_li-check {
  width: 1.823vw;
  height: 1.823vw;
  background-image: url(./images/icon-check-pink.svg);
  top: 5.313vw;
  right: 9.115vw;
  opacity: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-check {
    width: 4.673vw;
    height: 4.673vw;
    top: 15.888vw;
    right: auto;
    left: 48.5vw;
  }
}
main #mv .mv_deco .mv_deco_li-dot {
  width: 3.75vw;
  height: 1.667vw;
  background-image: url(./images/icon-dot.svg);
  top: 3.948vw;
  left: 40.365vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-dot {
    width: 7.71vw;
    height: 3.505vw;
    top: 23.131vw;
    left: auto;
    right: 3vw;
  }
}
main #mv .mv_deco .mv_deco_li-bullet {
  transition: all 0.4s;
  animation: floating 2.5s ease-in-out infinite;
}
main #mv .mv_deco .mv_deco_li-bullet::before {
  content: "";
  background-image: url(./images/icon-bullet.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
main #mv .mv_deco .mv_deco_li-bullet.bullet-01 {
  top: 2.083vw;
  left: 25.26vw;
}
main #mv .mv_deco .mv_deco_li-bullet.bullet-01::before {
  width: 2.24vw;
  height: 1.771vw;
  transform: rotate(-240deg);
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-bullet.bullet-01 {
    top: 14vw;
    left: 5.374vw;
  }
  main #mv .mv_deco .mv_deco_li-bullet.bullet-01::before {
    width: 4.673vw;
    height: 3.738vw;
    transform: rotate(-190deg);
  }
}
main #mv .mv_deco .mv_deco_li-bullet.bullet-02 {
  top: 4.167vw;
  left: 31.615vw;
  animation: floating 2.5s ease-in-out -1.25s infinite;
}
main #mv .mv_deco .mv_deco_li-bullet.bullet-02::before {
  width: 3.594vw;
  height: 2.813vw;
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-bullet.bullet-02 {
    width: 7.009vw;
    height: 5.841vw;
    display: none;
  }
  main #mv .mv_deco .mv_deco_li-bullet.bullet-02::before {
    top: 17vw;
    left: 14.019vw;
    transform: rotate(-80deg);
  }
}
main #mv .mv_deco .mv_deco_li-bullet.bullet-03 {
  top: 2.396vw;
  right: 13.75vw;
}
main #mv .mv_deco .mv_deco_li-bullet.bullet-03::before {
  width: 1.615vw;
  height: 1.25vw;
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-bullet.bullet-03 {
    display: none;
  }
}
main #mv .mv_deco .mv_deco_li-bullet.bullet-04 {
  top: 32.813vw;
  left: 30.729vw;
  z-index: 20;
}
main #mv .mv_deco .mv_deco_li-bullet.bullet-04::before {
  width: 5.052vw;
  height: 4.01vw;
  transform: rotate(97deg);
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-bullet.bullet-04 {
    display: none;
  }
}
main #mv .mv_deco .mv_deco_li-metal-star {
  top: 44vw;
  left: 7.25vw;
  transition: all 1s;
  z-index: 20;
}
main #mv .mv_deco .mv_deco_li-metal-star::before {
  content: "";
  width: 5.781vw;
  height: 6.563vw;
  background-image: url(./images/icon-metal-star01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  animation: floating 2.5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-metal-star {
    top: 171vw;
    left: 7.14vw;
  }
  main #mv .mv_deco .mv_deco_li-metal-star::before {
    width: 15.3vw;
    height: 17vw;
  }
}
main #mv .mv_deco .mv_deco_li-metal-heart {
  top: 46vw;
  left: 21vw;
  transition: all 1s;
  z-index: 20;
}
main #mv .mv_deco .mv_deco_li-metal-heart::before {
  content: "";
  width: 6.667vw;
  height: 5.573vw;
  background-image: url(./images/icon-metal-heart01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  animation: floating 2.5s ease-in-out -1.25s infinite;
}
@media screen and (max-width: 767px) {
  main #mv .mv_deco .mv_deco_li-metal-heart {
    top: 177.57vw;
    left: 49.065vw;
  }
  main #mv .mv_deco .mv_deco_li-metal-heart::before {
    width: 16.355vw;
    height: 15.654vw;
  }
}
main #about {
  width: 100%;
  color: #ffffff;
  z-index: 10;
  padding-top: 10.417vw;
  padding-bottom: 18.021vw;
  position: relative;
}
main #about::before {
  content: "";
  display: block;
  width: 100%;
  height: 4.115vw;
  background: url(./images/bg_pattern-grid.webp) #000000 left top 0.104vw/2%;
  clip-path: polygon(0 65%, 100% 1%, 100% 100%, 0% 100%);
  position: absolute;
  top: -4.115vw;
  left: 0;
  transform: translateX(0);
  filter: none;
}
@media screen and (max-width: 767px) {
  main #about {
    padding-top: 13vw;
    padding-bottom: 38vw;
    scroll-margin-top: 0;
    margin-top: -2px;
    z-index: 1;
  }
  main #about::before {
    display: none;
  }
}
main #about.active .about_copy {
  opacity: 1;
  transform: translateY(0);
}
main #about.active .about_copy .border_deco .border_deco_li::before {
  content: "";
  transition-delay: 0.6s;
}
main #about.active .about_copy .border_deco .border_deco_li-01::before {
  width: 27.8vw;
}
@media screen and (max-width: 767px) {
  main #about.active .about_copy .border_deco .border_deco_li-01::before {
    width: 66.589vw;
  }
}
main #about.active .about_copy .border_deco .border_deco_li-02::before {
  width: 27vw;
}
@media screen and (max-width: 767px) {
  main #about.active .about_copy .border_deco .border_deco_li-02::before {
    width: 66.589vw;
  }
}
main #about.active .about_copy .border_deco .border_deco_li-03::before {
  width: 9.3vw;
}
@media screen and (max-width: 767px) {
  main #about.active .about_copy .border_deco .border_deco_li-03::before {
    width: 24vw;
  }
}
main #about .about_copy {
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transform: translateY(20%);
  transition: all ease-in-out 0.6s;
}
main #about .about_copy-01 {
  width: 70vw;
}
@media screen and (max-width: 767px) {
  main #about .about_copy-01 {
    width: 85.981vw;
  }
}
main #about .about_copy-02 {
  width: 54.74vw;
  margin-top: 4.115vw;
}
@media screen and (max-width: 767px) {
  main #about .about_copy-02 {
    width: 74.533vw;
    margin-top: 14vw;
  }
}
main #about .about_copy .border_deco .border_deco_li {
  position: absolute;
  top: 5.2vw;
}
main #about .about_copy .border_deco .border_deco_li::before {
  content: "";
  width: 0;
  height: 1.667vw;
  background-color: #ff008e;
  position: absolute;
  transform-origin: left top;
  transition: all ease-in-out 0.4s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main #about .about_copy .border_deco .border_deco_li::before {
    height: 3.271vw;
  }
}
main #about .about_copy .border_deco .border_deco_li-01 {
  left: 6vw;
}
@media screen and (max-width: 767px) {
  main #about .about_copy .border_deco .border_deco_li-01 {
    top: 12.5vw;
    left: 10vw;
  }
}
main #about .about_copy .border_deco .border_deco_li-02 {
  left: 37vw;
}
@media screen and (max-width: 767px) {
  main #about .about_copy .border_deco .border_deco_li-02 {
    top: 29.7vw;
    left: 10vw;
  }
}
main #about .about_copy .border_deco .border_deco_li-03 {
  top: 1.1vw;
  right: 33.8vw;
}
@media screen and (max-width: 767px) {
  main #about .about_copy .border_deco .border_deco_li-03 {
    top: 3.879vw;
    right: auto;
    left: 45.3vw;
  }
}
main #about .about_info_tab {
  justify-content: center;
  gap: 0 3.802vw;
  margin-top: 8.594vw;
}
@media screen and (max-width: 767px) {
  main #about .about_info_tab {
    gap: 0 4.673vw;
    margin-top: 38.7vw;
  }
}
main #about .about_info_tab .about_info_tab_li {
  display: inline-block;
  padding: 0.104vw 0.833vw 0.313vw;
  color: #000000;
  font-size: 1.667vw;
  font-weight: 900;
  text-align: center;
  background-image: url(./images/about_tb.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
main #about .about_info_tab .about_info_tab_li::after {
  content: "";
  width: 2.552vw;
  height: 1.302vw;
  background-image: url(./images/about_tb_tail.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.302vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main #about .about_info_tab .about_info_tab_li {
    padding: 0.467vw 3.037vw 0.935vw;
    font-size: 4vw;
  }
  main #about .about_info_tab .about_info_tab_li::after {
    width: 5.841vw;
    height: 3.037vw;
    bottom: -3vw;
  }
}
main #about .about_info_tab .about_info_tab_li-01 {
  background-image: url(./images/about_tb-dangan.webp);
}
main #about .about_info_tab .about_info_tab_li.is-active {
  opacity: 1;
}
main #about .about_info_tab .about_info_tab_li.is-active::after {
  opacity: 1;
}
main #about .about_info_box {
  width: 100%;
  max-width: 64.74vw;
  height: 28.646vw;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-in-out 0.6s;
}
main #about .about_info_box.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  main #about .about_info_box {
    max-width: none;
    height: auto;
  }
}
main #about .about_info {
  justify-content: space-between;
  margin-top: 3.385vw;
  display: none;
  animation: fadeIn 0.5s ease forwards;
}
@media screen and (max-width: 767px) {
  main #about .about_info {
    flex-direction: column;
    margin-top: 8.645vw;
  }
}
main #about .about_info.is-active {
  display: flex;
}
main #about .about_info p {
  font-size: 1.042vw;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 0.833vw;
}
main #about .about_info p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main #about .about_info p {
    font-size: 3.271vw;
    line-height: 1.7;
    margin-bottom: 3.037vw;
  }
}
main #about .about_info p.link_x {
  position: relative;
  padding-left: 2.3vw;
}
main #about .about_info p.link_x::before {
  content: "";
  width: 1.615vw;
  height: 1.667vw;
  background-image: url(./images/icon-x.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main #about .about_info p.link_x {
    padding-left: 4.673vw;
    position: absolute;
    top: 30.374vw;
    left: 50%;
    transform: translateX(-50%);
  }
  main #about .about_info p.link_x::before {
    width: 3.505vw;
    height: 3.271vw;
    right: 0;
  }
}
main #about .about_info a {
  color: #ff008e;
  position: relative;
  margin-right: 0.26vw;
  opacity: 1;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  main #about .about_info a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  main #about .about_info a {
    margin-right: 1.168vw;
  }
}
main #about .about_info a::before {
  content: "";
  width: 100%;
  height: 0.104vw;
  background-color: #ff008e;
  position: absolute;
  bottom: -0.26vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  main #about .about_info a::before {
    height: 0.234vw;
    bottom: -0.467vw;
  }
}
main #about .about_info a span {
  position: relative;
  padding-right: 1.25vw;
}
main #about .about_info a span::before {
  content: "";
  width: 0.99vw;
  height: 0.99vw;
  background-image: url(./images/icon-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.3vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main #about .about_info a span {
    padding-right: 4.673vw;
  }
  main #about .about_info a span::before {
    width: 3.037vw;
    height: 3.037vw;
    right: 1.3vw;
  }
}
main #about .about_info a.a_link-x {
  font-size: 1.667vw;
}
main #about .about_info a.a_link-x span {
  width: 1.302vw;
  height: 1.302vw;
}
main #about .about_info a.a_link-x span::before {
  right: 0;
}
@media screen and (max-width: 767px) {
  main #about .about_info a.a_link-x {
    font-size: 3.505vw;
  }
  main #about .about_info a.a_link-x span::before {
    right: 0;
  }
}
main #about .about_info .about_info-img {
  position: relative;
  z-index: 0;
}
main #about .about_info .about_info-img::before {
  content: "";
  width: 16.146vw;
  height: 16.146vw;
  background-image: url(./images/icon-target.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: Rotate 5s linear infinite;
}
@media screen and (max-width: 767px) {
  main #about .about_info .about_info-img::before {
    width: 33.879vw;
    height: 33.879vw;
  }
}
main #about .about_info-01 .about_info-img {
  width: 26.979vw;
}
main #about .about_info-01 .about_info-img::before {
  top: 6.25vw;
  left: -7.812vw;
}
main #about .about_info-01 .about_info-txt {
  width: 56%;
}
@media screen and (max-width: 767px) {
  main #about .about_info-01 .about_info-img {
    width: 100%;
    margin-bottom: 7.477vw;
  }
  main #about .about_info-01 .about_info-img::before {
    display: none;
  }
  main #about .about_info-01 .about_info-txt {
    width: 100%;
  }
}
main #about .about_info-02 .about_info-img {
  width: 8.656vw;
  margin-left: 6.646vw;
}
main #about .about_info-02 .about_info-img::before {
  top: -6.771vw;
  left: -7.812vw;
}
main #about .about_info-02 .about_info-txt {
  width: 72%;
}
@media screen and (max-width: 767px) {
  main #about .about_info-02 {
    position: relative;
  }
  main #about .about_info-02 .about_info-img {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 16.355vw;
  }
  main #about .about_info-02 .about_info-img img {
    width: 32%;
  }
  main #about .about_info-02 .about_info-img::before {
    top: -2.336vw;
    right: 9.346vw;
    left: auto;
  }
  main #about .about_info-02 .about_info-txt {
    width: 94%;
    margin: 0 auto;
  }
}
main #illust {
  padding-top: 10.938vw;
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  main #illust {
    padding-top: 17vw;
    margin-bottom: -8vw;
  }
}
main #illust .illust_slider_inner {
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-in-out 0.6s;
}
main #illust .illust_slider_inner.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  main #illust .illust_slider_inner {
    margin-top: -5vw;
  }
}
main #illust .illust_inner {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main #illust .illust_inner {
    margin-top: 5vw;
    margin-bottom: 25vw;
  }
}
main #illust .illust_movie_box {
  background-color: #d6d6d6;
  clip-path: polygon(0 21%, 100% 0, 100% 79%, 0% 100%);
  width: 100%;
  height: 49.167vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
main #illust .illust_movie_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./images/movie_effect.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: soft-light;
  animation: effect-flicker-rare 4s infinite;
}
main #illust .illust_movie_box::after {
  content: "";
  animation: noise_move 3s steps(10) infinite;
  background: url(./images/suna.jpg);
  display: block;
  height: 300%;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 300%;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main #illust .illust_movie_box {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    height: 93.224vw;
  }
  main #illust .illust_movie_box::before {
    width: 100%;
    background-image: url(./images/sp/movie_effect.webp);
  }
}
main #illust .illust_movie_box .movie_btn {
  width: 21.823vw;
  position: absolute;
  top: 3.646vw;
  right: 2.083vw;
  transition: all 0.6s;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
  animation: tv-flicker 1s infinite;
}
@media screen and (max-width: 767px) {
  main #illust .illust_movie_box .movie_btn {
    width: 29.439vw;
    top: 5.841vw;
    right: 2.336vw;
  }
}
main #illust .illust_movie_box:hover .movie_btn {
  opacity: 1;
  animation: none;
}
main #illust .illust_movie_box.video_ver .movie_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  main #illust .illust_movie_box.video_ver .movie_btn {
    top: auto;
    bottom: 12vw;
    transform: rotate(-5deg);
    animation: none !important;
    display: block;
  }
  main #illust .illust_movie_box.video_ver .movie_btn img {
    animation: rattle 1s infinite;
  }
  main #illust .illust_movie_box.video_ver .illust_movie_box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main #illust .illust_movie_box.video_ver_no .movie_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main #illust .illust_movie_box {
    position: relative;
  }
  main #illust .custom_cursor {
    display: block;
    position: absolute;
    bottom: 11.682vw;
    right: 2.336vw;
    width: 18.692vw;
    height: 18.692vw;
    pointer-events: none;
    z-index: 10;
    filter: drop-shadow(0px 0px 2px #ff008e);
    opacity: 0;
  }
  main #illust .custom_cursor.video_ver_no {
    opacity: 1;
  }
  main #illust .custom_cursor::before, main #illust .custom_cursor::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: Rotate-illustmovie 10s linear infinite;
  }
  main #illust .custom_cursor::before {
    width: 100%;
    height: 100%;
    background-image: url(./images/illust_movie_btn-03.svg);
  }
  main #illust .custom_cursor::after {
    width: 90%;
    height: 90%;
    background-image: url(./images/illust_movie_btn-02.svg);
    animation-direction: reverse;
  }
  main #illust .custom_cursor .custom_cursor_inner {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  main #illust .custom_cursor .custom_cursor_inner::before, main #illust .custom_cursor .custom_cursor_inner::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  main #illust .custom_cursor .custom_cursor_inner::before {
    width: 100%;
    height: 100%;
    left: 50%;
    background-image: url(./images/illust_movie_btn-01.svg);
    animation: Rotate-illustmovie 10s linear infinite;
  }
  main #illust .custom_cursor .custom_cursor_inner::after {
    width: 5.841vw;
    height: 5.374vw;
    left: 55%;
    background-image: url(./images/illust_movie_btn-triangle.svg);
    animation: Pulse-triangle 1.5s ease-in-out infinite;
  }
  @keyframes Pulse-triangle {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }
    15% {
      transform: translate(-50%, -50%) scale(1.15); /* 1回目の「どくん（大）」 */
    }
    30% {
      transform: translate(-50%, -50%) scale(1); /* 戻る */
    }
    45% {
      transform: translate(-50%, -50%) scale(1.15); /* 2回目の「どくん（大）」 */
    }
    60% {
      transform: translate(-50%, -50%) scale(1); /* 戻る */
    }
    100% {
      transform: translate(-50%, -50%) scale(1); /* 次の鼓動までの「間」 */
    }
  }
}
@media (hover: hover) and (pointer: fine) {
  main #illust {
    /* 対象エリアに入ったとき、デフォルトの矢印カーソルを非表示にする */
  }
  main #illust .video_ver,
  main #illust .video_ver * {
    cursor: none !important;
  }
  main #illust {
    /* カスタムカーソルのデザインと設定 */
  }
  main #illust .custom_cursor {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 10.417vw;
    height: 10.417vw;
    margin-top: -5.208vw;
    margin-left: -5.208vw;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0s;
    will-change: transform;
    filter: drop-shadow(0px 0px 2px #ff008e);
  }
  main #illust .custom_cursor::before, main #illust .custom_cursor::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: Rotate-illustmovie 10s linear infinite;
  }
  main #illust .custom_cursor::before {
    width: 100%;
    height: 100%;
    background-image: url(./images/illust_movie_btn-03.svg);
  }
  main #illust .custom_cursor::after {
    width: 90%;
    height: 90%;
    background-image: url(./images/illust_movie_btn-02.svg);
    animation-direction: reverse;
  }
  main #illust .custom_cursor .custom_cursor_inner {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  main #illust .custom_cursor .custom_cursor_inner::before, main #illust .custom_cursor .custom_cursor_inner::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  main #illust .custom_cursor .custom_cursor_inner::before {
    width: 100%;
    height: 100%;
    left: 50%;
    background-image: url(./images/illust_movie_btn-01.svg);
    animation: Rotate-illustmovie 10s linear infinite;
  }
  main #illust .custom_cursor .custom_cursor_inner::after {
    width: 3.906vw;
    height: 3.75vw;
    left: 55%;
    background-image: url(./images/illust_movie_btn-triangle.svg);
  }
  main #illust .custom_cursor.is-active {
    opacity: 1;
  }
}
main #illust .video-bg {
  position: relative;
  height: 100%;
  background: #d6d6d6;
  overflow: hidden;
}
main #illust .video-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.3;
}
main #illust .video-bg iframe,
main #illust .video-bg video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 60vw;
}
@media screen and (max-width: 767px) {
  main #illust .video-bg iframe,
  main #illust .video-bg video {
    width: 170vw;
    height: 100vw;
  }
}
main #lineup {
  padding-top: 2.865vw;
  padding-bottom: 13vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main #lineup {
    padding-top: 10.514vw;
    padding-bottom: 18vw;
  }
}
main #lineup .lineup_list_ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.458vw 1vw;
  margin-top: 2vw;
}
@media screen and (min-width: 767px) {
  main #lineup .lineup_list_ul.active .lineup_list_li {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_list_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.336vw;
    margin-top: 5vw;
  }
}
main #lineup .lineup_list_ul a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  main #lineup .lineup_list_ul a:hover {
    opacity: 0.6;
  }
}
main #lineup .lineup_list_ul .lineup_list_li {
  font-weight: 800;
  width: 15.4vw;
  aspect-ratio: 232/340;
  background: url(./images/lineup_box.svg?20260722) no-repeat center center/contain;
  padding: 1.7vw 0.8vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
main #lineup .lineup_list_ul .lineup_list_li.is-visible {
  opacity: 1;
  transform: translateY(0);
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(1) {
  transition-delay: 0.1s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(2) {
  transition-delay: 0.2s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(3) {
  transition-delay: 0.3s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(4) {
  transition-delay: 0.4s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(5) {
  transition-delay: 0.5s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(6) {
  transition-delay: 0.6s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(7) {
  transition-delay: 0.7s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(8) {
  transition-delay: 0.8s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(9) {
  transition-delay: 0.9s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(10) {
  transition-delay: 1s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(11) {
  transition-delay: 1.1s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(12) {
  transition-delay: 1.2s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(13) {
  transition-delay: 1.3s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(14) {
  transition-delay: 1.4s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(15) {
  transition-delay: 1.5s;
}
main #lineup .lineup_list_ul .lineup_list_li:nth-child(16) {
  transition-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_list_ul .lineup_list_li {
    transition-delay: 0s !important;
  }
  main #lineup .lineup_list_ul .lineup_list_li:nth-child(2n) {
    transition-delay: 0.15s !important;
  }
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_list_ul .lineup_list_li {
    width: 42.6vw;
    height: 63vw;
    aspect-ratio: 183/264;
    padding: 5vw 2.336vw;
  }
}
main #lineup .lineup_list_ul .lineup_list_img {
  border: 1px solid #eaeaea;
  overflow: hidden;
  position: relative;
}
main #lineup .lineup_list_ul .lineup_list_img .icon-trading {
  font-size: 0.625vw;
  color: #ffffff;
  background-color: #000000;
  width: 5vw;
  height: 1.042vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_list_ul .lineup_list_img .icon-trading {
    font-size: 2.103vw;
    width: 16.589vw;
    height: 3.738vw;
  }
}
main #lineup .lineup_list_ul .lineup_list_name {
  font-size: 1.1vw;
  line-height: 1.3;
  margin-top: 0.313vw;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_list_ul .lineup_list_name {
    font-size: 3vw;
    margin-top: 1.168vw;
  }
}
main #lineup .lineup_list_ul .lineup_list_info {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
main #lineup .lineup_list_ul .lineup_list_info-type {
  font-size: 0.85vw;
  color: #ffffff;
  width: 4vw;
  height: 1.6vw;
  background-color: #000000;
  border-radius: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_list_ul .lineup_list_info-type {
    font-size: 2.336vw;
    width: 11.682vw;
    height: 4.439vw;
    border-radius: 3.037vw;
  }
}
main #lineup .lineup_list_ul .lineup_list_info-price {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.1vw;
}
main #lineup .lineup_list_ul .lineup_list_info-price span {
  font-size: 0.521vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  main #lineup .lineup_list_ul .lineup_list_info-price {
    font-size: 3.271vw;
  }
  main #lineup .lineup_list_ul .lineup_list_info-price span {
    font-size: 1.402vw;
  }
}
main #lineup .reproduction_area {
  position: relative;
  z-index: 0;
}
main #lineup .reproduction_area::before {
  content: "";
  width: 41.667vw;
  height: 41.667vw;
  background-image: url(./images/icon-revolver.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -13vw;
  right: -19vw;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
  animation: Rotate 12s linear reverse infinite;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_area::before {
    display: none;
  }
}
main #lineup .reproduction_area::after {
  content: "";
  width: 15vw;
  height: 12vw;
  background-image: url(./images/icon-bullet.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -8vw;
  right: 20vw;
  z-index: -1;
  opacity: 0.1;
  pointer-events: none;
  transform: rotate(182deg);
  animation: floating-reproduction_area 2.5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_area::after {
    display: none;
  }
}
main #lineup .reproduction_box {
  background: url(./images/reproduction_box_bg.webp) no-repeat #ffffff center top 30%/84%;
  border: 1px solid #000000;
  position: relative;
  padding: 3.958vw 0 4.583vw;
  margin-top: 4.167vw;
  font-size: 0.938vw;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-in-out 0.6s;
}
main #lineup .reproduction_box.active {
  opacity: 1;
  transform: translateY(0);
}
main #lineup .reproduction_box.active .h3-reproduction::before {
  transform: translateX(-50%) scale(1, 1);
  transition-delay: 0.6s;
}
main #lineup .reproduction_box::before, main #lineup .reproduction_box::after {
  content: "";
  width: 100%;
  height: 0.885vw;
  background-image: url(./images/reproduction_box-pattern.webp);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
main #lineup .reproduction_box::before {
  top: 0;
}
main #lineup .reproduction_box::after {
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box {
    background: url(./images/sp/reproduction_box_bg.webp) no-repeat #ffffff center top 41%/93%;
    font-size: 3.271vw;
    margin-top: 3.505vw;
    padding: 14vw 8vw;
  }
  main #lineup .reproduction_box::before, main #lineup .reproduction_box::after {
    height: 3.037vw;
    background-size: 252%;
  }
}
main #lineup .reproduction_box .reproduction_intor {
  line-height: 1.6;
  margin-top: 2.604vw;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_intor {
    margin-top: 4.673vw;
    margin-bottom: 7vw;
    text-align: left;
  }
}
main #lineup .reproduction_box .reproduction_info {
  justify-content: center;
  align-items: center;
  margin-top: 3.906vw;
  gap: 2.865vw;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_info {
    flex-direction: column;
    margin-top: 10.514vw;
    gap: 0.935vw;
  }
}
main #lineup .reproduction_box .reproduction_info .reproduction_info_li-type {
  display: flex;
  align-items: center;
  gap: 0.938vw;
  font-size: 1.146vw;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_info .reproduction_info_li-type {
    font-size: 3.271vw;
    gap: 2.57vw;
  }
}
main #lineup .reproduction_box .reproduction_info .reproduction_info_li-type .type_box {
  font-size: 1.146vw;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: 4.427vw;
  height: 1.458vw;
  background-color: #000000;
  border-radius: 0.729vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_info .reproduction_info_li-type .type_box {
    font-size: 2.804vw;
    width: 11.449vw;
    height: 4.206vw;
    border-radius: 3.972vw;
  }
}
main #lineup .reproduction_box .reproduction_info .reproduction_info_li-price {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.458vw;
  font-weight: 800;
}
main #lineup .reproduction_box .reproduction_info .reproduction_info_li-price span {
  font-size: 0.625vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_info .reproduction_info_li-price {
    font-size: 4.673vw;
  }
  main #lineup .reproduction_box .reproduction_info .reproduction_info_li-price span {
    font-size: 1.636vw;
  }
}
main #lineup .reproduction_box .reproduction_end_txt {
  font-size: 1.875vw;
  font-weight: 800;
  margin-top: 3.083vw;
}
main #lineup .reproduction_box .reproduction_end_txt small {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_end_txt {
    font-size: 4.907vw;
    line-height: 1.5;
    margin-top: 4.673vw;
  }
  main #lineup .reproduction_box .reproduction_end_txt small {
    font-size: 3.271vw;
  }
}
main #lineup .reproduction_box .reproduction_end_txt a {
  color: #ff008e;
  position: relative;
  margin-left: 0.052vw;
  margin-right: 0.417vw;
  opacity: 1;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  main #lineup .reproduction_box .reproduction_end_txt a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_end_txt a {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.336vw;
  }
}
main #lineup .reproduction_box .reproduction_end_txt a::before {
  content: "";
  width: 100%;
  height: 0.104vw;
  background-color: #ff008e;
  position: absolute;
  bottom: -0.26vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_end_txt a::before {
    height: 0.234vw;
    bottom: -0.467vw;
  }
}
main #lineup .reproduction_box .reproduction_end_txt a span {
  position: relative;
  padding-right: 1.979vw;
}
main #lineup .reproduction_box .reproduction_end_txt a span::before {
  content: "";
  width: 1.458vw;
  height: 1.458vw;
  background-image: url(./images/icon-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_end_txt a span {
    padding-right: 6.776vw;
  }
  main #lineup .reproduction_box .reproduction_end_txt a span::before {
    width: 4.439vw;
    height: 4.439vw;
  }
}
main #lineup .reproduction_box .reproduction_end_txt a.a_link-x {
  font-size: 1.667vw;
  color: #ffffff;
}
main #lineup .reproduction_box .reproduction_end_txt a.a_link-x::before {
  background-color: #ffffff;
}
main #lineup .reproduction_box .reproduction_end_txt a.a_link-x span {
  width: 1.302vw;
  height: 1.302vw;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_box .reproduction_end_txt a.a_link-x {
    font-size: 3.505vw;
  }
}
main #lineup .reproduction_kome_txt {
  font-size: 0.938vw;
  line-height: 2.22;
  margin-top: 0.938vw;
}
main #lineup .reproduction_kome_txt p {
  display: inline;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main #lineup .reproduction_kome_txt {
    font-size: 2.336vw;
    margin-top: 2.336vw;
  }
}
main #special {
  background-color: #000000;
  padding-top: 11.458vw;
  padding-bottom: 11.979vw;
  animation: special_bg 200s linear infinite;
}
@media screen and (max-width: 767px) {
  main #special {
    padding-top: 30.374vw;
    padding-bottom: 23.364vw;
    animation: special_bg 150s linear infinite;
  }
}
main #special .special_box_move {
  margin-bottom: 3.229vw;
  position: relative;
  z-index: 0;
}
main #special .special_box_move.active .special_box {
  opacity: 1;
  transform: translateY(0);
}
main #special .special_box_move.active .special_box.special_box-02, main #special .special_box_move.active .special_box.special_box-03, main #special .special_box_move.active .special_box.special_box--04 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  main #special .special_box_move.active .special_box.special_box-02, main #special .special_box_move.active .special_box.special_box-03, main #special .special_box_move.active .special_box.special_box--04 {
    transition-delay: 0.3s;
  }
}
main #special .special_box_move.active .pc-mask-line {
  animation: drawMaskLine 0.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1 forwards;
}
main #special .special_box_move.active .sp-mask-line {
  animation: drawSpMask 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1 forwards;
}
main #special .special_box_move .stroke_box {
  width: 118%;
  position: absolute;
  top: -12.396vw;
  left: -4.167vw;
  z-index: 1;
}
main #special .special_box_move .stroke_box svg {
  width: 100%;
}
main #special .special_box_move .stroke_box::before, main #special .special_box_move .stroke_box::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
main #special .special_box_move .stroke_box::before {
  width: 2.24vw;
  height: 2.24vw;
  background-image: url(./images/icon-kira01-pink.webp);
  top: -0.8vw;
  right: 5.5vw;
}
main #special .special_box_move .stroke_box::after {
  width: 3.698vw;
  height: 4.219vw;
  background-image: url(./images/icon-kira02-pink.webp);
  bottom: 4vw;
  left: 1.5vw;
}
@media screen and (max-width: 767px) {
  main #special .special_box_move .stroke_box {
    width: 109%;
    top: -26vw;
    left: -4vw;
  }
  main #special .special_box_move .stroke_box::before {
    display: none;
  }
  main #special .special_box_move .stroke_box::after {
    width: 9.579vw;
    height: 10.748vw;
    bottom: 8vw;
    left: -1vw;
  }
}
main #special .special_box_move .pc-mask-line {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transform: translateZ(0);
}
main #special .special_box_move .sp-mask-line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transform: translateZ(0);
}
@keyframes drawMaskLine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawSpMask {
  to {
    stroke-dashoffset: 0;
  }
}
main #special .special_box_move-03 .stroke_box {
  left: -7.167vw;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  main #special .special_box_move-03 .stroke_box {
    left: -3vw;
  }
}
main #special .special_box {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 3.854vw 6.771vw;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all ease-in-out 0.6s;
}
@media screen and (max-width: 767px) {
  main #special .special_box {
    margin-bottom: 7.71vw;
    padding: 9.813vw 8.645vw;
  }
}
main #special .special_box:last-of-type {
  margin-bottom: 0;
}
main #special .special_box .special_img {
  margin-top: 2.604vw;
}
@media screen and (max-width: 767px) {
  main #special .special_box .special_img {
    margin-top: 4.907vw;
  }
}
main #special .special_box .big_txt {
  font-size: 1.458vw;
  line-height: 1.5;
  font-weight: 800;
}
main #special .special_box .big_txt span {
  color: #ff008e;
}
@media screen and (max-width: 767px) {
  main #special .special_box .big_txt {
    font-size: 3.6vw;
  }
}
main #special .special_box .center_txt {
  text-align: center;
}
main #special .special_box .special_info {
  font-size: 1.146vw;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.563vw;
}
main #special .special_box .special_info .special_info_li {
  margin-bottom: 0.521vw;
}
main #special .special_box .special_info .special_info_li span {
  font-size: 1.146vw;
  text-align: center;
  padding: 0 0.156vw;
  color: #ffffff;
  background-color: #000000;
  margin-right: 0.885vw;
}
@media screen and (max-width: 767px) {
  main #special .special_box .special_info {
    font-size: 3.271vw;
    margin-top: 5.14vw;
  }
  main #special .special_box .special_info .special_info_li {
    line-height: 1.4;
    margin-bottom: 2.336vw;
    padding-left: 4.7em;
    text-indent: -4.7em;
  }
  main #special .special_box .special_info .special_info_li span {
    font-size: 2.804vw;
    padding: 0 0.935vw;
    margin-right: 2.336vw;
  }
}
main #special .special_box .special_flex_box {
  width: 100%;
  max-width: 45vw;
  margin: 0 auto;
  margin-top: 1.563vw;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main #special .special_box .special_flex_box {
    max-width: none;
    margin-top: 4.673vw;
    flex-direction: column;
    align-items: center;
  }
}
main #special .special_box-01 {
  margin-top: 1.875vw;
  z-index: 4;
}
main #special .special_box-01::after {
  content: "";
  width: 21.354vw;
  height: 21.354vw;
  background-image: url(./images/icon-target-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -4;
}
@media screen and (max-width: 767px) {
  main #special .special_box-01 {
    margin-top: 5.14vw;
  }
  main #special .special_box-01::after {
    width: 58.411vw;
    height: 58.411vw;
    bottom: -7vw;
    right: -7vw;
  }
}
main #special .special_box-01 .special_01-txt {
  font-size: 1.25vw;
  line-height: 1.42;
  font-weight: 800;
  text-align: center;
  margin-top: 1.042vw;
}
main #special .special_box-01 .special_01-txt span {
  font-size: 1.979vw;
  color: #ff008e;
}
main #special .special_box-01 .special_01-txt span small {
  font-size: 1.25vw;
}
main #special .special_box-01 .special_01-txt span.illust_txt {
  font-size: 1.667vw;
}
@media screen and (max-width: 767px) {
  main #special .special_box-01 .special_01-txt {
    font-size: 3.738vw;
    letter-spacing: 0.02em;
    line-height: 1.65;
    margin-top: 5.841vw;
  }
  main #special .special_box-01 .special_01-txt span {
    font-size: 5.14vw;
  }
  main #special .special_box-01 .special_01-txt span small {
    font-size: 3.738vw;
  }
  main #special .special_box-01 .special_01-txt span.illust_txt {
    font-size: 4.673vw;
  }
}
main #special .special_box-01 .special_caution {
  margin-top: 1.927vw;
}
main #special .special_box-01 .special_caution .special_caution_li {
  position: relative;
  line-height: 1.5;
}
main #special .special_box-01 .special_caution .special_caution_li::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  main #special .special_box-01 .special_caution {
    margin-top: 5.841vw;
  }
}
main #special .special_box-02::before, main #special .special_box-02::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -4;
}
main #special .special_box-02::before {
  width: 12.188vw;
  height: 9.583vw;
  background-image: url(./images/icon-bullet-gray.svg);
  top: 2.292vw;
  left: 2.083vw;
}
main #special .special_box-02::after {
  width: 6.354vw;
  height: 7.24vw;
  background-image: url(./images/icon-star-gray.svg);
  bottom: 1.563vw;
  right: 2.083vw;
}
main #special .special_box-02 .special_02-txt {
  margin-top: 1.771vw;
}
@media screen and (max-width: 767px) {
  main #special .special_box-02::before {
    width: 19.159vw;
    height: 15.187vw;
    top: auto;
    left: 5.607vw;
    bottom: 7.243vw;
  }
  main #special .special_box-02::after {
    width: 16.589vw;
    height: 16.589vw;
    bottom: 7.243vw;
    right: 8vw;
  }
  main #special .special_box-02 .special_02-txt {
    margin-top: 5.841vw;
  }
}
main #special .special_box-03::before, main #special .special_box-03::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -4;
}
main #special .special_box-03::before {
  width: 6.354vw;
  height: 7.24vw;
  background-image: url(./images/icon-star-gray.svg);
  top: 3.5vw;
  left: 1vw;
}
main #special .special_box-03::after {
  width: 21.354vw;
  height: 21.354vw;
  background-image: url(./images/icon-target-gray.svg);
  bottom: 3vw;
  right: -1vw;
  transform: rotate(45deg);
}
main #special .special_box-03 .special_03-txt {
  margin-top: 1.771vw;
}
main #special .special_box-03 .special_info {
  width: 70%;
}
@media screen and (max-width: 767px) {
  main #special .special_box-03::before {
    width: 16.589vw;
    height: 16.589vw;
    top: 57.2vw;
    left: 5vw;
  }
  main #special .special_box-03::after {
    width: 58.411vw;
    height: 58.411vw;
    bottom: -7vw;
    right: -7vw;
    transform: rotate(0deg);
  }
  main #special .special_box-03 .special_03-txt {
    margin-top: 3.738vw;
  }
  main #special .special_box-03 .special_info {
    width: 90%;
  }
}
main #special .special_box-04 {
  margin-top: 1.875vw;
}
main #special .special_box-04::before, main #special .special_box-04::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -4;
}
main #special .special_box-04::before {
  width: 12.188vw;
  height: 9.583vw;
  background-image: url(./images/icon-bullet-gray.svg);
  top: 6.146vw;
  left: 3.542vw;
}
main #special .special_box-04::after {
  width: 21.354vw;
  height: 21.354vw;
  background-image: url(./images/icon-target-gray.svg);
  bottom: 0vw;
  right: 2vw;
  transform: rotate(45deg);
}
main #special .special_box-04 .special_img {
  margin-top: 0;
  width: 21.302vw;
}
main #special .special_box-04 .special_txt {
  width: 22.5vw;
  color: #707070;
}
main #special .special_box-04 .special_txt h5,
main #special .special_box-04 .special_txt .sns_rule {
  font-size: 0.729vw;
  line-height: 1.5;
}
main #special .special_box-04 .special_04-txt {
  margin-top: 2.24vw;
}
main #special .special_box-04 .special_04-txt a {
  color: #ff008e;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.6s;
}
@media screen and (min-width: 767px) {
  main #special .special_box-04 .special_04-txt a:hover {
    opacity: 0.6;
  }
}
main #special .special_box-04 .special_info {
  width: 40%;
}
@media screen and (max-width: 767px) {
  main #special .special_box-04::before {
    width: 19.159vw;
    height: 15.187vw;
    top: 50vw;
    left: 5.607vw;
  }
  main #special .special_box-04::after {
    width: 58.411vw;
    height: 58.411vw;
    bottom: auto;
    top: 97vw;
    right: -1vw;
    transform: rotate(0deg);
  }
  main #special .special_box-04 .special_img {
    width: 53.271vw;
  }
  main #special .special_box-04 .special_txt {
    width: 100%;
    margin-top: 4.206vw;
  }
  main #special .special_box-04 .special_txt h5,
  main #special .special_box-04 .special_txt .sns_rule {
    font-size: 2.336vw;
  }
  main #special .special_box-04 .special_04-txt {
    margin-top: 4.439vw;
  }
  main #special .special_box-04 .special_info {
    width: 76%;
  }
}
main #special .special_box-04 .sns_rule {
  margin-bottom: 0.521vw;
}
main #special .special_box-04 .sns_rule:last-of-type {
  margin-bottom: 0;
}
main #special .special_box-04 .sns_rule .sns_rule_li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
main #special .special_box-04 .sns_rule .sns_rule_li::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  main #special .special_box-04 .sns_rule {
    margin-bottom: 1.168vw;
  }
}
main #shop {
  padding-top: 10.417vw;
  padding-bottom: 10.938vw;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main #shop {
    padding-top: 27vw;
    padding-bottom: 31vw;
  }
}
main #shop .shop_list {
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #c6c6c6;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  main #shop .shop_list {
    margin-top: 1vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
main #shop .shop_list .shop_list_li {
  font-weight: 800;
  padding: 2.708vw 3vw;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
main #shop .shop_list .shop_list_li:nth-of-type(2n) {
  border-right: none;
}
main #shop .shop_list .shop_list_li:nth-last-of-type(2) {
  border-bottom: none;
}
main #shop .shop_list .shop_list_li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  main #shop .shop_list .shop_list_li {
    padding: 4vw 5vw;
    border-right: none;
  }
  main #shop .shop_list .shop_list_li:nth-last-of-type(2) {
    border-bottom: 1px solid #c6c6c6;
  }
}
main #shop .shop_list .shop_list_li .shop_name {
  font-size: 1.458vw;
  line-height: 1.42;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 767px) {
  main #shop .shop_list .shop_list_li .shop_name {
    font-size: 4.907vw;
    margin-bottom: 1.5vw;
  }
}
main #shop .shop_list .shop_list_li .shop_date,
main #shop .shop_list .shop_list_li .shop_place,
main #shop .shop_list .shop_list_li .shop_stand {
  font-size: 0.833vw;
  margin-bottom: 0.521vw;
}
main #shop .shop_list .shop_list_li .shop_date span,
main #shop .shop_list .shop_list_li .shop_place span,
main #shop .shop_list .shop_list_li .shop_stand span {
  display: inline-block;
  text-align: center;
  padding: 0.2vw 0.156vw;
  color: #ffffff;
  background-color: #000000;
  margin-right: 0.521vw;
}
@media screen and (max-width: 767px) {
  main #shop .shop_list .shop_list_li .shop_date,
  main #shop .shop_list .shop_list_li .shop_place,
  main #shop .shop_list .shop_list_li .shop_stand {
    font-size: 2.804vw;
    margin-bottom: 1.869vw;
  }
  main #shop .shop_list .shop_list_li .shop_date span,
  main #shop .shop_list .shop_list_li .shop_place span,
  main #shop .shop_list .shop_list_li .shop_stand span {
    padding: 1vw 1.869vw;
    margin-right: 2.336vw;
  }
}
@media screen and (max-width: 767px) {
  main #shop .shop_list .shop_list_li .shop_place-add {
    display: flex;
    align-items: baseline;
    line-height: 1.5;
  }
  main #shop .shop_list .shop_list_li .shop_place-add span {
    width: 20.1%;
  }
}
main #shop .shop_list .shop_list_li .shop_stand {
  line-height: 1.6;
  margin-bottom: 1vw;
  color: #ff008e;
}
@media screen and (max-width: 767px) {
  main #shop .shop_list .shop_list_li .shop_stand {
    margin-bottom: 6vw;
  }
}
main #shop .shop_list .shop_list_li .shop_stand span {
  margin-right: 0;
  line-height: 1;
  background-color: #ff008e;
}
@media screen and (max-width: 767px) {
  main #shop .shop_list .shop_list_li .shop_stand span {
    margin-bottom: 0.5vw;
  }
}
main #shop .shop_list .shop_list_li .shop_link {
  gap: 0.938vw;
}
main #shop .shop_list .shop_list_li .shop_link .shop_link_li a {
  width: 6.354vw;
  height: 2.083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 1.198vw;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  main #shop .shop_list .shop_list_li .shop_link .shop_link_li a:hover {
    color: #ffffff;
    background-color: #000000;
  }
}
@media screen and (max-width: 767px) {
  main #shop .shop_list .shop_list_li .shop_link {
    justify-content: flex-end;
    gap: 3.505vw;
  }
  main #shop .shop_list .shop_list_li .shop_link .shop_link_li a {
    font-size: 3vw;
    width: 22.897vw;
    height: 7.477vw;
    border-radius: 5.374vw;
  }
}

footer {
  width: 100%;
  height: 12.812vw;
  line-height: 2.2;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  padding-top: 2.865vw;
  padding-bottom: 4.688vw;
  position: relative;
}
footer .footer_logo {
  justify-content: space-between;
  width: 12%;
  margin: 0 auto;
  margin-top: 1.667vw;
}
footer .footer_logo .footer_logo_li a {
  display: block;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  footer .footer_logo .footer_logo_li a:hover {
    opacity: 0.6;
  }
}
footer .footer_logo .footer_logo_li-ap {
  width: 7.031vw;
}
footer .footer_logo .footer_logo_li-loft {
  width: 2.448vw;
}
@media screen and (max-width: 767px) {
  footer {
    height: 43.458vw;
    padding-top: 7.944vw;
    padding-bottom: 11.682vw;
    overflow: hidden;
  }
  footer .footer_logo {
    width: 40%;
    margin-top: 4.439vw;
  }
  footer .footer_logo .footer_logo_li-ap {
    width: 24.299vw;
  }
  footer .footer_logo .footer_logo_li-loft {
    width: 8.645vw;
  }
}
footer .btn_top_ul {
  width: 7.135vw;
  height: 6.563vw;
  position: absolute;
  top: 2.292vw;
  right: 15.104vw;
  cursor: pointer;
  z-index: 0;
}
footer .btn_top_ul::before, footer .btn_top_ul::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: all 0.4s;
}
footer .btn_top_ul::before {
  width: 7.656vw;
  height: 6.094vw;
  background-image: url(./images/footer_topbtn_hover.webp);
  top: 1.823vw;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: translate(10px, 10px);
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  footer .btn_top_ul:hover::before {
    opacity: 1;
    transform: translate(0, 0);
  }
  footer .btn_top_ul:hover .btn_top_li.btn_top_deco::before, footer .btn_top_ul:hover .btn_top_li.btn_top_deco::after {
    filter: brightness(1) invert(0);
  }
}
@media screen and (max-width: 767px) {
  footer .btn_top_ul {
    width: 14.953vw;
    height: 13.785vw;
    top: 14.72vw;
    right: 4.673vw;
  }
  footer .btn_top_ul::before {
    width: 20.327vw;
    height: 15.654vw;
    top: 2.336vw;
    left: -2.804vw;
    opacity: 1;
    transform: translate(0, 0);
  }
}
footer .btn_top_ul .btn_top_li.btn_top {
  width: 3.177vw;
  margin: 0 auto;
  padding-top: 2.604vw;
  position: relative;
  transition: all 0.4s;
}
footer .btn_top_ul .btn_top_li.btn_top::before, footer .btn_top_ul .btn_top_li.btn_top::after {
  content: "";
  width: 0.781vw;
  height: 1.406vw;
  background-image: url(./images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  filter: brightness(0) invert(1);
  animation: load 1.04s ease infinite;
}
footer .btn_top_ul .btn_top_li.btn_top::before {
  top: 0.521vw;
  animation-delay: 0.26s;
}
footer .btn_top_ul .btn_top_li.btn_top::after {
  top: 1.302vw;
}
@media screen and (max-width: 767px) {
  footer .btn_top_ul .btn_top_li.btn_top {
    width: 6.776vw;
    padding-top: 4.439vw;
  }
  footer .btn_top_ul .btn_top_li.btn_top img {
    filter: drop-shadow(1px -1px 0px #fe1194);
  }
  footer .btn_top_ul .btn_top_li.btn_top::before, footer .btn_top_ul .btn_top_li.btn_top::after {
    width: 3.505vw;
    height: 3.271vw;
  }
  footer .btn_top_ul .btn_top_li.btn_top::before {
    top: 0px;
  }
  footer .btn_top_ul .btn_top_li.btn_top::after {
    top: 1.869vw;
  }
}
footer .btn_top_ul .btn_top_li.btn_top_deco::before, footer .btn_top_ul .btn_top_li.btn_top_deco::after {
  content: "";
  background-image: url(./images/icon-btn_top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  footer .btn_top_ul .btn_top_li.btn_top_deco::before, footer .btn_top_ul .btn_top_li.btn_top_deco::after {
    filter: brightness(1) invert(0);
  }
}
footer .btn_top_ul .btn_top_li.btn_top_deco::before {
  width: 0.833vw;
  height: 0.833vw;
  top: 1.823vw;
  right: 1.042vw;
  animation: blinking 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  footer .btn_top_ul .btn_top_li.btn_top_deco::before {
    width: 2.336vw;
    height: 2.336vw;
    top: 3.271vw;
    right: 0.935vw;
  }
}
footer .btn_top_ul .btn_top_li.btn_top_deco::after {
  width: 1.354vw;
  height: 1.354vw;
  top: 2.865vw;
  right: 0;
  animation: blinking 1s ease-in-out infinite 0.5s alternate;
}
@media screen and (max-width: 767px) {
  footer .btn_top_ul .btn_top_li.btn_top_deco::after {
    width: 3.505vw;
    height: 3.505vw;
    top: 5.374vw;
    right: -1.168vw;
  }
}

.modal-box {
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(220, 0, 127, 0.4);
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-box .modal-content {
  width: 90%;
  max-width: 31.094vw;
  border: 1px solid #000000;
  background: url(./images/modal_bg.webp) no-repeat #ffffff center top/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-content {
    max-width: 77.103vw;
    height: auto;
    background: url(./images/sp/modal_bg.webp) no-repeat #ffffff center top/cover;
  }
}
.modal-box .modal-body {
  width: 100%;
  margin: 0 auto;
  padding: 1.823vw 4.792vw;
  position: relative;
  z-index: 0;
  height: 45vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body {
    padding: 6.542vw 5.607vw;
    height: 70vh;
    min-height: 142vw;
  }
}
.modal-box .modal-body_inner {
  height: 41.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner {
    height: 65vh;
  }
}
.modal-box .modal-body_inner-img {
  width: 100%;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-img {
    padding-top: 6.308vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-img.type02 {
    margin-top: 6.308vw;
  }
}
.modal-box .modal-body_inner .point_txt {
  font-size: 0.9vw;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  color: #ff008e;
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  transform: rotate(8deg);
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .point_txt {
    font-size: 2.804vw;
    top: 4.5vw;
    right: 4.5vw;
  }
}
.modal-box .modal-body_inner .point_txt.type02 {
  top: 2.5vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .point_txt.type02 {
    top: 7.5vw;
  }
}
.modal-box .modal-body_inner .point_txt::before, .modal-box .modal-body_inner .point_txt::after {
  content: "";
  width: 1.042vw;
  height: 0.104vw;
  background-color: #ff008e;
  position: absolute;
  bottom: 0.677vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .point_txt::before, .modal-box .modal-body_inner .point_txt::after {
    width: 3.037vw;
    height: 0.467vw;
    bottom: 1.636vw;
  }
}
.modal-box .modal-body_inner .point_txt::before {
  left: -0.833vw;
  transform: rotate(76deg);
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .point_txt::before {
    left: -2.57vw;
  }
}
.modal-box .modal-body_inner .point_txt::after {
  right: -0.833vw;
  transform: rotate(-76deg);
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .point_txt::after {
    right: -2.57vw;
  }
}
.modal-box .modal-body_inner .modal-goods_info-type {
  align-items: center;
  font-size: 0.833vw;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 0.625vw;
  margin-bottom: 1vw;
}
.modal-box .modal-body_inner .modal-goods_info-type span {
  font-size: 0.729vw;
  color: #ffffff;
  width: 3.281vw;
  height: 1.354vw;
  background-color: #000000;
  border-radius: 0.677vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.521vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .modal-goods_info-type {
    font-size: 3.271vw;
    margin-top: 2.804vw;
    margin-bottom: 0;
  }
  .modal-box .modal-body_inner .modal-goods_info-type span {
    font-size: 2.336vw;
    width: 12.85vw;
    height: 4.206vw;
    border-radius: 5.374vw;
    margin-right: 0.935vw;
  }
}
.modal-box .modal-body_inner .modal_goods_info-price {
  justify-content: flex-end;
  align-items: center;
  font-weight: 800;
}
.modal-box .modal-body_inner .modal_goods_info-price .price_tiitle {
  font-size: 1.042vw;
  text-align: center;
  width: 3.229vw;
  height: 1.563vw;
  color: #ffffff;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .modal_goods_info-price .price_tiitle {
    font-size: 3.972vw;
    width: 12.617vw;
    height: 6.075vw;
  }
}
.modal-box .modal-body_inner .modal_goods_info-price .price_txt {
  font-size: 1.979vw;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.modal-box .modal-body_inner .modal_goods_info-price .price_txt span {
  font-size: 0.885vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .modal_goods_info-price .price_txt {
    font-size: 7.009vw;
  }
  .modal-box .modal-body_inner .modal_goods_info-price .price_txt span {
    font-size: 3.271vw;
  }
}
.modal-box .modal-body_inner .modal_img_tb {
  flex-direction: column;
  gap: 3.125vw;
  position: absolute;
  top: 2.188vw;
  left: -3.906vw;
  z-index: 0;
}
.modal-box .modal-body_inner .modal_img_tb .modal_img_tb_li {
  width: 6.094vw;
  height: 1.719vw;
  font-size: 0.938vw;
  font-weight: 900;
  color: #ffffff;
  background-color: #d8d8d8;
  border: 1px solid #000000;
  border-bottom: none;
  border-top-left-radius: 0.521vw;
  border-top-right-radius: 0.521vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.modal-box .modal-body_inner .modal_img_tb .modal_img_tb_li.active {
  background-color: #ff008e;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .modal_img_tb {
    flex-direction: row;
    gap: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .modal-box .modal-body_inner .modal_img_tb .modal_img_tb_li {
    width: 21.495vw;
    height: 6.308vw;
    font-size: 3.271vw;
    border-top-left-radius: 2.336vw;
    border-top-right-radius: 2.336vw;
    transform: rotate(0);
  }
}
.modal-box .modal-body_inner .modal-slider-02 {
  display: none;
}
.modal-box .modal-body_inner .goods_detail_img {
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.modal-box .modal-body_inner .goods_detail_img .slider_goodsimg_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-box .modal-body_inner .goods_detail_img .slider_goodsimg_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-box .modal-body_inner .slider-thumbnail {
  width: 100%;
  margin-top: 0.938vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail {
    margin-top: 3.505vw;
  }
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-wrapper {
  gap: 0.313vw 0.469vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-wrapper {
    gap: 0.935vw;
  }
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-slide {
  width: 2.656vw !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-slide {
    width: 7.944vw !important;
  }
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-slide .thum_illust_box {
  height: 2.656vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  position: relative;
  z-index: 0;
  transition: all 0s;
  box-sizing: border-box;
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-slide .thum_illust_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-slide .thum_illust_box {
    height: 7.944vw;
  }
}
@media screen and (min-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-slide .thum_illust_box:hover {
    border: 3px solid #ff008e;
  }
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .thum_illust_box {
  border: 1px solid #ff008e;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .thum_illust_box {
    border: 1px solid #ff008e;
  }
}
.modal-box .close {
  width: 1.771vw;
  height: 1.771vw;
  position: absolute;
  top: 0;
  right: -2.344vw;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-box .close {
    width: 7.71vw;
    height: 7.71vw;
    top: -9.7vw;
    right: 0;
  }
}
.modal-box .close::before, .modal-box .close::after {
  content: "";
  width: 140%;
  height: 0.052vw;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .modal-box .close::before, .modal-box .close::after {
    height: 0.104vw;
  }
}
.modal-box .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-box .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-box .prev,
.modal-box .next {
  width: 3.177vw;
  aspect-ratio: 61/54;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
  z-index: 2;
  transition: all 0.4s;
  cursor: pointer;
}
.modal-box .prev::before, .modal-box .prev::after,
.modal-box .next::before,
.modal-box .next::after {
  content: "";
  width: 1.615vw;
  height: 2.813vw;
  background-image: url(./images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
.modal-box .prev::before,
.modal-box .next::before {
  left: 0;
}
.modal-box .prev::after,
.modal-box .next::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .modal-box .prev,
  .modal-box .next {
    width: 7.71vw;
    aspect-ratio: 33/29;
    top: 55%;
  }
  .modal-box .prev::before, .modal-box .prev::after,
  .modal-box .next::before,
  .modal-box .next::after {
    width: 3.972vw;
    height: 6.776vw;
  }
}
.modal-box .prev {
  left: -5vw;
  transform: translateX(0%) translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 767px) {
  .modal-box .prev:hover {
    transform: translateX(-20%) translateY(-50%) scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  .modal-box .prev {
    left: -10vw;
  }
}
.modal-box .next {
  right: -5vw;
}
@media screen and (min-width: 767px) {
  .modal-box .next:hover {
    transform: translateX(20%) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .modal-box .next {
    right: -10vw;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 63.542vw;
}
@media screen and (max-width: 767px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 90%;
    min-height: auto;
  }
}

/*モーダル閉じるボタン*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: 2.604vw;
  height: 2.604vw;
  position: absolute;
  top: 0;
  right: -3.646vw;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    width: 7.009vw;
    height: 7.009vw;
    top: -9.346vw;
    right: 0;
  }
}

.mfp-close_in {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.mfp-close_in span {
  display: block;
  height: 0.104vw;
  width: 2.604vw;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mfp-close_in span {
    width: 7.009vw;
  }
}

.mfp-close_in span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-top: 1.146vw;
}
@media screen and (max-width: 767px) {
  .mfp-close_in span:nth-of-type(1) {
    margin-top: 3.271vw;
  }
}

.mfp-close_in span:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-top: -0.104vw;
}

/*モーダルアニメーション*/
/*フェードインアウト*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  background-image: url(../images/modal_contents_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */