img,svg {width: 100%;}
ul, ol {list-style: none;}
.hidden_mo {
  display: block;
}
.hidden_pc {
  display: none;
}
/*   END :: COMMON   */
.event_2025_rentfree {
  --c_key: #E20020;
  --white: #fff;
  --black00: #000;
  --black12: #121212;
  --black22: #222;
  --max_width: 1380px;
  --padding_w: 50px;
  --padding_h: 180px;
}
.inner {
  --gap: 60px;
  max-width: var(--max_width);
  padding: var(--padding_h) var(--padding_w);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.event_2025_rentfree h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.event_2025_rentfree h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}
.event_2025_rentfree h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.event_2025_rentfree p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.event_2025_rentfree p b {
  font-weight: 700;
}
.title {
  --gap: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap);
  color: var(--white);
}
.sub_explain {
  width: fit-content;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--white);
  background-color: var(--c_key);
  border-radius: 100px;
  padding: 0 14px;
  margin: 0 auto 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.sub_explain::after {
  width: 10px;
  height: 8px;
  background-color: var(--c_key);
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: calc(50% - 5px);
  bottom: -7px;
  content: '';
}
.title * {
  text-align: center;
  color: var(--white);
}
._blk,
._blk * {
  color: var(--black12);
}
.c_key {
  color: var(--c_key);
}

/*    비주얼    */
.rentfree2025_visual {
  background-color: var(--black00);
  position: relative;
  overflow: hidden;
}
.rentfree2025_visual::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 50%, rgba(0, 0, 0, 0.00) 100%);
  display: block;
  position: absolute;
  z-index: 4;
  content: '';
}
.rentfree2025_visual .inner {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}
.rentfree2025_visual .title {
  --gap: 38px;
  z-index: 5;
}
.rentfree2025_visual .title h5,
.rentfree2025_visual .title p,
.rentfree2025_visual .title .bt_default {
  opacity: 0;
}
.rentfree2025_visual h2 {
  max-width: 812px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;    
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.rentfree2025_visual h2 svg {
  opacity: 0;
}
.rentfree2025_visual h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  opacity: 0;
}
.rentfree2025_visual p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
.curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain > img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  transform: translateX(-100%);
}
.curtain > img:last-child {
  object-position: right;
  transform: translateX(100%);
}
.rentfree2025_visual .obj {
  width: 1520px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 760px);
  z-index: 4;
}
.rentfree2025_visual .obj > span {
  position: absolute;
  top: 0;
  left: 0;
}
.rentfree2025_visual .obj > span._right {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.rentfree2025_visual .obj > span._5 {
  width: 295px;    
  top: -46px;
  left: 95px;
}
.rentfree2025_visual .obj > span._4 {
  width: 240px;
  top: 432px;
  left: 79px;
}
.rentfree2025_visual .obj > span._3 {
  width: 263px;
  top: 100px;
  right: 89px;
}
.rentfree2025_visual .obj > span._6 {
  width: 416px;
  top: auto;
  bottom: -51px;
}
 .rentfree2025_visual .obj._reborn {
  width: 1489px;
  height: 650px;
  top: 56px;
  left: calc(50% - 744px);
}

/*    롤링 텍스트   */
.rolling_text {
  color: var(--white);
}
.rolling_text {
  height: 48px;
  background: linear-gradient(90deg, #690015 0%, #E20020 50%, #690015 100%);
  position: relative;
  display: flex;
  align-items: center;
}
.rolling_text span {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7; 
  color: var(--white);
  background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/rolling_text.png') repeat-x;
  background-size: auto 100%;
  text-indent: -9999rem;
  animation: 90s rollText linear infinite;
}

/*    rentfree2025_scheme    */
.rentfree2025_scheme {
  background-color: var(--black22);
}
.rentfree2025_scheme .conts_box {
  max-width: 760px;
  width: 100%;
  background: linear-gradient(180deg, #252424 0%, #333 50%, #252424 100%);
  padding: 52px 10px 24px;
  margin: 0 auto;
  border: 1px solid #2F2F2F;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.rentfree2025_scheme .conts_box > ul {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rentfree2025_scheme .conts_box > ul li {
  width: 50%;
  height: 62px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--black12);
  background-color: var(--white);
  border: 1px solid #919191;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rentfree2025_scheme .conts_box > ul li:last-child {
  color: var(--white);
  background: linear-gradient(90deg, #A50017 0%, #E20020 50%, #A50017 100%);
  border: 1px solid #D61417;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.rentfree2025_scheme .conts_box.__ani > ul li:last-child {
  transform: scaleX(1);
  opacity: 1;
}
.rentfree2025_scheme .conts_box > ul li + li::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.366943' y='0.9021' width='24' height='24' rx='12' fill='black'/%3E%3Cpath d='M11.1144 14.1546H7.36694V11.6496H11.1144V7.9021H13.6194V11.6496H17.3669V14.1546H13.6194V17.9021H11.1144V14.1546Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  left: -12px;
  content: '';
}
.rentfree2025_scheme .conts_box > small {
  max-width: 500px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--white);
  background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/line_scheme.png') no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: 0 auto 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  opacity: 0;
}
.rentfree2025_scheme .conts_box.__ani  > small {
  transform: translateX(-20px);
  animation: 0.6s slideIn 0.6s ease forwards alternate;
}
.scheme_badge {
  position: absolute;
  top: -4px;
  right: -61px;
  width: 127px;
  height: 230px;
  color: var(--black12);
  background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/badge_scheme.png') no-repeat;
  background-size: contain;
  padding-bottom: 19px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  transform: rotate(-30deg);
  transform-origin: top center;
  animation: swing 1.2s ease-in-out infinite alternate;
}
.scheme_badge dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; 
}
.scheme_badge dt {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2; 
}
/*    rentfree2025_point    */
.rentfree2025_point {
  background-color: var(--black22);
}
.rentfree2025_point .inner {
  --gap: 48px;
  padding-bottom: 0;
}
.rentfree2025_point small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--white);
  margin-top: 20px;
  display: block;
  opacity: .8;
}
.rentfree2025_point .bt_default {
  margin-top: 60px;
}
.rentfree2025_point .conts_box {
  line-height: 0;
  background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/bg_point.png') no-repeat;
  background-size: 100%;
  position: relative;
}
.rentfree2025_point .conts_box::after {
  width: 100%;
  height: 24.21%;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.00) 6.02%, #222 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}

/*    rentfree2025_brand    */
.rentfree2025_brand {
  background-color: var(--black00);
}
.persuade_box {
  width: 100%;
}
.persuade_box ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.persuade_box li {
  height: auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.persuade_box li h4 {
  padding-bottom: 14px;
}
.persuade_box li img {
  max-width: 270px;
  width: 100%;
  margin: auto 0 0 auto;
  display: block;
  opacity: 0;
  transform: translateY(15%);
  transition: .3s transform .2s ease-in-out, .3s opacity .2s ease-in-out;
}
.rentfree2025_season .persuade_box li {
  padding-bottom: 0;
}
.rentfree2025_season .persuade_box li img {
  max-width: 192px;
}

/*    rentfree2025_season   */
.rentfree2025_season {
  background: linear-gradient(180deg, #E20020 0%, #950015 111.29%);
}

/*    event_free2025_premium   */
.rentfree2025_infra {
  background-color: var(--black22);
  overflow: hidden;
}
.rentfree2025_infra .inner {
  max-width: 1312px;
  position: relative;
}
.rentfree2025_infra h2 {
	color :var(--color-primary);
}
.rentfree2025_infra > p {
	margin-bottom: 16px;
	font-size: var(--font-h5);
	color: #fff;
	line-height: 1.32;
}
.rentfree2025_infra .swiper {
  max-width: 1104px;
	width : 100%;
	margin: 0 auto;
}
.rentfree2025_infra .swiper-slide {
	background :#222;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.rentfree2025_infra .infra_slide_thumb {
  font-size: 0;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.rentfree2025_infra .infra_slide_thumb img {
	transform: scale(1.3);
	transition: 4.5s 0.5s;
}
.rentfree2025_infra .swiper-slide.swiper-slide-active .infra_slide_thumb img {
	transform: scale(1);
}
.rentfree2025_infra .swiper-slide .caption {
	position: absolute;
	right :0; bottom: 0; left: 0; 
	height : 50px;
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
	background: rgba(0,0,0,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rentfree2025_infra .swiper-slide .infra_info {
	margin-top: 52px;
	font-size: 18px;
	font-weight: 400;
	color: #d9d9d9;
}
.rentfree2025_infra .swiper-slide .infra_info,
.rentfree2025_infra .swiper-slide .caption {
	transform:translateY(100px);
	opacity: 0;
	transition: transform 0.8s 0.8s, opaticy 0.8s 0.8s;
}
.rentfree2025_infra .swiper-slide .infra_info  {
	transition-delay : 1.05s;
}
.rentfree2025_infra .swiper-slide.swiper-slide-active .infra_info,
.rentfree2025_infra .swiper-slide.swiper-slide-active .caption {
	transform:translateY(0);
	opacity: 1;
}
.infra_ctrl.paging {
	position: absolute;
	bottom: 85px;
	height: 8px;
	z-index: 2;
	display: flex;
	justify-content: center;
  gap: 8px;
}
.infra_ctrl.paging .swiper-pagination-bullet{
	background: #fff;
  margin: 0;
}
.infra_ctrl:has(button) {
	position: absolute;
	top : 498px; left: 50%;
  width: 1104px;
  transform: translateX(-50%);
	z-index: 2;
}
.__swiper-navigation__arrow {
  display: contents;
}
.__swiper-navigation__arrow [class^='swiper-button-'] {
  --arrow_size: 80px;
}
.__swiper-navigation__arrow [class^='swiper-button-']::after {
  background: var(--white);
  opacity: .2;
}


/*    rentfree2025_benefit   */
.rentfree2025_benefit {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: var(--c_key);
  overflow: hidden;
}
.rentfree2025_benefit .inner {
  max-width: none;
  padding: var(--padding_h) 0;
}
.rentfree2025_benefit .event_fiveday_inner {
  max-width: 100%;
}
.benefit_list {
  margin-top: var(--content_gap);
}
.benefit_list .visible-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
}
.benefit_roll {
  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;
}
.benefit_roll {
  height: 192px; 
  animation: repeatList 60s linear infinite forwards; 
  background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/benefit_img.png') left top repeat-x;
}

/*    rentfree2025_banner   */
.rentfree2025_banner {
  position: relative;
  background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/bg_banner.jpg') center 100%;
  overflow: hidden;
}
.rentfree2025_banner .inner {
  position: relative;
  z-index: 1;
}
.rentfree2025_banner .title {
  --gap: 0;
  position: relative;
}
.rentfree2025_banner h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.rentfree2025_banner .sub_explain {
  margin-bottom: 27px;
}
.rentfree2025_banner h2 svg:not(:last-child) {
  width: fit-content;
}
.lastChance {
  animation: colorChange .8s infinite;
}
.rentfree2025_banner .curtain {
  justify-content: space-between;
}
.rentfree2025_banner .curtain > img {
  max-width: 422px;
  width: 100%;
  opacity: 0;
  object-position: right;
  transition: .8s transform .2s ease-in-out, .8s opacity .2s ease-in-out;
}
.rentfree2025_banner .curtain > img:last-child {
  object-position: left;
}
.__ani.rentfree2025_banner .curtain > img {
  opacity: 1;
  transform: translateX(0);
}


/*    rentfree2025_award    */
.rentfree2025_award {
  background-color: var(--black00);
}



/*  애니메이션 키프레임   */
@keyframes curtainShowL {
  from {transform: translateX(-100%);}
  to {transform: translateX(0%);}
}
@keyframes curtainShowR {
  from {transform: translateX(100%);}
  to {transform: translateX(0%);}
}
@keyframes titleIn {
  0% { opacity: 0; transform: scale(0); }
  50% { opacity: 1; transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes rollText {
  0% { background-position: 5216px 100%; }
  100% { background-position: center; }
}
@keyframes slideIn {
  to { transform: translateX(0); opacity: 1; }
}
@keyframes swing {
  0% { transform: rotate(-30deg); }
  100% { transform: rotate(-25deg); }
}
@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;}
}
@keyframes colorChange {
 0% { fill: var(--white); }
 50% { fill: var(--c_key); }
 100% { fill: var(--white); }
}

/*    btn    */
.bt_default {
  --bt_color: #fff;
  --bt_bg: #E20020;
  width: fit-content;
  height: 56px;
  font-size: 18px;
  text-indent: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--bt_color);
  background-color: var(--bt_bg);
  border-radius: 8px;
  padding: 0 48px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bt_default._reverse {
  --bt_bg: #000;
}
.bt_default::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_279_105' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_279_105)'%3E%3Cmask id='mask1_279_105' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='4' width='16' height='16'%3E%3Crect x='4' y='4' width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_279_105)'%3E%3Cpath d='M13.6502 11.9995L8.75024 7.09947C8.58357 6.9328 8.50301 6.73558 8.50857 6.5078C8.51413 6.28003 8.60024 6.0828 8.7669 5.91614C8.93357 5.74947 9.13079 5.66614 9.35857 5.66614C9.58635 5.66614 9.78357 5.74947 9.95024 5.91614L15.0669 11.0495C15.2002 11.1828 15.3002 11.3328 15.3669 11.4995C15.4336 11.6661 15.4669 11.8328 15.4669 11.9995C15.4669 12.1661 15.4336 12.3328 15.3669 12.4995C15.3002 12.6661 15.2002 12.8161 15.0669 12.9495L9.93357 18.0828C9.7669 18.2495 9.57246 18.33 9.35024 18.3245C9.12801 18.3189 8.93357 18.2328 8.7669 18.0661C8.60024 17.8995 8.5169 17.7022 8.5169 17.4745C8.5169 17.2467 8.60024 17.0495 8.7669 16.8828L13.6502 11.9995Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");  
  mask-size: cover;
  background: var(--white);
}
@media (min-width: 961px) {
  .pin_grp {
    width: 100%;
    height: 180px;
    margin-bottom: -105px;
    display: flex;
    position: relative;
  }
  .pin_grp .pin {
    width: fit-content;   
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 49px;
    left: 4.71%;
    opacity: 0;
    transform: translateY(-20px);
  }
  .__ani .pin_grp .pin {
    opacity: 1;
    transform: translateY(0px);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  }
  .pin_grp .pin:nth-child(1) { transition-delay: 0s; }
  .pin_grp .pin:nth-child(2) { transition-delay: 0.1s; }
  .pin_grp .pin:nth-child(3) { transition-delay: 0.2s; }
  .pin_grp .pin:nth-child(4) { transition-delay: 0.3s; }
  .pin_grp .pin:nth-child(5) { transition-delay: 0.4s; }
  .pin_grp .pin:nth-child(6) { transition-delay: 0.5s; }
  .pin_grp .pin:nth-child(7) { transition-delay: 0.6s; }

  .pin_grp .pin.pin_1 {
    top: 5px;
    left: 14.92%;
  }
  .pin_grp .pin.pin_2 {
    top: 51px;
    left: 26.49%;
  }
  .pin_grp .pin.pin_3 {
    top: 91px;
    left: 38.12%;
  }
  .pin_grp .pin.pin_4 {
    top: 104px;
    left: auto;
    right: 35.29%;
  }
  .pin_grp .pin.pin_5 {
    top: 56px;
    left: auto;
    right: 23.42%;
  }
  .pin_grp .pin.pin_6 {
    top: 77px;
    left: auto;
    right: 7.38%;
  }
  .pin_grp .pin::after {
    width: 28px;
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg width='29' height='38' viewBox='0 0 29 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_118_4040)'%3E%3Cpath d='M28.5 13.8167C28.5 21.4475 14.5 38.0039 14.5 38.0039C14.5 38.0039 0.5 21.4475 0.5 13.8167C0.5 6.18595 6.768 0 14.5 0C22.232 0 28.5 6.18595 28.5 13.8167Z' fill='%23E20020'/%3E%3Cpath d='M14.93 22.8131C19.9006 22.8131 23.8769 18.784 23.8114 13.8139C23.746 8.84379 19.6634 4.8147 14.6929 4.8147C9.72231 4.8147 5.74596 8.84379 5.81145 13.8139C5.87694 18.784 9.95946 22.8131 14.93 22.8131Z' fill='%232A2929'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_118_4040'%3E%3Crect width='28' height='38' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
    background-size: contain;
    display: block;
    content: '';
  }

  .persuade_box .__ani li img {
    opacity: 1;
    transform: translateY(0%);
  }

  .__swiper-navigation__arrow [class^='swiper-button-']:hover::after {
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .hidden_mo {
    display: none;
  }
  .hidden_pc {
    display: block;
  }
  .event_2025_rentfree {
    --max_width: 375px;
    --padding_w: 20px;
    --padding_h: 130px;
  }
  .inner {
    --gap: 40px;
  }
  .title {
    --gap: 2px;
  }
  .event_2025_rentfree h3 {
    font-size: 34px;
  }
  .event_2025_rentfree h4 {
    font-size: 24px;
  }
  .event_2025_rentfree h5 {
    font-size: 22px;
  }
  .event_2025_rentfree p {
    font-size: 16px;
  }
  .sub_explain {
    height: 34px;
    font-size: 14px;
    padding: 0 24px;
    margin: 0 auto 19px;
  }

  .rentfree2025_visual .inner {
    padding-top: 154px;
    padding-bottom: 154px;
  }
  .rentfree2025_visual .title {
    --gap: 16px;
  }
  .rentfree2025_visual h2 {
    max-width: 335px;
    gap: 4px;
  }
  .rentfree2025_visual h5 {
    font-size: 26px;
  }
  .rentfree2025_visual p {
    font-size: 18px;
  }
  .rentfree2025_visual h2 svg:first-child {
    width: 238px;
    height: 36px;
  }
  .rentfree2025_visual h2 svg:last-child {
    width: 335px;
    height: 70px;
  }
  .rentfree2025_visual .obj {
    max-width: 500px;
    left: calc(50% - 250px);
  }
  .rentfree2025_visual .obj > span._5 {
    width: 178px;    
    top: auto;
    bottom: -38px;
    left: auto;
    right: -8px;
  }
  .rentfree2025_visual .obj > span._4 {
    width: 136px; 
    top: auto;
    bottom: 0;
    left: 0;
  }
  .rentfree2025_visual .obj > span._3 {
    width: 140px;
    top: 0;
    right: 0;
  }
  .rentfree2025_visual .obj > span._6 {
    width: 212px;
    top: -61px;
    left: -30px;
    bottom: auto;
  }
  .rentfree2025_visual .obj._reborn {
    width: 1489px;
    height: 650px;
    top: 56px;
    left: calc(50% - 744px);
  }
  .rentfree2025_visual .obj._reborn {
    width: 388px;
    height: 526px;
    left: calc(50% - 194px);
    top: 48px;
  }

  .rentfree2025_scheme {
    overflow: hidden;
  }
  .rentfree2025_scheme .conts_box {
    padding: 42px 44px 14px;
  }
  .rentfree2025_scheme .conts_box > ul {
    max-width: none;
    flex-direction: column;
  }
  .rentfree2025_scheme .conts_box > ul li {
    width: 100%;
    height: 64px;
    z-index: 1;
  }
  .rentfree2025_scheme .conts_box > ul li + li::before {
    top: -12px;
    left: calc(50% - 12px);
  }
  .rentfree2025_scheme .conts_box > ul li:last-child {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  .rentfree2025_scheme .conts_box.__ani > ul li:last-child {
    transform: scaleY(1);
  }
  .rentfree2025_scheme .conts_box > small {
    font-size: 14px;
    background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/line_scheme_m.png') no-repeat;
    background-size: contain;
  }
  .scheme_badge {
    top: 10px;
    right: -13px;
    width: 70px;
    height: 118px;
    background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/badge_scheme_m.png') no-repeat;
    background-size: contain;
    padding-bottom: 18px;
  }
    .scheme_badge dt {
      font-size: 20px;
    }


  .rentfree2025_point .inner {
    --gap: 65px;
    max-width: none;
    padding: 130px 0 0;
  }
  .rentfree2025_point small {
    max-width: none;
    font-size: 14px;
    margin-top: 24px;
  }
  .rentfree2025_point .bt_default {
    margin-top: 40px;
  }
  .rentfree2025_point .conts_box {
    background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/bg_point_m.png') no-repeat;
    background-size: 100%;
  }
  .scroll_img {
    height: 312px;
    background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/point_grp_m.png') left top repeat-x;
    background-size: auto 100% !important;
    transform: translateZ(0); 
    backface-visibility: hidden;
    animation: repeatList 100s linear infinite forwards;
  }

  .persuade_swiper {
    width: 100%;
  }
  .persuade_box {
    position: relative;
  }
  .persuade_box ul {
    gap: 0;
    justify-content: unset;
  }
  .persuade_box li {
    width: 100%;
    height: fit-content;
    border-radius: 8px;
    padding: 30px;
    flex: none;
  }
  .persuade_box li img {
    max-width: 212px;
    transition: .3s transform .4s ease-in-out, .3s opacity .4s ease-in-out;
  }
  .rentfree2025_season .persuade_box li img {
    max-width: 132px;
  }
  .persuade_box li.swiper-slide-active img {
    opacity: 1;
    transform: translateY(0%);
  }
  .fraction {        
    height: 27px;
    color: rgba(255, 255, 255, .4);
    margin-top: 12px;
    display: flex;
    gap: 12px;
  }
  .fraction .swiper-pagination-current {
    color: #fff;
  }
  .fraction > div {
    width: fit-content;
    position: relative;
    top: 0;
  }
  .fraction .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  .fraction .swiper-pagination-progress {
    height: 2px;
    background: rgba(255, 255, 255, .4);
    border-radius: 4px;
    top: 50%;
    overflow: hidden;
  }

  .rentfree2025_infra .inner {
    max-width: var(--max_width);
  }
  .rentfree2025_infra .swiper-slide .caption {
    font-size: 16px;
  }
  .rentfree2025_infra .swiper-slide .infra_info {
    font-size: 16px;
    margin-top: 48px;
  }
  .infra_ctrl.paging {
    bottom: 105px;
  }

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

  .rentfree2025_banner {
    position: relative;
    background: url('/wp-content/themes/fastfive/assets/event/250923_event_2025_rentfree/img/bg_banner_m.jpg') bottom;
    background-size: cover;
    overflow: hidden;
  }
  .rentfree2025_banner h2 {
    gap: 16px;
  }
  .rentfree2025_banner .sub_explain {
    margin-bottom: 19px;
  }
  .rentfree2025_banner h2 svg {
    height: auto;
  }
  .rentfree2025_banner h2 svg:first-child {
    width: 204px;
  }
  .rentfree2025_banner h2 svg:nth-child(2) {
    width: 202px;
  }
  .rentfree2025_banner .curtain > img {
    max-width: 144px;
  }

  .rolling_text  {
    height: 34px;
  }
  .rolling_text span {
    animation-duration: 100s;
  }

  .bt_default {
    text-indent: 4px;
    font-size: 16px;
    padding: 0 36px;
  }


  @keyframes unfold {
    to { transform: scaleY(1); opacity: 1; }
  }
}