@charset "utf-8";

#sec01{
	width: 100%; height: 100vh;
	position: relative;
	padding-top: 120px;
}

#sec01 .marquee {
  position: absolute;
  bottom: 0; left: 0;
  width: 100vw;
  height: 12rem;
  max-width: 100%;
  overflow-x: hidden;
  z-index: -1;
}

#sec01 .marquee .track {
  position: absolute;
  width: 100%; height: 100%;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

#sec01 .marquee .content{
	font-size: 10.1875rem;
	font-weight: 700;
	color: var(--green04);
	text-transform: uppercase;
	line-height: 1;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


#sec01 .wrapper{
	position: relative;
	z-index: 2;
	height: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#sec01 .img-box{
	position: relative;
}

#sec01 .img-box img:not(.flower01){
	position: absolute;
}

#sec01 .img-box img.flower01{}

#sec01 .img-box img.flower02{
	left: -50px;
	bottom: 5px;
}

#sec01 .img-box img.heart01{
	left: -170px;
	bottom: 20px;
}

#sec01 .img-box img.heart02{
	right: -180px;
	top: -5px;
}

#sec01 .img-box img.heart03{
	right: -100px;
	bottom: 25px;
}

#sec01 .img-box img.heart04{
	left: -70px;
	top: 10px;
}

#sec01 .img-box img.heart05{
	top: -15px;
	right: -50px;
}

#sec01 .tit-box{
	text-align: center;
}

#sec01 .tit-box .sub_tit{
	background-color: #ffe2db;
	padding: 5px 20px;
	border-radius: 20px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 18px;
}

#sec01 .tit-box .sub_tit::before{
	display: none;
}

#sec01 .tit-box .sub_tit i{
	display: block;
	width: 21px; height: 25px;
	background: url(/img/pranchise/icn_bell.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

#sec01 .tit-box .sub_tit span{
	font-size: 1.125rem;
}

#sec01 .tit-box .sub_tit span strong{
	font-size: inherit;
	font-weight: 600;
	color: var(--red);
}

#sec01 .tit-box .tit{
	font-size: 5rem;
	font-weight: 700;
	color: var(--green02);
	margin-top: 20px;
}

#sec01 .tit-box .tit strong{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

#sec01 .tit-box .tit_desc{
	font-size: 1.25rem;
}

#sec01 .tit-box .tit_desc strong{
	font-size: inherit;
	font-weight: 600;
	color: var(--green02);
}

#sec01 .btn-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

#sec01 .btn-box .btn{}

#sec01 .btn-box .btn a{
	display: flex;
	gap: 35px;
	align-items: center;
	box-sizing: border-box;
	padding: 17px 30px;
	border-radius: 20px;
}

#sec01 .btn-box .btn .txt-box{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#sec01 .btn-box .btn .txt-box figure{
	height: 50px;
}

#sec01 .btn-box .btn .txt-box figure img{
	height: 100%;
}

#sec01 .btn-box .btn .txt-box p{
	font-size: 1.75rem;
	font-weight: 700;
	width: 150px;
}



#sec01 .btn-box .btn_order a{
	background-color: var(--white);
	border: 1px solid var(--green02);
}

#sec01 .btn-box .btn_tel a{
	background-color: var(--green02);
	border: 1px solid var(--green02);
}


#sec01 .btn-box .btn_order .arrow{
	display: block;
	width: 33px; height: 18px;
	background: url(/img/main/arrow_green.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

#sec01 .btn-box .btn_tel .arrow{
	display: block;
	width: 33px; height: 18px;
	background: url(/img/main/arrow.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

#sec01 .btn-box .btn_order .txt-box p{
	color: var(--green02);
}

#sec01 .btn-box .btn_tel .txt-box p{
	color: var(--white);
}



#sec02{}

#sec02 .wrapper{
	padding-top: 0 !important;
}

#sec02 .top-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec02 .top-box .tit-box{}

#sec02 .top-box .img-box{
	position: relative;
}

#sec02 .top-box .img-box img:not(.girl){
	position: absolute;
}

#sec02 .top-box .img-box img.girl{}

#sec02 .top-box .img-box img.money{
	top: 10px; left: 10px;
	z-index: 2;
}

#sec02 .top-box .img-box img.coin{
	top: 0; left: 15px;
}

#sec02 .top-box .img-box img.congraturation{
	top: 15px; left: 0;
}


#sec02 .bottom-box{}

#sec02 .bottom-box ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

#sec02 .bottom-box ul li{
	width: calc( ( 100% - 40px ) / 3 );
	background-color: var(--green04);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

#sec02 .bottom-box ul li figure{
	display: block;
	width: 120px; height: 120px;
	background-color: var(--white);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec02 .bottom-box  ul li figure img{}

#sec02 .bottom-box .txt-box{}

#sec02 .bottom-box .txt-box h3{
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--green02);
}

#sec02 .bottom-box .txt-box p{
	font-size: 1rem;
	word-break: keep-all;
}

#sec02 .bottom-box ul li.long{
	width: calc( ( 100% - 20px ) / 2 );
}




#sec03{
	position: relative;
}

#sec03::after{
	content: "";
	width: 100%; height: 40%;
	background-color: var(--green04);
	position: absolute;
	bottom: 0; left: 0;
	z-index: -1;
}

#sec03 .wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	position: relative;
	z-index: 2;
}

#sec03 .deco{
	position: absolute;
	bottom: 60px; left: 0;
	color: var(--white);
	font-size: 10.1875rem;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: -1;
}

#sec03 .left-box{}

#sec03 .tit-box{}

#sec03 .tel-box{}

#sec03 .tel-box .btn_tel,
#sec05 .tel-box .btn_tel{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	background-color: var(--green02);
	border-radius: 50px;
	padding: 12px 25px;
}

#sec03 .tel-box .btn_tel figure,
#sec05 .tel-box .btn_tel figure{
	display: block;
	width: 32px;
}

#sec03 .tel-box .btn_tel figure img,
#sec05 .tel-box .btn_tel figure img{
	width: 100%;
}

#sec03 .tel-box .btn_tel span,
#sec05 .tel-box .btn_tel span{
	color: var(--white);
	font-size: 1.75rem;
	font-weight: 700;
}

#sec03 .tel-box .btn_tel i,
#sec05 .tel-box .btn_tel i{
	display: block;
	width: 33px; height: 18px;
	background: url(/img/main/arrow.png) no-repeat;
	background-position: center center;
	background-size: cover;
	margin-left: 20px;
}


#sec03 .tel-box p,
#sec05 .tel-box p{
	margin-top: 10px;
	font-size: 1rem;
	font-weight: 600;
	color: var(--red);
}


#sec03 .right-box{
	width: 65%;
}

#sec03 .right-box .img-box{
	position: relative;
	padding-top: 250px;
	display: flex;
	justify-content: center;
}

#sec03 .right-box .img-box img:not(.pc01){
	position: absolute;
}

#sec03 .right-box .img-box img.pc01{
	display: block;
	position: relative;
	z-index: 1;
}

#sec03 .right-box .img-box img.pc02{
	bottom: -30px; right: 0;
}

#sec03 .right-box .img-box img.boy{
	top: 105px; left: 250px;
	z-index: 2;
}

#sec03 .right-box .img-box img.balloon01{
	top: 0; left: -50px;
}

#sec03 .right-box .img-box img.balloon02{
	left: 460px;
    top: 125px;
    z-index: 3;
}

#sec03 .right-box .img-box img.period{
	z-index: 1;
    left: -20px;
    top: 300px;
}

#sec03 .right-box .img-box img.scrollbar {
    z-index: 1;
    right: 60px;
    top: 364px;
}

#sec03 .right-box .img-box img.finger{
	z-index: 2;
	right: 35px;
	top: 550px;
}





#sec04{
	border-bottom: 1px dashed var(--green03);
}

#sec04 .wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#sec04 .left-box{
	width: 25%;
}

#sec04 .left-box .tit-box{}

#sec04 .left-box .img-box{
	display: flex;
	justify-content: center;
	position :relative;
	
}

#sec04 .left-box .img-box img:not(.phone){
	position: absolute;
}

#sec04 .left-box .img-box img.chart01{
	top: 35px; left: 27px;
}

#sec04 .left-box .img-box img.chart02{
	top: -20px; right: 0;
}

#sec04 .left-box .img-box img.chart03{
	bottom: 0; right: 0;
}

#sec04 .left-box .img-box img.message{
	left: 45px; bottom: 60px;
}

#sec04 .left-box .img-box img.ball{
	left: 55px; top: -50px;
	z-index: 2;
}


#sec04 .right-box{
	width: calc( (100% - 105px) * 0.75 );
}

#sec04 .right-box .plan-box{
	display: flex;
	flex-direction: row;
	gap: 30px;
}

#sec04 .right-box .plan-box .plan{
	width: calc( (100% - 30px) / 2 );
}

#sec04 .right-box .plan-box .plan .plan_tit{
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 12px 0;
	justify-content: center;
	gap: 15px;
}

#sec04 .right-box .plan-box .plan.standard .plan_tit{
	background-color: var(--green03);
}

#sec04 .right-box .plan-box .plan.premium .plan_tit{
	background-color: var(--green02);
}

#sec04 .right-box .plan-box .plan .plan_tit figure{
	width: 40px;
}

#sec04 .right-box .plan-box .plan .plan_tit figure img{
	width: 100%;
}

#sec04 .right-box .plan-box .plan .plan_tit span{
	color: var(--white);
	font-size: 1.5rem;
	font-weight: 600;
}

#sec04 .right-box .plan-box .plan .plan_tit span strong{
	color: inherit;
	font-weight: inherit;
	font-size: 2.1875rem;
}

#sec04 .right-box .plan-box .plan .plan_list{}

#sec04 .right-box .plan-box .plan .plan_list li{
	background-color: var(--green04);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px 10px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

#sec04 .right-box .plan-box .plan .plan_list li:not(:first-of-type){
	margin-top: 10px;
}

#sec04 .right-box .plan-box .plan .plan_list li strong{
	font-size: inherit;
	font-weight: inherit;
	color: var(--red);
}




#sec05{
	position: relative;
}

#sec05::after{
	content: "";
	width: 100%; height: 40%;
	background-color: var(--green04);
	position: absolute;
	bottom: 0; left: 0;
	z-index: -1;
}

#sec05 .wrapper{
	display: flex;
	flex-direction: row;
	gap: 55px;
}

#sec05 .left-box{
	width: 28.5%;
}

#sec05 .left-box .tit-box{}

#sec05 .left-box .tel-box{
	margin-top: 100px !important;
}

#sec05 .tel-box .btn_tel{
	display: inline-flex;
}

#sec05 .right-box{
	width: 71.5%;;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

#sec05 .right-box li{
	width: calc( (100% - 40px) / 3 );
	border-radius: 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(236,237,230,1);
	background-color: var(--white);
	padding: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#sec05 .right-box li::after{
	content: "";
	font-size: 18.75rem;
	line-height: 1;
	font-weight: 900;
	color: var(--green02);
	position: absolute;
	bottom: -50px; left: -45px;
	opacity: 0.1;
}

#sec05 .right-box li:nth-of-type(1)::after{
	content: "1";
	left: -20px;
}
#sec05 .right-box li:nth-of-type(2)::after{
	content: "2";

}
#sec05 .right-box li:nth-of-type(3)::after{
	content: "3";
}

#sec05 .right-box li .title{
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--white);
	background-color: var(--red);
	border-radius: 7px;
	padding: 2px 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

#sec05 .right-box li figure{
	width: 100%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

#sec05 .right-box li figure img{}

#sec05 .right-box li p{
	font-size: 1.875rem;
	font-weight: 700;
	position: relative;
	z-index: 2;
}






#sec06{}

#sec06 .wrapper{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

#sec06 .left-box{
	width: 25%;
}

#sec06 .left-box .tit-box{}

#sec06 .left-box .img-box{}

#sec06 .left-box .img-box{
	margin-top: 60px;
}

#sec06 .right-box {
	width: 65%;
}


#sec06 .right-box .qna-box{}

#sec06 .right-box .qna-box li{}

#sec06 .right-box .qna-box li .question,
#sec06 .right-box .qna-box li .answer{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;

}

#sec06 .right-box .qna-box li .question{
	cursor: pointer;
}

#sec06 .right-box .qna-box li .answer{
	margin-top: 10px;
}

#sec06 .right-box .qna-box li .question .icn,
#sec06 .right-box .qna-box li .answer .icn{
	width: 57px; height: 57px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 700;
}

#sec06 .right-box .qna-box li .question .icn{
	background-color: var(--red);
	color: var(--white);
}

#sec06 .right-box .qna-box li .answer .icn{
	background-color: var(--white);
	border: 1px solid var(--red);
	color: var(--red);
}

#sec06 .right-box .qna-box li .question .question-cont,
#sec06 .right-box .qna-box li .answer .question-cont{
	width: calc( 100% - 30px - 57px );
	box-sizing: border-box;
	padding: 15px 30px;
	border-radius: 30px;
	box-shadow: 0px 0px 15px rgba(236,237,230,1);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#sec06 .right-box .qna-box li .question .question-cont{
	background-color: var(--white);
}

#sec06 .right-box .qna-box li .question .question-cont span{
	font-size: 1.25rem;
	max-width: 70%;
}

#sec06 .right-box .qna-box li .question .question-cont i{
	display: block;
	width: 10px; height: 19px;
	background: url(/img/pranchise/arrow_red.png) no-repeat;
	background-size: cover;
	background-position: center center;
	transition: 0.4s;
}

#sec06 .right-box .qna-box li.active .question .question-cont i{
	transform: rotate(180deg);
}

#sec06 .right-box .qna-box li .answer .question-cont{
	background-color: var(--green04);
}

#sec06 .right-box .qna-box li .answer .question-cont p{
	font-size: 1.125rem;
	line-height: 1.4;
	word-break: keep-all;
}

#sec06 .right-box .qna-box li .answer .question-cont p a{
	text-decoration: underline;
	font-weight: 500;
	color: var(--green02);
}





@media screen and (max-width: 1500px){}

@media screen and (max-width: 1300px){
	#sec01{
		padding-top: 170px;
	}
	#sec01 .img-box{
		transform: scale(0.9);
	}

	#sec01 .tit-box .tit{
		font-size: 4.5rem;
	}

	#sec01 .tit-box .tit_desc{
		font-size: 1.125rem;
	}

	#sec01 .btn-box .btn .txt-box figure{
		height: 45px;
	}

	#sec01 .btn-box .btn .txt-box p{
		font-size: 1.5625rem;
	}

	#sec01 .btn-box .btn_order .arrow,
	#sec01 .btn-box .btn_tel .arrow{
		width: 30px; height: 15px;
	}


	#sec02 .bottom-box ul{
		gap: 15px;
	}

	#sec02 .bottom-box ul li {
		width: calc( ( 100% - 30px ) / 3 );
	}
	#sec02 .bottom-box ul li.long {
		width: calc( ( 100% - 15px ) / 2 );
	}
}

@media screen and (max-width: 1100px){
	#sec01{
		padding-top: 110px;
	}
	#sec01 .tit-box .sub_tit{
		gap: 12px;
	}
	#sec01 .tit-box .sub_tit i{
		width: 18px; height: 21px;
	}
	#sec01 .tit-box .sub_tit span{ font-size: 1.0625rem; }
	
	#sec01 .tit-box .tit{
		font-size: 4.25rem;
	}

	#sec01 .btn-box .btn .txt-box{
		gap: 10px;
	}

	#sec01 .btn-box .btn .txt-box figure{
		height: 42px;
	}

	#sec01 .btn-box .btn .txt-box p{
		font-size: 1.4375rem;
	}

	#sec01 .btn-box .btn_order .arrow, #sec01 .btn-box .btn_tel .arrow {
		width: 28px;
		height: 14px;
	}
	


	#sec02 .top-box .img-box {
		transform: scale(0.8) translate(55px,35px);
	}
	#sec02 .bottom-box ul li:nth-of-type(3),
	#sec02 .bottom-box ul li:nth-of-type(4){
		width: calc( ( 100% - 15px ) / 2 );
	}

	#sec02 .bottom-box ul li:nth-of-type(5){
		width: 100%;
	}
	
	#sec02 .bottom-box .txt-box h3{
		font-size: 1.5625rem;
	}
	
	#sec02 .bottom-box ul li figure{
		width: 110px; height: 110px;
	}
	#sec02 .bottom-box ul li figure img {
		transform: scale(0.9);
	}


	
	#sec03 .deco {
		bottom: 30px;
		font-size: 9.1875rem;
		white-space: initial;
		line-height: 1;
	}
	#sec03 .right-box .img-box{
	}
	
	#sec03 .right-box .img-box img.pc01,
	#sec03 .right-box .img-box img.pc02{
		width: 90%;
	}

	#sec03 .right-box .img-box img.boy{
		width: 225px;
		top: 17%;
		left: 39%;
	}

	#sec03 .right-box .img-box img.balloon01 {
		top: 5%;
		left: 4%;
		width: 260px;
	}

	#sec03 .right-box .img-box img.period {
		left: 0%;
		top: 47%;
		width: 360px;
	}
	
	#sec03 .right-box .img-box img.finger {
		right: 2%;
		top: 77%;
		width: 60px;
	}
	#sec03 .right-box .img-box img.scrollbar {
		right: 5.6%;
		top: 50%;
		width: 40px;
	}

	#sec03 .right-box .img-box img.balloon02 {
		left: 72%;
		top: 20%;
		width: 90px;
	}
	

	#sec04 .right-box{
		width: 100%;
	}
	#sec04 .right-box .plan-box .plan .plan_tit{
		gap: 10px;
	}

	#sec04 .right-box .plan-box .plan .plan_tit figure{
		width: 35px;
	}

	#sec04 .right-box .plan-box .plan .plan_tit span{
		font-size: 1.375rem;
	}
	
	#sec04 .right-box .plan-box .plan .plan_tit span strong{
		font-size: 1.875rem;
	}

	#sec04 .right-box .plan-box{
		gap: 15px;
	}
	
	#sec04 .right-box .plan-box .plan {
		width: calc( (100% - 15px) / 2 );
	}

	#sec04 .right-box .plan-box .plan .plan_list li{
		font-size: 1.375rem;
	}

	#sec04 .wrapper,
	#sec05 .wrapper,
	#sec06 .wrapper{
		flex-direction: column;
		gap: 45px;
	}
	
	#sec04 .left-box,
	#sec05 .left-box,
	#sec06 .left-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	#sec04 .left-box .img-box{
		display: none;
	}


	#sec05 .left-box{
		align-items: center;
	}

	#sec05 .left-box .tel-box,
	#sec06 .left-box .img-box{
		margin-top: 0 !important;
	}

	#sec05 .tel-box p{
		text-align: right;
	}


	#sec05 .right-box{
		gap: 15px;
		width: 100%;
	}

	#sec05 .right-box li {
		width: calc( (100% - 30px) / 3 );
	}

	#sec05 .right-box li .title{
		font-size: 1.0625rem;
	}

	#sec05 .right-box li figure{
		height: 140px;
	}
	
	#sec05 .right-box li figure img {
		transform: scale(0.8);
	}

	#sec05 .right-box li::after {
		font-size: 16.75rem;
	}

	#sec05 .right-box li p{
		font-size: 1.625rem;
	}
	

	#sec06 .left-box{
		align-items: center;
	}
	#sec06 .left-box .img-box{
		width: 170px;
	}


	#sec06 .right-box{
		width: 100%;
	}

	#sec06 .right-box .qna-box li .question .icn, #sec06 .right-box .qna-box li .answer .icn {
		width: 53px;
		height: 53px;
		font-size: 1.375rem;
	}

	#sec06 .right-box .qna-box li .question, #sec06 .right-box .qna-box li .answer{
		gap: 15px;
	}

		#sec06 .right-box .qna-box li .question .question-cont, #sec06 .right-box .qna-box li .answer .question-cont {
		width: calc( 100% - 15px - 53px );
	}
}

@media screen and (max-width: 900px){
	#sec01 .btn-box{
		flex-direction: column;
		width: 80%;
		gap: 20px;
	}
	#sec01 .btn-box .btn{
		width: 100%;
	}
	#sec01 .btn-box .btn a{
		justify-content: center;
	}

	#sec01 .btn-box .btn .txt-box{
		flex-direction: row;
		align-items: center;
	}
	#sec01 .btn-box .btn .txt-box figure {
		height: 40px;
	}

	#sec01 .btn-box .btn .txt-box p{
		width: auto;
	}

	
	#sec02 .wrapper{
		position: relative;
	}

	#sec02 .bottom-box{
		margin-top: 45px;
	}
	#sec02 .bottom-box ul {
		gap: 10px;
	}

	#sec02 .bottom-box ul li{
		flex-direction: column;
	}

	#sec02 .bottom-box ul li:nth-of-type(5) {
		width: calc( ( 100% - 15px ) / 2 )
	}

	#sec02 .top-box .img-box{
		position: absolute;
		right: 0; bottom: 110px;
		transform: scale(0.75) translate(85px,35px);
	}


	#sec03 .wrapper{
		flex-direction: column;
		gap: 45px;
	}
	
	#sec03 .left-box{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#sec03 .tel-box .btn_tel{
		display: inline-flex;
	}
	#sec03 .tel-box p{
		text-align: right;
	}


	#sec03 .right-box{
		width: 100%;
	}

	#sec03 .right-box .img-box{
		padding-top: 270px;
	}


}

@media screen and (max-width: 767px){
	html, body{
		overflow-x: hidden;
	}

	#header .tel_banner{
		flex-direction: column;
		gap: 5px;
	}

	#sec01 {
		padding-top: 220px;
		padding-bottom: 100px;
		height: auto;
	}

	#sec01 .marquee .track {
		animation: marquee 12s linear infinite;
	}

	#sec01 .img-box img.flower01 {
		width: 180px;
	}

	#sec01 .img-box img.flower02 {
		left: -30px;
		bottom: 5px;
		width: 60px;
	}

	#sec01 .img-box img.heart01 {
		left: -92px;
		bottom: 21px;
		width: 85px;
	}

	#sec01 .img-box img.heart02 {
		right: -105px;
		top: 5px;
		width: 67px;
	}

	#sec01 .img-box img.heart03 {
		right: -60px;
		bottom: 25px;
		width: 55px;
	}
	#sec01 .img-box img.heart04 {
		left: -60px;
		top: 10px;
		width: 35px;
	}

	#sec01 .img-box img.heart05 {
		top: -15px;
		right: -30px;
		width: 40px;
	}

	#sec01 .tit-box .tit{
		font-size: 3.5625rem;
		margin-top: 10px;
	}

	#sec01 .tit-box .tit_desc{
		font-size: 1.0625rem;
	}

	#sec01 .tit-box .tit_desc br.sp{ display: block; }

	#sec01 .btn-box{
		gap: 10px;
	}

	#sec01 .btn-box .btn a{
		padding: 12px 20px;
		border-radius: 10px;
		gap: 15px;
	}
	
	#sec01 .btn-box .btn .txt-box{
		gap: 7px;
	}
	#sec01 .btn-box .btn .txt-box figure{
		height: 30px;
	}

	#sec01 .btn-box .btn .txt-box p{
		font-size: 1.25rem;
	}

	#sec01 .btn-box .btn_order .arrow, #sec01 .btn-box .btn_tel .arrow {
		width: 23px;
		height: 12px;
	}


	#sec02 .bottom-box{
		margin-top: 35px;
	}

	#sec02 .bottom-box ul li{
		width: 100% !important;
	}

	#sec02 .top-box .img-box{
		display: none;
	}

	#sec02 .bottom-box ul li figure {
		width: 90px;
		height: 90px;
	}

	#sec02 .bottom-box ul li figure img {
		transform: scale(0.8);
	}

	#sec02 .bottom-box .txt-box h3{
		font-size: 1.375rem;
	}
	

	#sec03 .wrapper,
	#sec04 .wrapper,
	#sec05 .wrapper,
	#sec06 .wrapper{
		gap: 30px;
	}

	#sec03 .left-box,
	#sec04 .left-box,
	#sec05 .left-box,
	#sec06 .left-box{
		flex-direction: column;
		align-items: flex-start;
	}

	
	#sec03::after{
		height: 20%;
	}
	
	#sec03 .deco{
		font-size: 6rem;
	}

	#sec03 .tel-box p, #sec05 .tel-box p{
		text-align: left;
	}

	#sec03 .tel-box .btn_tel, #sec05 .tel-box .btn_tel{
		gap: 10px;
		padding: 10px 20px;
	}
	#sec03 .tel-box .btn_tel figure, #sec05 .tel-box .btn_tel figure{
		width: 27px;
	}
	#sec03 .tel-box .btn_tel span, #sec05 .tel-box .btn_tel span{
		font-size: 1.5625rem;
	}
	
	#sec03 .tel-box .btn_tel i, #sec05 .tel-box .btn_tel i{
	    width: 26px;
		height: 11px;
		margin-left: 15px;
	}

	#sec03 .right-box .img-box {
		padding-top: 130px;
	}
	#sec03 .right-box .img-box img.balloon01{
		width: 145px;
	}
	#sec03 .right-box .img-box img.boy{
		width: 145px;
	}
	#sec03 .right-box .img-box img.balloon02{
		width: 45px;
		left: 72%;
	}

	#sec03 .right-box .img-box img.period {
		width: 150px;
	}

	#sec03 .right-box .img-box img.pc01, #sec03 .right-box .img-box img.pc02{
		width: 100%;
	}

	#sec03 .right-box .img-box img.pc02{
		bottom: -15px;
		right: -15px;
	}

	#sec03 .right-box .img-box img.scrollbar {
		right: 2%;
		top: 53%;
		width: 21px;
	}

	#sec03 .right-box .img-box img.finger{
		width: 45px;
		right: -5%;
		top: 75%;
	}

	#sec04 .right-box .plan-box{
		gap: 10px;
	}
	#sec04 .right-box .plan-box .plan {
		width: calc( (100% - 10px) / 2 );
	}

	#sec04 .right-box .plan-box .plan .plan_tit{
		flex-direction: column;
		gap: 5px;
		padding: 7px 0;
		border-radius: 10px;
	}

	#sec04 .right-box .plan-box .plan .plan_tit figure{
		width: 30px;
	}

	#sec04 .right-box .plan-box .plan .plan_tit span{
		font-size: 1.0625rem;
	}

	#sec04 .right-box .plan-box .plan .plan_tit span strong{
		font-size: 1.375rem;
	}
	
	#sec04 .right-box .plan-box .plan .plan_list li{
		padding: 15px 5px;
		font-size: 1.125rem;
		border-radius: 10px;
	}


	#sec03 .tel-box,
	#sec05 .left-box .tel-box{
		margin-top: 25px !important;
	}

	#sec05 .right-box{
		flex-wrap: wrap;
	}
	
	#sec05 .right-box li{
		width: 100%;
	}

	#sec05 .right-box li p{
		font-size: 1.375rem;
	}
	
	#sec05 .right-box li::after{
		bottom: -40px;
		left: -25px;
	}
	#sec05 .right-box li:nth-of-type(1)::after {
		content: "1";
		left: -15px;
	}

	#sec06 .left-box .img-box{
		display: none;
	}

	#sec06 .right-box .qna-box li .question, #sec06 .right-box .qna-box li .answer {
		gap: 10px;
	}

	#sec06 .right-box .qna-box li .question .icn, #sec06 .right-box .qna-box li .answer .icn {
		width: 40px;
		height: 40px;
		font-size: 1.125rem;
	}

	#sec06 .right-box .qna-box li .question .question-cont, #sec06 .right-box .qna-box li .answer .question-cont {
		width: calc( 100% - 10px - 40px );
		padding: 12px 20px;
	}

	#sec06 .right-box .qna-box li .question .question-cont span{
		font-size: 1.0625rem; 
	}

	#sec06 .right-box .qna-box li .question .question-cont i{
		width: 7px; height: 16px;
	}

	#sec06 .right-box .qna-box li .answer .question-cont p{
		font-size: 1rem;
	}




}

@media screen and (max-width: 320px){}