@charset "UTF-8";

#detox_banner *, #detox_banner *:before, #detox_banner *:after{
  box-sizing: border-box;
}
#detox_banner{
  background: url(../img_detox/detox_bg01.png) center 0 repeat-y;
  background-size: 100% auto;
}
@media print, screen and (min-width: 641px){
  #detox_banner{
    padding: 170px 20px;
  }
  #detox_banner .box{
    max-width: 1034px;
    margin: 0 auto;
    filter: drop-shadow(10px 10px 15px rgba(0,0,0,0.3));
    transform: translateZ(0);
  }
  #detox_banner .box .top{
    border-radius: 16px 16px 0 0;
    background-color: #fff;
    overflow: hidden;
  }
  #detox_banner .box .top a:hover{
    opacity: .7;
    filter: brightness(100%) !important;
  }
  #detox_banner .box .bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0 8px;
    border-radius: 0 0 16px 16px;
    background-color: #ea5e8c;
    overflow: hidden;
  }
  #detox_banner .box .bottom .text01{
    margin-right: 14px;
  }
  #detox_banner .box .bottom .counter{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #detox_banner .box .bottom .counter .arrow{
    margin-right: 12px;
  }
  #detox_banner .box .bottom .counter .text02{
    margin-left: 8px;
  }
  #detox_banner .box .bottom .counter .count_num{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #detox_banner .box .bottom .counter .count_num .num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 40px;
    padding-top: 4px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
  }
  #detox_banner .box .bottom .counter .count_num .num + .num{
    margin-left: 3px;
  }
}
@media screen and (max-width: 640px){
  #detox_banner{
    padding: 50px 15px;
  }
  #detox_banner .box{
    width: 100%;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3));
    transform: translateZ(0);
  }
  #detox_banner .box .top{
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    overflow: hidden;
  }
  #detox_banner .box .top a:hover{
    opacity: 1;
    filter: brightness(100%) !important;
  }
  #detox_banner .box .bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 6px 0 4px;
    border-radius: 0 0 8px 8px;
    background-color: #ea5e8c;
    overflow: hidden;
  }
  #detox_banner .box .bottom .text01{
    width: 100%;
  }
  #detox_banner .box .bottom .text01 img{
    height: 25px;
    margin: 0 auto;
  }
  #detox_banner .box .bottom .counter{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
  }
  #detox_banner .box .bottom .counter .arrow{
    margin-right: 6px;
  }
  #detox_banner .box .bottom .counter .text02{
    margin-left: 4px;
  }
  #detox_banner .box .bottom .counter .arrow img,
  #detox_banner .box .bottom .counter .text02 img{
    height: 20px;
  }
  #detox_banner .box .bottom .counter .count_num{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #detox_banner .box .bottom .counter .count_num .num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 25px;
    padding-top: 2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
  }
  #detox_banner .box .bottom .counter .count_num .num + .num{
    margin-left: 2px;
  }
}
