
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100vh;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: #d31eb1;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.section-bg-about { 
  padding: 50px 0 250px 0;
}
.section-bg-info {
  background-color: #12123a;
  padding: 50px 0 250px 0;
}
.section-bg-novelty {
  background-color: #d31eb1;
  padding: 50px 0 250px 0;
}
.section-bg-store {
  background-color: #12123a;
  padding: 50px 0 250px 0;
}
.section-bg-warning {
  background-color: #d31eb1;
  padding: 50px 0 250px 0;
}
.section-bg-recruit {
  background-color: #12123a;
  padding: 50px 0 400px 0;
}

.section-bg-about,
.section-bg-info,
.section-bg-novelty,
.section-bg-store,
.section-bg-warning,
.section-bg-recruit {
  position: relative;
  z-index: 0;
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #fff;
  color: #12123a;
  padding: 16px 24px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 15pt;
  font-weight: bold;
  z-index: 300;
  cursor: pointer;
  opacity: 0; 
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
  user-select: none;
  pointer-events: auto;
}

.back-to-top.show {
  opacity: 1;
}

.back-to-top:hover {
  transform: scale(1.15);
}

h1 {
  font-size: 50pt;
}
h2 {
  font-size: 20pt;
}
p {
  font-size: 15pt;
}

.hero {
  position: relative;
}

.logo-wrapper {
 transition: all 1s ease-in-out;
 z-index: 1;
}

.logo-wrapper:hover {
  transform: rotateY(-360deg);
}

.logo {
  position: absolute;
  width: 700px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  user-select: none;
  pointer-events: auto;
}


.kv-back {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 100vh;
  transform: translateX(-50%);
  transform-origin: top center;
  background-image: url("KVback-W1920.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.kv-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5% 0% 0% 0%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: visible;
  z-index: -1;
}

.kv-left img,
.kv-right img {
  height: auto;
  max-height: none;
  width: auto;
  pointer-events: none;
  margin-bottom: -200px;
}

.kv-left img {
  transform: translateX(-32%)
}

.btn-wrapper {
  position: absolute;
  top: 3.5%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-bg {
  width: auto;
  height: 250px;
  user-select: none;
  pointer-events: auto;
  transition: transform 0.3s;
}

.btn-bg:hover {
  opacity: 1;
  transform: scale(1.05);
}


iframe {
  border-radius: 20px 0 0 20px;
}

.event-info {
  position: relative;
  top: auto;
  text-align: center;
  margin-top: -100px;
  color: #fff;
  font-weight: bold;
  font-size: 30pt;
  transition: transform 0.3s;
}

.event-info:hover {
  transform: scale(1.05);
}

.section-title {
  position: relative;
  text-align: center;
  margin-top: 250px;
  z-index: 10;
}

.section-title::after {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 200px;
  background-color: #e991d9;
  border-radius: 100px;
  z-index: -1;
}

.section-subtitle {
  position: relative;
  margin-top: -50px;
  text-align: center;
  z-index: 10;
}

.section-venue-body {
  padding-left: 150px;
  text-align: left;
  font-size: 18pt;
  font-weight: bold;
  line-height: 2;
}

.venue-title {
  font-size: 30pt;
  text-align: center;
  user-select: none;
  pointer-events: none;
}

.venue-buttons {
  display: flex;
  justify-content: center;
  gap:  80px;
  margin-top: 250px;
}

.venue-btn-img {
  display: block;
  height: 300px;
  transition: transform 0.3s;
}

.venue-btn-img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.venue-section {
  margin-top: 250px;
}

.venue-btn-wrapper {
  position: relative;
  user-select: none;
}

.oval-top {
  position: relative;
  display: flex;  
  max-width: 1200px;
  width: 1200px;
  height: 400px;
  font-weight: bold;
  background-color: #671cb7;
  border-radius: 0 20px 20px 0;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  z-index: -1;
  font-size: 25pt;
}

.oval-bottom {
  margin-top: -88px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  user-select: none;
}

.kv-container,
.kv-left img,
.kv-right img,
.section-title,
.section-subtitle,
.frame-img {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.novelty-caution {
  margin-top: 100px;
  font-weight: bold;
  font-size: 20pt;
  text-align: center;
  user-select: none;
  pointer-events: none;
}

.novelty-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 150px;
  margin-top: 150px;
  flex-wrap: wrap;
}

.novelty-box {
  text-align: center;
  color:#fff;
}

.novelty-row {
  display: flex;
  gap: 80px;
  justify-content: center;
  flex-wrap: wrap;
  user-select: none;
}

.novelty-title {
  font-weight: bold;
  font-size: 30pt;
  margin: 100px;
  user-select: none;
  pointer-events: none;
}

.novelty-title {
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    text-align: center;
    display: inline-block;
    animation: scale 3s ease-in-out infinite;
  }

  @keyframes scale {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.novelty-img {
  color: #fff;
  font-weight: bold;
  display:grid;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
  font-size: 20pt;
  margin-bottom: 5em;
  user-select: none;
}

.novelty-img-frame {
  width: 100%;
  max-width: 420px;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.novelty-img-content{
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.novelty-img-content:hover {
  transform: scale(1.05);
}

/* オーバーレイ */
.novelty-img-content::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 58, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.novelty-img-content:hover::after {
  opacity: 1;
}

.novelty-img-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.novelty-img-content:hover .novelty-img-text {
  opacity: 1;
}

.frame-img-novelty {
  position: absolute;
  width: 80%;
  max-width: 1500px;
  height: auto;
  display: block;
  margin-top: -70px;
  user-select: none;
  pointer-events: none;
}

.lottery {
  position: relative;
  margin-bottom: 250px;
  user-select: none;
  pointer-events: auto;
  width: 100%;
  max-width: 1500px;
}

.lottery-title {
  font-weight: bold;
  font-size: 25pt;
  margin: 100px;
  pointer-events: none;
  text-align: center;
}

.lottery-title {
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    animation: scale 3s ease-in-out infinite;
  }

.lottery-prize-list {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-align: center;
  overflow-x: auto;
  gap: 40px;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  padding: 1em;
}


.lottery-prize-item {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}

.lottery-img {
  width: 550px;
}

.lottery-img-wrapper {
  position: relative;
  height: auto;
  cursor: pointer;
  margin-top: 120px;
  transition: transform 0.3s ease;
}

.lottery-img-wrapper:hover {
  transform: scale(1.05);
}

/* オーバーレイ */
.lottery-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.lottery-img-wrapper:hover::after {
  opacity: 1;
}

.lottery-img-wrapper:hover .lottery-img-text {
  opacity: 1;
}

/* .lottery-img-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  text-align: center;
  user-select: none;
} */

.lottery-prize-list::-webkit-scrollbar {
  display: initial;
  height: 20px;
  display: block;
}

.lottery-prize-list::-webkit-scrollbar-thumb {
  background-color: #99fff3;
  border-radius: 30px;
}

.lottery-prize-list::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.frame-img-lottery {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: -70px;
  left: 50%;
  transform:translateX(-50%);
  user-select: none;
  pointer-events: none;
}

.store-images {
  display: flex;
  margin: 0 1em 0 1em;
  gap: 50px;
  width: max-content;
  text-align: center;
  user-select: none;
}

.store-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.store-img:hover {
  transform: scale(1.05);
}

/* オーバーレイエフェクト */
.store-img::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 58, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.store-img:hover::after {
  opacity: 1;
}

.store-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease,
    color 0.5s ease, 
    text-shadow 0.5s ease;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  user-select: none;
  pointer-events: auto;
}

.store-img-text:hover {
  text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
}

.store-img:hover .store-img-text {
  opacity: 1;
}


.store-img-content {
  width: 300px;
  display: block;
}

.btn-store {
  height: 300px;
  margin-top: -100px;
  transition: transform 0.3s;
}

.btn-store:hover {
  opacity: 1;
  transform: scale(1.05);
}

.store-button {
  display: flex;
  justify-content: center;
  margin-top: 250px;
  user-select: none;
}

.store-scroll-wrapper {
  position: relative;
  width: auto;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 100px 70px 50px 70px;
}

.store-scroll-wrapper::-webkit-scrollbar {
  display: initial;
  height: 20px;
  display: block;
}

.store-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #99fff3;
  border-radius: 30px;overflow-x: scroll;
}

.store-scroll-wrapper::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.frame-warning {
  position: relative;
  margin-top: 200px;
  width: 100%;
  text-align: left;
  user-select: none;
  pointer-events: none;
}

.frame-img {
  width: 1500px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.frame-about {
  position: relative;
  margin-top: 200px;
  width: 100%;
  text-align: center;
  user-select: none;
  pointer-events: auto ;
}

.frame-about-text {
  position: absolute;
  top: 42%;
  left: 50%;
  width:55%;
  max-width: 90%;
  max-height: 500px;
  line-height: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  overflow-y: auto;
  overflow-x: hidden;
  padding-inline: 0;
}

.frame-about-text::-webkit-scrollbar {
  width: 20px;
}

.frame-about-text::-webkit-scrollbar-thumb {
  background-color: #99fff3;
  border-radius: 30px;
  
}

.frame-about-text::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.about-part {
  display: block;
}


.about-part-large {
    font-size: 30px;
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    display: block;
    animation: scale 3s ease-in-out infinite;
  }

  @keyframes scale {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.frame-warning-text {
  position: absolute;
  top: 44%;
  left: 50%;
  width: auto;
  line-height: 1.8;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 17pt;
  font-weight: bold;
   list-style: none;
}

.frame-warning-text li::before {
  content: "※";
    margin-right: 0.5em;
    color: #fff;
}


.frame-recruit {
  position: relative;
  margin-top: 200px;
  width: 100%;
  text-align: center;
  user-select: none;
  pointer-events: none;
}

.frame-recruit-text {
  position: absolute;
  top: 38%;
  left: 50%;
  width: auto;
  line-height: 1.8;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  pointer-events: none;
}

.recruit-button {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 55%;
}

.recruit-btn-link {
  text-decoration: none;
  user-select: none;
  pointer-events: auto;
}

.recruit-btn-text {
  font-size: 20pt;
  color: #fff;
}

.recruit-btn {
  margin-top: 350px;
  font-weight: bold; 
  background-color: #671cb7;
  border-radius: 80px;
  padding: 5px 60px;
  text-decoration: none;
  transition: transform 0.3s;
}

.recruit-btn:hover {
  transform: scale(1.05);
}

.recruit-btn-img {
  display: none;
}

.btn-recruit:hover {
    opacity: 1;
    transform: scale(1.05);
  }

  .btn-recruit {
    height: 300px;
    margin-top: -100px;
    transition: transform 0.3s;
  }

.footer {
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15pt;
  user-select: none;
  pointer-events: none;
}


@media screen and (max-width: 480px) { 

  html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

  body {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    background: #d31eb1;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }

  .section-bg-about { 
    padding: 20px 0 620px 0;
  }
  .section-bg-info {
    background-color: #12123a;
    padding: 50px 0 100px 0;
  }
  .section-bg-novelty {
    background-color: #d31eb1;
    padding: 50px 0 50px 0;
  }
  .section-bg-store {
    background-color: #12123a;
    padding: 50px 0 80px 0;
  }
  .section-bg-warning {
    background-color: #d31eb1;
    padding: 50px 0 640px 0;
  }
  .section-bg-recruit {
    background-color: #12123a;
    padding: 50px 0 100px 0;
  }

  h1 {
    font-size: 25pt;
  }
  h2 {
    font-size: 12pt;
  }
  h3 {
  font-size: 16pt;
  }
  p {
    font-size: 10pt;
  }

  .kv-container {
    position: relative;
    flex-direction: row;
    max-width: 100%;
    overflow-x: hidden;
  }

  .kv-back {
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    min-width: unset;
    background-image: url("KVback-W768.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .logo {
    position: relative;
    max-width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
  }

  .logo-wrapper.animate {
  animation: rotate 1s ease-in-out;
  }

@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}

  .kv-left img,
  .kv-right img {
    scale: 0.6;
    transform: none; 
    height: auto;
    margin-top: -260px;
    margin-bottom: -280px;
  }

  .kv-left img {
    transform: translateX(15%);
  }

  .kv-right img {
    transform: translateX(-130%);
  }

  .back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background-color: #ffffff;
  padding: 10px 14px;
  color: #12123a;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 1;
  opacity: 0;
  user-select: none;
  pointer-events: auto;
  transition: opacity 0.3s, transform 0.3s;
  }

  .back-to-top:hover {
  opacity: 1;
  transform: scale(1.05);
  }
  
  .btn-wrapper {
  left: 50%;
  transform: translateX(-50%);
  top: 460px;
  }

  .btn-bg {
    width: 60vw;
    height: auto;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .event-info {
    margin-top: -200px;
    width: 100%;
    left: 0;
    font-size: 18pt;
    text-align: center;
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    z-index: 1;
  }

  .section-title {
  text-align: center;
  margin-top: 50px;
  }

  .section-title::after {
    width: 80%;
    height: 100px;
  }

  .section-subtitle {
  margin-top: -30px;
  text-align: center;
 }

  .frame-img {
    display: none;
  }

  .frame-about-text{
    font-size: 12pt;
    width: 80%;
    line-height: 1.6;
    box-sizing: border-box;
    margin-top: 200px;
    max-height:max-content;
    padding:0;
  }
  
  .frame-recruit-text {
    font-size: 12pt;
    width: 80%;
    line-height: 1.6;
    box-sizing: border-box;
    margin-top: -70px;
  }

  .frame-warning-text {
    font-size: 12pt;
    width: 70%;
    line-height: 1.6;
    box-sizing: border-box;
    margin-top: 220px;
    padding: 0; 
  }
  
  .venue-buttons {
    flex-direction: column;
    margin-top: 50px;
    align-items: center;
    justify-items: center;
  }

  .venue-btn-img {
    width: 60vw;
    height: auto;
    margin: 40px;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .venue-btn-wrapper {
    margin-bottom: -100px;
  }

  .oval-top {
    flex-direction: column;
    padding: 25px;
    width: 80%;
    height: 250px;
  }

  .section-venue-body {
    padding-left: 0;
    text-align: left;
    font-size: 12pt;
  }

  .venue-section {
    margin-top: 200px;
  }

  .oval-bottom iframe {
    width: 90%;
    height: 300px;
    margin-top: 2em;
  }

  .novelty-caution {
    margin: 0;
    margin-top: 50px;
    font-size: 10pt;
  }

  .novelty-part {
    display: block;
  }

  .novelty-wrapper {
    margin-top: 150px;
    gap: 20px;
  }

  .novelty-img-frame {
  width: 80%;
  margin-top: 20px;
  user-select: none;
  pointer-events: none;
  }

  .novelty-img-content {
    margin-bottom: -280px;
  }

  .novelty-img-text {
    position: static;
    transform: none;
    opacity: 1;
    margin-top: 10px;
    pointer-events: none;
    text-align: center;
    font-size: 12pt;
  }

  .novelty-img-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }

  .novelty-row {
    margin-bottom: 280px;
    -webkit-overflow-scrolling: touch;
  }
 
  .novelty-title,
  .venue-title {
    margin: 0 auto 20px;
    max-width: 100%;
    font-size: 18pt;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
  }

  
  .novelty-title {
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    text-align: center;
    display: inline-block;
    animation: scale 3s ease-in-out infinite;
  }

  .venue-title {
    margin-top: -40px;
  }
  
  .frame-img-novelty {
    width: 80%;
    height: auto;
    position: absolute;
    margin-top: -120px;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .novelty-img-content::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  user-select: none;
  pointer-events: auto;
}
  
  .frame-img-lottery {
    position: unset;
    position: absolute;
    left: 10%;
    width: 80%;
    margin-top: -150px;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .lottery {
    margin: 0;
  }

  .lottery-title {
    margin: 0 auto 20px;        
    max-width: 100%;
    font-size: 16pt;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    animation: scale 3s ease-in-out infinite;
  }

  .lottery-title .part1,
  .lottery-title .part2 {
    display: block;
  }

  .about-part {
    display: block;
  }

  .about-part-small {
    display: block;
    font-size: 10pt;
  }

  .about-part-large {
    font-size: 14pt;
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    text-align: center;
    display: inline-block;
    animation: scale 3s ease-in-out infinite;
  }

  @keyframes scale {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
   .lottery-img {
    width: 300px;
  }

  .lottery-img-wrapper {
    margin: 80px 10px 0 10px;
  }

  .lottery-prize-list {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .store-img-content {
   width: 200px;
   margin-right: 1em;
  }  

  .store-img-text {
    font-size: 12pt;
    margin-top: 10px;
    margin-left: -8px;
    padding: 0;
    user-select: none;
    pointer-events: auto;
  }

  .store-scroll-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
}

  .btn-store {
    width: 60vw;
    height: auto;
    margin-top: -100px;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .store-button {
    margin-top: 120px;
  }

  .recruit-button {
    margin-top: 100px;
  }

  .recruit-btn-link {
    display: none;
  }

  .recruit-btn {
    display: none;
  }

  .recruit-btn-img {
    user-select: none;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-recruit {
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
    width: 60vw;
    height: auto;
    margin-top: 60px;
  }

  .footer {
  height: 10px;
  font-size: 12pt;
  }

}


@media screen and (min-width:768px) and ( max-width:1024px) {

  html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

  body {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    background: #d31eb1;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }

  .section-bg-about { 
    padding: 80px 0 620px 0;
  }
  .section-bg-info {
    background-color: #12123a;
    padding: 100px 0 150px 0;
  }
  .section-bg-novelty {
    background-color: #d31eb1;
    padding: 100px 0 200px 0;
  }
  .section-bg-store {
    background-color: #12123a;
    padding: 100px 0 150px 0;
  }
  .section-bg-warning {
    background-color: #d31eb1;
    padding: 100px 0 920px 0;
  }
  .section-bg-recruit {
    background-color: #12123a;
    padding: 100px 0 130px 0;
  }

  h1 {
    font-size: 40pt;
  }
  h2 {
    font-size: 20pt;
  }
  h3 {
  font-size: 25pt;
  }
  p {
    font-size: 15pt;
  }

  .kv-container {
    position: relative;
    flex-direction: row;
    max-width: 100%;
    overflow-x: hidden;
  }

  .kv-back {
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    min-width: unset;
    background-image: url("KVback-W768.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .logo {
    position: relative;
    max-width: 40%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
  }

  .logo-wrapper.animate {
  animation: rotate 1s ease-in-out;
  }

@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}

  .kv-left img,
  .kv-right img {
    scale: 0.6;
    transform: none; 
    height: auto;
    margin-top: -260px;
    margin-bottom: -280px;
  }

  .kv-right img {
    transform: translateX(-90%);
  }

  .back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background-color: #ffffff;
  padding: 14px 20px;
  color: #12123a;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 1;
  opacity: 0;
  user-select: none;
  pointer-events: auto;
  transition: opacity 0.3s, transform 0.3s;
  }

  .back-to-top:hover {
  opacity: 1;
  transform: scale(1.05);
  }
  
  .btn-wrapper {
  left: 50%;
  transform: translateX(-50%);
  top: 600px;
  }

  .btn-bg {
    width: 30vw;
    height: auto;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .event-info {
    margin-top: -80px;
    width: 100%;
    left: 0;
    font-size: 25pt;
    text-align: center;
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    z-index: 1;
  }

  .section-title {
  text-align: center;
  margin-top: 50px;
  }

  .section-title::after {
    width: 80%;
    height: 180px;
  }

  .section-subtitle {
  margin-top: -30px;
  text-align: center;
 }

  .frame-img {
    display: none;
  }

  .frame-about-text{
    font-size: 20pt;
    width: 80%;
    line-height: 1.6;
    box-sizing: border-box;
    margin-top: 200px;
    max-height: auto;
    padding:0;
  }
  
  .frame-recruit-text {
    font-size: 20pt;
    width: 80%;
    line-height: 1.6;
    box-sizing: border-box;
    margin-top: 30px;
  }

  .frame-warning-text {
    font-size: 20pt;
    width: 70%;
    line-height: 1.6;
    box-sizing: border-box;
    margin-top: 350px;
    padding: 0; 
  }
  
  .venue-buttons {
    flex-direction: column;
    margin-top: 50px;
    align-items: center;
    justify-items: center;
  }

  .venue-btn-img {
    width: 30vw;
    height: auto;
    margin: 40px;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .venue-btn-wrapper {
    margin-bottom: -100px;
  }

  .oval-top {
    padding: 40px;
    width: 80%;
    height: 300px;
  }

  .section-venue-body {
    text-align: left;
    margin-left: -70px;
    font-size: 20pt;
  }

  .venue-section {
    margin-top: 200px;
  }

  .oval-bottom iframe {
    width: 90%;
    height: 350px;
    margin-top: 4em;
  }

  .novelty-caution {
    margin: 0;
    margin-top: 50px;
    font-size: 15pt;
  }

  .novelty-wrapper {
    margin-top: 190px;
    gap: 20px;
  }

  .novelty-img-frame {
  width: 80%;
  margin-top: 130px;
  user-select: none;
  pointer-events: none;
  }

  .novelty-img-content {
    margin-bottom: -280px;
  }

  .novelty-img-text {
    position: static;
    transform: none;
    opacity: 1;
    margin-top: 10px;
    pointer-events: none;
    text-align: center;
    font-size: 15pt;
  }

  .novelty-img-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .novelty-row {
    margin-bottom: 400px;
    -webkit-overflow-scrolling: touch;
  }
 
  .novelty-title,
  .venue-title {
    margin: 0 auto 20px;
    max-width: 100%;
    font-size: 25pt;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
  }

  
  .novelty-title {
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    text-align: center;
    display: inline-block;
    animation: scale 3s ease-in-out infinite;
  }

  .venue-title {
    margin-top: -40px;
  }
  
  .frame-img-novelty {
    width: 50%;
    height: auto;
    position: absolute;
    margin-top: -180px;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .novelty-img-content::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  user-select: none;
  pointer-events: auto;
}
  
  .frame-img-lottery {
    position: unset;
    position: absolute;
    left: 25%;
    width: 50%;
    margin-top: -230px;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .lottery {
    margin: 0;
  }

  .lottery-title {
    margin: 0 auto 20px;        
    max-width: 100%;
    font-size: 25pt;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    animation: scale 3s ease-in-out infinite;
  }

  .lottery-title .part1,
  .lottery-title .part2 {
    display: block;
  }

  .about-part {
    display: block;
  }

  .about-part-small {
    display: block;
    font-size: 10pt;
  }

  .about-part-large {
    font-size: 14pt;
    text-shadow: 
    2px  2px 1px #671cb7,
    -2px  2px 1px #671cb7,
    2px -2px 1px #671cb7,
    -2px -2px 1px #671cb7,
    2px  0px 1px #671cb7,
    0px  2px 1px #671cb7,
    -2px  0px 1px #671cb7,
    0px -2px 1px #671cb7;
    color: #fff;
    text-align: center;
    display: inline-block;
    animation: scale 3s ease-in-out infinite;
  }

  @keyframes scale {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
   .lottery-img {
    width: 450px;
  }

  .lottery-img-wrapper {
    margin: 160px 0px 0 10px;
  }

  .lottery-prize-list {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .store-img-content {
   width: 300px;
   margin-right: 1em;
  }  

  .store-img-text {
    font-size: 15pt;
    user-select: none;
    pointer-events: auto;
  }

  .store-scroll-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
}

  .btn-store {
    width: 30vw;
    height: auto;
    margin-top: -50px;
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .store-button {
    margin-top: 120px;
  }

  .recruit-btn-link {
    display: none;
  }

  .recruit-btn {
    display: none;
  }

  .recruit-btn-img {
    user-select: none;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-part-large {
    font-size: 25pt;
    display: block;
  }

  .btn-recruit {
    display: block;
    animation: scale 3s ease-in-out infinite;
    transition: transform 0.3s;
    width: 30vw;
    height: auto;
    margin-top: 200px;
  }

  .footer {
  height: 10px;
  font-size: 15pt;
  }

}
