@charset "UTF-8";
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: 80%;
  max-width: 900px;
  margin: 40px auto 0;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .back20th {
    width: 60%;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 100px;
    display: block;
  }
}

.back20th a {
  width: 45%;
  transition: 1s;
}

.back20th a:hover {
  transition: 1s;
  box-shadow: 0 0 10px #f0ff4b , 0 0 10px #f0ff4b;
}

@media screen and (max-width: 768px) {
  .back20th a {
    display: block;
    width: 100%;
  }
  .back20th a:first-child {
    margin-bottom: 4vw;
  }
}

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

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

@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;
  }
}

.pub p, .pub a, .pub span, .pub h2, .pub dt, .pub dd {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "yumin", YuMincho, serif;
  line-height: 1em;
}

.pub img {
  width: 100%;
}

.mainWrap {
  opacity: 0;
  transition: 5s;
  background-color: #000;
  background-image: url(../../../img/kmp20th/taisaku_dancing/img/bg.jpg);
}

.displayBlock {
  opacity: 1;
}

.content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.content .title {
  font-size: 90px;
  margin-bottom: 60px;
  line-height: 0px;
  display: block;
  background: linear-gradient(0deg, #fff 20%, #bbbbbb 50%, #fff 100%);
  background: -webkit-linear-gradient(45deg, #fff 20%, #bbbbbb 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: bold;
}

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

.topSlide {
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-bottom: 60px;
}

.topSlide img {
  width: 100%;
}

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

.topSlide .logoWrap {
  z-index: 1;
  width: 100%;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .topSlide .logoWrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
}

.topSlide .logo {
  max-width: 960px;
  margin: 20px auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .topSlide .logo {
    width: 94%;
    margin-top: 5vw;
    order: 2;
  }
}

.topSlide .nav {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .topSlide .nav {
    width: 100%;
    margin-top: 5vw;
    order: 1;
  }
}

.topSlide .nav ul {
  display: flex;
}

.topSlide .nav ul li {
  width: 16%;
}

.topSlide .nav ul li:first-child {
  width: 30%;
  position: relative;
}

.topSlide .nav ul li:first-child img {
  position: absolute;
  width: 92%;
  max-width: 250px;
  top: -59%;
}

@media screen and (max-width: 768px) {
  .topSlide .nav ul li:first-child img {
    top: -5vw;
  }
}

.topSlide .nav ul li a {
  padding: 20px 0;
  font-size: 22px;
  display: block;
  text-align: center;
  transition: .6s;
}

@media screen and (max-width: 768px) {
  .topSlide .nav ul li a {
    font-size: 3vw;
    padding: 2vw 0;
  }
}

.topSlide .nav ul li a:hover {
  color: #ffe923;
}

.prologue, .topMovie, .packageWrap, .galleryWrap {
  padding: 65px 0;
}

@media screen and (max-width: 768px) {
  .prologue, .topMovie, .packageWrap, .galleryWrap {
    padding: 9vw 0;
  }
}

.prologue__aboutTop {
  display: flex;
  padding: 0 60px;
  justify-content: center;
  align-items: center;
}

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

.prologue__aboutTopImgWrap {
  position: relative;
}

.prologue__aboutTopImg {
  margin: 0 0 0 auto;
}

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

.prologue__aboutTopImg img {
  transition: 1s;
}

.prologue__aboutTopImg img:hover {
  transform: scale(1.1);
  transition: 1s;
}

.prologue__aboutTopText {
  max-width: 430px;
  z-index: 1;
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .prologue__aboutTopText {
    position: static;
    margin: 0 auto 5vw;
    max-width: initial;
  }
}

.prologue__aboutTopText p {
  font-size: 24px;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}

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

.prologue__aboutTopImgWrap img {
  margin: 0 auto;
  filter: drop-shadow(0 0 1rem #ff4bf5);
}

@media screen and (max-width: 768px) {
  .prologue__aboutTopImgWrap img {
    filter: drop-shadow(0 0 0.5rem #ff4bf5);
  }
}

.topMovie__wrap {
  display: flex;
  width: 85%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 2rem #dd2846;
  transition: 1s;
}

.topMovie__wrap:hover {
  transition: 1s;
  box-shadow: 0 0 10px #f0ff4b , 0 0 2rem #f0ff4b;
}

.topMovie span {
  font-size: 21px;
}

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

.packageDetail .content {
  display: flex;
  justify-content: center;
}

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

.packageDetail__packageImgWrap {
  width: 312px;
  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 2rem #617eff;
  transition: 1s;
}

.packageDetail__packageImgWrap img:hover {
  transition: 1s;
  box-shadow: 0 0 10px #f0ff4b , 0 0 2rem #f0ff4b;
}

.packageDetail__packageText {
  max-width: 650px;
  z-index: 1;
}

.packageDetail__packageText h2 {
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-weight: bold;
  text-shadow: 0 0 10px #f0ff4b , 0 0 10px #f0ff4b;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText h2 {
    font-size: 4.2vw;
    margin-bottom: 6vw;
    line-height: 1.8em;
  }
}

.packageDetail__packageText p {
  line-height: 1.5em;
  letter-spacing: -0.15em;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText p {
    line-height: 1.6em;
    letter-spacing: -0.15em;
    font-size: 3.8vw;
  }
}

.packageDetail__packagelink {
  width: 80%;
  margin: 30px auto 0;
  max-width: 363px;
  transition: 1s;
}

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

.packageDetail__packagelink:hover {
  box-shadow: 0 0 10px #f0ff4b , 0 0 10px #f0ff4b;
}

.packageDetail__packagelink a {
  border: 2px solid #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 28px;
  transition: 1s;
}

.packageDetail__packagelink a:hover {
  transition: 1s;
  background-color: rgba(255, 111, 190, 0.5);
  color: #fff !important;
  text-shadow: 0 0 10px #f0ff4b , 0 0 10px #f0ff4b;
}

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

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

.galleryWrap li {
  margin: 0 0.5%;
  margin-bottom: 0.5%;
  width: 19%;
  z-index: 1;
}

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

.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;
  }
}

/* gatefold */
.gatefold {
  width: 100%;
  height: 100vw;
  background: url(../../../img/kmp20th/taisaku_dancing/img/opBg.jpg);
  position: fixed;
  background-size: contain;
  z-index: 999;
  margin-top: -116px;
}

@media screen and (max-width: 768px) {
  .gatefold {
    height: 140%;
    background-size: cover;
  }
}

.gatefold::before,
.gatefold::after {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  transition: all 7s;
  z-index: 1;
}

.gatefold::before {
  left: 0;
  clip: rect(0px 52vw 100vh 0px);
}

.gatefold::after {
  right: 0;
  clip: rect(0px 100vw 100vh 48vw);
}

/* contents */
.header,
.contents,
.footer {
  max-width: 1070px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.contents {
  padding: 0;
}

.contents__inner {
  box-sizing: border-box;
  width: auto;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  background: #eee;
}

.contents__inner h2 {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #666;
}

.btn__box {
  text-align: center;
}

.btn__box a {
  display: inline-block;
  width: 250px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 13px;
  color: #000;
  border: 1px solid #000;
}

.switch {
  position: fixed;
  width: 500px;
  height: 140px;
  margin: auto;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  color: #fff;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .switch {
    width: 70%;
  }
}

.switch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.switch.push {
  top: 50%;
}

.gatefold::before,
.gatefold::before {
  transform-origin: left center;
}

.gatefold::after,
.gatefold::after {
  transform-origin: right center;
}

.gatefoldchecked::before {
  transform: perspective(800px) rotateY(50deg);
  transform: perspective(800px) rotateY(50deg) scale(2) translate(-700px);
}

.gatefoldchecked::after {
  transform: perspective(800px) rotateY(-50deg);
  transform: perspective(800px) rotateY(-50deg) scale(2) translate(700px);
}
