body * {margin:0; padding:0; box-sizing:border-box;}
a, button {cursor: pointer;border:none}
ul, li ,ol{list-style: none;}
.hidden-pc{display: none;}
.hidden-mo {display: block;}

body {
  --c_white: #fff;
  --c_black: #222;
  --c_blackrgba: rgba(10, 10, 10, .5);
  --c_point: #6F7DFF;
  --c_yellow: #FFEE58;
  --c_navy: #1C1640;
  /*  color */
  --padding: 180px 50px;
  --padding_article: 40px 0 166px 50px;
  --padding_btn: 6.5px 16px 6.5px 24px;
}
.event_wrapper{
}
.inner_wrap{
 max-width: 1380px;
 margin: 0 auto; 
 padding: 180px 50px;
}
.btn_group{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.btn_group a{
  border-radius: 8px;
  background: #fff;
  height: 56px;
  padding: 16px 26px 16px 30px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  align-items: center;
  color: #222;
  max-width: 300px;
  justify-content: center;
}
.btn_group a::after{
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: #333;
  mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  -webkit-mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  mask-position: center;
  mask-size: 100%;
}
.btn_group .point_btn{
  background: var(--c_yellow);
  color: #222;
}
.btn_group .reverse_btn{
  background: #222;
  color: #fff;
  min-width: 300px;
}
.btn_group .reverse_btn:after{
  background: #fff;
}
.event_wrapper .shortterm_visual{
  background: var(--c_point);
}
.event_wrapper .shortterm_visual .inner_wrap{
  position: relative;
}
.event_wrapper .shortterm_visual .visual{
  position: absolute;
  left: 50%;
  width: 899px;
  bottom: 0;
  font-size: 0;
  margin-left: -131px;
  z-index: 0;
}
.event_wrapper .shortterm_visual .visual:before{
  content: '';
  display: block;
  background: url(/wp-content/themes/fastfive/assets/event/241202_shortterm_timedeal/img/pc/img_arrow.png) 50% 50% no-repeat;
  background-size: contain;
  width: 899px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  transition: left .5s ease;
}
.event_wrapper .shortterm_visual._ani .visual:before{
  left: 0;
}
.event_wrapper .shortterm_visual .btn_group{
  display: inline-flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 40px;
  z-index: 4;
  position: relative;
}
.event_wrapper .shortterm_visual .tit{
  color: #fff;
  position: relative;
  z-index: 2;
}
.event_wrapper .tit_subvisual{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  opacity: 0;
  transform: translateY(15%);
  transition: .3s all .5s linear;
}
.event_wrapper .tit._ani .tit_subvisual{
  transform: translateY(0);
  opacity: 1;
}
.event_wrapper .tit h2{
  color: #fff;
  font-size: 63px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1px;
  opacity: 0;
  transform: translateY(15%);
  transition: .3s all .5s linear;
  margin-top: 8px;
}
.event_wrapper .tit._ani h2{
  transform: translateY(0);
  opacity: 1;
}
.tit_h3{
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(15%);
  transition: .3s all linear;
}
.tit_h3._ani{
  opacity: 1;
  transform: translateY(0);
}
.shortterm_coupon{
  text-align: center;
}
.shortterm_coupon .tit_h3{
  width: 100%;
  text-align: center;
}
.shortterm_coupon .coupon_box{
  display: flex;
  width: 1073px;
  margin: 0 auto;
  text-align: left;
  gap: 0 48px;
  flex-wrap: wrap;
}
.shortterm_coupon .coupon_box p{
  font-size: 20px;
}
.shortterm_coupon .coupon_box p + p{
  margin-top: 24px;
}
.shortterm_coupon .coupon_box .img_box p{
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}
.shortterm_coupon .coupon_box .img_box h4{
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.shortterm_coupon .coupon_box .img_box{
  width: 494px;
  font-size: 0;
  background: var(--c_yellow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.shortterm_coupon .coupon_box .img_box img{
  width: 278px;
  height: auto;
  transition: all .5s;
  opacity: 0;
  transform: translateY(50%);
}
.shortterm_coupon .coupon_box .img_box._ani img{
  opacity: 1;
  transform: translateY(0);
}
.shortterm_office{
  background: var(--c_point);
}
.shortterm_office .tit_h3{
  color: #fff;
  text-align: center;
}
.shortterm_office .inner_wrap{
  max-width: 1136px;
  margin: 0 auto;
}
.shortterm_office .office_box{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.shortterm_office .img_box{
  position: relative;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}
.shortterm_office .img_box p{
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  right: 0;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}
.shortterm_office .btn_group a{
  padding: 16px 48px 16px 52px;
}
.shortterm_point .tit_h3{
  text-align: center;
}
.shortterm_point ul{
  display: flex;
  flex-direction: column;
  max-width: 1035px;
  gap: 40px;
  margin: 0 auto;
}
.shortterm_point ul li{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 0;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.shortterm_point .txt_box h4{
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
}
.shortterm_point ul li:first-child{
  border: none;
  padding-top: 0;
}
.shortterm_point ul li p{
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  margin-top: 20px;
}
.shortterm_point ul li .img_box{
  max-width: 540px;
  overflow: hidden;
}
.shortterm_point ul li .img_box img{
  transform: scale(1);
  transition: all .5s ease;
}
.shortterm_benefit{
  text-align: center;
  background: #F5F5F5;
}
.shortterm_award{
  background: #222;
}
.shortterm_award .tit_h3{
  text-align: center;
  color: #fff;
}
.shortterm_award ._award-container ._award-container__list::before{
  background-color: var(--c_yellow);
}
._award-container ._award-container__list ._award-container__txt-box ._award-container__num{
  color: var(--c_yellow);
}
@media (min-width:960px) {
  .shortterm_coupon .inner_wrap{
    padding-bottom: 148px;
  }
  .btn_group a:hover{
    background: #222;
    color: #fff;
  }
  .btn_group a:hover:after{
    background: #fff;
  }
  .shortterm_office .btn_group a:hover{
    background: #fff;
    color: #222;
  }
  .shortterm_office .btn_group a:hover::after{
    background: #222;
  }
  .btn_group a.hover_y:hover{
    background: var(--c_yellow);
    color: #222;
  }
  .btn_group a.hover_y:hover:after{
    background: #222;
  }
  .shortterm_point ul li .img_box:hover img{
    transform: scale(1.1);
  }
  .event_wrapper .shortterm_visual .inner_wrap:before{
    width: 1178px;
    height: 690px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background: linear-gradient(90deg, #6E7CFF 70.15%, rgba(110, 124, 255, 0.80) 84.14%, rgba(110, 124, 255, 0.00) 100%);
    z-index: 2;
    margin-left: -280px;
  }
}
@media (max-width:959px) {
  .event_wrapper{

  }
  .shortterm_visual{
    overflow: hidden;
  }
  .btn_group{
    margin-top: 40px;
  }
  .btn_group a{
    font-size: 16px;
  }
  .event_wrapper .tit_subvisual{

  }
  .btn_group .reverse_btn{
    min-width: 256px;
  }
  .event_wrapper .tit h2{
    font-size: 34px;
    line-height: 1.4;
  }
  .event_wrapper .shortterm_visual .visual{
    left: 0;
    bottom: 20px;
    margin-left: 0;
    width: 324px;
  }
  .event_wrapper .shortterm_visual .visual:before{
    width: 340px;
    background: url(/wp-content/themes/fastfive/assets/event/241202_shortterm_timedeal/img/mo/img_arrow.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .inner_wrap{
    padding: 130px 20px;
  }
  .event_wrapper .shortterm_visual .inner_wrap{
    padding: 50px 30px 183px;
  }
  .event_wrapper .shortterm_visual .btn_group{
    margin-top: 20px;
  }
  .tit_h3{
    font-size: 28px;
    margin-bottom: 40px;
  }
  .shortterm_coupon .coupon_box{
    flex-direction: column;
    width: 100%;
  }
  .shortterm_coupon .coupon_box .tit_h3{
    order: 2;
    margin-bottom: 20px;
  }
  .shortterm_coupon .coupon_box .img_box img{
    width: 195px;
  }
  .shortterm_coupon .coupon_box .img_box p{
    font-size: 18px;
  }
  .shortterm_coupon .coupon_box .img_box{
    width: 100%;
    order: 1;
    margin-bottom: 40px;
    padding: 30px 24px;
  }
  .shortterm_coupon .coupon_box .img_box h4{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .shortterm_coupon .coupon_box .txt_box{
    font-size: 18px;
    text-align: center;
    order: 3;
  }
  .shortterm_office .img_box p{
    position: static;
    background: #222;
  }
  .shortterm_office .img_box p{
    padding: 14px 24px;
  }
  .shortterm_point ul li{
    flex-direction: column-reverse;
    padding-top: 0;
    border: none;
  }
  .shortterm_point ul li .img_box{
    margin: 0 auto;
  }
  .shortterm_point .txt_box{
    text-align: center;
    margin-top: 16px;
  }
  .shortterm_point .txt_box h4{
    font-size: 24px;
  }
  .shortterm_point ul li p{
    font-size: 16px;
    margin-top: 12px;
  }
  .shortterm_point .btn_group{
    margin-top: 32px;
  }
  .shortterm_office .office_box{
    gap: 30px;
  }
  .shortterm_coupon .coupon_box p{
    font-size: 18px;
  }
  .shortterm_coupon .coupon_box p + p{
    margin-top: 20px;
  }
  .shortterm_award .inner_wrap{
    padding: 130px 30px;
  }
  .shortterm_award .tit_h3{
    font-size: 34px;
    margin-bottom: 40px;
  }
}