body {
  background-image: url(../img/bg.jpg);
}

p, a, span, h2 {
  color: #333333;
}

img {
  width: 100%;
}

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

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.5;
}

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

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

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}

.mainWrap {
  background-color: #fff;
  padding: 0px 2vw;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .mainWrap {
    max-width: 1040px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

.mainImageWrap {
  margin-bottom: 0px;
}

@media screen and (min-width: 769px) {
  .mainImageWrap {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .topContentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 0;
    margin-bottom: 60px;
  }
}

.topContentWrap__nav {
  width: 80%;
  margin: 0 auto 10vw;
}

@media screen and (min-width: 769px) {
  .topContentWrap__nav {
    width: 30%;
    max-width: 330px;
    margin: 0;
  }
}

.topContentWrap__nav li {
  margin-bottom: 2vw;
}

@media screen and (min-width: 769px) {
  .topContentWrap__nav li {
    margin-bottom: 11px;
  }
}

@media screen and (min-width: 769px) {
  .topContentWrap__nav li:last-child {
    margin-bottom: 0px;
  }
}

.topContentWrap__movieWrap {
  width: 100%;
  max-width: 100%;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe0ec), to(#fbbaff));
  background: linear-gradient(#ffe0ec, #fbbaff);
  position: relative;
}

@media screen and (min-width: 769px) {
  .topContentWrap__movieWrap {
    width: 62%;
    max-width: 560px;
    margin-left: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe0ec), to(#fbbaff));
    background: linear-gradient(#ffe0ec, #fbbaff);
    position: relative;
  }
}

.topContentWrap__movieIcon img:first-child {
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
  width: 56px;
}

@media screen and (min-width: 769px) {
  .topContentWrap__movieIcon img:first-child {
    width: 56px;
  }
}

.topContentWrap__movieIcon img:nth-child(2) {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 1;
  width: 56px;
}

@media screen and (min-width: 769px) {
  .topContentWrap__movieIcon img:nth-child(2) {
    width: 56px;
  }
}

.topContentWrap__movieIcon img:nth-child(3) {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  width: 47px;
}

@media screen and (min-width: 769px) {
  .topContentWrap__movieIcon img:nth-child(3) {
    width: 47px;
  }
}

.topContentWrap__movieIcon img:last-child {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: 1;
  width: 47px;
}

@media screen and (min-width: 769px) {
  .topContentWrap__movieIcon img:last-child {
    width: 47px;
  }
}

.topContentWrap__movie {
  position: relative;
  padding-top: 50.25%;
}

@media screen and (min-width: 769px) {
  .topContentWrap__movie {
    max-width: 520px;
    width: 95%;
  }
}

.topContentWrap__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.liveWrap {
  border: 10px solid #e1c9ff;
  width: 90%;
  margin: 10vw auto 50px;
  padding: 5%;
}

@media screen and (min-width: 769px) {
  .liveWrap {
    border: 20px solid #e1c9ff;
    margin: 0 auto 50px;
  }
}

.liveWrap h2 {
  color: #ff017e;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .liveWrap h2 {
    font-size: 22px;
  }
}

.liveWrap__movie {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .liveWrap__movie {
    width: 100%;
  }
}

.liveWrap__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.liveWrap__detail li {
  padding: 5px 15px;
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .liveWrap__detail li {
    font-size: 14px;
  }
}

.liveWrap__detail li.title {
  margin-bottom: 0px;
  background-color: #ffe0ec;
}

.liveWrap__detail li.title p {
  font-weight: bold;
}

.liveWrap__detail li p {
  word-break: break-all;
}

.liveWrap__detail li a {
  color: #ff017e;
}

@media screen and (min-width: 769px) {
  .liveWrap {
    margin-bottom: 60px;
  }
}

.diagramWrap {
  margin-bottom: 10vw;
}

@media screen and (min-width: 769px) {
  .diagramWrap {
    margin-bottom: 60px;
  }
}

.diagramWrap img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 769px) {
  .diagramWrap img:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  .detailWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 0;
    margin-bottom: 30px;
  }
}

.detailWrap__img {
  width: 60%;
  margin: 0 auto 5vw;
}

@media screen and (min-width: 769px) {
  .detailWrap__img {
    width: 318px;
    margin: 0;
  }
}

.detailWrap__text {
  width: 85%;
  margin: 0 auto 15vw;
}

@media screen and (min-width: 769px) {
  .detailWrap__text {
    width: 642px;
    padding-left: 20px;
    position: relative;
    margin: 0;
  }
}

.detailWrap__text h2 {
  color: #ff017e;
  border-bottom: 2px solid #ff017e;
  font-weight: bold;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .detailWrap__text h2 {
    font-size: 22px;
    line-height: 1.2em;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}

.detailWrap__text p {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .detailWrap__text p {
    font-size: initial;
  }
}

.detailWrap__text p.detail {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .detailWrap__text p.detail {
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.samplelWrap {
  padding-bottom: 10vw;
}

@media screen and (min-width: 769px) {
  .samplelWrap {
    padding-bottom: 60px;
  }
}

.samplelWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.samplelWrap li {
  margin: 0 1%;
  margin-bottom: 2%;
}

@media screen and (min-width: 769px) {
  .samplelWrap li {
    width: auto;
  }
}

.samplelWrap li img {
  width: auto;
  height: 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 769px) {
  .samplelWrap li img {
    height: 120px;
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .samplelWrap li img:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */