@charset "UTF-8";
/*
* 新メニュコンテスト2019
*/
/*
* 基本ブレークポイント
*/
/*
*マージン
*/
/*
* ボックスシャドウ
*/
/*
* リセット
*/
.container {
  margin: 0;
  padding: 0;
  max-width: none;
  min-width: none;
  overflow: hidden;
  width: 100%;
}

.contents {
  padding: 0;
}

h1,
h2,
h3,
figure {
  margin: 0;
  padding: 0;
}

/*
* 共通
*/
.cont_inner {
  padding: 0 10px;
  max-width: 1200px;
  margin: auto;
}

.l_w950 {
  max-width: 950px;
  margin: auto;
}

#_cont_device {
  display: none;
}

@media screen and (min-width: 641px) {
  #_cont_device {
    position: relative;
  }
}

@media screen and (min-width: 641px) and (max-width: 1100px) {
  #_cont_device {
    position: absolute;
  }
}

@media screen and (max-width: 640px) {
  #_cont_device {
    position: static;
  }
}

.cont_sec-title__h2 {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}

.cont_sec-title--underline {
  position: relative;
  background: linear-gradient(to bottom, #ffffff00 0%, #ffffff00 75%, #2ea541 76%, #2ea541 90%, #FFFFFF00 91%);
}

/*
* タイトル
*/
.cont_title {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 641px) {
  .cont_title {
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .cont_title:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 120%;
    height: 0;
  }
}

@media screen and (min-width: 641px) {
  .cont_title__mainimg {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .cont_title__mainimg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.cont_read {
  background: #2ea541;
  color: #FFF;
  text-align: center;
}

.cont_read__txt {
  padding: 40px 0;
}

.cont_read__slider {
  position: relative;
}

.cont_read__slider-bar {
  background-color: #22181599;
  position: absolute;
  left: 50%;
}

@media screen and (min-width: 641px) {
  .cont_read__slider-bar {
    width: 2212px;
    height: 120px;
    transform: translateX(-50%) rotateZ(-1deg);
  }
}

@media screen and (max-width: 640px) {
  .cont_read__slider-bar {
    width: 1327px;
    height: 72px;
    transform: translateX(-50%) rotateZ(1deg);
  }
}

.cont_read__slider-bar:before {
  content: "";
  background-image: url("/resources/img/special/menu2019/pct_sliderimg.jpg");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  z-index: -1;
  animation: slide_animation__pc 30s linear infinite;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

@media screen and (min-width: 641px) {
  .cont_read__slider-bar:before {
    width: 2212px;
    height: 120px;
    transform: rotateZ(-1deg);
  }
}

@media screen and (max-width: 640px) {
  .cont_read__slider-bar:before {
    width: 1327px;
    height: 72px;
    transform: rotateZ(5deg);
  }
}

.cont_read__slider-txtwrap {
  max-width: 700px;
  margin: auto;
  position: relative;
  transform: translateY(-20px);
  padding: 0 10px;
}

.cont_read__slider-txt {
  /* border-radius: 167px;
  background: #FFF;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_read__slider-txt img {
  width: 80%;
  height: auto;
}

@media screen and (min-width: 641px) {
  .cont_read__slider-txt {
    width: 134px;
    height: 134px;
  }
}

@media screen and (max-width: 640px) {
  .cont_read__slider-txt {
    width: 90px;
    height: 90px;
    float: right;
  }
}

@keyframes slide_animation__pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 2212px;
  }
}

/*
* レイアウト
*/
@media screen and (min-width: 641px) {
  .cont_l-contbox {
    display: flex;
  }
}

.cont_l-contbox__map {
  flex: 1;
  background-color: #f6f6f6;
}

.cont_l-contbox__map-inner {
  padding: 50px 10px;
}

@media screen and (min-width: 641px) {
  .cont_l-contbox__map-inner {
    max-width: 600px;
    margin-left: auto;
  }
}

.cont_l-contbox__about {
  flex: 1;
}

.cont_l-contbox__about-inner {
  padding: 50px 10px;
}

@media screen and (min-width: 641px) {
  .cont_l-contbox__about-inner {
    max-width: 600px;
    margin-right: auto;
  }
}

/*
*　地図
*/
@media screen and (min-width: 641px) {
  .cont_map {
    max-width: 500px;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .cont_map-menu__fig {
    margin-left: -23%;
  }
}

.cont_map-menu__fig img {
  width: 100%;
  height: auto;
}

/*
* about
*/
@media screen and (min-width: 641px) {
  .cont_about {
    max-width: 500px;
    margin: auto;
  }
}

.cont_progress {
  margin: 0 4em;
}

.cont_progress__line {
  display: flex;
  justify-content: space-between;
  transform: translateY(9px);
}

.cont_progress__line > div {
  height: 1px;
  flex: 1;
}

.cont_progress__line > div.is-green {
  background: #2ea541;
}

.cont_progress__line > div.is-gray {
  background: #b1b1b1;
}

.cont_progress__points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -9px;
  position: relative;
}

.cont_progress__points > div {
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  text-indent: 100%;
  overflow: hidden;
  background-color: #FFF;
}

.cont_progress__points > div.is-end {
  background-image: url("/resources/img/special/menu2019/icon-progress-end.svg");
}

.cont_progress__points > div.is-session {
  background-image: url("/resources/img/special/menu2019/icon-progress-session.svg");
}

.cont_progress__points > div.is-future {
  background-image: url("/resources/img/special/menu2019/icon-progress-future.svg");
}

.cont_progress__texts {
  margin: 5px -4em 0 -4em;
  font-size: 0.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}

.cont_progress__texts > div {
  width: 8em;
  text-align: center;
}

.cont_progress__texts > div.is-end, .cont_progress__texts > div.is-session {
  color: #2ea541;
}

.cont_progress__texts > div.is-future {
  color: #b1b1b1;
}

.cont_progress__grandprix-img {
  width: 50px;
  display: inline-block;
}

/*
* イベントキャンペーン
*/
.cont_event {
  padding: 50px 0;
  border-top: 1px solid #dfdfdf;
  background: #fbfaf5;
}

.cont_icon_check {
  background: #e42121;
  color: #FFF;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .cont_floatmedia {
    display: flex;
  }
}

@media screen and (min-width: 641px) {
  .cont_floatmedia-ls {
    max-width: 43%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .cont_floatmedia-ls {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .cont_floatmedia-body {
    margin-top: 20px;
  }
}

/*
* コンテンツフッター
*/
.cont_footer {
  background: #A8A6A6;
  padding: 50px 0;
  color: #FFF;
}

@media screen and (min-width: 641px) {
  .cont_blocklist {
    display: flex;
    flex-wrap: wrap;
  }
}

.cont_blocklist__li {
  list-style-type: none;
}

@media screen and (min-width: 641px) {
  .cont_blocklist__li {
    padding: 1em;
  }
}

@media screen and (max-width: 640px) {
  .cont_blocklist__li {
    padding: 0.2em 0;
  }
}

.cont_blocklist__li a {
  color: #FFF;
  font-size: 0.78rem;
}

/*************
* 各ブロックページ
**************/
/*
*　タイトル
*/
.cont_page-title {
  background: url("/resources/img/special/menu2019/pct_bg-redtexture.jpg");
  background-size: 60% 60%;
  background-position: center;
}

@media screen and (min-width: 641px) {
  .cont_page-title {
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .cont_page-title {
    padding: 10px 0 0 0;
  }
}

.cont_page-title__h1 {
  text-align: center;
}

.cont_page-title__h1-img {
  max-width: 30%;
  height: auto;
}

.cont_page-title__sub {
  background: #1b1b1b;
  padding: 0.5em;
  text-align: center;
  color: #FFF;
}

@media screen and (min-width: 641px) {
  .cont_page-title__sub {
    font-size: 1.1rem;
  }
}

.cont_page-title__sub .color_mgreen {
  color: #79a41e;
}

.cont_page-title__sub .color_sred {
  color: #ec6d65;
}

/*
* タブメニュー
*/
.cont_tabmenu__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.cont_tabmenu__li {
  list-style: none;
  margin-left: 1px;
}

@media screen and (max-width: 640px) {
  .cont_tabmenu__li {
    flex: 1;
  }
}

.cont_tabmenu__li a {
  position: relative;
  text-decoration: none;
  color: #a8a8a8;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}

@media screen and (min-width: 641px) {
  .cont_tabmenu__li a {
    padding: 1em;
  }
}

@media screen and (max-width: 640px) {
  .cont_tabmenu__li a {
    padding: 0.5em;
    font-size: 3.5vw;
  }
}

.cont_tabmenu__li a.is-current, .cont_tabmenu__li a:active {
  color: #333333;
}

.cont_tabmenu__li a.is-current:after, .cont_tabmenu__li a:active:after {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .cont_tabmenu__li a:hover {
    color: #333333;
  }
  .cont_tabmenu__li a:hover:after {
    opacity: 1;
  }
}

.cont_tabmenu__li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #333;
  left: 0;
  bottom: 0;
  opacity: 0.7;
}

.cont_tabmenu__li a.block1:after {
  background: #ea6170;
}

.cont_tabmenu__li a.block2:after {
  background: #68bb60;
}

.cont_tabmenu__li a.block3:after {
  background: #958bc1;
}

.cont_tabmenu__li a.block4:after {
  background: #ed6b47;
}

.cont_tabmenu__li a.block5:after {
  background: #c56fa8;
}

.cont_tabmenu__li a.block6:after {
  background: #67c3c7;
}

.cont_tabmenu__li a.block7:after {
  background: #b49a38;
}

/*
* レイアウト
*/
.cont_l-main {
  background: #F6F6F6;
  padding: 50px 0;
}

/*
* ページタイトル
*/
.cont_block-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 2rem;
}

.cont_block-title__h2 {
  font-size: 1.2rem;
}

.cont_block-title__h2.block1 {
  color: #ea6170;
}

.cont_block-title__h2.block2 {
  color: #68bb60;
}

.cont_block-title__h2.block3 {
  color: #958bc1;
}

.cont_block-title__h2.block4 {
  color: #ed6b47;
}

.cont_block-title__h2.block5 {
  color: #c56fa8;
}

.cont_block-title__h2.block6 {
  color: #67c3c7;
}

.cont_block-title__h2.block7 {
  color: #b49a38;
}

/*
* カードリスト
*/
.cont_list-item__ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 641px) {
  .cont_list-item__ul {
    justify-content: space-around;
  }
}

@media screen and (min-width: 641px) and (max-width: 1100px) {
  .cont_list-item__ul {
    justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .cont_list-item__ul {
    justify-content: space-between;
  }
}

.cont_list-item__li {
  list-style: none;
  position: relative;
}

@media screen and (min-width: 641px) {
  .cont_list-item__li {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .cont_list-item__li {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1100px) {
  .cont_list-item__li {
    width: 48%;
  }
  .cont_list-item__li:nth-child(2n+1):last-child {
    margin-right: 50%;
  }
}

@media screen and (min-width: 1101px) {
  .cont_list-item__li {
    width: 29%;
  }
  .cont_list-item__li:nth-child(3n+1):last-child {
    margin-right: 66.6%;
  }
  .cont_list-item__li:nth-child(3n+2):last-child {
    margin-right: 33.3%;
  }
}

/*
* メニューアイテム
*/
.cont_card {
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  padding-bottom: 15px;
}

.cont_card__txtitem {
  margin: 15px 15px 0 15px;
}

.cont_card__title {
  font-size: 1.1em;
  line-height: 1.8rem;
  font-weight: bold;
}

.cont_card__ruby {
  font-size: 0.68rem;
}

.cont_card__between {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.cont_card__between > div {
  flex: 1;
}

.cont_card__border {
  width: 100%;
  height: 1px;
  border: none;
  background: #d7d7d7;
  margin: 15px 0;
}

.cont_card__hidearea {
  max-height: 0;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .cont_card__scrollarea {
    height: 250px;
    overflow-y: scroll;
  }
  .cont_card__scrollarea::-webkit-scrollbar {
    width: 10px;
  }
  .cont_card__scrollarea::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
  .cont_card__scrollarea::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
  }
}

.cont_card__checkbox {
  display: none;
}

.cont_card__checkbox:checked ~ .cont_card__hidearea {
  max-height: 500px;
  transition: all 0.5s;
}

.cont_card__checkbox:checked ~ .cont_card__txtitem-title .cont_card__checkbox-label {
  background: url("/resources/img/special/menu2019/icon_arrow_up.svg") no-repeat;
  background-position: right center;
  background-size: 20px 20px;
}

.cont_card__checkbox-label {
  cursor: pointer;
  display: block;
  padding-right: 20px;
  background: url("/resources/img/special/menu2019/icon_arrow_down.svg") no-repeat;
  background-position: right center;
  background-size: 20px 20px;
}

.cont_card .color_gray {
  color: #5f5f5f;
}

.cont_card .color_whitegray {
  color: #adadad;
}

.cont_award-icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-15%);
  pointer-events: none;
}

.cont_award-icon img {
  margin-left: 5px;
}











/*----------------------2020.01.16 更新-----------------------*/
.cont_list-item__li_final {
  list-style: none;
  position: relative;
}

@media screen and (min-width: 641px) {
  .cont_list-item__li_final {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .cont_list-item__li_final {
    margin-bottom: 30px;
  }
  .final-menu_img {
    width: 100%;
  }
  p.final_sentence {
    font-size: 0.7rem;
    line-height: 1.2rem;
    text-align: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 1100px) {
  .cont_list-item__li_final {
    width: 31%;
  }
  .cont_list-item__li_final:nth-child(2n+1):last-child {
    margin-right: 50%;
  }
  .final-menu_img {
    width: 80%;
  }
  p.final_sentence {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

@media screen and (min-width: 1101px) {
  .cont_list-item__li_final {
    width: 19%;
  }
  .cont_list-item__li_final:nth-child(3n+1):last-child {
    /*margin-right: 66.6%;*/
  }
  .cont_list-item__li_final:nth-child(3n+2):last-child {
    margin-right: 33.3%;
  }
}

.cont_block-title__h4 {
    /*background-color: #EA6170;*/
    color: #FFF;
    text-align: center;
    margin: 0 0 2px;
    line-height: 2.5;
}


.final_green {
    color: #2EA541;
}

.final_yellow {
    color: #FC9C04;
}

.final_sentence {
    font-size: 1.3rem;
    line-height: 2rem;
    font-family: "Noto Sans JP", sans-serif;
}

.cont_card__title_final {
  font-size: 0.9em;
  line-height: 1.3rem;
  font-weight: bold;
}

.cont_card__ruby_final {
  font-size: 0.6rem;
}

.block1_final {
  background-color: #ea6170;
}

.block2_final {
  background-color: #68bb60;
}

.block3_final {
  background-color: #958bc1;
}

.block4_final {
  background-color: #ed6b47;
}

.block5_final {
  background-color: #c56fa8;
}

.block6_final {
  background-color: #67c3c7;
}

.block7_final {
  background-color: #b49a38;
}

.cont_l-main_final {
  background: #E9FEEC;
  /*padding: 50px 0;*/
}

.final-menu_img {
  margin-top: 20px;
}

.unit mt30 span.blank {
  font-size: 0.8rem;
}

.cont_card .color_gray_final {
  color: #5f5f5f;
  font-size: 0.8rem;
}

.cont_block-title_final {
  display: block;
  line-height: 1.5rem;
}

/*# sourceMappingURL=../../maps/special/menu2019/style.css.map */

/*----------------------2020.02.06 更新-----------------------*/
/*
* レスポンシブ
*/

@media screen and (max-width: 640px) {
  .detail_text_1{
    font-size: 12px;
  }
  .detail_text_2{
    font-size: 10px;
    /* padding-bottom: 10px; */
}
　.detail p{
  line-height: 0.7rem;
}
.detail_img{
  padding-left: 10px;
}

.sp_1{
  width:95%;
}

.sp_2{
  width:75%;
  padding-top: 10px;
}


.pc { display: none !important;
}
.sp { display: block !important;
}
.btn{
  width:90%;
}
}

@media screen and (min-width: 641px) and (max-width: 1100px) {
  .detail_text_1{
    font-size: 16px;
  }
  .detail_text_2{
    font-size: 13px;
    /* padding-bottom: 10px; */
}
.detail_img{
  padding-left: 10px;
}
.pc { display: none !important;
}
.sp { display: block !important;
}

.sp_1{
  width:95%;
}

.sp_2{
  padding-top: 10px;
  width:70%;
}
.btn{
  width:100%;
}
}



@media screen and (min-width: 1101px) {
  .detail_text_1{
    font-size: 18px;
    line-height: 1.2rem;
  }

  .detail_text_2{
    font-size: 14px;
    /* padding-bottom: 10px; */
  }

  .detail p{
    line-height: 1.7rem;
  }

   .detail_img{
     background-image: url("/resources/img/special/menu2019/pct_ribbon.jpg");
     background-repeat: no-repeat;
     background-position: top left;
     padding-left: 105px;
   }
   .pc { display: block !important;
     max-width: 95%;
   }
   .sp { display: none !important;
   }
   .btn{
     width:100%;
   }
}

/*
* 詳細
*/

.detail{
  width:0 auto;
  /* margin: 2em 0 0 0; */
  color: #2c2c2f;
  background: #FFF;
}

.detail_text_2{
  padding-bottom: 10px;
}

.detail_display{
  display:inline;
  }

.detail p{
  padding-right: 10px;
}

.detail_img_1{
  padding-right:10px;
}

.detail p{
padding-left:10px;
font-weight: bold;
}

.detail_img {
height: auto;
padding-top:10px;
}



/*
* ボタン
*/

.btn{
  display: block;
  border:4px solid #2EA541;
  background-color: #FFF;
  padding: 8px 0;
  color: #2ea541;
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif;
  margin:0 auto;
  max-width: 320px;
  cursor: pointer;
}

button:hover {
  color: #FFF;
  background-color: #2ea541;
}

ul.present{
padding:0;
margin:0;
}

ul.present li{
list-style: none;
}

/*----------------------2020.02.26 更新-----------------------*/
/*
* レスポンシブ
*/
@media screen and (max-width: 640px) {
  .detail_text_deadline{
    font-size: 30px;
  }
  .detail_text_3{
    font-size: 13px;
}
  .announce_title{
    font-size: 30px;
    line-height: 40px;
  }
  .movie_title{
    width:95%;
  }
  .movie_text{
    font-size: 12px;
  }
  ul.present{
    display:block;
  }
  ul.present img{
    padding-left: 10px;
    padding-bottom:10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1100px) {
  .detail_text_deadline{
    font-size: 58px;
  }
  .detail_text_3{
    font-size: 14px;
}
  .announce_title{
    font-size: 40px;
  }
  .movie_title{
    width:100%;
  }
  .movie_text{
    font-size: 16px;
  }
  ul.present{
    display:flex;
  }
  ul.present img{
    padding-right:15px;
    padding-top:15px;
  }
}


@media screen and (min-width: 1101px) {
  .detail_text_deadline{
    padding-top:20px;
    font-size: 60px;
    padding-bottom: 10px;
  }
  .detail_text_3{
    font-size: 16px;
}
  .announce_title{
    font-size: 40px;
  }
  .movie_text{
    font-size: 18px;
  }
  ul.present{
    display:flex;
  }
  ul.present img{
    padding-right:15px;
    padding-top:15px;
  }
}

  /*
  * 告知文
  */
.detail{
border:solid 3px #FF0000;
}

p.detail_text_1{
  padding-bottom:20px;
 }

.announce-1{
  padding-top:50px;
}

.announce-2{
  padding-top:20px;
}

.announce_title{
  padding-top: 20px;
}

.final_red {
    color: #ff0000;
}
.announce_title{
  padding-left:10px;
}
.detail_text_3{
  padding-bottom: 10px;
}


/*
* 投票企画
*/
#vote .detail{
  margin-top:30px;
}

.press_release{
  font-size:18px;
}

/*
* 動画
*/
.video{
  width:0 auto;
  background-image: url("/resources/img/special/menu2019/movie/pct_bkg_movie.jpg");
  background-repeat: repeat;
  padding: 20px 0 0 0;
  position: relative;
}

.video p{
  color: #FFF;
  font-weight: bold;
}



#video_swiper_wrap{
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 24px auto 0 auto;
    display: flex;
    align-items: center;
}

.video_text{
  font-size: 0.9em;
  padding-bottom: 20px;
}

.video-container{
    max-width: 960px;
    text-align: center;
}

.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.video_item img {
    max-width: 100%;
    height: auto;
}

.swiper-wrapper{
    position: relative;
    width: auto;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property:　transform;
    box-sizing: content-box;
}

.swiper-slide{
  /* width:25%; */
  margin:0;
  padding:0;
  /* margin-left:10px; */
}

/* .swiper-slide:first-child{
  margin-left:35px;
}*/

.swiper-slide:last-child{
  /* margin-right:35px; */
}

.video_item_img{
  max-width: 100%;
  height:auto;
}

.absolute{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("/resources/img/special/menu2019/movie/icon_btn_play_new.png") no-repeat center center;
    background-size: cover;
    margin-top: 100px;
    margin-left: -140px;
}

/* .relative{
  position:relative;
}*/

.video_wrap{
  margin:0;
  padding:0;
}

.video_wrap li{
  list-style: none;
}

.video-container swiper-container{
  overflow:hidden;
}
