ul, ol {list-style: none;}

.hidden_mo {
  display: block;
}

.hidden_pc {
  display: none;
}

.motion {
  opacity: 0;
  transition: opacity 0.55s 0.2s ease-in-out;
}

.motion.onTrans {
  opacity: 1;
}

.slide_up {
  transform: translateY(30px);
  transition: transform 0.55s 0.2s ease-in-out, opacity 0.55s 0.2s ease-in-out;
}

.motion.slide_up.onTrans {
  transform: translateY(0);
}

.event_free2025 {
  --point: #0051FF;
}

.event_free2025_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: var(--padding_v) var(--menu_padding);
}
.free2025_title {
  font-weight: 700;
  line-height: 140%;
  color: inherit;
  letter-spacing: -1px;
  text-align: center;
}
.free2025_title > small {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 140%;
  opacity: .9;
  display: block;
}
.btn_cta {
  --btn_color: #000;
  --btn_bg: #fff;
  width: 100%;
  margin-top: 40px;
  font-weight: 500;
  line-height: 170%;
  color: var(--btn_color);
  background-color: var(--btn_bg);
  transition: .4s ease-in-out;
  /* display: inline-flex;
  justify-content: center;
  align-items: flex-end; */
  display: block;
  border-radius: 8px;
}
.btn_cta:hover {
  --btn_color: #fff;
  --btn_bg: var(--point);
}
.btn_cta span {
  position: relative;
}
.btn_cta span::after {
  width: 24px;
  height: 24px;
  background-color: var(--btn_color);
  transition: .4s ease-in-out;
  display: inline-block;
  content: '';
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cmask id='mask0_244_138' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_244_138)'%3E%3Cpath d='M9.64999 7.99947L4.74999 3.09947C4.58333 2.9328 4.50277 2.73558 4.50833 2.5078C4.51388 2.28003 4.59999 2.0828 4.76666 1.91614C4.93333 1.74947 5.13055 1.66614 5.35833 1.66614C5.5861 1.66614 5.78333 1.74947 5.94999 1.91614L11.0667 7.04947C11.2 7.18281 11.3 7.33281 11.3667 7.49947C11.4333 7.66614 11.4667 7.83281 11.4667 7.99947C11.4667 8.16614 11.4333 8.33281 11.3667 8.49947C11.3 8.66614 11.2 8.81614 11.0667 8.94947L5.93333 14.0828C5.76666 14.2495 5.57221 14.33 5.34999 14.3245C5.12777 14.3189 4.93333 14.2328 4.76666 14.0661C4.59999 13.8995 4.51666 13.7022 4.51666 13.4745C4.51666 13.2467 4.59999 13.0495 4.76666 12.8828L9.64999 7.99947Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: 16px auto !important;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-bottom: -5px;
}
.text_arrow {
  position: relative;
  display: flex;
  align-items: center;
}
.text_arrow::after {
  width: 24px;
  height: 24px;
  background-color: var(--btn_color);
  transition: .4s ease-in-out;
  display: block;
  content: '';
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cmask id='mask0_244_138' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_244_138)'%3E%3Cpath d='M9.64999 7.99947L4.74999 3.09947C4.58333 2.9328 4.50277 2.73558 4.50833 2.5078C4.51388 2.28003 4.59999 2.0828 4.76666 1.91614C4.93333 1.74947 5.13055 1.66614 5.35833 1.66614C5.5861 1.66614 5.78333 1.74947 5.94999 1.91614L11.0667 7.04947C11.2 7.18281 11.3 7.33281 11.3667 7.49947C11.4333 7.66614 11.4667 7.83281 11.4667 7.99947C11.4667 8.16614 11.4333 8.33281 11.3667 8.49947C11.3 8.66614 11.2 8.81614 11.0667 8.94947L5.93333 14.0828C5.76666 14.2495 5.57221 14.33 5.34999 14.3245C5.12777 14.3189 4.93333 14.2328 4.76666 14.0661C4.59999 13.8995 4.51666 13.7022 4.51666 13.4745C4.51666 13.2467 4.59999 13.0495 4.76666 12.8828L9.64999 7.99947Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: 16px auto !important;
  mask-position: center;
  mask-repeat: no-repeat;
}
.event_free2025_header {
  position: relative;
  height: 786px;
}

.event_free2025_header .event_free2025_inner {
  height: 100%;
  padding: 56px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.event_free2025_header video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event_free2025_header .event_info {
  font-size: 20px;
  line-height: 170%;
  color: #FEFEFE;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.event_free2025_header .event_info b {
  font-weight: 700;
  color: #9BAFD9;
}

.event_free2025_countdown {
  color: #fff;
  text-align: center;
  background: var(--point);
}
.event_free2025_countdown .free2025_text {
  font-weight: 500;
  line-height: 140%;
}
.event_free2025_countdown .free2025_countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_free2025_countdown .digit {
  position: relative;
  z-index: -1;
  overflow: hidden;
  font-weight: 700;
  color: var(--point);
  background: linear-gradient(180deg, #6C9BFF 0%, #0051FF 50%, #6C9BFF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.event_free2025_countdown .digit::before,
.event_free2025_countdown .digit::after { 
  position: absolute;
  left: 50%; 
  z-index: -1;
  width: calc(100% - 4px);
  height: calc(50% - 2px);
  background: linear-gradient(181deg, #FFF 37.36%, #E3ECFF 99.02%);
  transform: translateX(-50%);
  display: block;
  content: '';
}
.event_free2025_countdown .digit::before {
  top: 2px;
  border-radius: 8px 8px 0 0;
}
.event_free2025_countdown .digit::after {
  bottom: 2px;
  border-radius: 0 0 8px 8px;
}
.event_free2025_countdown .unit {
  font-weight: 700;
  line-height: 140%;
}

.event_free2025_office {
  background: #F1F6FF;
}
.event_free2025_office .free2025_title {
  font-weight: 400;
  line-height: 170%;
  color: #000;
}
.event_free2025_office .benefit_list {
  width: fit-content;
}
.event_free2025_office .benefit_list dl {
  line-height: 170%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.event_free2025_office .benefit_list dt {
  color: var(--point);
}
.event_free2025_office .benefit_list dd {
  color: #000;
}
.event_free2025_office .free2025_office {
  margin-top: var(--content_gap);
}
.event_free2025_office .free2025_office_nav {
  display: flex;
}
.event_free2025_office .free2025_office_nav li {
  flex: 1;
}
.event_free2025_office .free2025_office_nav li a {
  padding: 12px 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #A7B0C0;
  text-align: center;
  background: #E4ECFA;
  display: block;
}
.event_free2025_office .free2025_office_nav li a._active {
  color: #fff;
  background: var(--point);
}
.event_free2025_office .free2025_office_list h5 {
  max-width: 130px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.event_free2025_office .free2025_office_list .office_card {
  background: #fff;
}
.event_free2025_office .free2025_office_list .office_header {
  position: relative;
  z-index: 1;
}
.event_free2025_office .free2025_office_list .office_info {
  width: fit-content;
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  background: #F2F5FA;
  display: block;
  border-radius: 6px;
}
.event_free2025_office .free2025_office_list li img {
  width: 100%;
  display: block;
  object-fit: cover;
}


.event_free2025_premium {
  overflow: hidden;
  width: 100%;
  color: #fff;
  background: #222;
}
.event_free2025_premium .event_free2025_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.free2025_premium_img,
.free2025_premium_exp {
  position: relative;
  width: 100%;
}
.free2025_premium_img {
  margin-top: var(--content_gap);
}
.free2025_premium_swiper {
  position: relative;
  overflow: hidden;
  min-width: 100%;
}
.free2025_premium_swiper .swiper-slide {
  display: block;
  text-align: center;
}
.free2025_premium_swiper .img_area {
  display: block;
  position: relative;
  overflow: clip;
  width: 100%;
  min-width: 100%;
  height: 400px;
}
.free2025_premium_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
  transition: transform 4.5s 0.5s;
  will-change: transform;
}
.free2025_premium_swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.free2025_premium_swiper .caption {
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 50%;
  z-index: 1;
  width: calc(100% + 4px);
  min-width: 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, .9);
  transform: translateX(-50%);
  will-change: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}
.free2025_premium_swiper .swiper-slide-active .caption {
  /* transform: translateY(0); */
  bottom: -1px;
  transition: bottom 0.8s ease 0.8s;
}
.free2025_premium_swiper .swiper-slide .text {
  width: 100%;
  margin-top: 88px;
  font-weight: 500;
  line-height: 140%;
  transform: translateY(100px);
  opacity: 0;
  display: block;
}
.free2025_premium_swiper .swiper-slide-active .text{
  position: relative;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
}
.free2025_premium_img .event_swiper_paging {
  position: absolute;
  bottom: 128px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.event_swiper_button {
  --posX: -100%;
  position: absolute;
  top: 170px;
  z-index: 1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: -20px;
  transform: translate(var(--posX), 0);
  text-indent: -1000em;
}
.event_swiper_button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .2;
  display: block;
  content: '';
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='30' viewBox='0 0 18 30' fill='none'%3E%3Cpath d='M15.6719 1.66797L2.33854 15.0013L15.6719 28.3346' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: 18px auto;
  mask-repeat: no-repeat;
  mask-position: center;
}
.event_swiper_button._prev {left: -24px;}
.event_swiper_button._next {
  --posX: 100%;
  right: -24px;
}
.event_swiper_button._next::after {transform: rotate(180deg);}
.event_swiper_paging {
  font-size: 0;
  line-height: 100%;
  text-align: center;
}
.swiper-pagination-bullet {background-color: #fff;}
.swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {opacity: 1;}

.event_free2025_benefit {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  background-color: var(--point);
}
.event_free2025_benefit .event_free2025_inner {
  max-width: 100%;
}
.event_free2025_benefit .free2025_title {
  color: #fff;
  text-align: center;
}
.free2025_benefit {
  margin-top: var(--content_gap);
}
.free2025_benefit .visible-hidden {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
  visibility: hidden;
}
.free2025_benefit_list {
  width: calc(100% + (var(--menu_padding) * 2));
  margin: 0 calc(-1 * var(--menu_padding));
  background-size: auto 100% !important;
  transform: translateZ(0); 
  backface-visibility: hidden;
}
.event_free2025_award {
  color: #fff;
  text-align: center;
  background: #000;
}
.event_free2025_award .free2025_title {
  margin-bottom: var(--content_gap);
  color: #fff;
}

@keyframes repeatList {
  0% {background-position: 0;}
  100% {background-position: -3760px 0;}
}
@keyframes repeatList01 {
  0% {background-position: 0;}
  100% {background-position: -1680px 0;}
}
@keyframes repeatList02 {
  0% {background-position: 0;}
  100% {background-position: 1680px 0;}
}

@media (min-width: 961px) {
  .event_free2025 {
    --max_width: 1280px;
    --padding_v: 180px;
    --content_gap: 60px;
    font-size: 18px;
  }
  .free2025_title {
    font-size: 40px;
  }
  .free2025_title > small {
    font-size: 24px;
  }
  .btn_cta {min-width: 384px; padding: 20px 48px 20px 56px; font-size: 20px; text-align: center;}

  .event_free2025_countdown .event_free2025_inner {
    padding: 70px var(--menu_padding);
  }
  .event_free2025_countdown .free2025_countdown_area {
    margin-top: 40px;
  }
  .event_free2025_countdown .free2025_text {
    font-size: 24px;
  }
  .event_free2025_countdown .free2025_countdown {
    margin-top: 30px;
    gap: 16px;
  }
  .event_free2025_countdown .digit {
    width: 102px;
    height: 132px;
    /* padding: 30px 20px; */
    font-size: 90px;
    line-height: 68px;
  }
  .event_free2025_countdown .unit {font-size: 70px;}

  .event_free2025_office .event_free2025_inner {
    max-width: 1144px;
  }
  .event_free2025_office .free2025_title_box {
    width: 54%;
    max-width: 554px;
    margin: 0 auto;
    padding: 30px;
    background: #E8F0FE;
    border-radius: 10px;
  }
  .event_free2025_office .free2025_title {
    font-size: 20px;
  }
  .event_free2025_office .free2025_office_nav {
    display: none;
  }
  .event_free2025_office .benefit_list {
    margin: 10px auto 0;
  }
  .event_free2025_office .benefit_list dl {
    font-size: 20px;
  }
  .event_free2025_office .benefit_list dt {
    min-width: 52px;
  }
  .event_free2025_office .free2025_office_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .event_free2025_office .free2025_office_list li {
    width: calc((100% - 20px * 3) / 4);
  }
  .event_free2025_office .free2025_office_list .office_card {
    overflow: hidden;
    box-shadow: none;
    transition: box-shadow .4s ease;
    flex-direction: column;
    border-radius: 10px;
  }
  .event_free2025_office .free2025_office_list li:hover .office_card {
    box-shadow: 0 4px 20px 0 #BAC6DB;
  }
  .event_free2025_office .free2025_office_list .office_header {
    position: relative;
    padding: 16px;
  }
  .event_free2025_office .free2025_office_list .office_badge {
    position: absolute;
    right: 14px;
    bottom: -54px;
    width: 94px;
    height: 94px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    background-color: var(--point);
    transform: rotate(-20deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform-origin: center;
  }
  .event_free2025_office .free2025_office_list li:hover .office_badge {
    background-color: #000;
  }
  .event_free2025_office .free2025_office_list .office_body {
    position: relative;
    overflow: hidden;
  }

  .free2025_premium_img { width: 87.5%;max-width: 1138px;}
  .free2025_premium_swiper .text {font-size: 24px;}
  .event_swiper_paging {margin-top: 20px;}
  .free2025_premium_swiper .img_area { border-radius: 12px;}
  .free2025_premium_swiper .caption {height: 50px; padding: 9px;}
  .swiper-pagination-bullet {opacity: .2;}

  .free2025_benefit_list {
    height: 192px; 
    background: url('/wp-content/themes/fastfive/assets/event/250905_2025free/img/benefit_img.png') left top repeat-x; 
    animation: repeatList 60s linear infinite forwards;
  }
  .free2025_benefit_list._02 {display: none;}
}

@media (max-width: 960px) {
  .event_free2025 {
    --max_width: 100%;
    --padding_v: 130px;
    --content_gap: 40px;
    font-size: 16px;
  }
  .hidden_mo {
    display: none;
  }

  .hidden_pc {
    display: block;
  }

  .free2025_title {
    font-size: 28px;
  }
  .free2025_title > small {
    font-size: 22px;
  }
  .btn_cta {min-width: 293px; padding: 14px 60px 14px 64px; font-size: 18px; text-align: left;}

  .event_free2025_header {
    height: 580px;
    background: url('/wp-content/themes/fastfive/assets/event/250905_2025free/img/bg_header_mo.jpg') no-repeat center center / auto 100%;
  }
  .event_free2025_header .event_free2025_inner {
    padding: 26px 0;
  }
  .event_free2025_header .event_info {
    font-size: 18px;
    gap: 2px;
  }
  .event_free2025_header img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 94.13%;
    max-width: 353px;
    transform: translateX(-50%);
    aspect-ratio: 353 / 506;
    object-fit: cover;
  }

  .event_free2025_countdown .event_free2025_inner {
    padding: 60px var(--menu_padding);
  }
  .event_free2025_countdown .free2025_countdown_area {
    margin-top: 20px;
  }
  .event_free2025_countdown .free2025_text {
    font-size: 18px;
  }
  .event_free2025_countdown .free2025_countdown {
    margin-top: 20px;
    gap: 10px;
  }
  .event_free2025_countdown .digit {
    width: 58px;
    height: 70px;
    font-size: 48px;
    line-height: 34px;
  }
  .event_free2025_countdown .unit {font-size: 36px;}

  .event_free2025_office .free2025_title {
    font-size: 18px;
  }
  .event_free2025_office .benefit_list {
    margin: 8px auto 0;
  }
  .event_free2025_office .benefit_list dl {
    font-size: 18px;
  }
  .event_free2025_office .benefit_list dt {
    min-width: 48px;
  }
  .event_free2025_office .free2025_office {
    margin: var(--content_gap) calc(-1 * var(--menu_padding)) 0;
  }
  .event_free2025_office .free2025_office_nav li + li {
    border-left: 1px solid #fff;
  }
  .event_free2025_office .free2025_office_list .office_card {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .event_free2025_office .free2025_office_list li + li {
    border-top: 1px solid #E4ECFA;
  }
  .event_free2025_office .free2025_office_list .office_header {
    padding: 14px 0;
    flex: 1;
  }
  .event_free2025_office .free2025_office_list .office_info {
    border-radius: 4px;
  }
  .event_free2025_office .free2025_office_list .office_badge {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: var(--point);
  }
  .event_free2025_office .free2025_office_list .office_body {
    width: 36%;
    aspect-ratio: 1 / 1;
  }
  .event_free2025_office .free2025_office_list li img {
    height: 100%;
  }


  .free2025_premium_img,
  .free2025_premium_exp {max-width: 375px;}
  .free2025_premium_exp {margin-top: 24px;}
  .free2025_premium_swiper .swiper-slide .text { margin-top: 48px; font-size: 16px; line-height: 170%;}
  .free2025_premium_swiper .img_area { height: 324px; border-radius: 16px;}
  .free2025_premium_swiper .caption {height: 40px; padding: 6px; border-radius: 0 0 16px 16px;}
  .free2025_premium_img .event_swiper_paging {bottom: 105px;}
  .swiper-pagination-bullet {opacity: .15;}
  .event_swiper_button {display: none;}
  .event_swiper_paging {margin-top: 16px;}

  .free2025_benefit {display: flex; flex-direction: column; gap: 12px;}
  .free2025_benefit_list {--timer: 40s; height: 120px;}
  .free2025_benefit_list._01 {
    background: url('/wp-content/themes/fastfive/assets/event/250905_2025free/img/benefit_img_01_mo.png') left top repeat-x;
    animation: repeatList01 var(--timer) linear infinite forwards;
  }
  .free2025_benefit_list._02 {
    background: url('/wp-content/themes/fastfive/assets/event/250905_2025free/img/benefit_img_02_mo.png') left 58px top 0 repeat-x; 
    animation: repeatList02 var(--timer) linear infinite forwards;
  }
}