.hidden-pc{
    display: none;
}
html{
  scroll-behavior: smooth;
}
ul,li{
  list-style: none;
}
.point_y{
  color: #FFF965;
  font-weight: 700;
}
p{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
.inner_wrap{
    max-width: 1380px;
    padding:180px 50px;
    margin: 0 auto;
}
.tit h2{
	color: #222;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -1px;
}
.tit h3{
	color: #222;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -1px;
}
.tit p{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}
.btn_group {
	display: flex;
	margin-top: 48px;
}
.btn_group a{
	background: #222;
	color: #fff;
	padding: 12.5px 48px 12.5px 56px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.7;
	display: flex;
	align-items: center;
}
.btn_group a::after{
	content: '';
	width: 24px;
	height: 24px;
	display: inline-flex;
	background: url(/wp-content/themes/fastfive/assets/images/feat/ico_arrow_w.svg) 50% 50% no-repeat;
	background-size: 24px 24px;
}
.weekend_visual{
    position: relative;
}
.weekend_visual .tit span{
	background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/img_talk_top.png) 0 0 no-repeat;
	background-size: auto 100%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	padding: 10px 28px 26px;
	display: inline-block;
}
.weekend_visual .tit .weekend_only{
	background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/img_talk_only.png) 0 0 no-repeat;
	background-size: auto 100%;
  padding-left: 22px;
  padding-right: 22px;
}
.weekend_visual .tit .weekend_tit{
  font-size: 72px;
}
.weekend_visual .img_box{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #FFF965 url(/wp-content/themes/fastfive/assets/event/240223_tour/img/bg_visual_pc.png) 0 0 no-repeat;
	background-size: auto 100%;
	display: flex;
	align-items: flex-end;
}
.weekend_visual .img_box img{
  width: 100%;
	max-width: 1000px;
}
.weekend_visual .txt_box{
	position: relative;
	z-index: 1;
}
.weekend_intro{
  background: #161616;
}
.weekend_intro .tit{
  padding: 180px 50px 60px;
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
}
.weekend_intro .tit h3{
  color: #fff;
  margin-top: 8px;
}
.weekend_intro .img_box{
	text-align: center;
}
.weekend_intro .cont{
  padding: 60px 50px 180px;
  max-width: 1380px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  gap: 76px;
}
.weekend_intro .cont ul li{
  background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/img_talk_long.png) 50% 50% no-repeat;
  background-size: contain;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  color: #222;
  padding: 18px 46px 18px 58px;
}
.weekend_intro .cont ul li:nth-child(2){
  background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/img_talk_long2.png) 0 50% no-repeat;
  background-size: contain;
  margin-top: 12px;
}
.weekend_intro .cont p + p{
  margin-top: 24px;
}
.weekend_space{
  text-align: center;
}
.weekend_space ul{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 60px 0 24px;
}
.weekend_space ul li{
  border-radius: 16px;
  background: #fffca9;
  width: calc(50% - 12px);
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.weekend_space ul li .txt_box{
  padding: 40px 0 48px 40px;
  width: 50%;
  text-align: left;
}
.weekend_space ul li .txt_box h4{
  color: #161616;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -1px;
}
.weekend_space ul li .txt_box p{
  color: rgba(22,22,22,0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 12px;
}
.weekend_space ul li .img_box{
  width: 50%;
}
.weekend_space h6{
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; 
  color: #444;
}
.weekend_space .btn_group{
  justify-content: center;
}
.weekend_tour{
  background: #FFF965;
  text-align: center;
}
.weekend_tour .tit{
  text-align: center;
}
.weekend_tour .tit p{
  color: rgba(22, 22, 22, 0.60);
  margin-top: 16px;
}
.weekend_tour .cont{
  display: flex;
  gap: 24px;
  margin-top: 60px;
	justify-content: center;
}
.weekend_tour .weekend,.weekend_tour .night{
	max-width: 519px;
	font-size: 0;
	line-height: 0;
}
.weekend_tour .tour_box{
	border-radius: 24px;
	overflow: hidden;
}
.weekend_tour .weekend_only{
  max-width: 846px;
  margin: 0 auto;
	font-size: 0;
	line-height: 0;
}
.weekend_tour .weekend_only .txt_box{
  display: flex;
  gap: 12px;
  justify-content: center;
}
.weekend_tour .txt_box p{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
}
.weekend_tour .txt_box h4{
	font-size: 34px;
	line-height: 1.4;
	font-weight: 700;
}
.weekend_tour .weekend_only
.weekend_tour .tour_box{
  border-radius: 24px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.weekend_tour .txt_box{
  background: #fff;
  padding: 24px;
  text-align: center;
	align-items: center;
}
.weekend_tour h6{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  display: inline-block;
  margin-top: 24px;
  color: #444;
}
.weekend_tour .weekend h6:last-child,.weekend_tour .weekend_only h6:last-child{
	margin-left: 5px;
}
.weekend_form{
  background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/bg_building_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.weekend_form .inner_wrap{
	padding: 130px 50px;
}
.weekend_form .tit h3{
  color: #fff;
  margin-bottom: 16px;
}
.weekend_form .form_box{
  background: #fff;
  border-radius: 32px;
  /* padding: 60px 150px; */
  padding: 20px 0;
  max-width: 1062px;
  margin: 60px auto 20px;
}
.weekend_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns{
  gap: 56px;
  text-align: left;
}
.weekend_form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin: 36px auto 32px;
}
.weekend_form div.wpforms-container-full .wpforms-form label.wpforms-error{
	font-weight: 400;
	margin: 0;
}
.weekend_form div.wpforms-container-full .wpforms-form .wpforms-submit-container{
  /* max-width: 458px; */
  margin: 0 auto;
}
.weekend_form div.wpforms-container-full #wpforms-7855-field_13-container label.wpforms-error{
  left: 190px;
  bottom: -100%;
}
.required-check-box > ul > li > label.for-round-check-box:after{
  top: 3px;
  width: 5px;
}
.weekend_form div.wpforms-container-full{
  margin: 0 auto;
}
.weekend_form h6{
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
.weekend_award{
  background: #161616;
}
.weekend_award .tit h3{
  color: #fff;
  text-align: center;
}
.weekend_award .img_box{
  max-width: 1065px;
  margin: 60px auto 0;
}
@media (max-width:960px){
  .hidden-pc{
    display: block;
  }
  .hidden-mo{
    display: none;
  }
  .tit h3{
    font-size: 28px;
  }
  .tit p{
    font-size: 22px;
  }
  p{
    font-size: 18px;
  }
	.btn_group{
		margin-top: 40px;
	}
  .btn_group a{
    padding: 14.5px 32px 14.5px 36px;
    border-radius: 8px;
		font-size: 16px;
  }
  .inner_wrap{
    padding: 130px 20px;
  }
  .weekend_visual .inner_wrap{
    padding: 52px 30px 40px;
  }
	.weekend_visual .btn_group{
		margin-top: 24px;
	}
  .weekend_visual .tit span{
    font-size: 18px;
    color: #484746;
    background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/img_talk_top_mo.png) 0 0 no-repeat;
    background-size: contain;
    font-size: 18px;
    line-height: 1.7;
    padding: 10px 20px 20px;
  }
  .weekend_visual .tit .weekend_tit{
    font-size: 40px;
  }
	.weekend_visual .tit .weekend_only{
		background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/img_talk_only_top_mo.png) 0 0 no-repeat;
    background-size: auto 100%;
    padding-left: 16px;
    padding-right: 16px;
	}
  .weekend_visual .tit h2{
    font-size: 36px;
  }
  .weekend_visual .img_box{
    position: static;
    width: 100%;
		background: none;
  }
  .weekend_intro .tit{
    text-align: left;
    padding: 130px 20px 40px;
  }
	.weekend_intro .img_box img{
		width: 100%;
	}
  .weekend_intro .cont{
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px 130px;
  }
  .weekend_intro .cont ul li,.weekend_intro .cont ul li:nth-child(2){
    font-size: 18px;
    background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/img_talk_mo.png) 50% 50% no-repeat;
    background-size: contain;
		padding: 11px 45px;
		text-align: center;
  }
  .weekend_intro .cont .txt_box p + p{
    margin-top: 16px;
  }
  .weekend_space ul{
    flex-direction: column;
    margin: 40px auto 16px;
    max-width: 350px;
    gap: 24px;
  }
  .weekend_space ul li{
    flex-direction: column;
    width: 100%;
    border-radius: 24px;
  }
  .weekend_space ul li .txt_box{
    width: 100%;
    padding: 24px 17px;
    text-align: center;
  }
  .weekend_space ul li .txt_box h4{
    font-size: 24px;
  }
  .weekend_space ul li .img_box{
    width: 100%;
  }
  .weekend_space ul li .txt_box p{
    font-size: 16px;
    margin-top: 8px;
  }
  .weekend_space h6{
    font-size: 14px;
    line-height: 1.7;
  }
  .weekend_tour .cont{
    flex-direction: column;
    margin: 40px auto 0;
    max-width: 350px;
  }

	.weekend_tour .txt_box p{
		font-size: 18px;
	}

	.weekend_tour .txt_box h4{
		font-size: 24px;
	}
	.weekend_tour .weekend_only{
		border-radius: 24px;
		overflow: hidden;
	}

.weekend_tour .weekend h6:last-child,.weekend_tour .weekend_only h6:last-child{
	margin-left: 0;
}
  .weekend_tour .weekend_only .txt_box{
    flex-direction: column;
    gap:0;
  }
  .weekend_tour h6{
    display: block;
    margin-top: 16px;
    font-size: 14px;
  }
  .weekend_tour h6 + h6{
    margin-top: 0;
  }
  .weekend_form{
    background: url(/wp-content/themes/fastfive/assets/event/240223_tour/img/bg_building_mo.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
	.weekend_form .inner_wrap{
		padding: 130px 30px;
	}
  .weekend_form .form_box{
    /* padding: 30px; */
    border-radius: 12px;
		margin: 40px auto 16px;
  }
	.weekend_form .tit h3{
		margin-bottom: 8px;
	}
  .weekend_form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox{
    margin-top: 40px;
		margin-bottom: 22px;
  }
	.weekend_form div.wpforms-container-full .wpforms-form .wpforms-field-label{
		font-size: 16px !important;
	}
  .weekend_form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns{
    gap: 0;
  }
  .weekend_form div.wpforms-container-full #wpforms-7855-field_13-container label.wpforms-error{
    left: 30px;
		margin: -75%;
  }
  .weekend_form div.wpforms-container-full .wpforms-form #wpforms-7855-field_13-container{
    text-align: left;
    max-width: 251px;
    align-items: flex-start
  }
  .weekend_form div.wpforms-container-full .wpforms-form .wpforms-field-description{
    margin-top: 0;
  }
	.weekend_form div.wpforms-container-full .wpforms-form .wpforms-field{
		padding-top: 14px;
	}
	.weekend_form div.wpforms-container-full .wpforms-form label.wpforms-error{
		margin-top: 0;
    padding-top: 4px;
		font-size: 12px !important;
	}
  .weekend_award .inner_wrap{
    padding: 130px 30px;
  }
}