		/* 2024年9月ご利用満足度テキスト化 */
		.mv__level__txt{
			text-align: left;
			background: #fff;
			width: 180px;
			height: 180px;
			border-radius: 50%;
			padding: 45px 0 0;
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: #ed6103;
			line-height: 1;
			position: relative;
			top: 100px;
			.num_percent{
				font-size: 76px;
				font-weight: 800;
				padding-left: 10px;
			}
			.fz-s{
				font-size: 40px;
				font-weight: 800;
			}
			sup{
				font-size: 16px;
				top: 10px;
				right: 10px;
			}
		}

		.coustomer-satisfaction__title{
			.num_percent{
				font-size: 68px;
				line-height: 42px;
				font-weight: 800;
				display: inline-block;
				top: 3px;
				left: -3px;
				position: relative;
			}
			.fz-s{
				font-weight: 800;
			}
			sup{
				font-size: 16px;
			}
		}

		 @media screen and (max-width: 768px){
			.coustomer-satisfaction__title{
				.num_percent{
					font-size: 92px;
					line-height: 1;
				}
				.fz-s{
					font-size: 42px;
				}
				sup{
					font-size: 90%;
					top: 24px;
			    right: 8px;
				}
			}
		 }

	.mv__level__txt_sp{
		color: #ed6103;
    position: absolute;
    top: 51vw;
    left: 5vw;
    font-size: 5.4vw;
    font-weight: 800;
		.num_percent{
			font-size: 11vw;
			line-height: 1;
			font-weight: 800;
			position: relative;
			top: 0.8vw;
		}
		.fz-s{
			font-size: 5.5vw;
			top: 0.8vw;
			position: relative;
		}
		sup{
			font-size: 2.8vw;
			position: relative;
			top: 1.25vw;
			right: 15px;
			font-weight: 500;
		}
	}


	/*20241030 本当はlp_new007_ver2.cssかlp_new007_ver3.cssに書きたいけど
	影響範囲がわからないので一旦ここに記述 ↓↓↓↓*/

	.cv__reservation__btn.movie a::after{
	    content: "";
    display: block;
    background-image: url("/assets/common/icon_video-b4b217ba.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}

	@media screen and (max-width:768px){
		.cv__reservation__btn.movie a::before {
			content: '';
			background: url("/assets/lp/af_chumon/icon_video_lp_chumon009a-dc8ce597.png") center center no-repeat;
			background-size: 0.75em auto;
		  }
		  .cv__reservation__btn.movie a::after{
			display: none;
		}
	}

	/*20241030 本当はlp_new007_ver2.cssかlp_new007_ver3.cssに書きたいけど
	影響範囲がわからないので一旦ここに記述 ↑↑↑↑*/
