@charset "UTF-8";
body {
  background-color: #000000;
}

.kmp20th {
  background-image: url(../../../img/kmp20th/taisaku_ofpk/img/mainBg.jpg);
}

.kmp20th p, .kmp20th span, .kmp20th h2, .kmp20th a {
  color: #ffffff;
  font-family: "游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Lato,"Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.kmp20th img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.content {
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0 6vw;
  }
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}

.fadeNow {
  opacity: 1;
  transform: translate(0, 0);
}

.leftIn {
  opacity: 0;
  transform: translate(-200px, 0px);
  transition: all 1.5s;
}

.leftInNow {
  opacity: 1;
  transform: translate(0, 0);
}

.rightIn {
  opacity: 0;
  transform: translate(200px, 0px);
  transition: all 1.5s;
}

.rightInNow {
  opacity: 1;
  transform: translate(0, 0);
}

img.lg-image {
  max-width: 90% !important;
}

@media screen and (min-width: 769px) {
  img.lg-image {
    max-width: 850px !important;
  }
}

#lg-download {
  display: none;
}

#lg-counter span {
  color: #fff;
}

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}

.back20th {
  width: 40%;
  max-width: 450px;
  margin: 160px auto 0;
}

@media screen and (max-width: 768px) {
  .back20th {
    width: 60%;
    max-width: 450px;
    margin: 25% auto 0;
  }
}

.topImageWrap {
  position: relative;
}

.topImageWrap__logo {
  max-width: 1070px;
  width: 52%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .topImageWrap__logo {
    width: 94%;
    bottom: -35vw;
  }
}

.logoIn {
  animation: bounce 3s ease infinite , logoEffect 3s ease;
}

@keyframes logoEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform-origin: center;
  }
}

@keyframes bounce {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -52%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.neonTitle {
  font-family: "Monoton", cursive !important;
  --interval: 1s;
  display: block;
  text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
  will-change: filter, color;
  filter: saturate(60%);
  animation: flicker steps(100) var(--interval) 1s infinite;
  text-align: center;
  font-size: 70px;
}

@media screen and (max-width: 768px) {
  .neonTitle {
    font-size: 9vw;
  }
}

.neonTitleSub {
  font-weight: bold;
  --interval: 1s;
  display: block;
  text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
  will-change: filter, color;
  filter: saturate(60%);
  animation: flicker steps(100) var(--interval) 1s infinite;
  text-align: center;
  font-size: 33px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .neonTitleSub {
    font-size: 4vw;
  }
}

.neonYellow {
  color: yellow;
  --color1: goldenrod;
  --color2: orangered;
  --color3: mediumblue;
  --color4: purple;
  font-family: Gruppo;
}

.neonRed {
  color: lightpink;
  --color1: pink;
  --color2: orangered;
  --color3: red;
  --color4: magenta;
  font-family: Bad Script;
}

.neonGreen {
  color: yellow;
  --color1: yellow;
  --color2: lime;
  --color3: green;
  --color4: darkgreen;
  font-family: Monoton;
}

.neonWrap {
  color: #fff;
  box-shadow: 0 0 .1rem #fff, 0 0 .1rem #fff, 0 0 0.2rem #ffe600, 0 0 0.8rem #ffe600, 0 0 .1rem #ffe600, inset 0 0 0.2rem #ffe600;
}

@keyframes flicker {
  50% {
    color: white;
    filter: saturate(200%) hue-rotate(20deg);
  }
}

.neonBg {
  position: relative;
  z-index: 0;
}

.topYoutube {
  padding: 13vw 0 30px;
}

@media screen and (max-width: 768px) {
  .topYoutube {
    padding: 16vw 0;
  }
}

.topYoutube .title {
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .topYoutube .title {
    margin: 0 auto 9vw;
  }
}

.topYoutube__wrap {
  position: relative;
  width: 85%;
  margin: 0 auto;
  z-index: 0;
}

.topYoutube__link {
  z-index: 1;
  border: 2px solid #c9bc9c;
}

.topYoutube__link a {
  display: block;
  z-index: 1;
}

.topYoutube__link a img {
  z-index: 1;
}

.topYoutube__vrWrap {
  margin: 100px auto 0;
  background-color: #ffffff;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .topYoutube__vrWrap {
    margin-top: 5vw;
    width: 70%;
  }
}

.topYoutube__vrWrap a {
  display: block;
  margin: 0 auto;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .topYoutube__vrWrap a {
    font-size: 5vw;
    font-weight: initial;
    padding: 2vw 0;
  }
}

.topYoutube__vrWrap a:hover {
  transition: 1s;
  opacity: 0.6;
}

.packageDetail {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .packageDetail {
    padding: 0 0 16vw;
  }
}

.packageDetail .content {
  display: flex;
}

@media screen and (max-width: 768px) {
  .packageDetail .content {
    display: block;
  }
}

.packageDetail .title {
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .packageDetail .title {
    margin: 0 auto 9vw;
  }
}

.packageDetail__packageImgWrap {
  max-width: 300px;
  margin-right: 30px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageImgWrap {
    width: 60%;
    margin: 0 auto 10vw;
  }
}

.packageDetail__packageImgWrap img {
  box-shadow: 0 0 .1rem #fff, 0 0 1rem #ff0000, 0 0 0.2rem #ff0000, 0 0 0.8rem #ff0000, 0 0 1rem #ff0000, inset 0 0 0.2rem #ff0000;
}

.packageDetail__packageText h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText h2 {
    font-size: 5vw;
  }
}

.packageDetail__packageText .neonTitleH2 {
  --interval: 1s;
  display: block;
  text-shadow: 0 0 10px #ff002b, 0 0 10px #ff002b, 0 0 10px #ff002b, 0 0 10px #ff002b;
  will-change: filter, color;
  filter: saturate(60%);
  font-size: 31px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3em;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText .neonTitleH2 {
    font-size: 5vw;
    line-height: 7vw;
  }
}

.packageDetail__packageText span {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText span {
    font-size: 4.2vw;
  }
}

.packageDetail__packageText p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText p {
    font-size: 4vw;
  }
}

.packageDetail__packagelink {
  width: 80%;
  margin: 30px auto 0;
}

.packageDetail__packagelink a {
  border: 2px solid #ffeec4;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 35px;
  transition: 1s;
  color: #ffeec4 !important;
}

.packageDetail__packagelink a:hover {
  opacity: 0.5;
  transition: 1s;
  background-color: rgba(136, 255, 142, 0.2);
}

@media screen and (max-width: 768px) {
  .packageDetail__packagelink a {
    font-size: 5vw;
  }
}

.galleryWrap {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .galleryWrap {
    padding-bottom: 12vw;
  }
}

.galleryWrap .title {
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .galleryWrap .title {
    margin: 0 auto 9vw;
  }
}

.galleryWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galleryWrap li {
  margin: 0 1%;
  margin-bottom: 2%;
  width: 14%;
}

@media screen and (max-width: 768px) {
  .galleryWrap li {
    width: 30%;
  }
}

.galleryWrap li:nth-child(8), .galleryWrap li:nth-child(16), .galleryWrap li:nth-child(18), .galleryWrap li:nth-child(20), .galleryWrap li:nth-child(23), .galleryWrap li:nth-child(24), .galleryWrap li:nth-child(27) {
  width: 6.3%;
}

@media screen and (max-width: 768px) {
  .galleryWrap li:nth-child(8), .galleryWrap li:nth-child(16), .galleryWrap li:nth-child(18), .galleryWrap li:nth-child(20), .galleryWrap li:nth-child(23), .galleryWrap li:nth-child(24), .galleryWrap li:nth-child(27) {
    width: 13.5%;
  }
}

.galleryWrap li img {
  transition: all 0.5s;
}

.galleryWrap li img:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .galleryWrap li img:hover {
    opacity: 1;
  }
}

.neonBg__gradation {
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(25deg, rgba(255, 35, 227, 0.3), rgba(0, 0, 0, 0.1), rgba(255, 29, 26, 0.3));
  background-size: 200% 200%;
  /*サイズを大きくひきのばす*/
  animation: bggradient 4s ease infinite;
}

@media screen and (max-width: 768px) {
  .neonBg__gradation {
    padding: 8vh 0;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.neonBg__20th {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.neonBg__20th div {
  width: 470px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .neonBg__20th div {
    width: 60%;
  }
}

.neonBg__20thYellow {
  left: -100px;
  top: 10%;
  animation: neon 4s infinite;
}

.neonBg__20thOrange {
  right: -100px;
  top: 37%;
  animation: neon 4s infinite;
}

.neonBg__20thRed {
  left: -100px;
  bottom: 27%;
  animation: neonTwo 4s infinite;
}

.neonBg__20thGreen {
  right: -100px;
  bottom: 8%;
  animation: neonTwo 4s infinite;
}

@keyframes neon {
  0% {
    opacity: 0.5;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes neonTwo {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

#main {
  margin-bottom: -100px;
}

@media screen and (max-width: 768px) {
  #main {
    margin-bottom: -6vh;
  }
}
