/*-------------------------------

  reset

-------------------------------*/
#wrap-container{
  padding-bottom: 0;
}
.res-inner-contents {
  padding-top: 0;
}

.title-box {
  display: none;
}

.module-travel_parts.horizon .mod-content_wrap {
  background: #fff;
}

[class*=button-]:not(.cp-button-container), [class^=button-] {
  cursor: inherit;
}

/*-------------------------------

  common

-------------------------------*/
html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

.res-wrap-contents {
}

.pc {display: none;}
.sp {display: block;}
@media screen and (min-width: 767px) {
  .pc {display: block;}
  .sp {display: none;}
}

@font-face {
    font-family: 'montserratlight';
    src:url('fonts/Montserrat-Light.woff') format('woff'),
        url('fonts/Montserrat-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------

  mv

-------------------------------*/
#mv {
  position: relative;
  height: 600px;
}
.icon_osusume{
  position: absolute;
  right: 10px;
  bottom:10px;
  width: 260px;
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
  transform: translateZ(0);
}
.icon_osusume:hover{
  /*transform: translateY(-0.5em);*/
  -webkit-animation: pulse-grow 3s ease 6;
  animation: pulse-grow 0.3s linear 6;
  animation-direction: alternate;
}
/* Pulse Grow */
@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}



#mv .mvCover {
  position: absolute;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  overflow: hidden;
  width: 100vw;
  height: 100%;
}
#mv .mvCover img,
#mv .mvCover > ul li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


@media all and (max-width: 768px) {
  #mv {
    height: 450px;
  }
  #mv .mvCover img,
  #mv .mvCover > ul li img {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .icon_osusume{
    right:0;
    left:0;
    bottom: 15px;
    margin: auto;
  }
}
@media all and (max-width: 480px) {
  #mv {
    height: 300px;
  }
  #mv .mvCover img,
  #mv .mvCover > ul li img {
    height: 300px;
  }
}

/*lead*/
.lead{
  overflow: hidden;
  background: #E5F0FA;
  padding: 65px 20px;
  width: 100vw;
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 80px;
}
.lead h2 {
  font-size: 2.1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 768px) {
  .lead{
    padding: 20px 15px;
    margin-bottom: 40px;
  }
  .lead h2 {
    font-size: 1.7rem;
    font-weight: normal;
    letter-spacing: 0.01em;
    text-align: left;
  }
}


/*bnrL*/
.bnrL{
  margin-bottom: 80px;
}
.bnrL > h3 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.bnrL > h3::before,
.bnrL > h3::after{
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  bottom: -2px;
}
.bnrL > h3::before{
  content: "＼";
  margin-right:10px;
}
.bnrL > h3::after{
  content: "／";
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  .bnrL{
    margin-bottom: 40px;
  }
  .bnrL > h3 {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
  }
  .bnrL > h3::before{
    margin-right:2px;
  }
  .bnrL > h3::after{
    margin-left:2px;
  }
}



/*-------------------------------

  ttl

-------------------------------*/
.ttl_wrap{
  display: block;
  text-align: center;
  margin: 0 auto 52px;
  position: relative;
  font-size:1.7rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}
.ttl_wrap span{
  font-family: 'montserratlight';
  display: block;
  font-size: 4.6rem;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.ttl_wrap::after{
  content: '';
  height:1px;
  width:62px;
  background: #000;
  position: absolute;
  left:0;
  right: 0;
  margin: auto;
  bottom: -16px;
}
@media all and (max-width: 768px) {
  .ttl_wrap{
    font-size:1.6rem;
  }
  .ttl_wrap span{
    font-size: 3.2rem;
  }
}

/*ttl_wrap_s*/
.ttl_wrap_s{
  display: block;
  text-align: left;
  margin-bottom:40px;
  position: relative;
  font-size:1.9rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}
.ttl_wrap_s span{
  font-family: 'montserratlight';
  display: inline-block;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  padding-left: 14px;
}
.ttl_wrap_s::after{
  content: '';
  height:2px;
  width:62px;
  background: #000;
  position: absolute;
  left:0;
  bottom: -10px;
}
.ttl_wrap_s.fix{
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  font-size:1.3rem;
  z-index: 100;
}
.ttl_wrap_s.fix span{
  font-size: 1.3rem;
  padding-left:3px;
  letter-spacing: 0.05em;
}
.ttl_wrap_s.fix::after{
  display: none;
}



/*-------------------------------

  news

-------------------------------*/
.news{
  max-width: 1100px;
  margin:0 auto 100px;
  text-align: center;
}
.news ul {
  display: inline-block;
}
.news ul > li{
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding:10px 0;
  border-bottom: solid 1px #eee;
  /*
  padding:8px 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  */
}
.news ul > li .newsdate{
  padding-right:1em;
  white-space: nowrap;
  /*width: 14%;*/
}
.news ul > li .newsdate > span{
  display: inline-block;
  padding: 4px 10px;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.news ul > li .newscont{
  padding-left: 20px;
  /*width: 85%;*/
}
@media all and (max-width: 768px) {
  .news {
    width: 100%;
    margin-bottom: 50px;
  }
  .news ul > li .newsdate,.news ul > li .newscont{
    width: 100%;
    margin-top: 5px;
  }
}




/*-------------------------------

  secSelect

-------------------------------*/
.secSelect {
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .secSelect {
    margin-bottom: 25px;
  }
}


.secSelect .secSelectInner {
  width: 100%;
  max-width: 990px;
  height: 530px;
  margin: 0 auto;
  background: url(/inttour/theme/recommend/future_travel/image/map.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner {
    width: 745px;
    height: 398px;
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .secSelect .secSelectInner {
    width: 100%;
    height: auto;
    background: none;
  }
}

.secSelect .secSelectInner #tab-menu {
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .secSelect .secSelectInner #tab-menu #tab-button {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.secSelect .secSelectInner #tab-menu #tab-button li {
  display: inline-block;
  position: absolute;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media all and (max-width: 768px) {
  .secSelect .secSelectInner #tab-menu #tab-button li {
    position: inherit;
    width: 48%;
    margin: 1%;
  }
}

/*All*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectAll {
  top: 20px;
  left:0;
}
/*Hawaii*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectHawaii {
  left:501px;
  top:235px;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li.btnSelectHawaii {
    left: 60%;
    top: 58%;
  }
}
/*Guam*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectGuam {
  left: 462px;
  top: 300px;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li.btnSelectGuam {
    left: 52%;
    top:70%;
  }
}
/*America_Canada*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectAmerica_Canada {
  right: -20px;
  top: 156px;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li.btnSelectAmerica_Canada {
  }
}
/*China*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectChina {
  left:453px;
  top: 111px; 
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li.btnSelectChina {
    left:40%;
  }
}
/*Asia*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectAsia {
  left: 272px;
  top: 222px;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li.btnSelectAsia {
  }
}
/*Europe-Russia*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectEurope-Russia {
  left: 97px;
  top: 59px;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li.btnSelectEurope-Russia {
  }
}
/*Turkey-Africa-Mideast*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectTurkey-Africa-Mideast {
  left: 0;
  top: 196px;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li.btnSelectTurkey-Africa-Mideast {
  }
}
/*Australia*/
.secSelect .secSelectInner #tab-menu #tab-button li.btnSelectAustralia {
  left:221px;
  bottom: 30px;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li.btnSelectAustralia {
    left: 20%;
  }
}

.secSelect .secSelectInner #tab-menu #tab-button li a {
  display: block;
  position: relative;
  background:rgba(0,0,0,0.85);
  padding: 18px 35px 18px 14px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  transition: all .2s;
}
@media all and (max-width: 1024px) {
  .secSelect .secSelectInner #tab-menu #tab-button li a {
    padding: 12px 35px 12px 12px;
    font-size: 92%;
  }
}
@media all and (max-width: 768px) {
  .secSelect .secSelectInner #tab-menu #tab-button li a {
    font-size: 1.2rem;
    padding: 10px 20px 10px 10px;
    height: 100%;
  }
}

.secSelect .secSelectInner #tab-menu #tab-button li a:hover {
  background:rgba(255,255,255,1);
  border:solid 1px #000;
  color: #000;
}

.secSelect .secSelectInner #tab-menu #tab-button li a.active {
  background:rgba(255,255,255,1);
  border:solid 1px #000;
  color: #000;
  transition: all .2s;
  cursor: pointer;
}

.secSelect .secSelectInner #tab-menu #tab-button li a::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  height: 1em;
}

/*noLink*/
.secSelect .secSelectInner #tab-menu #tab-button li .noLink {
  display: block;
  position: relative;
  background:rgba(200,200,200,0.85);
  padding: 18px 35px 18px 14px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
}
@media all and (max-width: 768px) {
  .secSelect .secSelectInner #tab-menu #tab-button li .noLink {
    font-size: 1.2rem;
    padding: 10px 20px 10px 10px;
    border: 1px solid #fff;
    height: 100%;
  }
}
.secSelect .secSelectInner #tab-menu #tab-button li .noLink::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  top:0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  height: 1em;
}

/*new*/
.secSelect .secSelectInner #tab-menu #tab-button li a .new {
  display: block;
  position: absolute;
  top: -24px;
  left: -24px;
  width: 45px;
  height: 45px;
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
  z-index: 10;
}
.secSelect .secSelectInner #tab-menu #tab-button li a .new::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fb3d03;
  z-index: 20;
}
.secSelect .secSelectInner #tab-menu #tab-button li a .new span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 30;
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
    width: 100%;
}
@media all and (max-width: 768px) {
  .secSelect .secSelectInner #tab-menu #tab-button li a .new {
    display: inline-block;
    position: inherit;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
  }
  .secSelect .secSelectInner #tab-menu #tab-button li a .new::before {
    content: none;
  }
  .secSelect .secSelectInner #tab-menu #tab-button li a .new span {
    position: inherit;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    transform: none;
    color: #fb3d03;
    font-size: 1rem;
  }
}



/*-------------------------------

  keyword

-------------------------------*/
.keyword_wrap{
  width: 100%;
  margin: 0 auto 60px;
  padding: 15px;
}
.sort-navi ul{
  letter-spacing: -0.4em;
  display: flex;
  justify-content: center;
  align-items: top;
}
.sort-navi ul li{
  margin: 0 10px;
  letter-spacing: 0.5em;
  width: 30%;
}
.sort-navi ul li label{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 15px;
  width: 100%;
  line-height: 1;
  border-radius: 5px;
  font-size: 2.0rem;
  -webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
  background:rgba(0,0,0,0.85);
}
.sort-navi ul li .label_icon{
  width: 32px;
  margin-right: 15px;
}
.sort-navi ul li label::after{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right:0;
  left:0;
  margin: auto;
  bottom: -24px;
  border-style:solid;
  border-color: rgba(0,0,0,0.85) transparent transparent transparent;
  border-width: 9px;
  transition: all 0.3s;
  display: block;
    opacity: 0;
    transition: .3s;
}
.sort-navi ul li .active + label{
    background: #fff!important;
    text-decoration: none;
    color: #000;
    border: solid 1px #000;
}
.sort-navi ul li .active + label::after {
    opacity: 1;
}
.sort-navi input[name="selectword"]:checked + label,
.sort-navi input[name="areaword"]:checked + label{
  background:#fff;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
}
.sort-navi ul li label:hover{background: rgba(0,0,0,0.45);}
.sort-navi input[name="selectword"],
.sort-navi input[name="areaword"]{display: none;text-decoration: none;}
@media all and (max-width: 1024px) {
  .sort-navi ul li{
    width: 40%;
  }
}
@media all and (max-width: 768px) {
  .keyword_wrap{
    margin: 0 auto 30px;
  }
  .sort-navi ul{
    justify-content: space-between;
  }
  .sort-navi ul li{
    width: 47%;
    letter-spacing: 0.1em;
    margin: 0;
  }
  .sort-navi ul li label{
    padding: 13px 5px;
    font-size: 1.8rem;
  }

}

/*-------------------------------

  list-travel

-------------------------------*/
#boxes {
  overflow: hidden;
  background: #E5F0FA;
  padding: 50px 40px;
  width: 100vw;
  height: 100%;
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
}
#boxes .boxes_inner{
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
#boxes .secCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*
  width: calc(100% + 30px);
  margin-left: -30px;
  */
}

@media all and (max-width: 768px) {
  #boxes {
    padding:40px 20px 100px;
    top: auto;
  }
  #boxes .boxes_inner{
    padding-right:0;
    padding-left:0;
  }
  #boxes .secCont {
    width: 100%;
    margin-left: 0;
  }
}

#boxes .secCont .secContBox {
  width: calc(33.33% - 30px);
  background: #fff;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .5s;
  position: relative;
}
#boxes .secCont .secContBox.rmd {
  width:100%;
  background-color: inherit;
  margin-bottom: 80px;
}
#boxes .secCont .secContBox.rmd a{
  background: #fff;
  height: auto;
}
@media all and (max-width: 768px) {
  #boxes .secCont .secContBox.rmd{
    margin-bottom: 50px;
  }
}

@media all and (max-width: 1024px) {
  #boxes .secCont .secContBox {
    width: calc(50% - 30px);
  }
}

@media all and (max-width: 768px) {
  #boxes .secCont .secContBox {
    width: 100%;
    /*margin-left: 0;*/
  }
}

#boxes .secCont .secContBox a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: all .5s;
  min-height: 360px;
  height: 100%;
}
#boxes .secCont .secContBox.rmd a{
  min-height:inherit;
}
#boxes .secCont .secContBox.rmd a article{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 374px) {
  #boxes .secCont .secContBox a {
    min-height: 340px;
  }
}

#boxes .secCont .secContBox a .secContImg {
  overflow: hidden;
  position: relative;
}
#boxes .secCont .secContBox a .secContImg::after{
  content: "";
  position: absolute;
  background: url(/international/theme/recommend/future_travel/image/201105/icon_article.png) no-repeat top center;
  background-size: 100%;
  width: 50px;
  height: 50px;
  right:4px;
  top:4px;
}
#boxes .secCont .secContBox a .secContImg.movie::after{
  background: url(/international/theme/recommend/future_travel/image/201105/icon_movie.png) no-repeat top center;
  background-size: 100%;
}
#boxes .secCont .secContBox.rmd a .secContImg{
  width: 46%;
}


#boxes .secCont .secContBox a .secContImg img {
  transition: all .5s;
}

#boxes .secCont .secContBox a .secContInfo {
  padding: 15px;
}
#boxes .secCont .secContBox.rmd a .secContInfo{
  width: 52%;
}

@media all and (max-width: 768px) {
  #boxes .secCont .secContBox.rmd a .secContImg,
  #boxes .secCont .secContBox.rmd a .secContInfo{
    width: 100%;
  }
}

#boxes .secCont .secContBox a .secContInfo h4 {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.3;
}

#boxes .secCont .secContBox a .secContInfo h4 span {
  font-weight: bold;
}

#boxes .secCont .secContBox a .secContInfo h4 .new {
  background: #fb3d03;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 8px;
  display: inline-block;
  margin-right: 5px;
  line-height: 1.7;
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}

#boxes .secCont .secContBox a .secContInfo .secContInfoTxt {
  font-size: 1.4rem;
  color: #7b7b7b;
}

#boxes .secCont .secContBox a:hover {
  opacity: .7;
}

#boxes .secCont .secContBox a:hover .secContImg img {
  transform: scale(1.1, 1.1);
}

#boxes .secCont .secContBox a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

#boxes .secCont .secContSubTxt {
  font-size: 1.2rem;
  color: #7b7b7b;
  width: 100%;
  text-align: right;
}


/*icon*/
.icon-blank::after{
  content: '';
  background: url('/common-layout/images/icon_blank_BLU.png') no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}


/*-------------------------------

  video

-------------------------------*/
/* wrap */
.video_wrap {
  position: relative;
  width: 100%;
  /*
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  
  height: calc(100vh - 130px);
  overflow: hidden;
  */
  
}

/* video */
.video-box {
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  height:100%;
}
.video {
  width: 100%;
  height:100%;
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  */
}
.video{
  width: auto;
  min-height: 100% !important; 
  height: 100% !important; 
}
.vjs-dock-text{
  display: none;
}
/*
.vjs-icon-placeholder,
.bc-player-8bnjBy7Zh_default .vjs-big-play-button,
.bc-player-8bnjBy7Zh_default .vjs-time-control,
.vjs-control-bar,
.video-js .vjs-control,
.vjs-modal-dialog.vjs-player-info-modal,
.vjs-mouse.bc-player-8bnjBy7Zh_default .vjs-control-bar,
.bc-player-8bnjBy7Zh_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.bc-player-8bnjBy7Zh_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control, 
.bc-player-8bnjBy7Zh_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control, 
.bc-player-8bnjBy7Zh_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control, 
.bc-player-8bnjBy7Zh_default.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-progress-control, 
.bc-player-8bnjBy7Zh_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div, 
.video-js .vjs-progress-holder .vjs-play-progress,
.bc-player-8bnjBy7Zh_default .vjs-spacer,
.bc-player-8bnjBy7Zh_default .vjs-control-bar
*/
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid{
  height: 100%;
}
.bc-iframe,.bc-iframe body,.bc-player-8bnjBy7Zh_default,.bc-player-8bnjBy7Zh_default .vjs-poster,.video-js{
  background-color: inherit;
}
.vjs-fluid .vjs-poster{background-size: cover;}
/*
.vjs-fluid{
  width: 100%;
  height: 100%;
  sition: absolute;
  dding-top: 0;
}
.video-js .vjs-tech{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto!important;
  height: auto!important;
  bottom: 0;
  top: auto;
  left: auto;
}
*/
@media all and (max-width: 1024px) {
  .video_wrap {
    /*height: calc(100vh - 80px);*/
  }
}

/*-------------------------------

  modal

-------------------------------*/
/* animation
-------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .4s zoom-in;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
