@charset "utf-8";


.bg-head{
  position: absolute;
  top: -1%;
  left: -1%;
  margin: auto;
  padding: 0;
  width: 102%;
  height: 102%;
  pointer-events: none;
  z-index: -1;
}

.bg-foot{
  position: absolute;
  bottom: -1%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  
  /* background: url(/sample/img/roulette_bg_202206_foot_01.svg) bottom center no-repeat; */
  background-size: 100% auto;
  z-index: -1;
}

.roulette-bg{
  position: relative;
  margin: auto;
  padding: 0 0 0;
  width: 90%;
  max-width: 70rem;
  display: block;
  /*overflow: hidden;*/
  border-radius: 2em;
  
  border: solid 0.3rem #cf9d8d;
  z-index: 1;  
  background-color: #ffdec7;  
  /*background: url(/sample/img/roulette_bg_202206_foot_01.svg) bottom center no-repeat beige;*/
  background-size: 100%;
}

.roulette-bg .ducks{
  position: relative;
  margin: 0 0 -4% -2rem;
  padding: 0;
  width: calc(100% + 4rem);
  /*max-width: 60rem;*/
  display: block;
  z-index: 100;

}

.roulette-bg:before{
  position: absolute;
  top: 2%;
  left: -11.5%;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;  
  background: url(/sample/img/roulette_bg_202209_left.svg) bottom left no-repeat;
  background-size: auto 100%;
  content: "";
  pointer-events: none;
  z-index: -1;
}

.roulette-bg:after{
  position: absolute;
  top: 2%;
  right: -8.5%;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;  
  background: url(/sample/img/roulette_bg_202209_right.svg) bottom right no-repeat;
  background-size: auto 100%;
  content: "";
  pointer-events: none;
  z-index: -2;
}

div.roulette-image {
  position: relative;
  margin: auto;
  padding: 16% 0 20%;  
  width: 70%;
  max-width: 30rem;
  display: block;
  z-index: 100;
}

div.roulette-container {
  position: relative;
  margin: auto;
  padding: 142.85% 0 0;  
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background-color:rgb(253, 252, 253);
  box-shadow: 0 0 0.4rem rgba(0,0,0,.2);
}

div.roulette-container .roulette{
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;  
  width: 100%;
  height: 100%;
}

div.roulette-container .down-load{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0.5em;
  width: 100%;
  max-width: 30rem;
  height: 5rem;
  display: none;
  border-radius: 2em;
  border: solid #fff 0.2rem;
  background: rgb(255,153,0);
  background: linear-gradient(180deg, rgba(255,153,0,1) 0%, rgba(255,102,0,1) 100%); 
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.2);
  z-index: 1000;
  cursor: pointer;
}

div.roulette { display: none;}




@media screen and (max-width: 767px) {

.roulette-bg:before{
  top: 0;
  left: -10.5%;
  background-size: auto 100%;
}

.roulette-bg:after{
  top: 0;
  right: -7.5%;
  background-size: auto 100%;
}


}/* End max 767 */



@media screen and (max-width: 580px) {

.roulette-bg:before{
  top: -5%;
  left: -12%;
  background-size: auto 89%;
}

.roulette-bg:after{
  top: -5%;
  right: -10%;
  background-size: auto 89%;
}

div.roulette-image { padding: 18% 0 22%;}

}/* End max 580 */



@media screen and (max-width: 480px) {

/*
.roulette-bg:before{
  top: -3%;
  left: -10%;
  width: 140%;
  height: 140%;  
}

.roulette-bg:after{
  top: -3%;
  right: -10%;
  width: 140%;
  height: 140%;  
}
*/
}/* End max 480 */
