.svg-symbol {
    display: none;
}
.survey-link{
  background-image: url(/global_common/common/images/totoremodel/icon_survey.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 130px;
  height: 1.8rem;
  padding-left: 1.8rem;
  line-height: 1.8rem;
  right: 1%;    z-index: 99;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .survey-link{
/*    background-color: #fff;*/
    border-radius: 2vw;
  }
}
 

.list-1,.case-list,.banner-list,.modal-inner{
  font-size: 1vw;
}
.body_inner{
  background-color: #fff;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .pc{
    display:block!important;
  } 
  .sp{
    display:none!important;
  }


  .list-1,.case-list,.banner-list,.modal-inner{
    font-size: 3.3vw;
  }



}
.nowrap {
    white-space: nowrap;
}
.kv{
  width: 62.5%;
  margin: auto;
  position: relative;
  background-image: none;
  padding:0;
}
.kv .kv-img{width:100%}
.kv .play{
  position: absolute;
  cursor: pointer;
  top: 76%;
  left: 86%; 
  background-image: url(/global_common/common/images/totoremodel/triangle_3252a3_2.svg);  
  background-repeat: no-repeat;
  background-color: transparent;
  width: 6vw;
  height: 6vw; 
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .kv{
      width: 100%;
    }
    .kv .play{   
      top: 87%;
      left: 82%;   
      width: 12vw;
      height: 12vw; 
    }
}
.list-1{
  width: 56.14583%;
  margin: auto;
  margin-top: 4.53%;
  margin-bottom: 4.53%;
}
.list-1 .item{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 4.53%;
  justify-content: space-between;
}
.list-1 .item:nth-child(even){
  flex-direction: row-reverse;
}
.list-1 .item .text-contain{
  width: 46.56771%;
}
.list-1 .item .text-contain .title{
  color: #3252a3;position: relative;    line-height: 1.2;
}
.list-1 .item .text-contain .title:after{
  content: '';
  background-color: #3252a3;
  width: 0.25vw;
  height: 1.8vw;
  position: absolute;
  left: 3%;
  top: 44%; 
}
.list-1 .item .text-contain .title .number{
  font-size: 220%;
  padding-left: 1.2vw;
}
.list-1 .item .text-contain .text{
  border: 1px solid #3252a3;padding: 1vw;
}
.list-1 .item .img-contain{
  width: 50.18552%;
} 
.list-1 .item .img-contain .list-pic{
  width:100%
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
  .list-1{
    width: 85.648%;
  } 
  .list-1 .item{ 
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;margin-bottom: 13.888vw
  }
  .list-1 .item:nth-child(even){flex-direction: column-reverse;}
  .list-1 .item .text-contain,.list-1 .item .img-contain{width: 100%}
  .list-1 .item .text-contain .text{padding: 3vw;} 
  .list-1 .item .img-contain{    margin-bottom: 3.24vw;}
  .list-1 .item .img-contain .list-pic{width: 100%}
  .list-1 .item .text-contain .title .number{padding-right: 1.2vw;    padding-left: 3.8vw;}
  .list-1 .item .text-contain .title:after{ 
    width: 1.25vw;
    height: 7.8vw; 
    left: 2%;
    top: 44%;
  }
}

.case-list{ 
  width: 62.5%;
  margin: auto;
  position: relative;
}
.case-list .title{
  display: inline-block;
  background-color: #25429e;
  padding: 0.2vw 1vw;
  color: #fff;
  position: relative;
  border-radius: 0.4vw;
  text-align: center;
  margin: auto;
  font-size: 200%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 0) and (max-width: 1440px)
{ 
  .case-list .title{ 
    font-size: 168%; 
  }
}
@media screen and (min-width: 0) and (max-width: 1280px)
{ 
  .case-list .title{ 
    font-size: 162%; 
  }
}
.case-list .text{
  margin-top: 1rem;margin-bottom: 1rem;
}
.case-list .swiper-container .swiper-slide{
  width: 25%; position: relative;
} 
.case-list .swiper-container .swiper-slide .pic-container{
      margin-top: 23%;    position: relative;
}
.case-list .swiper-container .swiper-slide .pic-container .new,
.case-list .swiper-container .swiper-slide .pic-container .logo-img,
.case-list .swiper-container .swiper-slide .pic-container .portrait-img,
.case-list .swiper-container .swiper-slide .icon-3D{
  position: absolute;left: 0; top: 0;
} 
.case-list .swiper-container .swiper-slide .pic-container .new{
  background-color: #25429e;
  color: #fff;
  font-size: 120%;
  text-transform: uppercase;
  padding: 0 0.4vw;
  border-radius: 1vw 1vw 1vw 0;
  transform: translate(10%,-120%);
}
.case-list .swiper-container .swiper-slide .pic-container .pic{
  width: 100%;
}
.case-list .swiper-container .swiper-slide .pic-container .portrait-img{
  border: 6px solid #3252a3;
  width: 34%;
  top: 89%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
.case-list .swiper-container .swiper-slide .pic-container .logo-img{
  width: 100%;
  top: 124%;
}
.case-list .swiper-container .swiper-slide .icon-3D{
  left: auto;
  top: 15%;
  width: 17%;
  right: 0%;
  transform: translate(-20%, 0%);
  z-index: 111;
} 
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.case-list .swiper-container .swiper-slide .icon-3D .icon-3D-1{
  width:100%;
  animation-name: rotation;
  animation-duration: 2.5s;animation-iteration-count: infinite;animation-timing-function: linear;
}
.case-list .swiper-container .swiper-slide .icon-3D .icon-3D-2{
  position: absolute;
  left: 0;
  top: 0;
}
.case-list .swiper-container .swiper-slide .text{
  margin-top: 44%;
  font-weight: bolder;
  text-align: left;
  display: block;
  padding-left: 0.6vw;
  width: 100%;
  font-size: 110%;    
/*  height: 3rem;*/
}

@media screen and (min-width: 1980px) and (max-width: 3840px) {
  .case-list .swiper-container .swiper-slide .text{
/*    height: 8rem;*/
  }
}
.case-list .swiper-container .swiper-slide .text .arrow{
  position: absolute;
  width: 5%;
  transform: rotate(90deg) translateY(-50%);
  right: 3%;
  bottom: 0%;
}
.case-list .swiper-container .swiper-slide a:hover img{
  opacity: 1!important;
}
.case-list .swiper-company-list{
  margin-bottom: 2vw;
}
.case-list .swiper-kol-list{
  margin-bottom: 6vw;
}
.case-list .swiper-kol-list .swiper-slide .pic-container .new{
  background-color: #cc9495;
} 
.case-list .swiper-kol-list .swiper-slide .pic-container .portrait-img{
  border: 6px solid #cc9495;
}
.case-list .swiper-ub-list .swiper-slide .pic-container .new {
    background-color: #8ac1bd;
}
.case-list .swiper-case-list{
  margin-bottom: 3vw;
}
.case-list .swiper-case-list.swiper-slide .pic-container{
/*  margin-top: 0%;*/
}
.case-list .swiper-case-list .swiper-slide .pic-container .new {
    background-color: #ffc107;
    color: #262626;
}
.case-list .swiper-case-list .swiper-slide .text{
  height: auto;
  margin: auto;
  padding: 1rem;
  text-align: center;
}
.case-list .swiper-case-list .button-prev, .case-list .swiper-case-list .button-next{
  background-color:#ffc007
}


.case-list .swiper-reward-list .swiper-slide .pic-container .new {
    background-color: #527700;
    color: #fff;
}
.case-list .swiper-reward-list .swiper-slide .text{
  height: auto;
  margin: auto;
  padding: 1rem;
  text-align: center;
} 
.case-list .swiper-reward-list .swiper-slide .icon-3D{
  top: 18%;
}
.case-list .swiper-reward-list .swiper-slide .icon-3D-1{
  fill:#527700;
}
.case-list .swiper-reward-list .button-prev, .case-list .swiper-reward-list .button-next{
  background-color:#527700
}






@media screen and (min-width: 0) and (max-width: 1024px)
{ 
  .case-list{ 
    width: 85.648%;
  } 
  .case-list .title{
    border-radius: 2.4vw;font-size: 160%;
  }
  .case-list .swiper-container .swiper-slide .pic-container {
    margin-top: 40px; 
  }
  .case-list .swiper-container .swiper-slide .pic-container .new{
    padding: 0 1.4vw;        font-size: 120%;
    border-radius: 3vw 3vw 3vw 0;
  }
  .case-list .swiper-container .swiper-slide .icon-3D{
    width: 24%;
  }
  .case-list .swiper-company-list {
    margin-bottom: 10vw;
  }
  .case-list .swiper-container .swiper-slide .text{
    height: 5rem;
  }
  .case-list .button-prev, .case-list .button-next{
    top: 48%;
  }
  .button-prev, .button-next{
    width: 6vw;
    height: 6vw;
  }
}














.button-prev,.button-next{
  background-color: #3252a3;width: 2vw;height: 2vw; 
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url(/global_common/common/images/totoremodel/arrow_up_white.svg);
  background-size: 58%;
  background-position: 50% 33%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #3252a3;
  cursor: pointer;position: absolute;
  z-index: 99999 
} 
.case-list .swiper-kol-list .button-prev,.case-list .swiper-kol-list .button-next{
  background-color: #cc9495;
}
.button-prev{
  transform: translateY(-50%) rotate(270deg);
  left: 1%;
}
.button-next{
  transform: translateY(-50%) rotate(90deg);
  right: 1%;
}
.button-prev.swiper-button-disabled,.button-next.swiper-button-disabled{
  background-color: #ccc!important;
}


@media screen and (min-width: 0) and (max-width: 1024px)
{  
  .button-prev, .button-next{
    width: 6vw;
    height: 6vw;
  }
}



.banner-list{ 
  width: 62.5%;
  margin: auto;
  margin-top: 4vw;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.banner-list .banner{
  text-align: center;    display: inline-block;width: 32%;
}
.banner-list .banner .pic{
  display: block;    margin-bottom: 1vw;width: 100%;
}

@media screen and (min-width: 0) and (max-width: 1024px)
{ 
  .banner-list{ 
    width: 85.648%;margin-top: 8vw;        gap: 2vw;
  }  
}


@media screen and (max-width: 1024px) {
  .mean-container .mean-bar{
      min-width: auto;
  }
    #body_inner {
        width: 100%;
        min-width: auto;
    }
  footer #footer_inner {
        width: 100%;
    }
  #footer_global .inner {
        width: 100%;
    }
  
  
  
    
    
    
    
    
  footer{
    padding:10% 0 0;
  }


  footer #footer_inner{
    width:100%;
    margin:0 auto 0;
  }

  footer dl{
    color:#acacac;color:#fff;
    padding:0;
  }

  footer dl#products{
    width:100%;
    float: inherit;
    margin-bottom:10%;
  }

  footer dl#products dd{
    width:45%;
    float: left;
    margin-right:10%;
  }

  footer dl#products dd:nth-child(odd){
    margin-right:0!important;
  }

  footer dl#products02{
    width:100%;
    float: inherit;
    margin-bottom:10%;
  }


  footer dl#products02 dd{
    width:45%;
    float: left;
    margin-right:10%;
  }

  footer dl#products02 dd:nth-child(odd){
    margin-right:0!important;
  }

  footer dl#contact{
    width:100%;
    float: inherit;
    margin-bottom:10%;
  }

  footer dl#contact dd{
    width:45%;
    float: left;
    margin-right:10%;
  }

  footer dl#contact dd:nth-child(odd){
    margin-right:0!important;
  }

  footer dl#company{
    width:100%;
    float: inherit;
    margin-bottom:10%;
  }

  footer dl#company dd{
    width:45%;
    float: left;
    margin-right:10%;
  }

  footer dl#company dd:nth-child(odd){
    margin-right:0!important;
  }

  footer dl#connect{
    width:100%;
    float: inherit;
    margin-bottom:10%;
  }

  footer dl#connect dd{
    width:45%;
    float: left;
    margin-right:10%;
  }

  footer dl#connect dd:nth-child(odd){
    margin-right:0!important;
  }

  footer dt{
    font-size:20px;
    font-weight:bold;
    margin-bottom:30px;
    line-height:1;
  }

  footer dd{
    padding-bottom:18px;
    line-height:1;
  }

  footer dd a:link{
    color:#FFF;
    text-decoration:none;
  }

  footer dd a:visited{
    color:#FFF;
    text-decoration:none;
  }

  footer dd a:hover{
    text-decoration:underline;
    color:#FFF;
  }

  footer dd a:active{
    text-decoration:none;
    color:#FFF;
  } 
  footer .qrcode-pc{display:none}
  footer .qrcode-sp{display:block}
  footer .qrcode{
    float: left !important;
  }
  footer .qrcode .image-befor {
      transform: rotateY(180deg);
  }
  footer .qrcode .image-after {
      transform: rotateY(0deg);
  }

  #footerNav{
    clear:both;
    background:#000;
    height: auto;
    width:100%;
    margin:0 auto;
    padding-top:10%;
  }

  #footerNav a:link{
    color:#FFF;
    text-decoration:none;
  }

  #footerNav a:visited{
    color:#FFF;
    text-decoration:none;
  }

  #footerNav a:hover{
    text-decoration:underline;
    color:#FFF;
  }

  #footerNav a:active{
    text-decoration:none;
    color:#FFF;
  }

  #footerNav #f_logo{
    float:left;
    width:137px;
    margin-right:45px;
    display:none;
  }

  #footerNav ul{
    margin: 0 auto;
    float:inherit;
  }



  #footerNav ul li:first-child
  {
    border-left:none;
    padding-left:0;
  }

  #footerNav ul li:last-child
  {
    border-right:none;
    padding-right:0;
  }

  #footerNav ul li{
    display:block;
    float:left;
    margin-top:0;
    line-height:1;
    border-right:1px solid #FFF;
    padding-right:3%;
    padding-left:3%;
  }

  #copy{
    float:right;
    margin-top:10%;
    line-height:1;
    clear:both;
  }


  #copy #sp_f_logo{
    width:22%;
    height: auto;
    float:left;
  }

  #copy small{
    float:right;
    line-height:45px;        text-align: left;
  }

  #twitter{
    background-image:url(../images/ico_twitter.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size: contain;
    padding:7px 0 8px 25px;
    margin-left:0;
    height:20px;
  }

  #facebook{
    background-image:url(../images/ico_facebook.png);
    background-repeat:no-repeat;
    background-size: contain;
    padding:7px 0 8px 25px;
    margin-left:0;
    height:20px;
  }

  #pinterest{
    background-image:url(../images/ico_pinterest.png);
    background-repeat:no-repeat;
    background-size: contain;
    padding:7px 0 8px 25px;
    margin-left:0;
    height:20px;
  }

  #youtube{
    background-image:url(../images/ico_youtube.png);
    background-repeat:no-repeat;
    background-size: contain;
    padding:7px 0 8px 25px;
    margin-left:0;
    height:20px;
  }
    
    
    
    
    
  
  
  
  
  
  
  
  
  
  
  
  
  
}





.modal-case{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; 
}
.modal-case .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.modal-case .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: 100%;
    height: 100%;
    max-width: 1024px;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.modal-case #player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31.51515vw;height: 34.64646vw;width: 600px;height: 690px;
/*    padding-top: 50%;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

} 

@media screen and (max-width: 640px) {
  .modal-case #player {
    width: 92vw;height: 85vh;
  }
}
@media screen and (min-width: 1980px) and (max-width: 3840px) {
  .modal-case #player {
    width: 31.51515vw;height: 34.64646vw;
  }
  .modal-case .case-picture .text:after{
    width: 17%;bottom: -3px;
  }
  .modal-case .case-picture .text:before{
    bottom: -62px;
  }
} 
  .modal-case #player {
/*    width: 1210px;height: 1100px;*/
  }
.modal-case #player .swiper-pop-case-list{
  width: 98%;height: 100%;background-color: #fff;margin: auto;border: 1px solid #3152a2;    box-shadow: 4px 4px 7px #000;
}
.modal-case .modal-close {
    /*
    top: -70px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
    position: absolute;z-index: 11;
    top: 0px;
    right: 1%;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: #3152a2 #3152a2 transparent transparent; 
}

.modal-case .modal-close:before {
  content: '';
  position: absolute;
  top: -12px;
  right: -26px;
  transform: rotate(45deg);
  width: 25px;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .modal-close:before {
    top : -12px;
  }   
}

.modal-case .modal-close:after {
  content: '';
  position: absolute;
  top: -12px;
  right: -26px;
  transform: rotate(-45deg);
  width: 25px;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .modal-close:after {
    left : 1px;
  }
}
 
.modal-case .title{
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 160%;
}


.modal-case .case-picture{
  display: flex;
  width: 96%;
  margin: auto;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .case-picture {
    flex-direction: column;
  }   
}
.modal-case .case-picture .case-picture-list{
  width: 56%;
  margin: 0;position: relative;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .case-picture .case-picture-list {
    width: 88%;
  }   
}
.modal-case .case-picture .swiper-pop-case-picture-list .swiper-slide{
  padding: 6px;
}
.modal-case .case-picture .swiper-pop-case-picture-list .img{
/*  box-shadow: 3px 3px 3px #061f5f;*/
}
.modal-case .case-picture .swiper-pop-case-picture-list .swiper-button-next, 
.modal-case .case-picture .swiper-pop-case-picture-list .swiper-button-prev{

}
.modal-case .case-picture .text{
  width: 40%;
  font-size: 76%;
/*  line-height: 2.2;*/
  border: 2px solid #3152a2;
  padding: 0.4rem;
  position: relative;
/*  background-image: url(/global_common/common/images/totoremodel/pop_frame.svg);*/
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .case-picture .text{
    width: 85%;
    margin-top: 12vw;margin-top: 2vw;
    font-size: 100%;
    /*border-top:none ;
    background-size: 90% 2px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #3152a2 0%, #3152a2 73%, transparent 50%);*/
  }  
  .modal-case .case-picture .text .line{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .modal-case .case-picture .text .label{ 
    width: 39.2%;
    display: inline-block;
  } 
  .modal-case .case-picture .text .label-content{ 
    width: 60%;
    display: inline-block;
  } 
}
.modal-case .case-picture .text:after{
  content:"";
  width: 22%;height: 3px;background-color: #fff;
  position: absolute;left: 6%;bottom: -2px;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .case-picture .text:after{
    left: 63%;
    bottom: auto;width: 16%;
    top: -3px;height: 4px;
    display: none;
  }   
}
.modal-case .case-picture .text:before{
  content: "";
  position: absolute;
  left: -53%;
  width: 104%;height: 4px;
  bottom: -32px;
  padding-bottom: 100%;
  border: 2px solid #3152a2;
  border-radius: 100%;
  clip-path: circle(65% at 115% 140%);
  transform: rotate(11deg);
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .case-picture .text:before { 
    left: 41%;display: none;
    width: 83%;
    top: 0px;
    bottom: auto;
    clip-path: circle(66% at 115% 141%);
    transform: rotate(187deg) translateY(10%);
  }  
} 




.modal-case .case-picture .text .img{
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(99%);
  width: 30%;
  left: 7%;
}

@media screen and (min-width: 1980px) and (max-width: 3840px) {
  .modal-case .case-picture .text{ 
    font-size: 64%;
  }
  .modal-case .case-picture .text:after{
    width: 24%;bottom: -3px;    height: 6px;
  }
  .modal-case .case-picture .text:before{
    bottom: -62px;        bottom: -28%;
  }
}
.modal-case .case-picture-list .swiper-pagination{
  display: none;
}
.modal-case .case-picture-list .swiper-scrollbar{
  position: absolute;
  bottom: -48px;
  z-index: 11;
  width: 96%;
  height: 18px;
  margin: 32px 8px 12px 8px;
  background-color: #c1cbe3;
}
.modal-case .case-picture-list .swiper-scrollbar .swiper-scrollbar-drag{
  background-color: #3252a3
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .case-picture-list .button-next,
  .modal-case .case-picture-list .button-prev,
  .modal-case .case-picture-list .swiper-scrollbar{
    display: none;
  } 
  .modal-case .case-picture-list .swiper-pagination{
    display: block;width: 100%;bottom: 3%;
  }  
  .modal-case .case-picture-list .swiper-pagination .swiper-pagination-bullet{
    margin:0 1vw;
  }
}
.modal-case .case-picture-list .button-next,.modal-case .case-picture-list .button-prev{
  top: auto;bottom: -48px;
  z-index: 12;
  background-color: transparent;
  position: absolute;
  background-image: url(/global_common/common/images/totoremodel/triangle2.svg);
  width: 18px;
  height: 18px;
}
.modal-case .case-picture-list .button-next{
  transform: translateY(-58%) rotate(0deg);
  right: 3%;
}
.modal-case .case-picture-list .button-prev{
  transform: translateY(-69%) rotate(180deg);
  left: 2%;
}
.modal-case .case-picture-list .button-prev.swiper-button-disabled, 
.modal-case .case-picture-list .button-next.swiper-button-disabled{
  background-color: transparent !important;
}

.modal-case .product-list{
  margin-top: 2vw;    position: relative;
}
.modal-case .product-list .title{
  font-size: 140%;
}
.modal-case .product-list .swiper-pop-case-product-list{

}
.modal-case .product-list .swiper-pop-case-product-list .swiper-slide .text {
    text-align: center;
    display: block; font-size: 76%;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case .product-list .swiper-pop-case-product-list .swiper-slide .text {
    font-size: 98%;
  }
}
.modal-case .product-list .button-next,.modal-case .product-list .button-prev{
  top: 110%; 
} 
.modal-case .product-list .button-next{ 
  right: 42%;
}
.modal-case .product-list .button-prev{ 
  left: 42%;
}

.modal-case #player > .button-prev,
.modal-case #player > .button-next{    
  background-image: url(/global_common/common/images/totoremodel/btn1.svg);
  background-color: #fff;
  background-size: contain;
  box-shadow: 0px 0px 9px #061f5f;top: 50%;
}
.modal-case #player > .button-prev{
  transform: rotate(180deg);    left: -2%;
}
.modal-case #player > .button-next{
  transform: rotate(0deg);    right: -2%;
}


@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-case #player > .button-prev,
  .modal-case #player > .button-next{
    width: 9vw;
    height: 9vw;
  }
  .modal-case #player > .button-prev{
    left: -4%;
  }
  .modal-case #player > .button-next{
    right: -4%;
  }
}












.modal-reward{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; 
}
.modal-reward .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.modal-reward .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: 100%;
    height: 100%;
    max-width: 1024px;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.modal-reward #player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31.51515vw;
    height: 34.64646vw;
    width: 600px;
    width: 440px;
    height: 400px;
    /*    padding-top: 50%;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} 

@media screen and (max-width: 640px) {
  .modal-reward #player {
    width: 92vw;height: 37vh;
  } 
}
@media screen and (min-width: 1980px) and (max-width: 3840px) {
  .modal-reward #player {
    width: 31.51515vw;height: 34.64646vw;
  }
  .modal-reward .case-picture .text:after{
    width: 17%;bottom: -3px;
  }
  .modal-reward .case-picture .text:before{
    bottom: -62px;
  }
} 
.modal-reward #player {
/*    width: 1210px;height: 1100px;*/
}
.modal-reward #player .swiper-pop-reward-list{
  width: 98%;height: 100%;background-color: #fff;margin: auto;border: 1px solid #3152a2;    box-shadow: 4px 4px 7px #000;
}
.modal-reward #player .swiper-pop-reward-list .swiper-slide{display: flex;flex-direction: column;flex-wrap: nowrap;align-content: center;justify-content: flex-start;align-items: center;}
.modal-reward #player .swiper-pop-reward-list .swiper-slide .reward-picture{
  position: relative;
  width: 80%;
  margin: auto;
  margin-bottom: 3%;
  margin-top: 12%;
}
.modal-reward #player .swiper-pop-reward-list .swiper-slide .reward-picture .img{
  position: absolute;left: 0;top: 0;
  box-shadow: 2px 1px 3px 0px #00000045;opacity: 0;
}
.modal-reward #player .swiper-pop-reward-list .swiper-slide .reward-picture .img.img-bg{position: static;} 
.modal-reward #player .swiper-pop-reward-list .swiper-slide .reward-picture .img.img-1,
.modal-reward #player .swiper-pop-reward-list .swiper-slide .reward-picture .img.img-2{
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;  
}

@keyframes showPCRewardPicture11 {
    0% {
        opacity: 1;
    } 
    50%{
        opacity: 1;
    }
    53%{
        opacity: 0;
    }
} 
@keyframes showPCRewardPicture12 {
    50% {
        opacity: 0;
    } 
    53%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    } 
} 
.modal-reward #player .swiper-pop-reward-list .swiper-slide .reward-picture .img.img-1{
  opacity: 1;animation-name: showPCRewardPicture11;
}
.modal-reward #player .swiper-pop-reward-list .swiper-slide .reward-picture .img.img-2{
  animation-name: showPCRewardPicture12;
}
.modal-reward #player .swiper-pop-reward-list .swiper-slide h4{
  font-size: 86%;
}
.modal-reward #player .swiper-pop-reward-list .swiper-slide .button{
  background-color: #3252a3;
  color: #fff;
  border-radius: 0.9vw;
  padding: 0.4vw 1vw;
  margin-top: 1%;
  box-shadow: 3px 2px 3px 0px #3252a3cf;
}
@media screen and (max-width: 640px) { 
  .modal-reward #player .swiper-pop-reward-list .swiper-slide .button { 
    border-radius: 2.9vw;
    padding: 1.4vw 2vw;
  }
}

.modal-reward .modal-close {
    /*
    top: -70px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
    cursor: pointer;
    position: absolute;z-index: 11;
    top: 0px;
    right: 1%;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: #3152a2 #3152a2 transparent transparent; 
}

.modal-reward .modal-close:before {
  content: '';
  position: absolute;
  top: -12px;
  right: -26px;
  transform: rotate(45deg);
  width: 25px;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .modal-close:before {
    top : -12px;
  }   
}

.modal-reward .modal-close:after {
  content: '';
  position: absolute;
  top: -12px;
  right: -26px;
  transform: rotate(-45deg);
  width: 25px;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .modal-close:after {
    left : 1px;
  }
}
 
.modal-reward .title{
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 160%;
}


.modal-reward .case-picture{
  display: flex;
  width: 96%;    width: 80%;
  margin: auto;
  justify-content: space-between;
  align-content: center;
  align-items: center;    flex-direction: column;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .case-picture {
    flex-direction: column;
  }   
}
.modal-reward .case-picture .case-picture-list{
  width: 56%;  width: 100%;
  margin: 0;margin:0 0 8% 0;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .case-picture .case-picture-list {
    width: 88%;
  }   
}
.modal-reward .case-picture .swiper-pop-case-picture-list .swiper-slide{
  padding: 6px;
  display: flex ;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.modal-reward .case-picture .swiper-pop-case-picture-list .img{
/*  box-shadow: 3px 3px 3px #061f5f;
  height: 28vh;*/
}
.modal-reward .case-picture .swiper-pop-case-picture-list .swiper-button-next, 
.modal-reward .case-picture .swiper-pop-case-picture-list .swiper-button-prev{

}
.modal-reward .case-picture .text{
  width: 40%;width: 98%;
  font-size: 76%;
/*  line-height: 2.2;*/
  border: 2px solid #3152a2;
  padding: 0.4rem;
  position: relative;
  display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
/*  background-image: url(/global_common/common/images/totoremodel/pop_frame.svg);*/
}
.modal-reward .case-picture .text .line{
  width: 50%;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .case-picture .text{
    width: 85%;
    margin-top: 12vw;margin-top: 2vw;
    font-size: 100%;
    /*border-top:none ;
    background-size: 90% 2px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #3152a2 0%, #3152a2 73%, transparent 50%);*/
  }  
  .modal-reward .case-picture .text .line{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .modal-reward .case-picture .text .label{ 
    width: 39.2%;
    display: inline-block;
  } 
  .modal-reward .case-picture .text .label-content{ 
    width: 60%;
    display: inline-block;
  } 
}
.modal-reward .case-picture .text:after{
  /*content:"";
  width: 22%;height: 3px;background-color: #fff;
  position: absolute;left: 6%;bottom: -2px;*/
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .case-picture .text:after{
    left: 63%;
    bottom: auto;width: 16%;
    top: -3px;height: 4px;
    display: none;
  }   
}
.modal-reward .case-picture .text:before{
  /*content: "";
  position: absolute;
  left: -53%;
  width: 104%;height: 4px;
  bottom: -32px;
  padding-bottom: 100%;
  border: 2px solid #3152a2;
  border-radius: 100%;
  clip-path: circle(65% at 115% 140%);
  transform: rotate(11deg);*/
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .case-picture .text:before { 
    left: 41%;display: none;
    width: 83%;
    top: 0px;
    bottom: auto;
    clip-path: circle(66% at 115% 141%);
    transform: rotate(187deg) translateY(10%);
  }  
} 




.modal-reward .case-picture .text .img{
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(99%);
  width: 30%;
  left: 7%;
}

@media screen and (min-width: 1980px) and (max-width: 3840px) {
  .modal-reward .case-picture .text{ 
    font-size: 64%;
  }
  .modal-reward .case-picture .text:after{
    width: 24%;bottom: -3px;    height: 6px;
  }
  .modal-reward .case-picture .text:before{
    bottom: -62px;        bottom: -28%;
  }
}
.modal-reward .case-picture-list .swiper-pagination{
  display: none;
}
.modal-reward .case-picture-list .swiper-scrollbar{
  position: absolute;
  bottom: -48px;    bottom: -36px;
  z-index: 11;
  width: 96%;
  height: 18px;
  margin: 32px 8px 12px 8px;
  background-color: #c1cbe3;
}
.modal-reward .case-picture-list .swiper-scrollbar .swiper-scrollbar-drag{
  background-color: #3252a3
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .case-picture-list .button-next,
  .modal-reward .case-picture-list .button-prev,
  .modal-reward .case-picture-list .swiper-scrollbar{
    display: none;
  } 
  .modal-reward .case-picture-list .swiper-pagination{
    display: block;width: 100%;bottom: 3%;
  }  
  .modal-reward .case-picture-list .swiper-pagination .swiper-pagination-bullet{
    margin:0 1vw;
  }
}
.modal-reward .case-picture-list .button-next,.modal-reward .case-picture-list .button-prev{
  top: auto;bottom: -48px;    bottom: -36px;
  z-index: 12;
  background-color: transparent;
  position: absolute;
  background-image: url(/global_common/common/images/totoremodel/triangle2.svg);
  width: 18px;
  height: 18px;
}
.modal-reward .case-picture-list .button-next{
  transform: translateY(-58%) rotate(0deg);
  right: 3%;
}
.modal-reward .case-picture-list .button-prev{
  transform: translateY(-69%) rotate(180deg);
  left: 2%;
}
.modal-reward .case-picture-list .button-prev.swiper-button-disabled, 
.modal-reward .case-picture-list .button-next.swiper-button-disabled{
  background-color: transparent !important;
}

.modal-reward .product-list{
  /*margin-top: 2vw;*/    position: relative;
}
.modal-reward .product-list .title{
  font-size: 140%;
  font-size: 80%;
  padding-top: 0.2rem;
}
.modal-reward .product-list .swiper-pop-case-product-list{

}
.modal-reward .product-list .swiper-pop-case-product-list .swiper-slide .text {
    text-align: center;
    display: block; font-size: 76%;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward .product-list .swiper-pop-case-product-list .swiper-slide .text {
    font-size: 98%;
  }
}
.modal-reward .product-list .button-next,.modal-reward .product-list .button-prev{
  top: 110%; 
} 
.modal-reward .product-list .button-next{ 
  right: 42%;
}
.modal-reward .product-list .button-prev{ 
  left: 42%;
}

.modal-reward #player > .button-prev,
.modal-reward #player > .button-next{    
  background-image: url(/global_common/common/images/totoremodel/btn1.svg);
  background-color: #fff;
  background-size: contain;
  box-shadow: 0px 0px 9px #061f5f;top: 50%;
}
.modal-reward #player > .button-prev{
  transform: rotate(180deg);    left: -2%;
}
.modal-reward #player > .button-next{
  transform: rotate(0deg);    right: -2%;
}


@media screen and (min-width: 0) and (max-width: 640px) {
  .modal-reward #player > .button-prev,
  .modal-reward #player > .button-next{
    width: 9vw;
    height: 9vw;
  }
  .modal-reward #player > .button-prev{
    left: -4%;
  }
  .modal-reward #player > .button-next{
    right: -4%;
  }
}