@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
body {
  background-color: #fffdf4;
}

.nangoku {
  background-size: contain;
}

.nangoku p, .nangoku span, .nangoku h2, .nangoku a {
  color: #333333;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.nangoku .title {
  margin: 0 auto 60px;
  font-size: clamp(73px, calc(4.5625rem + ((1vw - 7.69px) * 8.9701)), 100px);
  line-height: 1em;
  text-align: center;
}

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

.nangoku .title p {
  position: relative;
  background: linear-gradient(0deg, #d63f95 0%, #e78437 100%);
  background: -webkit-linear-gradient(0deg, #d63f95 0%, #e78437 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-family: 'Pacifico', cursive;
}

.nangoku 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 10vw;
  }
}

.fadeInSlow {
  opacity: 0;
  transform: translate(0);
  transition: all 2.5s;
}

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

.allBg {
  background-image: url(../../../img/kmp20th/taisaku_nangoku/img/haikei_sp.png);
  height: 100%;
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .allBg {
    background-image: url(../../../img/kmp20th/taisaku_nangoku/img/haikei_sp.png);
    height: 100%;
  }
}

.topImageWrap {
  position: relative;
}

.topImageWrap__logo {
  max-width: 1070px;
  width: 43%;
  position: absolute;
  top: 16%;
  left: 7%;
}

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

.topMovie {
  padding: 120px 0;
}

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

.topMovie .title {
  margin: 0 auto 60px;
  font-size: 100px;
  line-height: 1em;
  text-align: center;
}

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

.topMovie__wrap {
  display: flex;
  width: 85%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 0.1rem #ff0000, 0 0 1rem #00aced, 0 0 0.2rem #ff4bf5, 0 0 0.8rem #24ff6d, 0 0 1rem #ff0000, inset 0 0 0.2rem #efff00;
}

.girlsWrap {
  padding: 120px 0;
  background-image: url(../../../img/kmp20th/taisaku_nangoku/img/girls.jpg);
  background-size: cover;
}

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

.girlsWrap .title {
  margin: 0 auto 60px;
  font-size: 100px;
  line-height: 1em;
  text-align: center;
}

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

.girlsWrap ul {
  display: flex;
  flex-wrap: wrap;
}

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

.girlsWrap ul li {
  max-width: 502px;
  width: 47%;
  margin-right: 3%;
  margin-bottom: 2%;
  display: flex;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .girlsWrap ul li {
    max-width: inherit;
    width: auto;
    margin-right: 0;
    margin-bottom: 7%;
  }
}

.girlsWrap ul li:nth-child(1) .name:first-letter {
  color: #ff9bd4;
}

.girlsWrap ul li:nth-child(1) .text a {
  color: #ff9bd4;
}

.girlsWrap ul li:nth-child(2) .name:first-letter {
  color: #e58271;
}

.girlsWrap ul li:nth-child(2) .text a {
  color: #e58271;
}

.girlsWrap ul li:nth-child(3) .name:first-letter {
  color: #8ed4fc;
}

.girlsWrap ul li:nth-child(3) .text a {
  color: #8ed4fc;
}

.girlsWrap ul li:nth-child(4) .name:first-letter, .girlsWrap ul li:nth-child(4) .text:first-letter {
  color: #c6c654;
}

.girlsWrap ul li:nth-child(4) .text a {
  color: #c6c654;
}

.girlsWrap ul li:nth-child(5) .name:first-letter {
  color: #7ad3c7;
}

.girlsWrap ul li:nth-child(5) .text a {
  color: #7ad3c7;
}

@media screen and (max-width: 768px) {
  .girlsWrap ul li:nth-child(5) {
    margin-bottom: 0%;
  }
}

.girlsWrap ul li .girlsWrap__photo {
  max-width: 170px;
  width: 40%;
  margin-right: 20px;
  z-index: 1;
}

.girlsWrap ul li .girlsWrap__textWrap {
  padding: 15px 0;
  width: 54%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .girlsWrap ul li .girlsWrap__textWrap {
    padding: 0;
  }
}

.girlsWrap ul li .girlsWrap__textWrap .name {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .girlsWrap ul li .girlsWrap__textWrap .name {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}

.girlsWrap ul li .girlsWrap__textWrap .text {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .girlsWrap ul li .girlsWrap__textWrap .text {
    font-size: 6vw;
    margin-bottom: 1.5vw;
    word-break: break-all;
    line-height: 1.2em;
  }
}

.girlsWrap ul li .girlsWrap__textWrap .size {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .girlsWrap ul li .girlsWrap__textWrap .size {
    font-size: 4vw;
    line-height: 1.2em;
  }
}

.packageDetail {
  padding: 120px 0;
}

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

.packageDetail .content {
  display: flex;
}

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

.packageDetail .title {
  margin: 0 auto 60px;
  font-size: 100px;
  line-height: 1em;
  text-align: center;
}

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

.packageDetail__packageImgWrap {
  max-width: 330px;
  margin-right: 6%;
  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 0.1rem #ff0000, 0 0 1rem #00aced, 0 0 0.2rem #ff4bf5, 0 0 0.8rem #24ff6d, 0 0 1rem #ff0000, inset 0 0 0.2rem #efff00;
}

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

.packageDetail__packageText h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #ff6cb6;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
  text-shadow: 3px 3px 4px rgba(203, 91, 177, 0.5);
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText h2 {
    font-size: 5.3vw;
    text-align: center;
    margin-bottom: 4vw;
  }
}

.packageDetail__packageText p {
  font-size: 18px;
  line-height: 1.3em;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText p {
    font-size: 3.5vw;
    line-height: 1.8em;
  }
}

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

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

.packageDetail__packagelink a:hover {
  transition: 1s;
  background-color: #ff6cb6;
  color: #fff !important;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packagelink a {
    font-size: 5vw;
    padding: 8%;
    background-color: #ff6cb6;
    color: #fff !important;
    border-radius: 20px;
  }
}

.galleryWrap {
  padding: 120px 0;
  background-image: url(../../../img/kmp20th/taisaku_nangoku/img/gallery.jpg);
  background-size: cover;
}

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

.galleryWrap .title {
  margin: 0 auto 60px;
  font-size: 100px;
  line-height: 1em;
  text-align: center;
}

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

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

.movieWrap {
  padding: 120px 0;
}

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

.movieWrap .title {
  margin: 0 auto 60px;
  font-size: 100px;
  line-height: 1em;
  text-align: center;
}

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

.movieWrap .content {
  display: flex;
  justify-content: space-between;
  width: 930px;
  margin: 0 auto;
}

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

.movieWrap__content {
  display: flex;
  max-width: 435px;
  width: 47%;
  border: 2px solid #ffffff;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 0 0.1rem #ff0000, 0 0 1rem #00aced, 0 0 0.2rem #ff4bf5, 0 0 0.8rem #24ff6d, 0 0 1rem #ff0000, inset 0 0 0.2rem #efff00;
}

@media screen and (max-width: 768px) {
  .movieWrap__content {
    max-width: 290px;
    width: auto;
    margin: 0 auto;
  }
}

.movieWrap__content video {
  z-index: 1;
}

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

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

.bounce {
  animation: bounds 1000ms linear;
  animation-fill-mode: forwards;
}

@keyframes bounds {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  8% {
    opacity: 1;
    transform: scale(1.1);
  }
  17% {
    opacity: 1;
    transform: scale(1.2);
  }
  34% {
    opacity: 1;
    transform: scale(1);
  }
  51% {
    opacity: 1;
    transform: scale(1.1);
  }
  68% {
    opacity: 1;
    transform: scale(1);
  }
  84% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
