@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");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
body {
  background-color: #000000;
}

.onami_forever {
  background-image: url(../img/bg.jpg);
  background-size: contain;
}
.onami_forever p, .onami_forever span, .onami_forever h2, .onami_forever a {
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro";
}
.onami_forever .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) {
  .onami_forever .title {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.onami_forever .title p {
  color: #ff5884;
  font-family: "Kiwi Maru", serif;
  position: relative;
}
.onami_forever .title p:first-letter {
  color: #ff2a63;
}
.onami_forever 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;
  }
}

.modal-video-movie-wrap {
  padding-bottom: 90% !important;
}
@media screen and (max-width: 768px) {
  .modal-video-movie-wrap {
    padding-bottom: 110vw !important;
  }
}

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

.accordion-content {
  display: none;
}

.accordion-title {
  position: relative;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .accordion-title {
    width: 50%;
  }
}

.accordion-item {
  position: relative;
}

.accordion-title.open {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .accordion-title.open {
    bottom: -13vw;
    width: 40%;
  }
}

.accordion-title .usually {
  display: block;
}

.accordion-title .inversion {
  display: none;
}

.accordion-title.open .usually {
  display: none;
}

.accordion-title.open .inversion {
  display: block;
}

.clickImg {
  animation: clickImg 1s infinite alternate ease-in-out;
}

@keyframes clickImg {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
.bounce {
  animation: bounds 1000ms linear;
  animation-fill-mode: forwards;
}

@keyframes bounds {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  8% {
    opacity: 1;
    transform: scale(1.2);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  34% {
    opacity: 1;
    transform: scale(1.1);
  }
  51% {
    opacity: 1;
    transform: scale(1);
  }
  68% {
    opacity: 1;
    transform: scale(1.08);
  }
  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: #ff5884;
}
.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: "Kiwi Maru", 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: #ff2a63;
  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 .content {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .applyWrap .content {
    padding: 0 3vw;
  }
}
.applyWrap .contentWrap {
  border: #ff5884 8px solid;
  border-radius: 30px;
  padding: 30px 30px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 9px rgb(61, 61, 61);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap {
    border: #ff5884 6px solid;
    padding: 4% 4% 12vw;
    width: auto;
  }
}
.applyWrap .contentWrap .oubo_title {
  position: relative;
  text-align: center;
  font-size: 5em;
  line-height: 1em;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: -0.01em;
  color: #5affdb;
  padding: 30px 0 20px;
  display: inline-block;
  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: 3vw 0 0;
    font-size: 8vw;
  }
}
.applyWrap .contentWrap .oubo_title span {
  font-size: 0.8em;
  color: #5affdb;
  font-family: "Dela Gothic One", sans-serif;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title span {
    font-size: 5vw;
  }
}
.applyWrap .contentWrap .oubo_title span.red {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  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.red {
    font-size: 5vw;
    left: 20vw;
    top: 39%;
  }
}
.applyWrap .contentWrap .oubo_date {
  width: 44%;
  margin: 0 auto;
  border: 2px solid #ff5884;
  background-color: #fff3f6;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_date {
    margin-top: 6vw;
    width: 60%;
  }
}
.applyWrap .contentWrap .oubo_date img {
  padding: 4% 9%;
}
.applyWrap .contentWrap .method {
  display: flex;
  text-align: left;
  padding: 30px 0 50px;
  font-size: 1.6em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method {
    padding: 5vw 0 0;
    font-size: 1.2em;
    display: block;
  }
}
.applyWrap .contentWrap .method .text {
  width: 44%;
  padding: 3% 0%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .text {
    width: 94%;
    padding: 3%;
    padding-bottom: 6%;
  }
}
.applyWrap .contentWrap .method .text p {
  font-size: 1em;
  text-align: justify;
}
.applyWrap .contentWrap .method .text p span {
  color: #ff5884;
  font-size: 1.2em;
  font-weight: bold;
}
.applyWrap .contentWrap .method .topMovie__wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .topMovie__wrap {
    width: 89%;
  }
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap {
    margin-top: 20%;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap {
  background-color: #edffff;
  display: flex;
  margin-bottom: 30px;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0px 1px 9px rgb(61, 61, 61);
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap {
    display: block;
    padding: 6.5vw 3%;
    margin-bottom: 9vw;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .itemTitle {
  font-family: "Dela Gothic One", sans-serif;
  width: 100%;
  margin-bottom: 3%;
  text-align: center;
  font-size: 3.3em;
  line-height: 1em;
  color: #ff5884;
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .itemTitle {
    font-size: 9vw;
    margin: 5vw 0;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .num {
  width: 27%;
  text-align: center;
  font-size: 7.5em;
  text-shadow: 7px 4px 9px #787878;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .num {
    width: 100%;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.fav {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.favNow {
  position: relative;
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.favNow::after {
  content: "";
  background-image: url(../img/favPop.png);
  width: 181px;
  height: 112px;
  position: absolute;
  top: -108px;
  right: -51px;
  background-size: cover;
  transform: rotate(5deg);
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .num p.favNow::after {
    width: 32vw;
    height: 20vw;
    position: absolute;
    top: -19vw;
    right: -8vw;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.numCount {
  font-family: "Anton", sans-serif;
  color: #fff;
  position: relative;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .num p.numCount {
    font-size: 25vw;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.numCount span {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-weight: bold;
  color: red;
  border: 5px solid red;
  padding: 8% 11%;
  line-height: 16px;
  transform: rotate(-5deg);
  font-size: 39px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 12%;
  top: 32%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .num p.numCount span {
    font-size: 5vw;
    left: 20vw;
    top: 39%;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.numCount span.fav {
  display: block;
  position: relative;
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.actName {
  font-size: 15px;
  padding-top: 15px;
  font-weight: bold;
  color: #ff5884;
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.actName span {
  font-size: 11px;
  font-weight: bold;
  color: #ff5884;
}
.applyWrap .contentWrap .imgWrap .lankWrap .num p.actNameCaution {
  font-size: 11px;
  font-weight: bold;
  padding-top: 5px;
  text-shadow: none;
}
.applyWrap .contentWrap .imgWrap .lankWrap .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 69%;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .detail {
    width: 100%;
    padding: 0;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .detail .cm {
  width: 48.8%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .detail .cm {
    width: 89%;
    margin-bottom: 4vw;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .detail .cm .img {
  transition: 0.6s;
}
.applyWrap .contentWrap .imgWrap .lankWrap .detail .cm .img:hover {
  opacity: 0.6;
  transition: 0.6s;
}
.applyWrap .contentWrap .imgWrap .lankWrap .detail .youtube_th {
  width: 48.8%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .detail .youtube_th {
    width: 89%;
    margin-bottom: 4vw;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .detail .topMovie__wrap {
  width: 48.8%;
  padding-top: 27.4%;
  margin: 0;
  border: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .detail .topMovie__wrap {
    width: 89%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .detail .topMovie__wrap {
    padding-top: 49.4%;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .sendBtn {
  margin-top: 3%;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .sendBtn {
    width: 70%;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .sendBtn p {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #ff5884;
  padding: 12px 0;
  border-radius: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .sendBtn p {
    padding: 3vw 0;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .sendBtn a {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #ff5884;
  padding: 12px 0;
  border-radius: 15px;
  color: #fff;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap .lankWrap .sendBtn a {
    padding: 3vw 0;
  }
}
.applyWrap .contentWrap .imgWrap .lankWrap .sendBtn a:hover {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  color: #333;
}
.applyWrap .contentWrap .imgWrap .lankWrap .undershooting p {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #383838;
  padding: 12px;
  border-radius: 15px;
  color: #7c7c7c;
}
.applyWrap .contentWrap .imgWrap .lank5000 {
  background: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 50%, #FFBAC3 100%);
}
.applyWrap .contentWrap .imgWrap .lank2000 {
  background: linear-gradient(-225deg, #f0e54c 0%, #fcf597 50%, #f0e54c 100%);
}
.applyWrap .contentWrap .imgWrap .lank1500 {
  background: linear-gradient(-225deg, #d1d1d1 0%, #f3f3f3 50%, #d1d1d1 100%);
}
.applyWrap .contentWrap .imgWrap .lank1000 {
  background: linear-gradient(-225deg, #f3c096 0%, #fae3d1 50%, #f3c096 100%);
}
.applyWrap .contentWrap .imgWrap .lank500 {
  background-color: #f1e2ae;
}
.applyWrap .contentWrap .imgWrap .activeNum {
  animation: color-change 5s linear infinite;
}
@keyframes color-change {
  0%, 100% {
    color: #ff5884;
  }
  50% {
    color: #ffdce5;
  }
}
.applyWrap .contentWrap .fanzaBtn {
  display: block;
  margin: 30px 0 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .fanzaBtn {
    margin-bottom: 5%;
  }
}
.applyWrap .contentWrap .fanzaBtn a {
  border: 3px solid #ff2a63;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 28px;
  width: 50%;
  margin: 0 auto;
  border-radius: 15px;
  transition: 1s;
  color: #fff !important;
  background-color: #ff2a63;
}
.applyWrap .contentWrap .fanzaBtn a:hover {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  color: #fff !important;
  background-color: #ff74a6;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .fanzaBtn a {
    font-size: 3vw;
    width: 80%;
    padding: 3vw 0;
  }
}
.applyWrap .contentWrap .topMovie__outWrap {
  margin: 0 auto 30px;
  width: 100%;
}

@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
#diagram {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #diagram {
    padding-top: 10%;
  }
}
#diagram .title p:after {
  content: "";
  background-image: url(../img/red.png);
  height: 73%;
  width: 7%;
  background-repeat: no-repeat;
  top: -20%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: 31%;
  z-index: -1;
  transform: rotate(21deg);
}
#diagram .tab-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 768px) {
  #diagram .tab-area {
    padding-right: 0;
    padding-left: 0;
  }
}
#diagram .tab {
  cursor: pointer;
  width: 30%;
  padding: 18px 0;
  text-align: center;
  border: 4px solid #ff74a6;
  border-radius: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #diagram .tab {
    padding: 10px 0;
  }
}
#diagram .tab p {
  font-size: 1.3em;
  font-weight: bold;
}
#diagram .tab.active {
  background-color: #ff74a6;
  color: #fff;
  position: relative;
}
#diagram .tab.active p {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}
#diagram .tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 11px solid transparent;
  border-top: 12px solid #ff74a6;
}
#diagram .panel {
  display: none;
  text-align: center;
}
#diagram .panel img {
  border: 4px solid #ff74a6;
  border-radius: 20px;
}
#diagram .panel.active {
  display: block;
}

.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;
}
.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: 47%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
  padding-top: 26%;
  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: 47%;
  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%;
  }
}

.popWrap .title {
  width: 100%;
  margin: 0 auto 10%;
}
.popWrap .content {
  position: relative;
}
.popWrap .content .pop01 {
  text-align: right;
  margin-bottom: 10%;
}
.popWrap .content .pop01 img {
  width: 80%;
  transform: rotate(5deg);
}
.popWrap .content .pop02 {
  text-align: left;
  margin-bottom: 10%;
}
.popWrap .content .pop02 img {
  width: 80%;
  transform: rotate(-5deg);
}
.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: 80%;
  transform: rotate(5deg);
}
.popWrap .content .popTitle {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .popWrap .content .popTitle {
    margin-bottom: 10%;
    width: 100%;
    margin: 0 auto;
  }
}

.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: -32%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .packageDetail .title p:after {
    left: 6%;
  }
}
.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__packageText {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText {
    width: 100%;
  }
}
.packageDetail__packageText h2 {
  font-size: 2em;
  margin-bottom: 30px;
  color: #ff74a6;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText h2 {
    font-size: 4.3vw;
    text-align: justify;
    margin-bottom: 4vw;
  }
}
.packageDetail__packageText p.detail {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText p.detail {
    font-size: 3.5vw;
    width: 90%;
    line-height: 2em;
    margin: 0 auto;
  }
}
.packageDetail__packagelink {
  width: 80%;
  margin: 30px auto 0;
}
.packageDetail__packagelink a {
  border: 3px solid #ff74a6;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 35px;
  border-radius: 15px;
  transition: 1s;
  color: #ff74a6 !important;
  background-color: #ffffff;
}
.packageDetail__packagelink a:hover {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  color: #fff !important;
  background-color: #ff74a6;
}
@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: -6%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: 22%;
  z-index: -1;
  transform: rotate(21deg);
}
.galleryWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.galleryWrap li {
  margin: 0 0.5%;
  margin-bottom: 0.5%;
  width: 24%;
}
@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;
  }
}