a {outline:none;}
a img {outline:none;}
.slide-hidden {
  display: none;
}

.listthumb {
  position: relative;
  overflow: hidden;
}

.listthumb .gallery {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.listthumb .gallery .img-w {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  height: 137px;
  position: relative;
  overflow: hidden;
  -webkit-transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
  -o-transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
  transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
  position: relative;
}

.listthumb .gallery .img-w::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

@media (min-width: 768px) {
  .listthumb .gallery .img-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 192px;
  }
}

@media (min-width: 992px) {
  .listthumb .gallery .img-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    height: 280px;
  }
}

.listthumb .gallery .img-w.hidden {
  display: none;
}

.listthumb .gallery .img-w.hiddensp {
  display: none;
}

@media (min-width: 768px) {
  .listthumb .gallery .img-w.hiddensp {
    display: block;
  }
}

@media (min-width: 992px) {
  .listthumb .gallery .img-w.hidden {
    display: block;
  }
}

@media (min-width: 992px) {
  .listthumb .gallery .img-w.hiddenpc {
    display: none;
  }
}

.listthumb .gallery .img-w img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 137px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .listthumb .gallery .img-w img {
    min-height: 192px;
  }
}

@media (min-width: 992px) {
  .listthumb .gallery .img-w img {
    min-height: 280px;
  }
}

.listthumb .gallery h2 {
  z-index: 99;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: -70px;
  line-height: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 100;
}

@media (min-width: 768px) {
  .listthumb .gallery h2 {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .listthumb .gallery h2 {
    font-size: 120px;
  }
}

.listthumb .boxvideo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  left: 0;
  background: #fff;
  bottom: 15%;
  max-width: 425px;
  width: 80%;
  padding: 3%;
}

.listthumb .boxvideo:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .listthumb .boxvideo {
    bottom: 6%;
  }
}

@media (min-width: 992px) {
  .listthumb .boxvideo {
    padding: 2%;
    max-height: 220px;
  }
}

.listthumb .boxvideo::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 102px 0 102px 20px;
  border-color: transparent transparent transparent #fff;
  right: -20px;
  top: 0;
}

@media (min-width: 768px) {
  .listthumb .boxvideo::after {
    border-width: 114px 0 114px 26px;
    right: -26px;
  }
}

@media (min-width: 992px) {
  .listthumb .boxvideo::after {
    border-width: 111px 0 111px 31px;
    right: -31px;
  }
}

.listthumb .boxvideo .video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  overflow: hidden;
  height: 180px;
  position: relative;
}

.listthumb .boxvideo .video a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 100px;
}

.listthumb .boxvideo .video img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .listthumb .boxvideo .video img {
    min-height: 150px;
  }
}

@media (min-width: 992px) {
  .listthumb .boxvideo .video img {
    min-height: 180px;
  }
}

.listthumb .boxvideo .txt {
  flex: 0 0 50%;
  text-align: center;
}


.listthumb .boxvideo .txt p, .listthumb .boxvideo .txt h3{
  color: #333;
}

.listthumb .boxvideo .txt h3 {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 20px;
  line-height: 1.6;
  font-size: 150%;
  font-weight: 300;
}

@media (min-width: 320px) {
  .listthumb .boxvideo .txt h3 {
    font-size: 130%;
  }
}

@media (min-width: 768px) {
  .listthumb .boxvideo .txt p {
    font-size: 18px;
  }

  .listthumb .boxvideo .txt h3 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .listthumb .boxvideo .txt p {
    font-size: 20px;
  }

  .listthumb .boxvideo .txt h3 {
    font-size: 200%;
  }
}

.blockcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .blockcontent .btnhover a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .blockcontent .btnhover a::after {
    left: 5%;
  }
}

@media (min-width: 992px) {
  .blockcontent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
  }
}

.blockcontent--img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .blockcontent--img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}

.blockcontent--img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}

.blockcontent--img .wimg,
.blockcontent--img .wimgright {
  line-height: 0;
  position: relative;
}

.blockcontent--text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 5%;
  position: relative;
  margin-top: -6%;
}

.blockcontent--text .textsp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.blockcontent--text .textsp .av-container:nth-child(2) {
  flex: 0 0 50%;
}

@media (min-width: 992px) {
  .blockcontent--text .textsp {
    flex-wrap: wrap;
  }

  .blockcontent--text .textsp .av-container:nth-child(2) {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .blockcontent--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 0;
    margin: 0;
    left: -50px;
  }
}

.blockcontent--text p {
  font-size: 14px;
  margin:-5% 0 5% 0;;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  font-weight: 500;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;   
}

@media (max-width: 768px) {
  .blockcontent--text p {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .blockcontent--text p {
    font-size: 16px;
  }
}

.blockcontent--text p a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.blockcontent--text p a:hover {
  text-decoration: none;
}

.blockcontent--text h3 {
  position: absolute;
  top: -50px;
  font-size: 11vw;
  font-weight: 100;
}

@media (min-width: 992px) {
  .blockcontent--text h3 {
    font-size: 6vw;
  }
}

@media (min-width: 1400px) {
  .blockcontent--text h3 {
    font-size: 5vw;
  }
}

.blockcontent--text h4 {
  font-size: 18px;
  margin-top: 5%;
}

.blockcontent__black {
  background: #000;
}

.blockcontent__black .wimg::after {
  background-color: #000 !important;
}

.blockcontent__black .blockcontent--text p {
  color: #fff;
}

@media (min-width: 992px) {
  .blockcontent__black .blockcontent--img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .blockcontent__black .blockcontent--text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blockcontent__black .blockcontent--text p {
    text-align: center;
  }

  .blockcontent__black .blockcontent--text .btnpage {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .blockcontent__revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .blockcontent__revert .blockcontent--text {
    left: inherit;
    right: -150px;
  }
}

.blockcontent:hover .blockcontent--img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blockhowto{
  position: relative;
}

@media (min-width: 992px) {
  .blockhowto {
    max-width: 1480px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 150px;
  }
}

.blockhowto h3 {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 625px;
  font-size: 46px;
  font-weight: 100;
}

@media (min-width: 992px) {
  .blockhowto h3 {
    font-size: 60px;
  }
}

.blockhowto__flex {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .blockhowto__flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.blockhowto .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  margin-top: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .blockhowto .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

.blockhowto .item:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blockhowto .item .img,
.blockhowto .item h4 {
  line-height: 0;
}

.blockhowto .item .img {
  overflow: hidden;
}

.blockhowto .item .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}

.blockhowto .item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: -7.5%;
  right: 0%;
  width: 100%;
}

.blockhowto .item .txt::after {
  position: absolute;
  content: '';
  background: url(../images/bg01.png) no-repeat right bottom;
  background-size: 100%;
  width: 160px;
  height: 160px;
  right: -5%;
  bottom: 0;
}

.blockhowto .item h4 {
  width: 50%;
  text-align: left;
  margin-bottom: -10px;
  padding-left: 5%;
}

@media (min-width: 768px) {
  .blockhowto .item h4 {
    width: 70%;
  }
}

.blockhowto .item p {
  color: #fff;
  -webkit-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  transform: rotate(-41deg);
  position: absolute;
  right: 3%;
  bottom: 25px;
  text-align: center;
  z-index: 99;
}

@media (min-width: 768px) {
  .blockhowto .item p {
    right: 0;
  }
}

@media (min-width: 992px) {
  .blockhowto .item p {
    font-size: 20px;
    right: -5px;
  }
}

.blockhowto .item:nth-child(2) {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .blockhowto .item:nth-child(2) {
    margin-top: 50px;
  }
}

.blockhowto .item:nth-child(2) .txt::after {
  background: url(../images/bg02.png) no-repeat right bottom;
  background-size: 100%;
}

.blockflex {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .blockflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .blockflex {
    margin-top: 120px;
  }
}

.blockflex__item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 250px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .blockflex__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .blockflex__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: auto;
  }
}

.blockflex__item:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blockflex__item .img {
  overflow: hidden;
  line-height: 0;
}

.blockflex__item .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}

.blockflex__item h4 {
  margin: 0 auto;
  color: #fff;
  font-size: 35px;
  letter-spacing: 1px;
  text-shadow: 3px 3px 7px #333;
}

@media (min-width: 992px) {
  .blockflex__item h4 {
    font-size: 40px;
  }
}

.blockflex__item p a {
  font-weight: bold;
}

.blockflex__item .txt {
  position: absolute;
}

.blockflex__item .txt h4 {
  margin-bottom: 10px;
  font-weight: 100;
}

@media (min-width: 768px) {
  .blockflex__item .txt h4 {
    font-size: 3vw;
  }
}

.blockflex__item--btn {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 220px;
  display: block;
  margin: 0 auto;
  border: 2px solid;
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: none;
  /*outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;*/
  text-shadow: none;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.blockflex__item--btn span {
  display: block;
  padding: 12px 0px;
  font-size: 18px;
  position: relative;
  letter-spacing: -1px;
  padding-left: 10%;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  letter-spacing: 1px;
}

.blockflex__item--btn span::after {
  position: absolute;
  content: '';
  background: url(../common_img/arrwr.png) no-repeat left center;
  background-size: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  left: 5%;
  top: 50%;
}

.blockflex__item--btn:hover {
  /*border: 2px solid;
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;*/
  text-shadow: 1px 1px 2px #427388;
}

.video__list {
  display: none;
  opacity: 0;
  z-index: 9999;
  overflow: hidden !important;
}

.video__list.open {
  position: fixed;
  z-index: 99999;
  opacity: 1;
  display: block;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden !important;
}

.video__list.open video {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100vh;
}

@media (min-width: 768px) {
  .video__list.open video {
    width: 107%;
  }
}

@media (min-width: 992px) {
  .video__list.open video {
    width: 109%;
  }
}

.video__list.open .images {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video__list.open .images img {
  width: 100%;
}

.video__list#ninja-slider {
  background: none;
  padding: 0;
  z-index: 999;
}

.video__list#ninja-slider ul {
  height: 100vh !important;
  position: relative;
}

.video__list#ninja-slider .slider-inner {
  max-width: 100% !important;
  overflow: inherit !important;
  height: 100vh;
  top: 0vh;
  display: block;
}

@media (min-width: 768px) {
  .video__list#ninja-slider .slider-inner {
    max-width: 70% !important;
  }
}

@media (min-width: 992px) {
  .video__list#ninja-slider .slider-inner {
    max-width: 490px !important;
  }
}

.video__list#ninja-slider .slider-inner #ninja-slider-pager {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 1% 2%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.video__list#ninja-slider .slider-inner #ninja-slider-pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2px;
  font-size: 100%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
  position: relative;
  z-index: 999;
  margin: 0 1.5px;
  cursor: default;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.video__list#ninja-slider .slider-inner #ninja-slider-pager a span#progressbar {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  background: #fff;
}

.video__list#ninja-slider .slider-inner #ninja-slider-pager a.active,
.video__list#ninja-slider .slider-inner #ninja-slider-pager a.usr__active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.video__list#ninja-slider .slider-inner #ninja-slider-pager a.usr__active {
  background: #fff;
}

.video__list#ninja-slider .slider-inner #ninja-slider-pager a.usr__active::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.video__list#ninja-slider .slider-inner #ninja-slider-pager a:hover {
  opacity: 1;
}

.video__list#ninja-slider .slider-inner--hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: none !important;
  padding: 2% 4%;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  z-index: 99;
}

.video__list#ninja-slider .slider-inner--hd h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.video__list#ninja-slider .slider-inner--hd h2 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-width: 32px;
  margin-right: 10px;
}

.video__list#ninja-slider .slider-inner--hd h2 .txt {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.video__list#ninja-slider .slider-inner--hd h2 span.time {
  font-size: 13px;
  display: inline;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  text-align: center;
  margin-top: -1px;
  margin-left: 10px;
  opacity: .6;
}

.video__list#ninja-slider .slider-inner--hd .close {
  width: 16px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .video__list#ninja-slider .slider-inner--hd .close {
    width: 20px;
  }
}

.video__list #ninja-slider-prev div,
.video__list #ninja-slider-next div,
.video__list #nextcst div,
.video__list #prevcst div {
  display: none !important;
}

.video__list #ninja-slider-prev,
.video__list #ninja-slider-next,
.video__list #nextcst,
.video__list #prevcst {
  opacity: 0 !important;
  margin: 0 !important;
  right: inherit !important;
  line-height: inherit !important;
  border-radius: 0 !important;
  background: none !important; 
  height: 65vh;
  top: 19vh;
  z-index: 1;
}

.video__list #nextcst,
.video__list #prevcst {
  opacity: 0 !important;
  background: rgba(255, 255, 255, 0) !important; 
  z-index: 2;
}


@media (min-width: 768px) {

  .video__list #ninja-slider-prev,
  .video__list #ninja-slider-next,
  .video__list #nextcst,
  .video__list #prevcst {
    height: 75vh;
    top: 17vh;
  }
}

.video__list #ninja-slider-prev,
.video__list #prevcst {
  width: 30%;
  left: 0 !important;
}

.video__list #ninja-slider-next,
.video__list #nextcst {
  width: 70%;
  right: 0 !important;
}

.video__list #ninja-slider-next .fullwidth,
.video__list #nextcst .fullwidth {
  width: 100%;
}

.video__list #zindex {
  position: absolute;
  width: 30%;
}

@media (min-width: 768px) {
  .video__list #zindex {
    height: 95vh;
    top: 6vh;
  }
}

@media (min-width: 960px) {
  .video__list #zindex {
    height: 87vh;
    top: 5.4vh;
  }
}

.video__list #nextcst,
.video__list #prevcst {
  z-index: 2;
}

.iphoneX .video__list.open video {
  top: 50%;
  width: 123%;
}

.iphoneX #ninja-slider-prev,
.iphoneX #ninja-slider-next {
  height: 65vh;
  top: 16vh;
}

.iphoneX #zindex {
  height: 85vh;
  top: 6.5vh;
}

.iphonePlus .video__list.open video {
  height: 106vh;
}

.iphonePlus #ninja-slider-prev,
.iphonePlus #ninja-slider-next {
  height: 59vh;
  top: 17vh;
}

.iphonePlus #zindex {
  height: 77vh;
  top: 7.9vh;
}

.iphone6 .video__list.open video {
  height: 108vh;
}

.iphone6 #zindex {
  height: 80vh;
  top: 9vh;
}

.popup {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.popup img {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {

  #ninja-slider-prev,
  #ninja-slider-next,
  #ninja-slider-pager {
    display: block !important;
  }
}

body.openpopup {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

body.openpopup::after {
  position: fixed;
  content: '';
  background: #262626;
  filter: alpha(opacity=90);
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

video::-webkit-media-controls {
  display: none !important;
}


.fixie .blockflex__item .txt{
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: auto 0;
  margin-top: -75px;
}

.fixie .listthumb .gallery h2{
  position: relative;
  top: 0;
  margin-top: -850px;
}

