
/*  common  */
body {scroll-behavior: none !important;}
img {width: 100%;}
mark {background: unset; color: unset;}
ul, li, button {list-style: none; border: none;}

.hidden_pc {
  display: none;
}
.hidden_mo {
  display: block;
}

.half_price {
  overflow: hidden;
  --c_primary : #0165FF;
  --c_second: #DFF3FE;
  --c_third: #B4ECFF;
  --c_white: #fff;
  --c_black: #000;
  --inner_wid_max: 1380px;
  --padding_defalut: 180px 50px;
  --padding_horizontal: 50px;
}
.inner {
  --gap: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  max-width: var(--inner_wid_max);
  width: 100%;
  height: 100%;
  padding: var(--padding_defalut);
  margin: 0 auto;
}
.half_price .tit {
  text-align: center;
}
.half_price h3 {    
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.half_price h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.half_price h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.half_price p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.half_price h5 + h3 {
  padding-top: 4px;
}

/*  aside   */
.timer {
  position: fixed;
  bottom: 48px;
  width: 100%;
  height: 60px;
  z-index: 5;
}
.timer .inner {
  max-width: 916px;
  padding: 0;
  padding: 0 50px;
}
.timer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  background: #FFFCAF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
}
.timer .tit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.timer h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.timer .num {
  display: flex;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_primary);
}

/*  visual  */
.visual_wave {
  position: relative;
  width: 100%;
  height: 700px;
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/bg_visual.jpg') no-repeat center bottom;
  background-size: cover;
}
.visual_wave::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1080px;
  height: 100%;
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/visual_light.png') no-repeat right;
  background-size: contain;
}
.visual_wave .inner {
  --gap: 47px;
  max-width: none;
  padding: 0;
}
.visual_tit {
  position: relative;
  z-index: 1;
}
.visual_tit h2 {
  font-size: 0;
}
.visual_tit p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--c_black);
  padding-bottom: 12px;
}
.visual_tit b {
  display: block;
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 2px;
}
.visual_tit .info {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_black);
  margin: 32px 0;
}
.visual_tit .info em {
  font-weight: 700;
}
.visual_tit .info em::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, .3);
  margin: 0 8px;
}
.visual_coupon {
  position: relative;
  width: 520px;
  height: 530px;
  margin-top: auto;
}
.visual_coupon::before {
  content: '';
  position: absolute;
  right: max(4vw, 90px);
  bottom: 0;
  width: max(30vw, 832px);
  height: max(15vw, 472px);
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/visual_front_wave.png') no-repeat right;
  background-size: cover;
  z-index: 1;
}
.visual_coupon .coupon {
  position: relative;
  display: block;
  width: 410px;
  height: 290px;
  z-index: 0;
}
.visual_coupon .coupon > img {
  position: relative;
  z-index: 1;
}
.visual_coupon .coupon._2 {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 460px;
  height: 430px;
  z-index: 0;
}
.visual_coupon .coupon > img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.visual_coupon .coupon._2 img:last-child {
  left: 20px;
  top: auto;
  bottom: 0;
}
.bubble_area {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 360px;
  height: 200px;
}
.bubble {
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 100px;
  height: 200px;
  opacity: 0;
}
.bubble._p2 { left: 220px;}
.bubble__s { left: 100px; width: 14px; height: 14px; }
.bubble__m { left: 0px; width: 20px; height: 20px; }
.bubble__l { left: auto; right: 0; width: 44px; height: 44px; }
.visual_banner {
  position: relative;
  width: 100%;
  height: 48px;
  background: var(--c_primary);
}
.visual_banner::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/visual_text_rolling.png') repeat-x;
  background-size: auto 100%;
  animation: visualRolling 100s linear infinite;
}

/*  coupon_info   */
.coupon_info {
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/bg_coupon.jpg') no-repeat center top;
  background-size: cover;
}  
.coupon_info .inner {
  --gap: 20px;
  justify-content: space-between;
  max-width: 1007px;
}
.half_price .coupon_info .tit,
.half_price .coupon_info h3  {
  text-align: left;
}
.coupon_info .txt_area {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.coupon_info h5, 
.coupon_info p {
  font-weight: 400;
}
.coupon_info h3 {
  padding-bottom: 24px;
}
.coupon_info mark {position: relative; z-index: 1;}
.coupon_info mark::before {
  content: '';
  position: absolute;
  left: -3px;
  bottom: -2px;
  display: block;
  width: calc(100% + 12px);
  height: 16px;
  background: #095DB2;
  border-radius: 100px;
  z-index: -1;
} 
.sub_baloon {
  position: relative;    
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  color: var(--c_black);
  background: var(--c_third);
  padding: 4px 14px;
  margin-bottom: 17px;
  border-radius: 100px;
}
.sub_baloon::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -9px;
  display: block;
  width: 16px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9999 12.6918C15.9999 13.5672 14.9546 14.0201 14.316 13.4213L-5.96007e-07 -4.4509e-07L16 3.30239L15.9999 12.6918Z' fill='%23B4ECFF'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}
.coupon_area {
  display: flex;
  flex-direction: column;
  width: 452px;
  height: 348px;
}
.coupon_area > div {
  flex: 1; 
  position: relative;   
  display: flex;
  align-items: center;
  justify-content: center;
  width: 294px;
  flex: 1;
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/coupon_area_1.png') no-repeat center;
  background-size: contain;
}
.six_contrat::before {
  content: '';
  position: absolute;
  top: 16px;
  right: -157px;
  display: block;
  width: 198px;
  height: 226px;
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/coupon_area_tag.png') no-repeat center;
  background-size: contain;
  transform-origin: left top;
  animation: 4s tagWobble .4s infinite ease-in-out;    
  z-index: 1;
}
.coupon_area .six_free {
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/coupon_area_2.png') no-repeat center;
  background-size: contain; 
  transform: rotateX(-90deg);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transform-origin: top center;
}
.__ani.coupon_area .six_free { 
  transform: rotateX(0deg);
  opacity: 1;
}



/*  point_scroll  */
.point_scroll {
  position: relative;
  background: var(--c_second);
  overflow: hidden;
  min-height: calc(100vh - 72px);
}
.point_scroll .inner {   
  align-items: flex-start; 
  margin: 0 auto;
}
.point_scroll .txt_area {
  display: flex;
  flex-direction: column;
  gap: 40px;    
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
}
.point_scroll .explain_box {
  position: relative;  
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, .7);
  padding: 32px 0 24px;
  border-radius: 8px;
}
.point_scroll .explain_box::before {
  content: '패파 ONLY!';
  position: absolute;
  top: -18px;
  left: calc(50% - 53px);
  display: block;
  width: 106px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--c_white);
  mask-image: url("data:image/svg+xml,%3Csvg width='106' height='44' viewBox='0 0 106 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='106' y='35' width='106' height='35' rx='17.5' transform='rotate(-180 106 35)' fill='%230165FF'/%3E%3Cpath d='M53.8742 41.4265C53.4932 42.1123 52.5068 42.1123 52.1258 41.4265L48 34L58 34L53.8742 41.4265Z' fill='%230165FF'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-size: 100%;
  background: var(--c_primary);
  padding-top: 4px;
  animation: upDown .8s ease-in-out infinite alternate;
}
.point_scroll h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.point_scroll h3::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/point_loupe.png') no-repeat center;
  background-size: cover;
}
.explain_box ul {
  text-align: left;
  max-width: 446px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 16px auto 0;
}
.explain_box ul > li {
  list-style: decimal;
  list-style-position: inside;
  flex: 1 1 45%;
  font-size: 20px;
  font-weight: 700;
}
.explain_box ul > li::marker {
  color: var(--c_primary);
}
.point_conts {    
  display: flex;    
  justify-content: flex-start;
  gap: 16px;
  width: max-content;
  height: 323px;
  will-change: transform;
  padding: 0;
}
.point_conts .item {
  position: relative;
  width: 282px;
  line-height: 0;
  background: var(--c_white);
  border-radius: 8px;
  overflow: hidden;
}
.item_txt {
  padding: 24px 20px;
}
.item_txt h5 {
  font-weight: 700;
}
.line-badges {
  display: flex;
  gap: 6px;
  padding-bottom: 6px;
}
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--c_white);
  background: #000;
  border-radius: 50%;
}
.line1 {background: #3455B4;}
.line2 {background: #2CC160;}
.line3 {background: #FF8936;}
.line4 {background: #00B0F0;}
.line6 {background: #B26017;}
.line7 {background: #3455B4;}
.line9 {background: #D0A439;}
.bundang {background: #FFCE32;}
.shinbundang {background: #DA304D;}
.gyeonggang {background: #7DDADA;}
.airport {background: #66B4DF;}

.point_conts .item > img {
  width: 100%;
  height: 180px;
}
.item_tag {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_white);
  background: var(--c_black);
  padding: 12px 8px;
  border-radius: 0 0 0 8px;
}


/*  for_headcount   */
.headcount_ul {
  max-width: 1064px;
  margin: 0 auto;
}
.headcount_ul > li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.headcount_ul > li + li {
  margin-top: 60px;
}
.headcount_ul .txt_box {
  width: max(27%, 287px);
}
.headcount_ul .img_box {
  position: relative;
  width: max(70%, 736px);
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
}
.headcount_ul figcaption,
.facilities_wrapper figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4.5px);
  transform: translateY(100%);
  transition: .3s transform .3s ease-in-out;
}
.headcount_ul .__ani figcaption {
  transform: translateY(0);
}

/*  free_advantage  */
.free_advantage {
  background: var(--c_primary);
}
.advantage_wrapper {
  max-width: 1137px;
  width: 100%;
}
.advantage_swiper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 24px;
  max-width: 1137px;
}
.advantage_swiper li {
  min-height: 360px;
  background: var(--c_white);
  padding: 40px 44px;
  border-radius: 8px;
}
.advantage_swiper .txt_box {
  max-width: 345px;
}
.advantage_swiper h4 {
  font-size: 34px;
  padding-bottom: 16px;
}
.advantage_swiper li > img {  
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 206px;
  width: 16.553vw;
}

/*  good_facilities  */
.facilities_wrapper {
  position: relative;
  text-align: center;
  max-width: 1138px;
  width: 100%;
}
.facilities_wrapper .swiper-slide {
  opacity: 0 !important;
}
.facilities_wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.facilities_wrapper figure {
  position: relative;
  margin-bottom: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.facilities_wrapper figcaption {
  transform: none;
  transition: none;
}
.facilities_wrapper .__swiper-navigation__circle {
  position: absolute;
  bottom: 102px !important;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.facilities_wrapper .swiper-pagination-bullet {
  margin: 0 !important;
}
.facilities_wrapper .swiper-button-next, 
.facilities_wrapper .swiper-button-prev {
  top: calc(50% - 45px);
}

/*  section_award   */
.section_award {
  background: var(--c_black);
}

/*  last_banner   */
.last_banner {
  background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/bg_last_banner.jpg') no-repeat center;
  background-size: cover;
}
.last_banner h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.last_banner_baloon {
  display: block;
  max-width: 637px;
  height: 62px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--c_white);
  mask-image: url("data:image/svg+xml,%3Csvg width='638' height='62' viewBox='0 0 638 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='637' height='50' rx='25' fill='%230165FF'/%3E%3Cpath d='M318.136 60.5192C318.522 61.1807 319.478 61.1807 319.864 60.5192L326 50H312L318.136 60.5192Z' fill='%230164FF'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-size: 100%;
  background: var(--c_primary);
  padding: 8px 24px;
  opacity: 0;
  transform: translateY(-5%);
  transition: .5s transform .8s ease-in-out, .5s opacity .8s ease-in-out;
}
.last_banner .__ani .last_banner_baloon {
  opacity: 1;
  transform: translateY(0%);
}
.last_banner h3 svg {    
  width: 100%;
  overflow: visible;
}

/*    exeption :: common setting   */
.__white,
.__white h5, .__white h3, .__white h4  {
  color: var(--c_white);
}
.__colmn {
  flex-direction: column;
}
.quick_link_new, 
.timer {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.quick_link_new.visible,
.timer.visible {
  opacity: 1;
  visibility: visible;
}

/*  btn   */
.point_scroll .btn_grp {
  margin: 0 auto;
}
.btn {
  display: inline-block;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 56px;
  text-indent: 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--c_white);
  background: var(--c_primary);
  padding: 0 48px;
  border-radius: 8px;
}
.btn._floting {
  height: 40px;
  padding: 0 24px;
  border-radius: 100px;
}
.btn._min {
  gap: 16px;
  height: 64px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-indent: 0;
  padding: 0 24px 0 32px;
  margin-top: 24px;
  border-radius: 1000px;
}
.btn._black {
  color: var(--c_white);
  background: var(--c_black);
}
.btn._white {
  color: var(--c_black);
  background: var(--c_white);
}
.btn::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(--c_white);
}
.btn._white::after {
  background: var(--c_black);
}
.coupon_info .btn {
  animation: btnColor .4s linear infinite alternate;
}



@keyframes tagWobble {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(3deg); }
  40%  { transform: rotate(-2deg); }
  60%  { transform: rotate(2deg); }
  80%  { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}
@keyframes visualRolling {
  0% {background-position: -5642px center;}
  100% {background-position: center;}
}
@keyframes btnColor {
  0% {background: var(--c_white);}
  100% {background: #FFFCAF;}
}
@keyframes upDown {
  0% {transform: translateY(0);}
  100% {transform: translateY(-15%);}
}


@media (min-width: 961px) and (hover: hover) {
  .btn:hover {
    background: var(--c_black);
  }
  .btn._black:hover {
    background: var(--c_primary);
  }
  .coupon_info .btn:hover {
    animation: none;
    color: var(--c_white);
    background: var(--c_black);
  }
  .coupon_info .btn:hover::after {
    background: var(--c_white);
  }
  .free_advantage .btn:hover {
    color: var(--c_black);
    background: var(--c_white);
  }
  .free_advantage .btn:hover::after {
    background: var(--c_black);
  }


  .last_banner h3 svg .svg_blur_group {
    transition: .4s filter .4s ease-in-out;  
    filter: blur(4px);
    -webkit-filter: blur(4px);
    background-color: transparent;
  } 
  .last_banner .__ani h3 .bannerSvg .svg_blur_group { filter: blur(0px);}
  .last_banner .__ani h3 .bannerSvg .svg_blur_group._2 { transition-delay: .5s;}
  .last_banner .__ani h3 .bannerSvg .svg_blur_group._3 { transition-delay: .6s;}
  .last_banner .__ani h3 .bannerSvg .svg_blur_group._3 path:nth-child(3) { filter: blur(1px);}
  .last_banner .__ani h3 .bannerSvg .svg_blur_group._3 path:nth-child(2) { filter: blur(1.5px);}
  .last_banner .__ani h3 .bannerSvg .svg_blur_group._3 path:nth-child(1) { filter: blur(2px);}


}

/* pc only */
@media (min-width: 961px) and (max-width: 1100px) {
  .point_scroll .inner {
    max-width: 846px;
  }
}
@media (min-width: 1101px) and (max-width: 1600px) {
  .point_scroll .inner {
    max-width: 1020px;
  }
}

/* mo */
@media (max-width: 960px) {
  .half_price {
    --inner_wid_max: 500px;
    --padding_defalut: 120px 20px;
    --padding_horizontal: 20px;
  }
  .hidden_pc {
    display: block;
  }
  .hidden_mo {
    display: none;
  }
  .inner {
    --gap: 40px;
  }
  .half_price h3 {
    font-size: 34px;
  }
  .half_price h4 {
    font-size: 26px;
  }
  .half_price h5 {
    font-size: 22px;
  }
  .half_price p {
    font-size: 16px;
  }
  .half_price h5 + h3 {
    padding-top: 2px;
  }

  .timer  {
    bottom: 22px;
  }
  .timer .inner {
    max-width: 500px;
    padding: 0 20px;
  }
  .timer .tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .timer .tit h5 {
    font-size: 12px;
  }
  .timer .num {
    font-size: 18px;
  }

  .visual_wave {    
    height: 542px;
    background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/bg_visual_m.jpg') no-repeat center bottom;
    background-size: cover;
  }
  .visual_wave::before {
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/visual_light_m.png') no-repeat center bottom;
    background-size: cover;
  }
  .visual_wave .inner {
    --gap: 0;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 28px 50px 0;
  }
  .visual_tit {
    text-align: center;
  }
  .visual_tit b {
    font-size: 20px;
    padding-bottom: 0;
  }
  .visual_tit p {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .visual_tit h2 {  
    max-width: 276px;  
    font-size: 0;
    margin: 0 auto;
  }
  .visual_tit h2 svg {
    width: 100%;
    height: 100%;
  }
  .visual_tit h2 .svg_align {
    transform: translateX(calc(50% - 100px));
  }
  .visual_tit .info {
    margin: 12px 0 16px;
  }
  .visual_coupon {        
    width: 375px;
    height: 315px;
  }
  .visual_coupon::before {
    right: auto;
    left: 0;
    width: max(44vw, 304px);
    height: max(38vw, 220px);
    background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/visual_front_wave_m.png') no-repeat right;
    background-size: cover;
  }
  .visual_coupon .coupon {
    left: 20px;
    bottom: 0px;
    width: 244px;
    height: 230px;
  }
  .visual_coupon .coupon._2 {
    left: auto;
    bottom: -60px;
    width: 258px;
    height: 240px;
  }
  .bubble_area {
    width: 150px;
  }
  .bubble__s { left: 100px; width: 7px; height: 7px; }
  .bubble__m { left: 0px; width: 14px; height: 14px; }
  .bubble__l { left: auto; right: 0; width: 30px; height: 30px; }
  .visual_banner {
    height: 34px;
  }


  .coupon_info .inner {
    --gap: 40px;
    flex-direction: column;
  }
  .half_price .coupon_info .tit,
  .half_price .coupon_info h3  {
    text-align: center;
  }
  .coupon_area {
    width: 220px;
    height: 258px;
  }
  .coupon_area > div {
    width: 100%;
  }
  .sub_baloon {
    font-size: 14px;
    margin: 0 auto 16px;
  }
  .sub_baloon::after {
    left: calc(50% - 5px);
    bottom: -7px;
    width: 11px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.348 6.6432C5.95633 7.26987 5.04367 7.26987 4.652 6.6432L0.5 7.94465e-08L10.5 4.76837e-07L6.348 6.6432Z' fill='%23B4ECFF'/%3E%3C/svg%3E%0A");
  }
  .six_contrat::before {
    top: 14px;
    right: -81.5px;
    width: 110px;
    height: 140px;
    background: url('/wp-content/themes/fastfive/assets/event/250701_half_price/img/coupon_area_tag_m.png') no-repeat center;
    background-size: contain;
  }

  .point_scroll .inner {
    padding: var(--padding_defalut);
  }
  .explain_box ul {
    flex-direction: column;
    max-width: 202px;
    gap: 4px;
    margin-top: 12px;
  }
  .explain_box ul > li {
    font-size: 18px;
  }
  .point_scroll {
    min-height: calc(100vh - 60px);
    /* height: 100dvh; */
  }
  .point_scroll .explain_box::before {
    left: calc(50% - 48px);
    width: 96px;
    height: 40px;
    font-size: 14px;
    mask-image: url("data:image/svg+xml,%3Csvg width='96' height='40' viewBox='0 0 96 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='96' y='32' width='96' height='32' rx='16' transform='rotate(-180 96 32)' fill='%230165FF'/%3E%3Cpath d='M48.8742 38.4265C48.4932 39.1123 47.5068 39.1123 47.1258 38.4265L43 31L53 31L48.8742 38.4265Z' fill='%230165FF'/%3E%3C/svg%3E%0A");
  }
  .point_scroll h3 {width: fit-content; margin: 0 auto;}
  .point_scroll h3::after {
    position: absolute;
    right: -28px;
    bottom: 5px;
    display: inline-block;
    width: 22px;
    height: 36px;
    background-size: contain;
  }
  .point_conts {
    height: 304px;
  }
  .point_conts .item {
    width: 240px;
  }


  .headcount_ul {
    max-width: none;
  }
  .headcount_ul .img_box {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
  .headcount_ul > li {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background: rgba(223, 243, 254, 0.50);
    border-radius: 8px;
  }
  .headcount_ul > li + li {
    margin-top: 24px;
  }
  .headcount_ul .txt_box {
    text-align: center;
    padding-top: 24px;
  }
  .headcount_ul p {
    font-size: 18px;
  }
  .headcount_ul figcaption {        
    text-align: center;
    height: 74px;
    font-size: 16px;
  }


  .advantage_wrapper {
    overflow: hidden;
  }
  .advantage_swiper {
    display: flex;
    gap: 0;
  }
  .advantage_swiper li {    
    min-height: 364px;
    padding: 30px;
  }
  .advantage_swiper li > img {
    width: 148px;
  }
  .advantage_pagination {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
  }
  ._paging {
    display: flex;
    gap: 2px;
    width: fit-content;
    font-size: 16px;
    color: rgba(255, 255, 255, .3);
  }
  ._paging .swiper-pagination-current {
    color: var(--c_white);
  }
  .free_advantage ._progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    overflow: hidden;
  }
  ._progressbar .swiper-pagination-progressbar-fill {
    background: var(--c_white);
  }

  .facilities_swiper .swiper-slide p {
    max-width: 335px;
    margin: 0 auto;
  }
  .facilities_wrapper figcaption {
    height: 40px;
    font-size: 16px;
  }
  .facilities_wrapper figure {
    margin-bottom: 48px;
  }
  .facilities_wrapper .__swiper-navigation__circle {
    bottom: 108px !important
  }


  .last_banner h3 svg {
    width: 296px;
    margin: 0 auto;
  }
  .last_banner h3 {
    gap: 12px;
  }
  .last_banner_baloon {
    max-width: 289px;
    width: 100%;
    height: 90px;
    font-size: 18px;
    line-height: 1.5;
    padding: 14px 0;
    mask-image: url("data:image/svg+xml,%3Csvg width='290' height='90' viewBox='0 0 290 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='289' height='82' rx='41' fill='%230165FF'/%3E%3Cpath d='M145 90L150 82H140L145 90Z' fill='%230165FF'/%3E%3C/svg%3E%0A");
  }


  .quick_link_new.visible{
    opacity: 0;
    visibility: hidden;
  }

  .btn {
    font-size: 16px;
    padding: 0 32px;
    margin: 0 auto;
  }
  .btn._min {        
    gap: 0;
    height: 32px;
    font-size: 12px;
    line-height: 1.7;
    text-indent: 4px;
    padding: 0 16px;
    margin-top: 12px;
  }
  .btn._floting {    
    height: 32px;
    font-size: 12px;
    padding: 0px 20px;
    margin: unset;
  }
  .btn._min::after,
  .btn._floting::after {
    width: 20px;
    height: 20px;
    mask-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_297_664' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='20'%3E%3Crect x='0.5' width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_297_664)'%3E%3Cmask id='mask1_297_664' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='3' y='3' width='15' height='14'%3E%3Crect x='3.8335' y='3.33334' width='13.3333' height='13.3333' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_297_664)'%3E%3Cpath d='M11.8753 9.99955L7.79194 5.91622C7.65306 5.77733 7.58593 5.61298 7.59056 5.42316C7.59519 5.23335 7.66694 5.06899 7.80583 4.9301C7.94472 4.79122 8.10907 4.72177 8.29889 4.72177C8.4887 4.72177 8.65306 4.79122 8.79194 4.9301L13.0558 9.20788C13.1669 9.31899 13.2503 9.44399 13.3058 9.58288C13.3614 9.72177 13.3892 9.86066 13.3892 9.99955C13.3892 10.1384 13.3614 10.2773 13.3058 10.4162C13.2503 10.5551 13.1669 10.6801 13.0558 10.7912L8.77806 15.069C8.63917 15.2079 8.47713 15.275 8.29194 15.2704C8.10676 15.2658 7.94472 15.194 7.80583 15.0551C7.66694 14.9162 7.5975 14.7519 7.5975 14.562C7.5975 14.3722 7.66694 14.2079 7.80583 14.069L11.8753 9.99955Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }

}