.saturday {
  color: #006fff;
}
.sunday {
  color: #d8190c;
}

.sp_none{
  display: inline-block!important;
}

.pc_none{
  display: none!important;
}

.page-inner{
  padding: 130px 0 0;
}
@media (max-width: 767px) {
  .sp_none{
    display: none!important;
  }

  .pc_none{
    display: inline-block!important;
  }
  .page-inner{
    padding: 12vw 0 0;
  }
}

.dento_wrap .box-entry .inner .title_wrap,
.dento_wrap .box-entry .inner .text_wrap{
  margin: 0 auto; 
  text-align: center;
}
.dento_wrap .box-entry .inner .text_wrap{
  mix-blend-mode: lighten;
  /* mix-blend-mode: screen; */
}
.dento_wrap .box-entry .inner picture{
  display: block;
  margin: 30px auto 100px;
}

@media (max-width: 767px) {
  .dento_wrap .box-entry{
    box-sizing: border-box;
    padding: 0 5%;
  }
  .dento_wrap .box-entry .inner .title_wrap{
    width: 46vw;
  }

}


.dento_wrap .box-prize .inner .title_wrap,
.dento_wrap .box-prize .inner .text_wrap_top{
  margin: 0 auto; 
  text-align: center;
}
.dento_wrap .box-prize .inner .text_wrap_top{
  mix-blend-mode: lighten;

}
.dento_wrap .box-prize .inner .prize_wrap{
  position: relative;
  height: 525px;
}

/* .dento_wrap .box-prize .inner .prize_wrap picture{
    display: flex;
  justify-content: space-between;
  align-items: center;

  mix-blend-mode: screen;
  position: absolute;
  top: -50px;
  left: -40px;
  z-index: 1;
  width: 50vw;
} */

.dento_wrap .box-prize .inner .prize_wrap .area_qr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: -9%;
  /* gap: 2%; */
}

.dento_wrap .box-prize .inner .prize_wrap .area_qr img{
  display: block;
  height: auto;
  max-width: 100%;
}

.dento_wrap .box-prize .inner .prize_wrap .area_qr img:first-child{
    mix-blend-mode: screen;
    width: 56%;
    margin: 0 0 0 -3%;
}

.dento_wrap .box-prize .inner .prize_wrap .area_qr img:nth-child(2){
  width: 30%;
}

.dento_wrap .box-prize .inner .prize_wrap .area_qr img:nth-child(3){
    width: 18%;
    margin-left: -2%;
    margin: -5% 0 0 -2%;
}

.dento_wrap .box-prize .inner .prize_wrap .text_wrap_bottom{
  position: absolute;
  right: 0;
  bottom: 36px;
}

.dento_wrap .box-prize .inner .prize_wrap .area_qr_sp{
  display: none;
}

.btn-entry{
  margin-top: 50px;
  text-align: center;
}
.btn-entry a{
  display: inline-block;
  transition: all .2s;
}
.btn-entry a:hover{
  opacity: .6;
}
.btn_gray{
  display: block;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .dento_wrap .box-prize .inner .prize_wrap{
    height: unset;
  }
  .dento_wrap .box-prize .inner .prize_wrap .area_qr{
    box-sizing: border-box;
    padding: 0 1% 0 0;
  }
  .dento_wrap .box-prize .inner .prize_wrap .text_wrap_bottom{
    width: 48vw;
    bottom: 6vw;
  }
  .btn-entry{
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .dento_wrap .box-entry .inner picture{
    display: block;
    margin: 3vw auto 8vw;
  }

  .dento_wrap .box-prize .inner .prize_wrap{
    box-sizing: border-box;
    height: auto;
    padding: 0 5%;
  }
  .dento_wrap .box-prize .inner .title_wrap{
    width: 46vw;
  }
  .dento_wrap .box-prize .inner .prize_wrap .area_qr{
    display: none;
  }
  .dento_wrap .box-prize .inner .prize_wrap .text_wrap_top{
      display: none;
  }
  .dento_wrap .box-prize .inner .prize_wrap .text_wrap_bottom{
    display: none;
  }
  .dento_wrap .box-prize .inner .prize_wrap .area_qr_sp,
  .dento_wrap .box-prize .inner .prize_wrap .area_qr_sp img{
    display: block;
    mix-blend-mode: screen;
    width: 100%;
  }
  
  .btn-entry{
    margin-top: 8vw;
  }

  .btn-entry a{
    width: 50%;
    margin: auto;
  }
  .btn_gray{
    width: 50%;
  }

}
