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

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

.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.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: #f9d940;
}
.navWrap ul {
  display: flex;
  justify-content: space-around;
}
.navWrap ul li {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .navWrap ul li {
    width: auto;
  }
}
.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: #fff5c5;
  color: #333;
}

.twoColumnWrap .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content {
    display: block;
  }
}
.twoColumnWrap .content .left, .twoColumnWrap .content .right {
  width: 48%;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2%;
  padding-bottom: 6%;
  box-shadow: 0px 1px 9px rgb(155, 155, 155);
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .left, .twoColumnWrap .content .right {
    width: 100%;
    padding: 3% 7% 10%;
  }
}
.twoColumnWrap .content .left {
  background-color: rgb(254, 255, 246);
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .left {
    margin-bottom: 8vw;
  }
}
.twoColumnWrap .content .right {
  background-color: rgb(243, 249, 255);
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .right {
    margin-bottom: 10vw;
  }
}
.twoColumnWrap .content .discTitle {
  text-align: center;
  margin-bottom: 10px;
}
.twoColumnWrap .content .discTitle p {
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  font-family: "Prata", serif;
  position: relative;
}
.twoColumnWrap .content .discTitle p.dvd {
  color: #fff660;
}
.twoColumnWrap .content .discTitle p.dvd:first-letter {
  color: #ffa955;
}
.twoColumnWrap .content .discTitle p.vr {
  color: #55cdfc;
}
.twoColumnWrap .content .discTitle p.vr:first-letter {
  color: #5ce5d7;
}
.twoColumnWrap .content .packageImg {
  margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .packageImg {
    margin: 0 auto 10vw;
  }
}
.twoColumnWrap .content .packageImg 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;
}
.twoColumnWrap .content .packageText {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .packageText {
    width: 100%;
  }
}
.twoColumnWrap .content .packageText h2 {
  font-size: 2em;
  margin-bottom: 30px;
  color: #ff74a6;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .packageText h2 {
    font-size: 4.3vw;
    text-align: justify;
    margin-bottom: 4vw;
  }
}
.twoColumnWrap .content .packageText p.detail {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .packageText p.detail {
    font-size: 3.5vw;
    line-height: 2em;
    margin: 0 auto;
  }
}
.twoColumnWrap .content .packageText .detailMovieDvd {
  margin-top: 6%;
}
.twoColumnWrap .content .packageText .detailMovieDvd video, .twoColumnWrap .content .packageText .detailMovieDvd 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;
}
.twoColumnWrap .content .packageText .detailMovie {
  margin-top: 6%;
  position: relative;
  width: auto;
  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;
}
.twoColumnWrap .content .packageText .detailMovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.twoColumnWrap .content .packagelink {
  width: 80%;
  margin: 30px auto 0;
}
.twoColumnWrap .content .packagelink a {
  border: 3px solid #ff74a6;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 22px;
  border-radius: 15px;
  transition: 1s;
  color: #ff74a6 !important;
  background-color: #ffffff;
}
.twoColumnWrap .content .packagelink a:hover {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  color: #fff !important;
  background-color: #ff74a6;
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .packagelink a {
    font-size: 5vw;
  }
}
.twoColumnWrap .content .undershooting p {
  border: 3px solid #383838;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 22px;
  border-radius: 15px;
  background-color: #383838;
  color: #7c7c7c;
}
@media screen and (max-width: 768px) {
  .twoColumnWrap .content .undershooting p {
    font-size: 5vw;
  }
}

.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 .contentWrap {
  border: #f9d940 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: #f9d940 6px solid;
    padding: 4%;
    width: auto;
  }
}
.applyWrap .contentWrap .oubo_title {
  position: relative;
  text-align: center;
  font-size: 6.5em;
  line-height: 1em;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: -0.01em;
  color: #55cdfc;
  padding: 40px 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: 3vw 0 0;
    font-size: 8vw;
  }
}
.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: 5%;
  top: 15px;
  width: 23%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title .count10 {
    top: 10px;
  }
}
.applyWrap .contentWrap .oubo_title_under {
  position: relative;
  text-align: center;
  font-size: 5em;
  line-height: 1em;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: -0.01em;
  color: #55cdfc;
  padding: 20px 0 0px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title_under {
    padding: 3vw 0 0;
    font-size: 8vw;
  }
}
.applyWrap .contentWrap .oubo_title_under 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_under span {
    font-size: 5vw;
    left: 20vw;
    top: 39%;
  }
}
.applyWrap .contentWrap .method {
  text-align: center;
  font-weight: bold;
  padding: 30px 0 50px;
  font-size: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method {
    padding: 5vw 0;
    font-size: 1.3em;
  }
}
.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 span.red_uw {
  font-size: 1.4em;
  padding: 0 1%;
}
.applyWrap .contentWrap .method .day {
  font-size: 1em;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  width: 58%;
  display: inline-block;
  background-color: #e2f1ff;
}
@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;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .small {
    font-size: 2.6vw;
    padding-top: 1vw;
  }
}
.applyWrap .contentWrap .methodContent {
  display: flex;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .methodContent {
    display: block;
    margin-bottom: 30px;
  }
}
.applyWrap .contentWrap .methodContent .item {
  width: 47%;
  margin: 0 auto 3%;
  border: 3px solid #ffffff;
  border-radius: 5px;
  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) {
  .applyWrap .contentWrap .methodContent .item {
    width: 70%;
  }
}
.applyWrap .contentWrap .methodContent .item_add {
  width: 68%;
  margin: 0 auto 3%;
  border: 3px solid #ffffff;
  border-radius: 5px;
  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) {
  .applyWrap .contentWrap .methodContent .item_add {
    width: 70%;
  }
}
.applyWrap .contentWrap .methodContent .youtubeWrap {
  width: 47%;
  position: relative;
  margin: 0 auto 3%;
  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) {
  .applyWrap .contentWrap .methodContent .youtubeWrap {
    width: 70%;
    padding-top: 39%;
  }
}
.applyWrap .contentWrap .methodContent .youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.applyWrap .contentWrap .fanzaBtn {
  display: block;
  margin: -30px auto 60px;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .fanzaBtn {
    margin: 0px auto 5%;
    padding-bottom: 10%;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .fanzaBtn a {
    font-size: 3.5vw;
    width: 80%;
    padding: 2vw 0;
  }
}
.applyWrap .contentWrap .fanzaBtn a:hover {
  border: 3px solid #ff2a63;
  background-color: #ff83a4;
}
.applyWrap .contentWrap .sendBtn {
  width: 70%;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #ff5884;
  padding: 16px 0;
  border-radius: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .sendBtn {
    margin-top: 10px;
    width: 80%;
  }
}
.applyWrap .contentWrap .sendBtn.undershooting {
  background-color: #383838;
}
.applyWrap .contentWrap .sendBtn.undershooting p {
  color: #7c7c7c;
}
.applyWrap .contentWrap .sendSmall {
  color: red;
  display: block;
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .sendSmall {
    font-size: 2.6vw;
  }
}
.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;
}
.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__flameOutWrap {
  margin: 0 -100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .topMovie__flameOutWrap {
    display: block;
    margin: 0 auto;
  }
}
.topMovie__flameWrap {
  padding: 6.5%;
  margin: 0 auto 3%;
  width: 86%;
  background: url(../img/youtubeFlame.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .topMovie__flameWrap {
    padding: 8%;
    width: 100%;
  }
}
.topMovie__flameWrap .flameWrapInner {
  position: relative;
  width: auto;
  padding-top: 14.2%;
}
.topMovie__flameWrap .flameWrapInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.topMovie__outWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topMovie__outWrap {
    margin: 0;
  }
}
.topMovie__wrap {
  position: relative;
  width: 31%;
  margin: 0 auto 3%;
  border: 3px solid #ffffff;
  border-radius: 5px;
  padding-top: 17%;
  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: 47%;
    margin-bottom: 5vw;
    padding-top: 25%;
  }
}
.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%;
  }
}
.topMovie .thumbnail {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topMovie .thumbnail {
    width: auto;
  }
}
.topMovie .thumbnail .thumbnail-img {
  width: 23%;
  margin: 0 2%;
  border: 3px solid #b8b8b8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .topMovie .thumbnail .thumbnail-img {
    width: 35%;
  }
}
.topMovie .thumbnail .slick-current {
  border: 3px solid #ff6e6e;
}

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

.galleryWrap {
  padding: 120px 0 0px;
}
@media screen and (max-width: 768px) {
  .galleryWrap {
    padding: 10vw 0 0;
  }
}
.galleryWrap p.dvd {
  color: #fff660;
}
.galleryWrap p.dvd:first-letter {
  color: #ffa955;
}
.galleryWrap p.vr {
  color: #55cdfc;
}
.galleryWrap p.vr:first-letter {
  color: #5ce5d7;
}
.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;
  }
}

.twContent {
  margin: 120px auto 10%;
}
@media screen and (max-width: 768px) {
  .twContent {
    margin: 12vw auto;
  }
}
.twContent .snsContent {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .twContent .snsContent {
    display: block;
  }
}
.twContent .snsContent .left {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .twContent .snsContent .left {
    width: 100%;
    margin: 0 auto 6%;
  }
}
.twContent .snsContent .right {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .twContent .snsContent .right {
    width: 100%;
    margin: 0 auto 6%;
  }
}
.twContent .snsContent .right li {
  margin-bottom: 8%;
}
@media screen and (max-width: 768px) {
  .twContent .snsContent .right li {
    width: 70%;
    margin: 0 auto 6%;
  }
}
.twContent .snsContent .right li img {
  border-radius: 10px;
}

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

.discList .worklist .post {
  background-color: initial;
}

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