@charset "utf-8";

/* common */
.main .ttl_box {
	margin-bottom: 70px;
}
.main .ttl_box .ttl {
	position:relative;
	padding-top: 77px;
	font-size: 5rem;
	color:var(--white-basic-color);
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
}
.main .ttl_box.ttl_bk .ttl {
	color:var(--gray-color100)
}
.main .ttl_box .ttl:before {
	content:'';
	display:block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width:1px;
	height:53px;
	background: var(--white-basic-color);
}
.main .ttl_box.ttl_bk .ttl:before {
	background: var(--gray-color100);
}
.main .ttl_box .ttl_info {
	margin-top: 20px;
	font-size: 3.4rem;
	font-weight: 300;
	color: var(--white-basic-color);
	line-height: 1.5;
	text-align: center;
}
.main .ttl_box.ttl_bk .ttl_info {
	color:var(--gray-color100);
}
.main .ttl_box.ttl_bk .ttl_info span {
	color:var(--blue-color100)
}
.main .ttl_box .move_btn {
	display: block;
	width: 230px;
	padding: 0 20px;
	margin: 25px auto 0;
	background-color: var(--white-basic-color);
	border: 2px solid var(--blue-color100);
	border-radius: 30px;
	transition: .4s;
}
.main .ttl_box .move_btn span {
	display: inline-block;
	width: 100%;
	font-size: 2.2rem;
	color: var(--blue-color100);
	line-height: 45px;
	background: url('/assets/images/common/btn_move_arrow.png') no-repeat right center;
	transition: .4s;
}
.main .ttl_box .move_btn:hover {
	background-color: var(--blue-color100);
}
.main .ttl_box .move_btn:hover span {
	color: var(--white-basic-color);
	background: url('/assets/images/common/btn_move_arrow_w.png') no-repeat right center;
}

/* m_visual */
.m_visual {
	position: relative;
	width:100%;
	height:100vh;
	/* background: url('../images/main/visual_bg.jpg') no-repeat center; */
	overflow: hidden;
}
.m_visual .mainSwiper {
	width: 100%;
	height: 100%;
}
.m_visual .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
}
.m_visual .img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.m_visual .img_box .video_wrap {
	width: 100%;
	height: 100%;
}
.m_visual .img_box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m_visual .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m_visual .mainSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.m_visual .txt_box {
	position: relative;
	top: -0;
	width: 100%;
	max-width: 1392px;
	z-index: 10;
	opacity: 0;
	transition: .7s;
}
.m_visual .swiper-slide-active .txt_box {
	top: -30px;
	opacity: 1;
}
.m_visual .visual_ttl {
	position:relative;
	padding-top: 76px;
	text-align: center;
}
.m_visual .visual_ttl:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	width:1px;
	height:53px;
	background-color: var(--white-basic-color);
}
.m_visual .visual_ttl p {
	font-size: 3.4rem;
	color: var(--white-basic-color);
	line-height: 1.5;
}
.m_visual .visual_txt {
	margin-top: 27px;
	text-align: center;
}
.m_visual .visual_txt p {
	font-size: 4.8rem;
	color: var(--white-basic-color);
	line-height: 1.5;
	word-break: keep-all;
}
.m_visual .visual_txt .sub_ttl {
	margin-top: 10px;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.m_visual .visual_ico {
	margin-top: 40px;
}
.m_visual .visual_ico ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.m_visual .visual_ico li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 216px;
	height: 216px;
	margin: 0 40px;
	font-size: 3rem;
	font-weight: 300;
	color: var(--white-basic-color);
	line-height: 1.5;
	background: url('/assets/images/main/visual_txt_logo.png') no-repeat center / cover;
}
.m_visual .visual_ico .gradient {
	font-weight: 700;
	background: linear-gradient(90deg, rgba(203,160,90,1) 0%, rgba(254,225,124,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.m_visual .thumbSwiper {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 910px;
	z-index: 20;
} 
.m_visual .thumbSwiper .swiper-slide {
	text-align: center;
}
.m_visual .thumbSwiper .swiper-slide button {
	padding-top: 20px;
	font-size: 2.4rem;
	color: var(--white-basic-color);
	white-space: nowrap;
	border-top: 3px solid var(--white-basic-color);
}
.m_visual .thumbSwiper .swiper-slide-thumb-active button {
	color: var(--blue-color150);
	border-top-color: var(--blue-color150);
}

/* m_first */
.m_first {
	padding: 250px 0 200px;
	background: url('../images/main/first_bg.jpg') no-repeat center / cover;
}
.m_first .first_txt {
	display: block;
	font-size: 9.3rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	background: linear-gradient(270deg, rgba(203,160,90,1) 0%, rgba(254,225,124,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.m_first .second_txt {
	margin-top: 50px;
	font-size: 4.4rem;
	line-height: 1.3;
	color: var(--white-basic-color);
	word-break: keep-all;
	text-align: center;
}
.m_first .first_checklist {
	margin: 50px 0 30px;
}
.m_first .first_checklist ul {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.m_first .first_checklist li {
	width: max-content;
	padding-left: 74px;
	font-size: 4.4rem;
	color: var(--white-basic-color);
	line-height: 1.5;
	word-break: keep-all;
	background: url('../images/common/ico_checklist.png') no-repeat left center;
}
.m_first .first_checklist li + li {
	margin-top: 15px;
}
.m_first .first_store {
	display: flex;
	justify-content: center;
}
.m_first .first_store .store_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width:280px;
	height:280px;
	margin: 0 57px;
	background: url('../images/main/first_circle_store.png') no-repeat center / cover;
}
.m_first .first_store p {
	font-size: 4.6rem;
	line-height: 1.5;
}

/* m_feature */
.m_feature {
	padding: 100px 0 160px;
	background: url('../images/main/feature_bg.jpg') no-repeat center / cover;
}
.m_feature .feature_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m_feature .feature_wrap .txt_box {
	margin:80px 0 auto;
}
.m_feature .feature_wrap .txt_box strong {
	display: inline-block;
	margin: 7px 0;
	font-size: 5rem;
	font-weight: 500;
	color: var(--white-basic-color);
	background-color: var(--blue-color100);
}
.m_feature .feature_wrap .txt_box p {
	margin-top: 22px;
	font-size: 4.8rem;
	font-weight: 500;
	color: var(--white-basic-color);
	line-height: 1.45;
}
.m_feature .feature_wrap .img_box {
	position: relative;
}
.m_feature .feature_wrap .brush_txt {
	position: absolute;
	bottom:133px;
	left: -57px;
	padding: 45px 220px 40px 40px;
	background: url('../images/main/txt_brush.png') no-repeat left center;
}
.m_feature .feature_wrap .brush_txt p {
	font-size: 5.4rem;
	white-space: nowrap;
}
.m_feature .feature_wrap .brush_txt span {
	color: var(--blue-color100);
}
.m_feature .feature_list ul li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width:170px;
	height:170px;
	padding: 25px;
	border-radius: 50%;
	background: url('../images/main/first_circle_store.png') no-repeat center / cover;
}
.m_feature .feature_list ul li + li {
	margin-top: 35px;
}
.m_feature .feature_list ul li span {
	font-size: 3rem;
	white-space: nowrap;
}
.m_feature .feature_list ul li p {
	padding-right: 32px;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: -0.05em;
	background: url('../images/common/ico_down_arrow.png') no-repeat right center;
}

/* m_menu */
.m_menu {
	padding: 100px 0 190px;
	background: url('../images/main/menu_bg.jpg') no-repeat center / cover;
}
.m_menu .menu_list_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.m_menu .txt_info_box {
	flex: 0 0 auto;
	width:44%;
}
.m_menu .txt_info_box .txt_box strong {
	font-size: 5rem;
	color: var(--white-basic-color);
	line-height: 1.4;
	word-break: keep-all;
}
.m_menu .txt_info_box .txt_box p {
	margin:35px 0 50px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.375;
	color: var(--white-basic-color);
}
.m_menu .menu_tab .tab_btn {
	display: block;
	width:215px;
	height:64px;
	margin: 25px 0;
	line-height: 64px;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--blue-color100);
	border-radius: 32px;
	background-color: var(--white-basic-color);
}
.m_menu .menu_tab .tab_btn.active {
	color: var(--white-basic-color);
	background-color: var(--blue-color100);
}
.m_menu .img_info_box {
	flex: 0 0 auto;
	position: relative;
	width:calc(56% + calc(100vw - 1392px)/2);
}
.m_menu .img_info_box .img_box_wrap {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: .7s;
}
.m_menu .img_info_box .img_box_wrap.on {
	position: relative;
	top: 0;
	opacity: 1;
}
.m_menu .img_info_box .swiper-slide {
	display: flex;
	flex-direction: column;
	height:604px;
	padding-top: 120px;
	border-radius: 10px;
	background: url('../images/main/menu_item_bg.jpg') no-repeat center / cover;
}
.m_menu .img_info_box .img_inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 25px;
	padding-bottom: 11px;
}
.m_menu .img_info_box .menu_name_box {
	padding: 40px 0 48px;
	background: url('../images/main/txt_brush_menu.png') no-repeat right center;
}
.m_menu .img_info_box .menu_name_box .name {
	font-size: 5rem;
	text-align: center;
}

/* m_benefit */
.m_benefit {
	padding: 100px 0 120px;
	background: url('../images/main/benefit_bg.jpg') no-repeat center / cover;	
}
.m_benefit .ttl_box {
	margin-bottom: 25px;
}
.m_benefit .deco_box {
	min-height: 514px;
	padding-top: 60px;
	background: url('../images/main/benefit_deco.png') no-repeat center / contain;
}
.m_benefit .deco_box strong {
	display: block;
	font-size: 8rem;
	font-weight: 400;
	color: var(--white-basic-color);
	line-height: 1.2;
	text-align: center;
}
.m_benefit .txt_box {
	margin-top: 70px;
	text-align: center;
}
.m_benefit .txt_box p {
	font-size: 5rem;
	color: var(--white-basic-color);
	line-height: 1.5;
}
.m_benefit .txt_box .bg_txt {
	display: inline-block;
	margin: 20px 0 35px;
	font-size: 5rem;
	color: var(--white-basic-color);
	line-height: 1;
	background-color: #966b0e;
}
.m_benefit .txt_box .benefit_ttl {
	display: block;
	font-size: 8rem;
	font-weight: 400;
	word-break: keep-all;
	background: linear-gradient(270deg, rgba(203, 160, 90, 1) 0%, rgba(254, 225, 124, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.m_benefit .first_checklist {
	margin: 50px 0 30px;
}
.m_benefit .first_checklist ul {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.m_benefit .first_checklist li {
	width: max-content;
	padding-left: 74px;
	font-size: 4.4rem;
	color: var(--white-basic-color);
	line-height: 1.5;
	background: url('../images/common/ico_checklist.png') no-repeat left center;
}
.m_benefit .first_checklist li + li {
	margin-top: 15px;
}
.m_benefit .first_store {
	display: flex;
	justify-content: center;
}
.m_benefit .first_store .store_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width:280px;
	height:280px;
	margin: 0 57px;
	background: url('../images/main/first_circle_store.png') no-repeat center / cover;
}
.m_benefit .first_store p {
	font-size: 4.6rem;
	line-height: 1.5;
}

/* m_profit */
.m_profit {
	padding: 100px 0 180px;
	background: url('../images/main/profit_bg.jpg') no-repeat center / cover;
}
/* .m_profit .profit_box {
	width:calc(20% - 18.4px);
}
.m_profit .profit_box + .profit_box {
	margin-left: 23px;
} */
.m_profit .profit_box .name {
	display: block;
	width:100%;
	margin-bottom: 4px;
	font-size: 2.4rem;
	color: var(--white-basic-color);
	line-height: 48px;
	letter-spacing: -0.02em;
	background: var(--blue-color100);
	text-align: center;
}
.m_profit .profit_box li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4px;
}
.m_profit .profit_box li span {
	width:calc(50% - 2px);
	font-size: 2rem;
	font-weight: 750;
	line-height: 43px;
	text-align: center;
	letter-spacing: -0.02em;
	background-color: var(--white-basic-color);
}
.m_profit .profit_box li span + span {
	margin-left: 4px;
}
.m_profit .profit_box .category span {
	background: var(--blue-color300);
}
.m_profit .profit_box .result span {
	color: var(--red-color100);	
}
.m_profit .profit_point {
	width:100%;
	max-width: 950px;
	margin: 55px auto 0;
}
.m_profit .profit_point li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px;
}
.m_profit .profit_point .number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.4rem;
	font-weight: 750;
	color:var(--gray-color100);
}
.m_profit .profit_point p {
	font-size: 3.4rem;
	font-weight: 750;
	color:var(--gray-color100);
}
.m_profit .profit_point .bg_txt {
	display: inline-block;
	position:relative;
}
.m_profit .profit_point .bg_txt:before {
	content:'';
	display:block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width:100%;
	height:12px;
	background: var(--red-color000);
}
.m_profit .profit_point span {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	font-size: 3rem;
	font-weight: 700;
	color: var(--red-color100);
	z-index: 4;
}

/* m_price */
.m_price {
	position:relative;
	padding: 250px 0 200px;
	background: url('../images/main/price_bg.jpg') no-repeat center / cover;
	overflow: hidden;
	z-index: 10;
}
.m_price .store_cctv {
	position: absolute;
	top: 0;
	height:100%;
}
.m_price .store_cctv.left_cctv {
	left: 0;
}
.m_price .store_cctv.right_cctv {
	right: 0;
}
.m_price .store_cctv ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.m_price .store_cctv li {
	position: relative;
}
.m_price .store_cctv li p {
	position:absolute;
	bottom:45px;
	left:50%;
	transform: translateX(-50%);
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--white-basic-color);
	white-space: nowrap;
	z-index: 6;
}
.m_price .txt_box .price_ttl {
	display: block;
	font-size: 8rem;
	color: var(--white-basic-color);
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}
.m_price .count_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 90px 0 100px;
}
.m_price .count_box p {
	font-size: 6.4rem;
	color: var(--white-basic-color);
	font-weight: 700;
}
.m_price .count_box .number_box {
	display: flex;
	align-items: center;
	margin: 0 20px 0 15px;
}
.m_price .count_box .number_box .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width:120px;
	height:150px;
	font-size: 10rem;
	color: var(--white-basic-color);
	border: 4px solid var(--red-color050);
	margin: 0 10px;
}
.m_price .count_box .number_box .number_inner {
	width:68px;
	height:150px;  
	background: url('../images/main/scroll_number.png') no-repeat 0 0;
	background-size: 68px 6000px;
}
.m_price .price_info {
	font-size: 3.4rem;
	font-weight: 300;
	color: var(--white-basic-color);
	text-align: center;
}
.m_price .price_info strong {
	display: inline-block;
	margin-top: 22px;
	font-size: 4.4rem;
}

/* m_interior */
.m_interior {
	padding: 100px 0 150px;
	background: url('../images/main/interior_bg.jpg') no-repeat center / cover;
}
.m_interior .ttl_box {
	margin-bottom: 50px;
}
.m_interior .txt_box p {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	white-space: nowrap;
}
.m_interior .slide_box {
	position: relative;
	width:100%;
	max-width: 1200px;
	margin: 0 auto 55px;
}
.m_interior .slide_box .img_box {
	border-radius: 15px;
	overflow: hidden;
	/* -webkit-box-shadow: 6px 6px 10px 0 rgba(0,0,0,.4);
	box-shadow: 6px 6px 10px 0 rgba(0,0,0,.4); */
}
.m_interior .slide_box .txt_box {
	margin-top: 50px;
	opacity: 0;
	transform: translateY(30px);
	transition: 1s;
}
.m_interior .slide_box .swiper-slide-active .txt_box {
	opacity: 1;
	transform: translateY(0);
}
.m_interior .slide_box .swiper-slide img {
	display: block;
}
.m_interior .slide_btn button {
	position:absolute;
	top:280px;
	width:80px;
	height:80px;
	font-size: 0;
	border-radius: 50%;
	opacity: 1;
	background-color: var(--blue-color100);
	background-image: url('../images/common/btn_slide_arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 40;
}
.m_interior .slide_btn button:after {
	display: none;
}
.m_interior .slide_btn .swiper-button-prev {
	left: -40px;
}
.m_interior .slide_btn .swiper-button-next {
	right: -40px;
	transform: rotate(180deg);
}

/* m_rate */
.m_rate {
	padding: 100px 0 120px;
	background: url('../images/main/rate_bg.jpg') no-repeat center / cover;
}
.m_rate .chart_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.m_rate .pie_wrap {
	position: relative;
	width: 630px;
	height: 620px; 
}
.m_rate .piece {
	position: absolute;
}
.m_rate .piece .txt_box {
	/* position: absolute; */
	white-space: nowrap;
}
.m_rate .piece .img_bg {
	position: absolute;
	top: -31px;
	left: -32px;
	width: max-content;
	height: max-content;
}
.m_rate .piece .big_ttl {

}
.m_rate .piece.p1 {
	top: 0;
	left: 0;
}
.m_rate .piece.p2 {
	top: 0;
	right: 0;
}
.m_rate .piece.p3 {
	bottom: 0;
	left: 32px;
}
.m_rate .piece.p4 {
	bottom: 0;
	right: 60px;
}
.m_rate .piece .big_ttl {
	font-size: 5rem;
	color: var(--yellow-color050);
}
.m_rate .piece .sub_ttl {
	font-size: 4rem;
	color: var(--white-basic-color);
}
.m_rate .piece span {
	display: block;
	margin: 20px 0 15px;
	font-size: 5rem;
	color: var(--white-basic-color);
}
.m_rate .piece span strong {
	font-size: 6rem;
}
.m_rate .piece ul li {
	position: absolute;
	font-size: 2.8rem;
	color: var(--white-basic-color);
	line-height: 1.5;
}
.m_rate .piece.p2 ul li {
	padding-left: 82px;
}
.m_rate .piece.p3 ul li {
	text-align: right;
	padding-right: 73px;
}
.m_rate .piece.p4 ul li {
	padding-left: 62px;
}
.m_rate .piece.p2 ul li:before {
	content:'';
	display:block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 76px;
	height: 20px;
	background: url('../images/main/pie_line_type01.png') no-repeat center;
}
.m_rate .piece.p2 ul li:nth-child(1) {top:45px; left:185px;}
.m_rate .piece.p2 ul li:nth-child(2) {top:110px; left:205px;}
.m_rate .piece.p2 ul li:nth-child(3) {top:180px; left:225px;}
.m_rate .piece.p2 ul li:nth-child(4) {top:250px; left:245px;} 

.m_rate .piece.p3 ul li:before {
	content:'';
	display:block;
	position: absolute;
	right: 0;
	width: 62px;
	height: 18px;
}
.m_rate .piece.p3 ul li:nth-child(1):before {
	top: 40px;
	background: url('../images/main/pie_line_type02.png') no-repeat center;
}
.m_rate .piece.p3 ul li:nth-child(2):before {
	top: 18px;
	background: url('../images/main/pie_line_type03.png') no-repeat center;
}
.m_rate .piece.p3 ul li:nth-child(1) {top:80px; right:90%;}
.m_rate .piece.p3 ul li:nth-child(2) {bottom:-60px; right:105px;}

.m_rate .piece.p4 ul li:before {
	content:'';
	display:block;
	position: absolute;
	top: -7px;
	left: 0;
	width: 62px;
	height: 18px;
	background: url('../images/main/pie_line_type02.png') no-repeat center;
}
.m_rate .piece.p4 ul li:nth-child(1) {bottom:10px; left:167px;}

.m_rate .piece.p1 .txt_box {
	position: absolute;
	bottom: 110px;
	right: 160px;
}

/* m_change */
.m_change {
	padding: 100px 0 120px;
	background: url('../images/main/change_bg.jpg') no-repeat center / cover;
}
/* .m_change .store_list {
	display: flex;
	align-items: flex-start;
} */
.m_change .store_box {
	/* width:100%; */
	padding: 0 9px;
	background-color: var(--white-basic-color);
	border-radius: 10px;
}
/* .m_change .store_box + .store_box {
	margin-left: 32px;
} */
.m_change .store_box .store_name {
	padding: 20px 0 15px;
	text-align: center;
}
.m_change .store_box .store_name strong {
	font-size: 3rem;
	color: var(--blue-color100);
	letter-spacing: -0.03em;
}
.m_change .store_box .store_name p {
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}
.m_change .store_box .img_box img {
	width: 100%;
}
.m_change .store_box .total_price {
	display: block;
	margin: 15px 0;
	font-size: 2.6rem;
	color: var(--blue-color100);
	text-align: center;
}
.m_change .detail_list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0 ;
}
.m_change .detail_list li + li {
	border-top: 1px solid var(--gray-color300);
}
.m_change .detail_list span {
	font-size: 2rem;
	letter-spacing: -0.01em;
	word-break: keep-all;
}
.m_change .detail_list span span {
	font-size: 1.6rem;
}
.m_change .detail_list .category {
	width:55%;
}
.m_change .detail_list .money {
	text-align: right;
}

/* m_result */
.m_result {
	padding: 100px 0 300px;
	background: url('../images/main/result_bg.jpg') no-repeat center / cover;
}
.m_result .inner {
	position: relative;
}
.m_result .result_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin-top: 70px;
}
.m_result .result_tab {
	width:49%;
}
.m_result .result_tab .tab_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	padding: 28px 88px 28px 74px;
	font-size: 3.4rem;
	border-radius: 10px;
	letter-spacing: -0.01em;
	background: var(--gray-color300);
}
.m_result .result_tab .tab_btn.active {
	color: var(--white-basic-color);
	background-color: var(--blue-color100);
}
.m_result .result_tab .tab_btn + .tab_btn {
	margin-top: 20px;
}
.m_result .result_table {
	position: relative;
	width:51%;
	max-width: 584px;
}
.m_result .table_tab_cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateY(50px);
	transition: 0.8s;
}
.m_result .table_tab_cont.active {
	opacity: 1;
	transform: translateY(0);
	z-index: 10;
}
.m_result .table_cont {
	position:relative;
	padding: 65px 35px 40px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,245,1) 66%, rgba(229,229,230,1) 100%);
	-webkit-box-shadow: 3px 12px 7px 0 rgba(0,0,0,.14);
	box-shadow: 0 12px 7px 0 rgba(0,0,0,.14); 
}
.m_result .table_cont:after {
	content:'';
	display:block;
	position:absolute;
	bottom:-9px;
	left:0;
	width:100%;
	height:9px;
	background: url('../images/main/bill_under.png') repeat left center;
}
.m_result .result_table .name {
	font-size: 3.4rem;
	text-align: center;
}
.m_result .result_table .info_point {
	margin: 30px 0;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
}
.m_result .result_table .total_sales {
	display: block;
	font-size: 3.8rem;
	color: var(--blue-color100);
	text-align: center;
}
.m_result .result_table .table_detail {
	margin-top: 35px;
}
.m_result .result_table .table_inner {
	padding: 8px 0;
	border-top: 1px solid var(--gray-color200);
	border-bottom: 1px solid var(--gray-color200);	
}
.m_result .result_table .table_detail ul {
	border: 4px solid var(--yellow-color100);
	background-color: var(--white-basic-color);
}
.m_result .result_table .table_detail ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 15px;
}
.m_result .result_table .table_detail ul li span {
	font-size: 3rem;
}
.m_result .result_table .total_result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 20px;
}
.m_result .result_table .total_result strong {
	font-size: 4rem;
}
.m_result .result_table .table_guide {
	padding-top: 45px;
}
.m_result .result_table .table_guide ul {
	width:100%;
	max-width: 430px;
	margin: 0 auto;
}
.m_result .result_table .table_guide ul li {
	position: relative;
	padding-left: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.m_result .result_table .table_guide ul li:before {
	content:'';
	display:block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--gray-color100);
}
.m_result .result_finger {
	position: absolute;
	bottom: 0;
	right: calc((100vw - 1392px)/-2);
}
.m_result .result_finger:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/images/main/main_finger_crop.png') no-repeat center / cover;
	z-index: 10;
}
.m_result .star_ico {
	position: absolute;
}
.m_result .star_ico.ico01 { top:14%; left:26%; }
.m_result .star_ico.ico02 { top:19%; left:68%; }
.m_result .star_ico.ico03 { top:31%; left:-5%; }
.m_result .star_ico.ico04 { top:67%; left:-4%; }
.m_result .star_ico.ico05 { top:64%; left:47%; }
.m_result .star_ico.ico06 { top:97%; left:53%; }

/* m_best */
.m_best {
	padding: 100px 0 150px;
	background: url('../images/main/best_bg.jpg') no-repeat center / cover;
}
.m_best .best_list ul {
	display: flex;
	flex-wrap: wrap;
}
.m_best .best_list ul li {
	width:calc(33.33% - 32px);
	margin-right: 48px;
	margin-bottom: 45px;
	background-color: var(--white-basic-color);
	border-radius: 10px;
	overflow: hidden;
}
.m_best .best_list ul li:nth-child(3n+0) {
	margin-right: 0;
}
.m_best .best_list .txt_box {
	padding: 40px 0 70px;
	text-align: center;
}
.m_best .best_list .txt_box strong {
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
	word-break: keep-all;
}
.m_best .best_list .txt_box p {
	margin-top: 35px;
	font-size: 2.4rem;
	line-height: 1.4;
	word-break: keep-all;
}
.m_best .best_list .txt_box p span {
	font-weight: 800;
	color: var(--blue-color100);
}

/* m_start */
.m_start {
	padding: 100px 0 190px;
	background: url('../images/main/start_bg.jpg') no-repeat center / cover;
}
.m_start .start_table table {
	width:100%;
}
.m_start .start_table th {
	position:relative;
	padding: 20px 0;
	border: 8px solid transparent;
}
.m_start .start_table th:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: var(--blue-color100);
	z-index: 3;
}
.m_start .start_table th .cont {
	position: relative;
	font-size: 2.4rem;
	color: var(--white-basic-color);
	z-index: 4;
}
.m_start .start_table td {
	position: relative;
	padding: 13px 10px;
	text-align: center;
	border: 8px solid transparent;
	vertical-align: middle;
}
.m_start .start_table td:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,.9);
	z-index: 3;
}
.m_start .start_table td .cont {
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	z-index: 4;
}
.m_start .start_guide {
	margin-top: 20px;
	padding-left: 8px;
}
.m_start .start_guide li {
	position: relative;
	padding-left: 15px;
	font-size: 2rem;
	font-weight: 600;
	color: var(--white-basic-color);
	line-height: 1.5;
	letter-spacing: -0.03em;
}
.m_start .start_guide li:before {
	content:'*';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* m_process */
.m_process {
	padding: 100px 0 200px;
	background: url('../images/main/process_bg.jpg') no-repeat center / cover;
}
.m_process .process_wrap {
	display: flex;
}
.m_process .process_wrap + .process_wrap {
	margin-top: 100px;
}
.m_process .process_box {
	position: relative;
	width:100%;
	margin-right: 65px;
	padding: 30px;
	background-color: var(--white-basic-color);
	border-radius: 10px;
}
.m_process .process_box:not(:last-child):after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right: -65px;
	transform: translateY(-50%);
	width:65px;
	height:64px;
	background: url('../images/main/process_arrow.png') no-repeat center;
}
.m_process .process_wrap:first-child .process_box:last-child:after {
	content:'';
	display:block;
	position:absolute;
	top:80px;
	right: -114px;
	width:114px;
	height:231px;
	background: url('../images/main/process_arrow02.png') no-repeat center;
}
.m_process .process_wrap:last-child {
	flex-direction: row-reverse;
}
.m_process .process_wrap:last-child .process_box:not(:last-child):after {
	right: initial;
	left: -65px;
	transform: translateY(-50%) rotate(180deg);
}
.m_process .process_wrap:last-child .process_box:first-child:before {
	content:'';
	display:block;
	position:absolute;
	top:20px;
	right: -75px;
	width:75px;
	height:127px;
	background: url('../images/main/process_arrow03.png');
}
.m_process .process_wrap:last-child .process_box:last-child {
	background-color: var(--blue-color100);
}
.m_process .process_box .ico {
	position: absolute;
	top: 20px;
	right: 20px;
}
.m_process .process_box .step {
	display: inline-block;
	padding: 3px 15px 0;
	font-size: 2.4rem;
	color: var(--white-basic-color);
	letter-spacing: -0.03em;
	border-radius: 13px;
	background: var(--blue-color100);
}
.m_process .process_wrap:last-child .process_box:last-child .step {
	color: var(--blue-color100);
	background-color: var(--white-basic-color);
}
.m_process .process_box .name {
	display: block;
	margin: 16px 0 25px;
	font-size: 3.4rem;
}
.m_process .process_wrap:last-child .process_box:last-child .name {
	color: var(--white-basic-color);
}
.m_process .process_box .info {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}
.m_process .process_wrap:last-child .process_box:last-child .info {
	color: var(--white-basic-color);
}

/* m_location */
.m_location {
	padding: 150px 0;
	background: url('../images/main/location_bg.jpg') no-repeat center / cover;
}
.m_location .inner {
	max-width: 1650px;
}
.m_location .location_list {
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 60px;
}
.m_location .list_box {
	position:relative;
}
.m_location .list_box .txt_box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height:40px;
	background-color: rgba(0,0,0,.5);
}
.m_location .list_box .txt_box p {
	font-size: 2.4rem;
	color: var(--white-basic-color);
}
.m_location .list_center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	grid-column: 2 / span 4;
	border: 4px solid var(--blue-color100);
	background-color: var(--white-basic-color);
}
.m_location .list_center strong {
	font-size: 5rem;
	font-weight: 400;
}
.m_location .list_center .view_more {
	margin-top: 23px;
	padding: 18px 36px;
	background: var(--blue-color100);
	border-radius: 30px;
}
.m_location .list_center .view_more span {
	display: inline-block;
	padding-left: 28px;
	font-size: 2.4rem;
	font-weight: 400;
	color: var(--white-basic-color);
	background: url('../images/common/ico_view.png') no-repeat left center;
}

/* m_inquiry */
.m_inquiry {
	padding: 200px 0;
	background: url('../images/main/inquiry_bg.jpg') no-repeat center / cover;
}
.m_inquiry .inner {
	display: flex;
}
.m_inquiry .inq_form {
	width:55%;
	padding: 70px 120px;
	background-color: var(--white-basic-color);
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
}
.m_inquiry .inq_form .form_line {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid var(--gray-color300);
}
.m_inquiry .inq_form .label {
	flex: 0 0 auto;
	width:130px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}
.m_inquiry .inq_form .input_box {
	display: flex;
	width:100%;
}
.m_inquiry .inq_form .input_box.check_wrap {
	flex-wrap: wrap;
	margin-top: -5px;
}
.m_inquiry .inq_form .input_box input {
	width:100%;
	padding: 0;
	font-size: 2rem;
	border: none;
}
.m_inquiry .inq_form .input_box textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
}
.m_inquiry .inq_form .agree_box {
	margin: 20px 0 30px;
}
.m_inquiry .inq_form .checkbox {
	display: flex;
	margin:5px 20px 5px 0;
}
.m_inquiry .inq_form .radiobox {
	display: flex;
	margin-right: 20px;
}
.m_inquiry .inq_form .radiobox input {
	display: none !important;
}
.m_inquiry .inq_form .radiobox input + label {
	display: inline-block;
	padding-left: 48px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 28px;
	cursor: pointer;
	background-repeat: no-repeat; 
	background-position: left center;
	background-image: url('../images/common/ico_radio_off.png');
}
.m_inquiry .inq_form .radiobox input:checked + label {
	background-image: url('../images/common/ico_radio_on.png');
}
.m_inquiry .inq_form .checkbox {
	display: flex;
	margin-right: 20px;
}
.m_inquiry .inq_form .checkbox input[type="checkbox"] {
	display: none !important;
}
.m_inquiry .inq_form .checkbox input + label {
	display: inline-block;
	padding-left: 30px;
	font-size: 2rem;
	color: var(--gray-color100);
	line-height: 1.4; 
	letter-spacing: -0.03em;
	cursor: pointer;
	white-space: nowrap;
	background-repeat: no-repeat; 
	background-position: left center;
	background-image: url('../images/common/ico_checkbox_off.png');
}
.m_inquiry .inq_form .checkbox input:checked + label {
	color: var(--gray-color100);
	background-image: url('../images/common/ico_checkbox_on.png');
}
.m_inquiry .inq_form .checkbox input[type="text"] {
	border: 1px solid var(--gray-color300);
	padding: 0 10px;
	margin-left: 10px;
	font-size: 1.5rem;
}
.m_inquiry .inq_form .confirm_btn {
	display: block;
	width:100%;
	padding: 20px 0;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--white-basic-color);
	text-align: center;
	border-radius: 32px;
	background-color: var(--blue-color100);
}
.m_inquiry .inq_txt {
	position: relative;
	padding: 50px 0 50px 120px;
}
.m_inquiry .inq_txt strong {
	font-size: 6.4rem;
	font-weight: 400;
}
.m_inquiry .inq_txt p {
	margin-top: 50px;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.5;
}
.m_inquiry .img_box {
	position: absolute;
	bottom: 0;
	left: -70px;
	z-index: 10;
}

/* responsive */
@media screen and (max-width:1392px) {

	.m_menu .img_info_box {
		width: calc(56% - 20px);
	}

}

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

	.m_menu .img_info_box {
		width: calc(65% - 20px);
	}

}

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

	
	/* m_first */
	.m_first .first_checklist {
		margin: 50px 15px 30px;
	}
	.m_first .first_checklist li {
		width: auto;
		padding-left: 60px;
		background-position: left top;
		background-size: 45px;
	}

	/* m_feature */
	.m_feature .feature_wrap {
		flex-direction: column;
	}
	.m_feature .feature_list ul {
		display: flex;
		gap: 20px;
	}
	.m_feature .feature_list ul li {
		align-items: center;
	}
	.m_feature .feature_list ul li p {
		margin-top: 5px;
		background-size: 20px;
	}
	.m_feature .feature_list ul li + li {
		margin-top: 0;
	}

	/* m_rate */
	.m_rate .chart_wrapper {
		scale: 0.85;
	}
	.m_rate .piece.p3 ul li:nth-child(1) {
		top: 80px;
		right: 55%;
	}

	/* m_benefit */
	.m_benefit .first_checklist li {
		width: auto;
		padding-left: 60px;
		background-position: left top;
		background-size: 45px; 
	}

	/* m_profit */
	.m_profit .swiper-pagination {
		position: relative;
		top: initial;
		bottom: initial;
		left: initial;
		right: initial;
		margin-top: 20px;
	}
	.m_profit .swiper-pagination-bullet {
		width: 13px;
		height: 13px;
		background-color: var(--blue-color100);
	}

	/* m_price */
	.m_price {
		padding: 300px 0;
	}
	.m_price .store_cctv ul {
		flex-direction: row;
		height: auto;
		gap: 20px;
	}
	.m_price .store_cctv li {
		width: 100%;
		height: 200px;
	}
	.m_price .store_cctv li p {
		bottom: 30px;
	}
	.m_price .store_cctv li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.m_price .store_cctv {
		width: 100%;
		height: auto;
	}
	.m_price .store_cctv.right_cctv {
		top: initial;
		bottom: 0;
	}

	/* m_change */
	.m_change .swiper-pagination {
		position: relative;
		top: initial;
		bottom: initial;
		left: initial;
		right: initial;
		margin-top: 20px;
	}
	.m_change .swiper-pagination-bullet {
		width: 13px;
		height: 13px;
		background-color: var(--white-basic-color)
	}

	/* m_result */
	.m_result .result_tab {
		padding-right: 20px;
	}
	.m_result .result_tab .tab_btn {
		padding: 28px 20px;
	}

	/* m_best */
	.m_best .best_list ul li {
		width: calc(33.33% - 12px);
		margin-right: 18px;
		margin-bottom: 30px;
	}

	/* m_process */
	.m_process .process_box {
		margin-right: 30px;
	}
	.m_process .process_box .ico {
		width: 40px;
	}

	/* m_location */
	.m_location .location_list {
		column-gap: 20px;
		row-gap: 20px;
	}

	/* m_inquiry */
	.m_inquiry .inner {
		flex-direction: column-reverse;
	}
	.m_inquiry .inq_form {
		width: 100%;
	}
	.m_inquiry .inq_txt {
		padding: 0;
		margin-bottom: 100px;
	}
	.m_inquiry .img_box {
		left: initial;
		right: 0;
		width: 400px;
	}

}

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

	/* popup */
	.hd_pops {
		max-width:calc(100% - 20px);
		top:85px !important;
		left:10px !important;
	} 
	.hd_pops_con {
		max-width:100%;
		height:auto !important;
	}
	.hd_pops_con br {
		display: none !important;
	}

	/* common */
	.main .ttl_box {
		margin-bottom: 30px;
	}
	.main .ttl_box .ttl {
		padding-top: 40px;
		font-size: 3.6rem;
	}
	.main .ttl_box .ttl:before {
		height: 30px;
	}
	.main .ttl_box .ttl_info {
		margin-top: 10px;
		font-size: 2.4rem;
		word-break: keep-all;
	}
	.main .ttl_box .move_btn {
		width: 200px;
		background-color: var(--blue-color100);
	}
	.main .ttl_box .move_btn span {
		color: var(--white-basic-color);
		font-size: 2rem;
		line-height: 40px;
		background: url('/assets/images/common/btn_move_arrow_w.png') no-repeat right center;
	}

	/* m_visual */
	.m_visual .visual_txt {
		margin-top: 20px;
		padding: 0 30px;
	}
	.m_visual .visual_txt p {
		font-size: 3.5rem;
	}
	.m_visual .visual_txt p br {
		display: none;
	}
	.m_visual .visual_txt .sub_ttl {
		font-size: 3rem;
	}
	.m_visual .visual_ico li {
		width: 150px;
		height: 150px;
		margin: 10px;
		font-size: 2rem;
	}
	.m_visual .thumbSwiper {
		display: none;
	}

	/* m_first */
	.m_first {
		padding: 80px 0;
	}
	.m_first .first_txt {
		font-size: 5rem;
	}
	.m_first .second_txt {
		margin-top: 20px;
		font-size: 2.8rem;
		line-height: 1.5;
	}
	.m_first .first_checklist {
		margin: 30px 0 0 0;
	}
	.m_first .first_checklist li {
		padding-left: 0;
		padding-top: 35px;
		font-size: 2.5rem;
		background-position: center top;
		background-size: 25px;
	}
	.m_first .first_checklist li + li {
		margin-top: 20px;
	}

	/* m_feature */
	.m_feature {
		padding: 90px 0;
	}
	.m_feature .feature_wrap .txt_box {
		margin: 20px auto 0;
		text-align: center;
	}
	.m_feature .feature_wrap .txt_box strong {
		font-size: 3.6rem;
	}
	.m_feature .feature_wrap .txt_box p {
		font-size: 3.5rem;
	}
	.m_feature .feature_wrap .img_box {
		width: 100%;
		padding: 50px 0 40px;
		margin: 0;
	}
	.m_feature .feature_wrap .img_wrap {
		max-width: 300px;
		margin: 0 auto;
	}
	.m_feature .feature_wrap .brush_txt {
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 90px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100px;
		padding: 0;
		background-position: center;
		background-size: contain;
	}
	.m_feature .feature_wrap .brush_txt p {
		font-size: 3.6rem;
		margin-left: -130px;
	}
	.m_feature .feature_list ul {
		gap: 15px;
	}
	.m_feature .feature_list ul li {
		width: 140px;
		height: 140px;
	}
	.m_feature .feature_list ul li span {
		font-size: 2rem;
	}
	.m_feature .feature_list ul li p {
		padding-right: 20px;
		font-size: 2.5rem;
		background-size: 15px;
	}

	/* m_menu */
	.m_menu {
		padding: 80px 0;
	}
	.m_menu .menu_list_wrap {
		flex-direction: column;
	}
	.m_menu .txt_info_box {
		width: 100%;
	}
	.m_menu .txt_info_box .txt_box {
		text-align: center;
	}
	.m_menu .txt_info_box .txt_box strong {
		font-size: 3.6rem;
	}
	.m_menu .txt_info_box .txt_box p {
		margin: 20px 0 30px;
		font-size: 2.3rem;
		line-height: 1.5;
	}
	.m_menu .menu_tab  {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.m_menu .menu_tab .tab_btn {
		width: 100%;
		height: 45px;
		margin: 0;
		line-height: 45px;
		font-size: 1.6rem;
		border-radius: 20px;
	}
	.m_menu .img_info_box {
		width: 100%;
		margin-top: 50px;
	}
	.m_menu .img_info_box .menu_name_box {
		padding: 35px 0 40px;
	}
	.m_menu .img_info_box .menu_name_box .name {
		font-size: 3.6rem;
	}

	/* m_benefit */
	.m_benefit {
		padding: 80px 0;
	}
	.m_benefit .deco_box {
		min-height: 350px;
		padding-top: 50px;
	}
	.m_benefit .deco_box strong {
		font-size: 4.5rem;
	}
	.m_benefit .txt_box p {
		font-size: 3.5rem;
	}
	.m_benefit .txt_box .bg_txt {
		font-size: 3.5rem;
		line-height: 1.3;
	}
	.m_benefit .txt_box .benefit_ttl {
		font-size: 5rem;
	}
	.m_benefit .first_checklist {
		margin: 30px 0 0 0;
	}
	.m_benefit .first_checklist li {
		padding-left: 0;
		padding-top: 35px;
		font-size: 2.5rem;
		background-position: center top;
		background-size: 25px;
	}
	.m_benefit .first_checklist li + li {
		margin-top: 20px;
	}
	.m_benefit .first_store {
		align-items: center;
		/* flex-direction: column; */
		gap: 10px;
		margin-top: 30px;
	}
	.m_benefit .first_store .store_wrap {
		width: 180px;
		height: 180px;
		margin: 0;
	}
	.m_benefit .first_store p {
		font-size: 3rem;
	}

	/* m_profit */
	.m_profit {
		padding: 80px 0;
	}
	.m_profit .profit_box .name {
		font-size: 2rem;
		line-height: 45px;
	}
	.m_profit .profit_box li span {
		font-size: 1.7rem;
		line-height: 40px;
	}
	.m_profit .profit_point li {
		padding-left: 25px;
		margin-bottom: 20px;
	}
	.m_profit .profit_point .number {
		top: 5px;
		font-size: 2.4rem;
	}
	.m_profit .profit_point p {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.m_profit .profit_point span {
		margin-top: 10px;
		font-size: 2rem;
	}

	/* m_price */
	.m_price {
		padding: 200px 0;
	}
	.m_price .store_cctv ul {
		gap: 0;
	}
	.m_price .store_cctv li {
		height: 130px;
	}
	.m_price .store_cctv li p {
		bottom: 20px;
		font-size: 1.4rem;
	}
	.m_price .txt_box .price_ttl {
		font-size: 5rem;
	}
	.m_price .count_box {
		flex-direction: column;
		align-items: center;
		margin: 45px 0 50px;
	}
	.m_price .count_box p {
		font-size: 5rem;
	}
	.m_price .count_box .number_box {
		margin: 20px 0;
	}
	.m_price .price_info {
		padding: 0 20px;
		font-size: 2.4rem;
		line-height: 1.3;
		word-break: keep-all;
	}
	.m_price .price_info strong {
		font-size: 3.3rem;
	}

	/* m_inteior */
	.m_interior {
		padding: 80px 0;
	}
	.m_interior .slide_box {
		padding: 0 15px;
	}
	.m_interior .slide_box .img_box {
		width: 100%;
		height: 300px;
	}
	.m_interior .slide_box .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.m_interior .slide_btn button {
		top: 150px;
		width: 40px;
		height: 40px;
		background-size: 10px;
	}
	.m_interior .slide_btn .swiper-button-prev {
		left: 0;
	}
	.m_interior .slide_btn .swiper-button-next {
		right: 0;
	}
	.m_interior .slide_box .txt_box {
		margin-top: 30px;
	}
	.m_interior .txt_box p {
		font-size: 3rem;
		white-space: inherit;
		word-break: keep-all;
	}

	/* m_change */
	.m_change {
		padding: 80px 0;
	}

	/* m_start */
	.m_start {
		padding: 80px 0;
	}

	/* m_result */
	.m_result {
		padding: 80px 0;
	}
	.m_result .result_box {
		position: relative;
		margin-top: 50px;
		flex-direction: column;
		z-index: 10;
	}
	.m_result .result_tab {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.m_result .result_tab .tab_btn {
		flex-direction: column;
		width: calc(50% - 5px);
		padding: 15px 0;
		font-size: 2.4rem;
	}
	.m_result .result_tab .tab_btn + .tab_btn {
		margin-top: 0;
	}
	.m_result .result_table {
		width: 100%;
		max-width: 100%;
	}
	.m_result .table_tab_cont.active {
		position: relative;
	}
	.m_result .table_cont {
		padding: 45px 15px 20px;
	}
	.m_result .result_table .name {
		font-size: 2.4rem;
	}
	.m_result .result_table .info_point {
		margin: 20px 0;
		font-size: 2rem;
	}
	.m_result .result_table .total_sales {
		font-size: 2.5rem;
	}
	.m_result .result_table .table_detail {
		margin-top: 25px;
	}
	.m_result .result_table .table_detail ul li {
		padding: 20px 15px;
	}
	.m_result .result_table .table_detail ul li span {
		font-size: 2.3rem;
	}
	.m_result .result_table .total_result {
		padding: 30px 20px;
	}
	.m_result .result_table .total_result strong {
		font-size: 3rem;
	}
	.m_result .result_table .table_guide {
		padding-top: 35px;
	}
	.m_result .result_table .table_guide ul {
		max-width: 100%;
	}
	.m_result .result_table .table_guide ul li {
		padding-left: 20px;
		font-size: 1.9rem;
	}
	.m_result .result_table .table_guide ul li:before {
		top: 8px;
		width: 5px;
		height: 5px;
	}
	.m_result .star_ico.ico05 {
		display: none;
	}

	/* m_best */
	.m_best {
		padding: 80px 0;
	}
	.m_best .best_list ul {
		gap: 10px;
	}
	.m_best .best_list ul li {
		width: calc(50% - 5px);
		margin: 0;
	}
	.m_best .best_list .txt_box {
		padding: 20px 0 40px;
	}
	.m_best .best_list .txt_box strong {
		font-size: 3rem;
		line-height: 1.3;
	}
	.m_best .best_list .txt_box p {
		margin-top: 15px;
		font-size: 1.8rem;
	}

	/* m_process */
	.m_process {
		padding: 80px 0;
	}
	.m_process .process_wrap {
		flex-direction: column;
		gap: 30px;
	}
	.m_process .process_box {
		padding: 20px;
		margin-right: 0;
	}
	.m_process .process_wrap:last-child {
		flex-direction: column;
	}
	.m_process .process_wrap + .process_wrap {
		margin-top: 30px;
	}
	.m_process .process_box .step {
		font-size: 2rem;
	}
	.m_process .process_box .name {
		margin: 15px 0;
		font-size: 2.4rem;
	}
	.m_process .process_box .info {
		font-size: 1.7rem;
	}
	.m_process .process_box:not(:last-child):after {
		width: 30px;
		height: 30px;
		top: 100%;
		right: 50%;
		transform: translateX(50%) rotate(90deg);
		background-size: contain;
	}
	.m_process .process_wrap:last-child .process_box:first-child:before {
		top: -30px;
		right: 50%;
		transform: translateX(50%) rotate(90deg);
		width: 30px;
		height: 30px;
		background: url('../images/main/process_arrow.png') no-repeat center / contain;
	}
	.m_process .process_wrap:first-child .process_box:last-child:after {
		display: none;
	}
	.m_process .process_wrap:last-child .process_box:not(:last-child):after {
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}

	/* m_location */
	.m_location {
		padding: 80px 0;
	}
	.m_location .location_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.m_location .list_box {
		width: calc(33.33% - 7px);
	}
	.m_location .list_box .img_box {
		height: 130px;
	}
	.m_location .list_box .img_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.m_location .list_box .txt_box p {
		font-size: 1.5rem;
	}
	.m_location .list_center {
		width: 100%;
		padding: 30px 10px;
		border-width: 3px;
	}
	.m_location .list_center strong {
		font-size: 3.6rem;
	}
	.m_location .list_center .view_more {
		margin-top: 15px;
		padding: 15px;
	}
	.m_location .list_center .view_more span {
		font-size: 1.8rem;
		background-size: 18px;
	}

	/* m_inquiry */
	.m_inquiry {
		padding: 80px 0;
	}
	.m_inquiry .inq_txt {
		text-align: center;
		margin-bottom: 40px;
	}
	.m_inquiry .inq_txt p {
		margin-top: 30px;
		font-size: 2.2rem;
	}
	.m_inquiry .inq_txt strong {
		font-size: 4.6rem;
	}
	.m_inquiry .img_box {
		right: -100px;
		bottom: -140px;
		width: 280px;
	}
	.m_inquiry .inq_form {
		padding: 40px 30px;
	}
	.m_inquiry .inq_form .form_line {
		padding: 15px 0;
	}
	.m_inquiry .inq_form .label {
		width: 100px;
		font-size: 1.7rem;
	}
	.m_inquiry .inq_form .radiobox input + label {
		padding-left: 33px;
		font-size: 1.7rem;
		line-height: 21px;
		background-size: 21px;
	}
	.m_inquiry .inq_form .input_box input {
		font-size: 1.7rem;
	}
	.m_inquiry .inq_form .checkbox input + label {
		padding-left: 25px;
		font-size: 1.7rem;
		background-size: 16px;
	}
	.m_inquiry .inq_form .agree_box {
		margin: 15px 0 25px;
	}
	.m_inquiry .inq_form .confirm_btn {
		padding: 12px 0;
		font-size: 1.8rem;
	}

	/* m_rate */
	.m_rate .pie_wrap {
		width: 430px;
		height: 420px;
	}
	.m_rate .piece.p1 {
		top: -20px;
		left: -50px;
		width: 250px;
	}
	.m_rate .piece .img_bg {
		top: -25px;
		left: -26px;
		width: 310px;
	}
	.m_rate .piece.p1 .txt_box {
		bottom: 120px;
		right: 0;
	}
	.m_rate .piece .big_ttl {
		font-size: 3rem;
	}
	.m_rate .piece span {
		margin: 15px 0 10px;
		font-size: 3rem;
	}
	.m_rate .piece span strong {
		font-size: 4rem;
	}
	.m_rate .piece .sub_ttl {
		font-size: 3rem;
	}
	.m_rate .piece ul li {
		font-size: 1.8rem;
	}
	.m_rate .piece.p2 {
		top: 0;
		right: 0;
		width: 220px;
	}
	.m_rate .piece.p2 ul li {
		padding-left: 42px;
	}
	.m_rate .piece.p2 ul li:before {
		top: 10px;
		width: 36px;
		height: 16px;
		background-size: contain;
	}
	.m_rate .piece.p2 ul li:nth-child(1) {top: 15px; left: 125px;}
	.m_rate .piece.p2 ul li:nth-child(2) {top: 70px; left: 165px;}
	.m_rate .piece.p2 ul li:nth-child(3) {top: 130px; left: 195px;}
	.m_rate .piece.p2 ul li:nth-child(4) {top: 180px; left: 195px;}
	.m_rate .piece.p3 {
		bottom: -20px;
		left: 18px;
		width: 180px;
	}
	.m_rate .piece.p3 ul li:nth-child(1) {top: 50px; right: 120px;}
	.m_rate .piece.p3 ul li:nth-child(2) {bottom: -50px; right: 45px;}
	.m_rate .piece.p4 {
		bottom: -20px;
		right: 50px;
		width: 170px;
	}
	.m_rate .piece.p4 ul li:nth-child(1) {bottom: -20px; left: 97px;}

}

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

	/* common */

	/* m_visual */
	.m_visual .visual_ttl {
		padding-top: 50px;
	}
	.m_visual .visual_ttl:before {
		height: 40px;
	}
	.m_visual .visual_ttl p {
		font-size: 3rem;
	}
	.m_visual .visual_txt p {
		font-size: 2.5rem;
	}
	.m_visual .visual_txt .sub_ttl {
		font-size: 2rem;
	}
	.m_visual .visual_ico ul {
		gap: 5px;
	}
	.m_visual .visual_ico li {
		width: 120px;
		height: 120px;
		margin: 0;
		font-size: 1.6rem;
	}

	/* m_first */
	.m_first {
		padding: 80px 20px;
	}
	.m_first .first_txt {
		font-size: 4rem;
	}
	.m_first .second_txt {
		font-size: 2.3rem;
	}
	.m_first .first_checklist li {
		font-size: 2rem;
	}

	/* m_feature */
	.m_feature .feature_wrap .txt_box strong {
		font-size: 3rem;
	}
	.m_feature .feature_wrap .txt_box p {
		font-size: 2.8rem;
	}
	.m_feature .feature_wrap .brush_txt {
		background-position: right center;
	}
	.m_feature .feature_wrap .brush_txt p {
		margin-left: -40px;
	}
	.m_feature .feature_list ul {
		gap: 10px;
	}
	.m_feature .feature_list ul li {
		width: 120px;
		height: 120px;
	}
	.m_feature .feature_list ul li span {
		font-size: 1.8rem;
	}
	.m_feature .feature_list ul li p {
		font-size: 2.3rem;
	}

	/* m_benefit */
	.m_benefit .txt_box p {
		font-size: 3rem;
	}
	.m_benefit .txt_box .bg_txt {
		font-size: 3.2rem;
		word-break: keep-all;
	}
	.m_benefit .first_checklist li {
		font-size: 2rem;
	}

	/* m_price */
	.m_price .txt_box .price_ttl {
		font-size: 4rem;
	}
	.m_price .count_box p {
		font-size: 4rem;
	}
	.m_price .count_box .number_box .number {
		margin: 0 5px;
	}

	/* m_interior */
	.m_interior .txt_box p {
		font-size: 2.5rem;
	}

	/* m_start */
	.m_start .start_table th {
		padding: 15px 0;
		border-width: 4px;
	}
	.m_start .start_table th .cont {
		font-size: 1.7rem;
	}
	.m_start .start_table td {
		padding: 10px 7px;
		border-width: 4px;
		word-break: keep-all;
	}
	.m_start .start_table td .cont {
		font-size: 1.5rem;
	}
	.m_start .start_guide li {
		font-size: 1.6rem;
	}

	/* m_best */
	.m_best .best_list ul li {
		width: 100%;
	}
	.m_best .best_list .img_box img {
		width: 100%;
	}

	/* m_inquiry */
	.m_inquiry .img_box {
		width: 200px;
	}

	/* m_rate */
	.m_rate .chart_wrapper {
		scale: 1;
		padding-top: 150px;
	}
	.m_rate .pie_wrap {
		width: 350px;
		height: 320px;
	}
	.m_rate .piece.p1 {
		top: -20px;
		left: 30px;
		width: 170px;
	}
	.m_rate .piece .img_bg {
		top: -16px;
		left: -13px;
		width: 205px;
	}
	.m_rate .piece.p2 {
		right: -5px;
		width: 140px;
	}
	.m_rate .piece.p3 {
		bottom: 17px;
		left: 70px;
		width: 130px;
	}
	.m_rate .piece.p4 {
		bottom: 20px;
		right: 20px;
		width: 120px;
	}
	.m_rate .piece ul li {
		display: none;
	}
	.m_rate .piece.p1 .txt_box {
		bottom: 100%;
		right: 50%;
		transform: translateX(50%);
		text-align: center;
	}
	.m_rate .piece.p1 .txt_box:before {
		content:'';
		display: block;
		position: absolute;
		top: calc(100% + 20px);
		left: 0;
		width: 61px;
		height: 140px;
		background: url('../images/common/ico_change_arrow.png') no-repeat center / contain;
	}
	.m_rate .piece .big_ttl {
		font-size: 2.5rem;
	}
	.m_rate .piece span {
		font-size: 2.5rem;
	}
	.m_rate .piece span strong {
		font-size: 3rem;
	}
	.m_rate .piece .sub_ttl {
		font-size: 2.5rem;
	}

}

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

	html {
		font-size: 50%;
	}

	/* m_benefit */
	.m_benefit .first_store .store_wrap {
		width: 150px;
		height: 150px;
	}

	/* m_best */
	.m_best .best_list .txt_box {
		padding: 10px 0 20px;
	}
	.m_best .best_list .txt_box p {
		margin-top: 10px;
	}

}