@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Volkhov&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
body {
  background-color: #000000;
}

.taisaku_idol {
  background-image: url(../img/bg.jpg);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .taisaku_idol {
    background-image: url(../img/bg_sp.jpg);
  }
}
.taisaku_idol p, .taisaku_idol span, .taisaku_idol h2, .taisaku_idol a {
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro";
}
.taisaku_idol .title {
  margin: 0 auto 60px;
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .taisaku_idol .title {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.taisaku_idol .title p {
  color: #ffda36;
  font-family: "Kiwi Maru", serif;
  position: relative;
}
.taisaku_idol .title p:first-letter {
  color: #ffd417;
}
.taisaku_idol 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;
  }
}

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

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

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

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

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

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

@keyframes bounds {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  8% {
    opacity: 1;
    transform: scale(1.3);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  34% {
    opacity: 1;
    transform: scale(1.2);
  }
  51% {
    opacity: 1;
    transform: scale(1);
  }
  68% {
    opacity: 1;
    transform: scale(1.1);
  }
  84% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
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;
}

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

.navWrap {
  background-color: #ffd417;
}
.navWrap ul {
  display: flex;
  justify-content: space-around;
}
.navWrap ul li {
  width: 20%;
  text-align: center;
}
.navWrap ul li a {
  display: block;
  padding: 15px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Volkhov", serif;
  transition: 0.3s;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .navWrap ul li a {
    font-size: 3vw;
    padding: 3vw 0;
  }
}
.navWrap ul li a:hover {
  background-color: #ffe058;
  color: #333;
}

.applyWrap {
  padding: 80px 0;
  background-color: #888;
  background-color: #000000;
  background-image: url(../img/tsyatsu_bg.jpg);
  background-size: 80%;
  animation: scroll-anim 20s linear infinite;
}
.applyWrap p {
  color: #333;
}
.applyWrap .contentWrap {
  border: #fb9eee 8px solid;
  border-radius: 30px;
  padding: 30px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 9px rgb(61, 61, 61);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap {
    border: #fb9eee 6px solid;
    padding: 4%;
    width: auto;
  }
}
.applyWrap .contentWrap .oubo_title {
  position: relative;
  text-align: center;
  font-size: 5.5em;
  line-height: 1em;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: -0.01em;
  padding: 90px 0 20px;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffa42e 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffa42e 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title {
    padding: 10vw 0 0;
    font-size: 7vw;
  }
}
.applyWrap .contentWrap .oubo_title span {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-weight: bold;
  color: red;
  border: 3px solid red;
  padding: 4% 11%;
  line-height: 16px;
  transform: rotate(-5deg);
  font-size: 46px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 30%;
  top: 29%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title span {
    font-size: 5vw;
    left: 20vw;
    top: 39%;
  }
}
.applyWrap .contentWrap .oubo_title .count10 {
  left: 3%;
  top: 5px;
  width: 19%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title .count10 {
    top: 10px;
  }
}
.applyWrap .contentWrap .comingsoon {
  font-weight: bold;
  font-size: 1.6em;
  padding: 3% 0;
  text-align: center;
  width: 60%;
  border-radius: 30px;
  border: 3px dotted #85baff;
  margin: 30px auto 60px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .comingsoon {
    width: 80%;
  }
}
.applyWrap .contentWrap .comingsoon img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .comingsoon img {
    width: 80%;
  }
}
.applyWrap .contentWrap .method {
  text-align: center;
  font-weight: bold;
  padding: 30px 0 50px;
  font-size: 1.6em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method {
    padding: 5vw 0;
    font-size: 1.2em;
  }
}
.applyWrap .contentWrap .method .title {
  font-size: 2.5em;
  line-height: 1em;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .title {
    font-size: 8vw;
    margin-top: 6vw;
  }
}
.applyWrap .contentWrap .method a {
  text-decoration: underline;
  color: red;
  line-height: 2em;
  font-weight: bold;
}
.applyWrap .contentWrap .method span {
  color: red;
  font-weight: bold;
}
.applyWrap .contentWrap .method .day {
  font-size: 1em;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  width: 58%;
  display: inline-block;
  background-color: #ffbaf6;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .day {
    width: auto;
    font-size: 3.8vw;
  }
}
.applyWrap .contentWrap .method .little {
  color: #000;
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .little {
    font-size: 1.8vw;
  }
}
.applyWrap .contentWrap .method .small {
  font-size: 0.6em;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .small {
    font-size: 1.8vw;
  }
}
.applyWrap .contentWrap .method .tagWrap {
  font-size: 0.8em;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 15px 0 30px;
  display: inline-block;
  background-color: #ffe2e5;
}
.applyWrap .contentWrap .method .tagWrap span {
  font-size: 1.2em;
}
.applyWrap .contentWrap .imgWrap {
  width: 90%;
  margin: 0 auto 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around !important;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap {
    margin-bottom: 0%;
  }
}
.applyWrap .contentWrap .imgWrap p {
  color: red;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap p {
    font-size: 1em;
  }
}
.applyWrap .contentWrap .imgWrap .allsample {
  width: 80%;
  margin: 0 auto 5%;
}
.applyWrap .contentWrap .imgWrap .allsample a {
  display: block;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
.applyWrap .contentWrap .imgWrap .act {
  margin-bottom: 2%;
}
.applyWrap .contentWrap .imgWrap .act div {
  height: auto;
}
.applyWrap .contentWrap .imgWrap .act a {
  display: block;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
.applyWrap .contentWrap p.tagWrap {
  width: 83%;
  margin: 0 auto 30px;
  padding: 32px 20px;
  border-radius: 10px;
  display: block;
  font-size: 2.6em;
  line-height: 1.2em;
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  color: #fff;
  background: radial-gradient(at 20% 70%, #83cde7, transparent), radial-gradient(at 50% 30%, #f480d5, transparent), radial-gradient(at 80% 80%, #b7f179, transparent);
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap p.tagWrap {
    width: 92%;
    margin-top: 10%;
    padding: 6vw 3vw;
    font-size: 6vw;
  }
}
.applyWrap .contentWrap p.tagWrap span {
  margin: 3% 0;
  display: block;
  font-size: 2.8em;
  font-family: Dela Gothic One, sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap p.tagWrap span {
    font-size: 11vw;
  }
}
.applyWrap .contentWrap .topMovie__outWrap {
  margin: 0 auto 30px;
  width: 100%;
}

@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
.topMovie {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .topMovie {
    padding: 10vw 0;
  }
}
.topMovie p.topTitle:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 121%;
  width: 11%;
  background-repeat: no-repeat;
  bottom: 5%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: 27%;
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .topMovie p.topTitle:after {
    right: 22%;
  }
}
.topMovie p.subTitle {
  font-size: 17px;
  color: #aaa;
  line-height: initial;
  font-family: auto;
}
.topMovie p.subTitle:first-letter {
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .topMovie p.subTitle {
    font-size: 2.7vw;
  }
}
.topMovie__outWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -100px;
}
@media screen and (max-width: 768px) {
  .topMovie__outWrap {
    display: block;
    margin: 0;
  }
}
.topMovie__wrap {
  position: relative;
  width: 83%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
  padding-top: 46%;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .topMovie__wrap {
    width: 90%;
    margin-bottom: 5vw;
    padding-top: 50%;
  }
}
.topMovie__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.topMovie__single {
  width: 83%;
  margin: 0 auto;
  border-radius: 5px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .topMovie__single {
    width: 90%;
    margin-bottom: 5vw;
  }
}

.popWrap .title {
  width: 95%;
  margin: 0 auto 10%;
}
@media screen and (max-width: 768px) {
  .popWrap .title {
    width: 80%;
  }
}
.popWrap .content {
  position: relative;
}
.popWrap .content .pop01 {
  text-align: right;
  margin-bottom: 10%;
}
.popWrap .content .pop01 img {
  width: 52%;
}
.popWrap .content .pop02 {
  text-align: left;
  margin-bottom: 10%;
}
.popWrap .content .pop02 img {
  width: 50%;
}
.popWrap .content .pop03 {
  text-align: right;
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .popWrap .content .pop03 {
    margin-bottom: 20%;
  }
}
.popWrap .content .pop03 img {
  width: 55%;
}
.popWrap .content .popTitle {
  width: 100%;
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .popWrap .content .popTitle {
    margin-bottom: 20%;
  }
}
.popWrap .content .slide01 {
  margin-bottom: 62%;
  max-width: 900px;
  width: 84%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .popWrap .content .slide01 {
    width: 87vw;
    top: 21%;
    margin-left: 0;
    margin-bottom: 66vw;
  }
}
.popWrap .content .slide01 img {
  width: 100%;
}
.popWrap .content .slide02 {
  position: absolute;
  max-width: 900px;
  width: 84%;
  right: 0;
  top: 43%;
}
@media screen and (max-width: 768px) {
  .popWrap .content .slide02 {
    width: 87vw;
    margin-right: 0;
    top: 96vw;
  }
}
.popWrap .content .slide02 img {
  width: 100%;
}
.popWrap .content .slide03 {
  max-width: 900px;
  width: 84%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .popWrap .content .slide03 {
    width: 89vw;
    top: 62%;
    margin-left: -3vw;
  }
}
.popWrap .content .slide03 img {
  width: 100%;
  margin-left: 2vw;
}

.packageDetail {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .packageDetail {
    padding: 10vw 0;
  }
}
.packageDetail .title p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -16%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  left: -46%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .packageDetail .title p:after {
    left: -2%;
  }
}
.packageDetail .content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .packageDetail .content {
    display: block;
  }
}
.packageDetail__packageImgWrap {
  width: 34%;
  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 #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
.packageDetail__packageImgWrap .lightgallery-default {
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .packageDetail .h1_th {
    display: flex;
    justify-content: space-between;
  }
}
.packageDetail .h1_th .lightgallery-default2 {
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .packageDetail .h1_th .lightgallery-default2 {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .packageDetail .h1_th .lightgallery-default3 {
    width: 47%;
  }
}
.packageDetail__packageText {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText {
    width: 100%;
  }
}
.packageDetail__packageText h2 {
  font-size: 2em;
  margin-bottom: 30px;
  color: #ffd417;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText h2 {
    font-size: 4.3vw;
    text-align: justify;
    width: 89%;
    margin: 0 auto 8vw;
  }
}
.packageDetail__packageText p.detail {
  font-size: 16px;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText p.detail {
    font-size: 3.5vw;
    width: 89%;
    line-height: 2em;
    margin: 0 auto;
  }
}
.packageDetail__packagelink {
  width: 80%;
  margin: 30px auto 0;
}
.packageDetail__packagelink a {
  border: 3px solid #ffd417;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 35px;
  border-radius: 15px;
  transition: 1s;
  color: #ffd417 !important;
  background-color: #ffffff;
}
.packageDetail__packagelink a:hover {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  color: #fff !important;
  background-color: #ffd417;
}
@media screen and (max-width: 768px) {
  .packageDetail__packagelink a {
    font-size: 5vw;
  }
}

.galleryWrap {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .galleryWrap {
    padding: 10vw 0;
  }
}
.galleryWrap p:after {
  content: "";
  background-image: url(../img/red.png);
  height: 126%;
  width: 12%;
  background-repeat: no-repeat;
  bottom: -34%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: 19%;
  z-index: -1;
  transform: rotate(4deg);
}
@media screen and (max-width: 768px) {
  .galleryWrap p:after {
    right: 14%;
  }
}
.galleryWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.galleryWrap li {
  margin: 0 0.5%;
  margin-bottom: 0.5%;
  width: 19%;
}
@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 .title p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -16%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .movieWrap .title p:after {
    left: 6%;
  }
}
.movieWrap .content {
  width: 930px;
  margin: 0 auto;
}
.movieWrap__content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
  padding-top: 56%;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .movieWrap__content {
    width: 90%;
    margin-bottom: 5vw;
    padding-top: 50%;
  }
}
.movieWrap__content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  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;
  }
} 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .movieWrap__content {
    width: 90%;
    margin-bottom: 5vw;
    padding-top: 50%;
  }
}
.movieWrap__content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  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;
  }
}
/*# sourceMappingURL=style.css.map */