.scrollItem {
  opacity: 0;
  transition: all 0.7s;
  transform: translateY(20px);
}
.scrollItem.isShow {
  opacity: 1;
  transform: translate(0, 0);
}

.slideToLeftAdjust {
  transform: translate(20px, 0%);
}

.slideToRightAdjust {
  transform: translate(-20px, 0%);
  transition-duration: 0.5s;
}

.slideToRightAdjustMod {
  transform: translate(-20px, -50%);
}
.slideToRightAdjustMod.isShow {
  transform: translate(0, -50%);
}

.pc {
  display: none;
}
@media (min-width: 800px) {
  .pc {
    display: initial;
  }
}

@media (min-width: 800px) {
  .sp {
    display: none;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  touch-action: manipulation;
}

a.hovereffect img {
  transition: opacity 0.5s;
}

a.hovereffect:hover img {
  opacity: 0.6;
}

article {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background: url(../images/top/bg_pc.png) center top repeat;
}
article p,
article ul,
article div {
  margin-block-start: 0;
}
article li + li {
  margin-top: 0;
}

.contents {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
}

.inner {
  padding-inline: 6.25vw;
}
@media (min-width: 800px) {
  .inner {
    width: 1000px;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.ft {
  padding-block: 10px;
  background-color: #320078;
  color: #fff;
  text-align: center;
}

.ft_title {
  margin-block-end: 10px;
}
.ft_title img {
  width: 58.75%;
  max-width: 578px;
}

.ft_logo img {
  width: 16.6%;
  max-width: 160px;
}

.ft_copy {
  margin-block: 10px;
  font-size: 10px;
}

.pagetop {
  position: sticky;
  bottom: 10px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  text-align: right;
}
.pagetop.on {
  pointer-events: auto;
  opacity: 1;
}
.pagetop img {
  width: 48px;
}
@media screen and (min-width: 769px) {
  .pagetop img {
    width: auto;
  }
}

.main_nav {
  position: sticky;
  z-index: 3;
  top: 50px;
  padding-block: 4.5vw 2.5vw;
  background: url(../images/common/nav_bg_sp.png) center;
  background-size: cover;
}
@media (min-width: 800px) {
  .main_nav {
    top: -20px;
    padding-block: 55px 30px;
    background: url(../images/common/nav_bg_pc.png);
  }
}

.main_nav_list {
  display: flex;
  justify-content: center;
  gap: 1vw;
}
@media (min-width: 800px) {
  .main_nav_list {
    gap: 10px;
  }
}
.main_nav_list a img {
  transition: all 0.3s;
}
.main_nav_list a:hover img {
  transform: translateY(4px);
}
.main_nav_list li:nth-of-type(2) {
  margin-inline-start: -1.2vw;
}
@media (min-width: 800px) {
  .main_nav_list li:nth-of-type(2) {
    margin-inline-start: 0;
  }
}

.footprint {
  position: absolute;
  transform: translateY(0);
}
.footprint.isShow {
  animation: stepsline 2s steps(3) 0.5s forwards;
}

.fp01 {
  top: 0;
  width: 50px;
  height: 100px;
  background: url(../images/top/ft_l1_sp.png) no-repeat;
}
.fp01.isShow {
  animation: stepsline 2s steps(3) 0.5s forwards;
}

.fp02 {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 105px;
  background: url(../images/top/ft_r1_sp.png) no-repeat;
}
.fp02.isShow {
  animation: stepsline 2s steps(3) 3s forwards;
}

.fp03 {
  z-index: 5;
  left: -12vw;
  bottom: -12vw;
  width: 50px;
  height: 100px;
  background: url(../images/top/ft_l2_sp.png) no-repeat;
}
.fp03.isShow {
  animation: stepsline 2s steps(3) 0.5s forwards;
}

.fp04 {
  right: 0;
  top: 10px;
  width: 100px;
  height: 150px;
  background: url(../images/top/ft_r1_pc.png) no-repeat;
}
.fp04.isShow {
  animation: stepslinepc 2s steps(3) 0.5s forwards;
}

.fp05 {
  z-index: 5;
  left: -100px;
  bottom: -100px;
  width: 100px;
  height: 152px;
  background: url(../images/top/ft_l1_pc.png) no-repeat;
}
.fp05.isShow {
  animation: stepslinepc 2s steps(3) 0.5s forwards;
}

.fp06 {
  top: 20vw;
  left: 0;
  width: 50px;
  height: 72px;
  background: url(../images/top/ft_l3_sp.png) no-repeat;
}
.fp06.isShow {
  animation: stepsline 2s steps(3) 0.5s forwards;
}

.fp07 {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 70px;
  background: url(../images/top/ft_r2_sp.png) no-repeat;
}
.fp07.isShow {
  animation: stepsline 2s steps(3) 0.5s forwards;
}

.fp08 {
  top: 200px;
  left: 70px;
  width: 128px;
  height: 100px;
  background: url(../images/top/ft_l2_pc.png) no-repeat;
}
.fp08.isShow {
  animation: stepsvertical 2s steps(3) 0.5s forwards;
}

.fp09 {
  top: 270px;
  left: 370px;
  width: 144px;
  height: 100px;
  background: url(../images/top/ft_l3_pc.png) no-repeat;
}
.fp09.isShow {
  animation: stepsvertical 2s steps(3) 0.5s forwards;
}

.fp10 {
  top: 530px;
  left: 70px;
  width: 118px;
  height: 100px;
  background: url(../images/top/ft_l4_pc.png) no-repeat;
}
.fp10.isShow {
  animation: stepsvertical 2s steps(3) 0.5s forwards;
}

.fp11 {
  top: 500px;
  right: 70px;
  width: 94px;
  height: 100px;
  background: url(../images/top/ft_r2_pc.png) no-repeat;
}
.fp11.isShow {
  animation: stepsvertical 2s steps(3) 0.5s forwards;
}

@keyframes stepsline {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -150px 0;
  }
}
@keyframes stepslinepc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@keyframes stepsvertical {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -300px;
  }
}
.anime {
  position: relative;
  background-color: ivory;
  overflow: hidden;
}

.bounce.isShow {
  animation: bounce 1s cubic-bezier(0.12, 0, 0.39, 0) infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(140px);
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.swing {
  animation: quake 2.5s linear 0s infinite;
}

@keyframes quake {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
.float {
  animation: float 1.8s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-15px);
  }
}
.wave {
  animation: wave 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.wave_rev {
  animation: wave 3s ease-in-out infinite alternate-reverse;
  transition: 1.5s ease-in-out;
}

@keyframes wave {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6,
.icon7,
.icon8,
.icon9 {
  position: absolute;
}

.icon1 {
  top: -16vw;
  left: -3vw;
  width: 10vw;
}
@media (min-width: 800px) {
  .icon1 {
    top: -160px;
    left: -140px;
    width: auto;
  }
}

.icon2 {
  right: -4vw;
  bottom: -6vw;
  width: 12vw;
}
@media (min-width: 800px) {
  .icon2 {
    top: auto;
    right: -180px;
    bottom: -80px;
    width: 185px;
  }
}

.icon3 {
  top: -7vw;
  left: -11vw;
  width: 18%;
}
@media (min-width: 800px) {
  .icon3 {
    top: -30px;
    left: -120px;
    width: auto;
  }
}

.icon4 {
  bottom: -1vw;
  left: 20vw;
  width: 8.5%;
  animation-delay: 1s;
}
@media (min-width: 800px) {
  .icon4 {
    left: 260px;
    width: auto;
  }
}

.icon5 {
  top: 4vw;
  right: 1vw;
  width: 8.5%;
  animation-delay: 0.5s;
}
@media (min-width: 800px) {
  .icon5 {
    top: 30px;
    right: 20px;
    width: auto;
  }
}

.icon6 {
  top: 1vw;
  left: -3vw;
  width: 12%;
  animation-delay: 0.5s;
}
@media (min-width: 800px) {
  .icon6 {
    top: 60px;
    left: 0;
    width: 110px;
  }
}

.icon7 {
  top: -7vw;
  left: -5vw;
  width: 18%;
  animation-delay: 0.5s;
}
@media (min-width: 800px) {
  .icon7 {
    top: 80px;
    left: -100px;
    width: auto;
  }
}

.icon8 {
  top: 0;
  right: 4vw;
  width: 12%;
}
@media (min-width: 800px) {
  .icon8 {
    top: 20px;
    right: 20px;
    width: 104px;
    width: auto;
  }
}

.icon9 {
  bottom: -1vw;
  right: 1vw;
  width: 10%;
  animation-delay: 1s;
}
@media (min-width: 800px) {
  .icon9 {
    right: 100px;
    bottom: 10px;
    width: auto;
  }
}

.top_kv_content {
  background: url(../images/top/bg01_sp.png) center top;
  background-size: 166% auto;
}
@media (min-width: 800px) {
  .top_kv_content {
    margin-block-end: 46px;
    background: url(../images/top/neon1.png) center -100px;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

@media (min-width: 800px) {
  .kv {
    margin-block-end: 20px;
  }
}

.img-wrap {
  opacity: 0;
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}

@keyframes img-wrap {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
.top_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding-block-end: 10px;
  color: #fff;
}

.top_kv_parts {
  margin-block-end: 20px;
}

.top_msg {
  margin-block: 12vw 18vw;
  text-align: center;
}
@media (min-width: 800px) {
  .top_msg {
    margin-block: 50px;
  }
}

.top_content {
  background: url(../images/top/bg02_sp.png) center top;
  background-size: 166% auto;
}
@media (min-width: 800px) {
  .top_content {
    padding-block: 40px;
    background: url(../images/top/neon3.png) center -20px;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.top_list {
  position: relative;
  margin: -1vw 0 2vw;
  background-clip: padding-box;
  border: 4vw solid;
  border-image-slice: 50 fill;
  border-image-width: 5vw;
  border-image-outset: 0.6vw;
  border-image-source: url(../images/top/list_bd_sp.png);
}
@media (min-width: 800px) {
  .top_list {
    margin: 0 -16px;
    border-width: 50px;
    border-image-width: 70px;
    border-image-outset: 10px;
    border-image-source: url(../images/top/list_bd_pc.png);
  }
}

.top_frame {
  margin-inline: 3.5vw;
  padding: 1vw;
  border-radius: 8px;
  background-color: #000;
  box-shadow: 2px 2px 16px rgba(226, 48, 175, 0.8), -2px -2px 16px rgba(226, 48, 175, 0.8);
  text-align: center;
}
@media (min-width: 800px) {
  .top_frame {
    margin-inline: 60px;
    padding: 1px;
    border-radius: 20px;
    box-shadow: 4px 4px 32px rgba(226, 48, 175, 0.8), -4px -4px 32px rgba(226, 48, 175, 0.8);
  }
}
.top_frame li {
  position: relative;
}
.top_frame li:first-of-type {
  margin: 1vw -4vw 0 2vw;
}
@media (min-width: 800px) {
  .top_frame li:first-of-type {
    margin: 10px 30px 0 30px;
  }
}
.top_frame li:nth-of-type(2) {
  margin: 0 1vw 1vw 1vw;
}
@media (min-width: 800px) {
  .top_frame li:nth-of-type(2) {
    margin: 0 14px 10px 8px;
  }
}
.top_frame li:nth-of-type(3) {
  margin: 2vw 2vw 3vw 1.6vw;
}
@media (min-width: 800px) {
  .top_frame li:nth-of-type(3) {
    margin: 0 26px 40px 55px;
  }
}

.info_box {
  position: relative;
  margin: -1vw -1vw 0;
  background-color: #000;
  background-clip: padding-box;
  border: 4vw solid;
  border-image-slice: 60;
  border-image-source: url(../images/top/info_bd_sp.png);
}
@media (min-width: 800px) {
  .info_box {
    margin: 0;
    border-width: 50px;
    border-image-source: url(../images/top/info_bd_pc.png);
  }
}

.info_title {
  margin-block: -9vw -2vw;
  text-align: center;
}
@media (min-width: 800px) {
  .info_title {
    margin-block: -90px -5px;
  }
}
.info_title img {
  width: 53.57%;
}
@media (min-width: 800px) {
  .info_title img {
    width: auto;
  }
}

.info_list {
  padding-inline: 2vw;
  font-size: 10px;
}
@media (min-width: 800px) {
  .info_list {
    padding-inline: 20px;
    font-size: 1rem;
  }
}
.info_list li {
  border-block-end: 1px dashed;
}
.info_list .date {
  color: #e75297;
}

.eggnam_kv_content {
  background: url(../images/eggnam/bg03_sp.png) center top;
  background-size: 166% auto;
}
@media (min-width: 800px) {
  .eggnam_kv_content {
    background: url(../images/eggnam/neon_top.png) center -100px;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.eggnam_content {
  margin-block-start: -13vw;
  padding-block-start: 13vw;
  padding-block-end: 6vw;
  background: url(../images/eggnam/bg04_sp.png) center top;
  background-size: 166% auto;
}
@media (min-width: 800px) {
  .eggnam_content {
    margin-block-start: 0;
    padding-block-start: 0;
    padding-block: 40px;
    background: url(../images/eggnam/neon_body.png) center 60px;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.eggnam_event {
  position: relative;
  margin: 1vw -1.5vw 0;
  border: 8vw solid;
  border-image-slice: 90;
  border-image-source: url(../images/eggnam/event_bd_sp.png);
}
@media (min-width: 800px) {
  .eggnam_event {
    margin: 0 -16px 60px;
    border-width: 50px;
    border-image-slice: 40 fill;
    border-image-outset: 5px;
    border-image-source: url(../images/eggnam/event_bd_pc.png);
  }
}

.eggnam_event_banner {
  position: relative;
  margin-inline-start: 4vw;
  margin-block-end: 4vw;
}
@media (min-width: 800px) {
  .eggnam_event_banner {
    display: table;
    margin: -50px auto 60px;
  }
}

.eggnam_list {
  margin: 0 3vw -4vw;
  padding: 3vw 4vw;
  border-radius: 10px;
  background-color: #000;
  box-shadow: 2px 2px 16px rgba(34, 69, 255, 0.8), -2px -2px 16px rgba(34, 69, 255, 0.8);
  text-align: center;
}
@media (min-width: 800px) {
  .eggnam_list {
    margin-inline: 60px;
    margin-block-end: -10px;
    padding: 40px 0;
    border-radius: 20px;
    box-shadow: 4px 4px 32px rgba(34, 69, 255, 0.8), -4px -4px 32px rgba(34, 69, 255, 0.8);
  }
}

.eggnam_msg {
  margin-block-end: 4vw;
}
@media (min-width: 800px) {
  .eggnam_msg {
    margin-block-end: 50px;
  }
}

.eggnam_menu {
  margin-block-end: 10px;
}
@media (min-width: 800px) {
  .eggnam_menu {
    margin-block-end: 40px;
  }
}

@media (min-width: 800px) {
  .menu1 {
    margin-block-end: 20px;
  }
}

.eggnam_add {
  width: 88%;
}
@media (min-width: 800px) {
  .eggnam_add {
    display: block;
    width: auto;
    margin: 10px auto 0;
  }
}

.eggnam_img {
  margin-block-end: 20px;
}
@media (min-width: 800px) {
  .eggnam_img:not(:last-of-type) {
    margin-block-end: 40px;
  }
  .eggnam_img.item4 {
    margin-inline-start: 18px;
  }
}

.eggnam_disclamer {
  margin-block: -5px 20px;
  font-size: 12px;
}
@media (min-width: 800px) {
  .eggnam_disclamer {
    margin-block: -30px 40px;
    font-size: 1rem;
  }
}

.eggnam_info {
  margin-block-end: 20px;
  font-size: 12px;
}
@media (min-width: 800px) {
  .eggnam_info {
    margin-block-end: 40px;
    font-size: 1rem;
  }
}

.eggnam_shop {
  margin: 5vw -2vw 0 -2.6vw;
  border: 8vw solid;
  border-image-slice: 90 fill;
  border-image-source: url(../images/eggnam/shop_bd_sp.png);
}
@media (min-width: 800px) {
  .eggnam_shop {
    margin: 0 -16px;
    border-width: 50px;
    border-image-slice: 40 fill;
    border-image-outset: 5px;
    border-image-source: url(../images/eggnam/shop_bd_pc.png);
  }
}

.shop_list {
  margin: -12vw -4vw;
  padding: 16vw 12vw;
  border: 2vw solid;
  border-image-slice: 10 25 fill;
  border-image-source: url(../images/eggnam/shop_inner_bd_sp.png);
}
@media (min-width: 800px) {
  .shop_list {
    margin: -60px 30px;
    padding: 80px;
    border-width: 10px 5px;
    border-image-slice: 12 fill;
    border-image-width: 30px 5px;
    border-image-source: url(../images/eggnam/shop_inner_bd_pc.png);
  }
}

.shop_title {
  margin-block-end: 4vw;
  text-align: center;
}
.shop_title img {
  width: 55%;
}
@media (min-width: 800px) {
  .shop_title img {
    width: auto;
  }
}

.gram {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}
@media (min-width: 800px) {
  .gram {
    right: 20px;
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 800px) {
  .shop_flex {
    display: flex;
    justify-content: center;
  }
}

.shop_unit {
  position: relative;
  margin-block-end: 1rem;
}
@media (min-width: 800px) {
  .shop_unit {
    width: 340px;
    padding-inline: 30px;
  }
}
.shop_unit + .shop_unit {
  padding-block-start: 1rem;
}
@media (min-width: 800px) {
  .shop_unit + .shop_unit {
    padding-block-start: 0;
  }
}
.shop_unit + .shop_unit::before {
  position: absolute;
  top: 0;
  right: 20%;
  left: 20%;
  height: 4px;
  background-color: #fff;
  content: "";
}
@media (min-width: 800px) {
  .shop_unit + .shop_unit::before {
    top: 20%;
    right: auto;
    bottom: 20%;
    left: 0;
    height: auto;
    width: 4px;
  }
}
.shop_unit + .shop_unit .gram {
  top: 1rem;
}
@media (min-width: 800px) {
  .shop_unit + .shop_unit .gram {
    top: 0;
  }
}

.shop_name {
  margin-block-end: 6px;
  font-weight: bold;
}
@media (min-width: 800px) {
  .shop_name {
    font-size: 20px;
  }
}

.shop_data {
  font-size: 12px;
}
@media (min-width: 800px) {
  .shop_data {
    font-size: 1rem;
  }
}

.news_box {
  position: relative;
  border: 3vw solid;
  border-image-slice: 90;
  border-image-source: url(../images/eggnam/news_bd_sp.png);
  border-image-width: 8vw;
}
@media (min-width: 800px) {
  .news_box {
    width: 650px;
    margin-inline: auto;
    padding: 0 15px 10px;
    border: 10px solid;
    border-image-slice: 20;
    border-image-source: url(../images/eggnam/news_bd_pc.png);
    border-image-width: 10px;
  }
}

.news_title {
  margin-block-start: -7.5vw;
}
@media (min-width: 800px) {
  .news_title {
    margin-block-start: -20px;
  }
}
.news_title img {
  width: 20%;
}
@media (min-width: 800px) {
  .news_title img {
    width: auto;
  }
}

.news_list {
  font-size: 10px;
  text-align: left;
}
@media (min-width: 800px) {
  .news_list {
    font-size: 12px;
  }
}
.news_list li {
  border-block-end: 1px dashed;
}
.news_list .date {
  color: #e75297;
}

.gasha_content {
  margin-block-start: -13vw;
  padding-block-start: 13vw;
  background: url(../images/gasha/bg05_sp.png) center top;
  background-size: 166% auto;
}
@media (min-width: 800px) {
  .gasha_content {
    margin-block-start: 0;
    padding-block-start: 40px;
    background: url(../images/gasha/neon_body.png) center 60px;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.gasha_list {
  position: relative;
  margin: 5vw -1.5vw 0;
  border: 8vw solid;
  border-image-slice: 90 fill;
  border-image-source: url(../images/gasha/gasha_bd_sp.png);
}
@media (min-width: 800px) {
  .gasha_list {
    margin: 0 -36px 10px;
    border-width: 50px;
    border-image-slice: 10 fill;
    border-image-outset: 10px;
    border-image-source: url(../images/gasha/gasha_bd_pc.png);
  }
}

.gasha_banner {
  position: relative;
  margin: -8vw 2.6vw 0 -4vw;
  margin-block-end: 4vw;
}
@media (min-width: 800px) {
  .gasha_banner {
    display: table;
    margin: -20px auto 60px;
  }
}

.gasha_items {
  margin: 0 3vw -6vw;
  padding: 3vw 4vw;
  border-radius: 10px;
  background-color: #000;
  box-shadow: 2px 2px 16px rgba(255, 69, 176, 0.8), -2px -2px 16px rgba(255, 69, 176, 0.8);
  text-align: center;
}
@media (min-width: 800px) {
  .gasha_items {
    margin: 0 60px 10px;
    padding: 30px 0 20px;
    border-radius: 20px;
    box-shadow: 4px 4px 32px rgba(255, 69, 176, 0.8), -4px -4px 32px rgba(255, 69, 176, 0.8);
  }
}

.gasha_item_unit {
  margin-block-end: 20px;
}
@media (min-width: 800px) {
  .gasha_item_unit {
    display: grid;
    gap: 80px;
    padding: 0 80px;
  }
}

.gasha_item_name {
  text-align: center;
}
@media (min-width: 800px) {
  .gasha_item_name {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    transform: translateY(80px);
  }
}
.gasha_item_name img {
  width: 58%;
}
@media (min-width: 800px) {
  .gasha_item_name img {
    width: auto;
  }
}

.gasha_item_pic {
  margin-block: 10px 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .gasha_item_pic {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.gasha_item_pic img {
  width: 70%;
  height: auto;
}
@media (min-width: 800px) {
  .gasha_item_pic img {
    width: auto;
  }
}

.linkBtn {
  margin: 5% 5% 20%;
}
@media (min-width: 800px) {
  .linkBtn {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-inline: 0;
    transform: translateY(-10px);
  }
}

.gasha_dept {
  margin: 5vw -2vw;
  border: 2vw solid;
  border-image-slice: 10 fill;
  border-image-source: url(../images/gasha/dept_bd_sp.png);
}
@media (min-width: 800px) {
  .gasha_dept {
    margin: 0 -30px;
    border-width: 30px;
    border-image-slice: 8 fill;
    border-image-source: url(../images/gasha/dept_bd_pc.png);
  }
}

.gasha_dept_inner {
  margin: -4vw 2.5vw;
  padding: 10vw 16vw;
  border-image-slice: 10 fill;
  border-image-source: url(../images/gasha/dept_inner_bd_sp.png);
}
@media (min-width: 800px) {
  .gasha_dept_inner {
    display: flex;
    justify-content: center;
    margin: -10px 36px;
    padding: 40px;
    border-width: 30px;
    border-image-slice: 5 fill;
    border-image-width: 5px 15px;
    border-image-outset: 0 5px;
    border-image-source: url(../images/gasha/dept_inner_bd_pc.png);
  }
}

.prize_content {
  margin-block-start: -13vw;
  padding-block-start: 13vw;
  background: url(../images/prize/bg07_sp.png) center top;
  background-size: 200% auto;
}
@media (min-width: 800px) {
  .prize_content {
    margin-block-start: 0;
    padding-block-start: 40px;
    background: url(../images/prize/neon_body.png) center 60px;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.prize_body,
.prize_gallery,
.prize_shop {
  position: relative;
  margin: 5vw -1.5vw;
  border: 8vw solid;
  border-image-slice: 90 fill;
  border-image-source: url(../images/prize/prize_bd_sp.png);
}
@media (min-width: 800px) {
  .prize_body,
  .prize_gallery,
  .prize_shop {
    margin: 0 -36px -20px;
    border-width: 50px;
    border-image-slice: 30 10 fill;
    border-image-outset: 10px;
    border-image-source: url(../images/prize/prize_bd_pc.png);
  }
}

.prize_gallery {
  margin-inline: -5vw;
  border-image-source: url(../images/prize/slide_bd_sp.png);
}
@media (min-width: 800px) {
  .prize_gallery {
    margin-inline: -36px;
    border-image-source: url(../images/prize/slide_bd_pc.png);
  }
}

.prize_shop {
  margin-inline: -2.8vw;
  border-image-source: url(../images/prize/shop_bd_sp.png);
}
@media (min-width: 800px) {
  .prize_shop {
    margin: 0 -36px;
    border-image-source: url(../images/prize/shop_bd_pc.png);
  }
}

.prize_banner {
  position: relative;
  margin: -10vw 0 0 4vw;
  margin-block-end: 4vw;
}
.prize_banner .icon6 {
  top: 5vw;
}
@media (min-width: 800px) {
  .prize_banner {
    display: table;
    margin: -20px auto 20px;
  }
}

.prize_items {
  margin: -2vw 3vw -4vw;
  padding: 4vw 4vw 3vw;
  border-radius: 10px;
  background-color: #000;
  box-shadow: 2px 2px 16px rgba(0, 255, 151, 0.8), -2px -2px 16px rgba(0, 255, 151, 0.8);
  text-align: center;
}
@media (min-width: 800px) {
  .prize_items {
    margin: 0 86px 0;
    padding: 30px 0 20px;
    border-radius: 20px;
    box-shadow: 4px 4px 32px rgba(0, 255, 151, 0.8), -4px -4px 32px rgba(0, 255, 151, 0.8);
  }
}

.prize_items > .prize_subtitle {
  margin-block-end: 3vw;
}
@media (min-width: 800px) {
  .prize_items > .prize_subtitle {
    margin-block-end: 10px;
  }
}

.prize_item_unit {
  margin-block-end: 30px;
}
.prize_item_unit:last-of-type {
  margin-block-end: 10px;
}
@media (min-width: 800px) {
  .prize_item_unit {
    display: grid;
    align-content: center;
    grid-template-columns: 450px auto;
    grid-template-rows: 2fr 1fr;
    gap: 0 20px;
    align-items: center;
    width: 100%;
    padding: 0 40px;
  }
  .prize_item_unit:last-of-type {
    margin-block-end: 20px;
  }
  .prize_item_unit:not(:last-of-type) .prize_item_name {
    margin-block-start: 40px;
  }
  .prize_item_unit:not(:last-of-type) .linkbtn {
    margin-block-end: 20px;
  }
}

.prize_item_name {
  text-align: center;
}
@media (min-width: 800px) {
  .prize_item_name {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: left;
  }
}
.prize_item_name img {
  width: 54%;
}
@media (min-width: 800px) {
  .prize_item_name img {
    width: auto;
  }
}

.prize_item_pic {
  margin-block-start: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .prize_item_pic {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.prize_item_unit:last-of-type .prize_item_pic {
  margin-block-end: 0;
}
.prize_item_pic img {
  width: 81.5%;
  height: auto;
}
@media (min-width: 800px) {
  .prize_item_pic img {
    width: auto;
  }
}

.prize_item_unit:first-of-type .prize_item_pic img {
  width: 69%;
}
@media (min-width: 800px) {
  .prize_item_unit:first-of-type .prize_item_pic img {
    width: auto;
  }
}

.linkbtn {
  margin-block-start: 4vw;
}
@media (min-width: 800px) {
  .linkbtn {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-block-start: 0;
    text-align: left;
  }
}
.linkbtn img {
  width: 54vw;
}
@media (min-width: 800px) {
  .linkbtn img {
    width: auto;
  }
}

.prize_crane {
  position: relative;
  margin-block-end: 3vw;
}
@media (min-width: 800px) {
  .prize_crane {
    margin-block-end: 40px;
  }
}

.prize_crane_link {
  position: absolute;
  bottom: 10vw;
  left: 50%;
  width: 46%;
  transform: translateX(-50%);
}
@media (min-width: 800px) {
  .prize_crane_link {
    bottom: 82px;
    width: 280px;
  }
}

.prize_special_item {
  margin-block-end: 5vw;
}
@media (min-width: 800px) {
  .prize_special_item {
    margin-block-end: 20px;
  }
}

.prize_engage {
  margin-block-end: 3vw;
}
@media (min-width: 800px) {
  .prize_engage {
    margin-block-end: 30px;
  }
}

.prize_engage_title {
  margin-block-end: 3vw;
}
@media (min-width: 800px) {
  .prize_engage_title {
    margin-block-end: 30px;
  }
}

.flow_unit {
  width: 59vw;
  margin-inline: auto;
}
@media (min-width: 800px) {
  .flow_unit {
    width: 284px;
  }
}
.flow_unit:not(:last-of-type) {
  margin-block-end: 5vw;
}
@media (min-width: 800px) {
  .flow_unit:not(:last-of-type) {
    margin-block-end: 20px;
  }
}

.prize_chance_item {
  width: 94%;
  margin: 0 auto 3vw;
}
@media (min-width: 800px) {
  .prize_chance_item {
    width: auto;
    margin-block-end: 20px;
  }
}
.prize_chance_item img {
  margin-inline-end: -2.5vw;
}
@media (min-width: 800px) {
  .prize_chance_item img {
    margin-inline-end: -140px;
  }
}

.prize_gallery_body {
  margin: 0 6vw;
  padding: 3vw 4vw;
  border-radius: 10px;
  background: url(../images/prize/slide_bg_btm_sp.png) right 7vw bottom 3vw no-repeat;
  background-size: 22% auto;
  background-color: #000;
  box-shadow: 2px 2px 16px rgba(34, 69, 255, 0.8), -2px -2px 16px rgba(34, 69, 255, 0.8);
  text-align: center;
}
@media (min-width: 800px) {
  .prize_gallery_body {
    margin: 0 86px;
    padding: 100px;
    border-radius: 20px;
    background: url(../images/prize/slide_bg_top_pc.png) center top 80px no-repeat, url(../images/prize/slide_bg_btm_pc.png) center bottom 30px no-repeat;
    background-size: 94% auto;
    box-shadow: 4px 4px 32px rgba(34, 69, 255, 0.8), -4px -4px 32px rgba(34, 69, 255, 0.8);
  }
}

@media (min-width: 800px) {
  .prize_slides {
    margin-block-end: 16px;
  }
}
.prize_slides .swiper-button-prev {
  left: 0;
}
.prize_slides .swiper-button-next {
  right: 0;
}
.prize_slides .swiper-button-prev::after,
.prize_slides .swiper-button-next::after {
  color: #333;
  text-shadow: 0 0 2px #fff;
  font-size: 1rem;
}
@media (min-width: 800px) {
  .prize_slides .swiper-button-prev::after,
  .prize_slides .swiper-button-next::after {
    font-size: 3rem;
  }
}

.prize_thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin: 10px auto 0;
}
@media (min-width: 800px) {
  .prize_thumb {
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.prize_thumb .thumb_item {
  flex-basis: 32%;
}
@media (min-width: 800px) {
  .prize_thumb .thumb_item {
    flex-basis: auto;
  }
}
.prize_thumb .thumb_item_active {
  outline: 2px solid red;
}

.shop_bg {
  margin: -8vw -4vw 0;
  padding: 0;
  border-width: 12vw 14vw;
  border-style: solid;
  border-image-slice: 16% 16% fill;
  border-image-source: url(../images/prize/shop_bg_sp.png);
}
@media (min-width: 800px) {
  .shop_bg {
    margin: -10px 70px 10px;
    padding: 0 60px;
    border-width: 80px;
    border-image-slice: 24% 10% fill;
    border-image-outset: 10px;
    border-image-source: url(../images/prize/shop_bg_pc.png);
  }
}

.prize_shop_title {
  margin-block-end: 2vw;
  text-align: center;
}
.prize_shop_title img {
  width: 85%;
}
@media (min-width: 800px) {
  .prize_shop_title img {
    width: auto;
  }
}

.shop_inner {
  padding: 3vw;
  border-radius: 3vw;
  background-color: #fff;
  color: #000;
}
@media (min-width: 800px) {
  .shop_inner {
    border-radius: 10px;
  }
}

.shop_note {
  padding-inline-start: 1.2em;
  text-indent: -1em;
}
@media (min-width: 800px) {
  .shop_note {
    padding-inline: 110px;
  }
}/*# sourceMappingURL=maps/style.css.map */
