@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

.lp_screen{
	display: block;
}
.pcNone {
	display:none;
}
.lp_wp{
	margin: -10px 0 -80px;
	overflow: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 21px;
	line-height: 1.9;
	letter-spacing: 0.04em;
	color: #262626;
}
.lp_wp *{
	box-sizing: border-box;
	word-wrap: break-word;
}
.lp_wp p{
	font-weight: 500;
}
.lp_container{
	position: relative;
	z-index: 2;
	overflow: hidden;
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
}
.lp_wide{
	max-width: 472px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.spNone {
		display:none!important;
	}
	.pcNone {
		display:block!important;
	}
	.lp_screen{
		display: inline;
	}
}
.lp_fade,.lp_fade_i{
	transition: all 500ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 30px) scale(0.6);
}
.lp_fadein{
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px) scale(1);
}
.lp_scr_box {
	margin: 90px 0 180px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.lp_scr_content {
	display: flex;
	width: max-content;
	animation: scroll-left 60s linear infinite;
}
.lp_scr_content img{
	width: auto;
	max-width: none;
	height: 285px;
	margin-left: -16px;
}
 @keyframes scroll-left {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@media only screen and (min-width: 767px){
	.lp_scr_box:hover .lp_scr_content {
		/* animation-play-state: paused; */
	}
}
.lp_modal_wp,.lp_modal_over{
	position: fixed;
	z-index: 1010;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp_modal_wp{
	display: none;
	opacity: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.lp_modal_wp *{
	box-sizing: border-box;
	word-wrap: break-word;
}
.lp_modal_over{
	background: rgba(0,0,0,0.6);
}
.lp_modal_container{
	position: relative;
	z-index: 1011;
	background: #fff;
	max-height: calc(95vh - 105px);
    max-width: 960px;
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
}
.lp_modal_s{
	max-width: 500px;
	max-height: 250px;
}
.lp_modal_close{
	position: absolute;
	z-index: 102;
	right: 0;
	top: -0.4em;
	width: 2em;
	height: 2em;
	font-size: 1.6em;
	cursor: pointer;
}
.lp_modal_close:before,.lp_modal_close:after{
	content: '';
	position: absolute;
	top: 0.9em;
	left: 0.25em;
	width: 75%;
	height: 0.1em;
	background: #333;
}
.lp_modal_close:before{
	transform: rotate(45deg);
}
.lp_modal_close:after{
	transform: rotate(-45deg);
}
.lp_modal_content{
	display: none;
}
.lp_modal_body{
	overflow-y: auto;
    position: relative;
}
.lp_modal{
	cursor: pointer;
}
.lp_modal_container_you,.lp_modal_container_mp4{
	background: none;
}
.lp_modal_container_you .lp_modal_body,.lp_modal_container_mp4 .lp_modal_body {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.4%;
}
.lp_modal_container_you .lp_modal_close,.lp_modal_container_mp4 .lp_modal_close{
	top: -44px;
}
.lp_modal_container_you .lp_modal_head h4,.lp_modal_container_mp4 .lp_modal_head h4{
	display: none;
}
.lp_modal_container_you .lp_modal_close:before,.lp_modal_container_you .lp_modal_close:after,.lp_modal_container_mp4 .lp_modal_close:before,.lp_modal_container_mp4 .lp_modal_close:after{
	background: #fff;
}
.lp_you_iframe,.lp_mp4{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: black;
}
@media only screen and (min-width: 768px) {
	.lp_modal_body::-webkit-scrollbar {
	  width: 8px;
	  border-radius: 5px;
	}
	.lp_modal_body::-webkit-scrollbar-thumb {
	  background: linear-gradient(to bottom right, #164299 0%, #164299 100%);
	  border-radius: 5px;
	}
	.lp_modal_body::-webkit-scrollbar-track {
	  background-color: #e5e5e5;
	  border: 1px solid #e5e5e5;
	  border-radius: 5px;
	}
	.lp_modal_body::-webkit-scrollbar-button {
	  background-color: #e5e5e5;
	  border-radius: 5px;
	  height: 0;
	}
	.lp_modal_body::-webkit-scrollbar-button:hover {
	  background-color: #e5e5e5;
	}
}
.slick-list{
	overflow: visible;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
	margin: -20px 0 0;
	padding: 0;
	border: none;
	color: transparent;
    width: 55px;
    height: 55px;
    outline: none;
    background: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/slick_L.png) no-repeat;
	background-size: 100% 100%;
    opacity: 0.7;
    transition: 0.3s;
    cursor: pointer;
}
.slick-prev{
	left: 10px;
}
.slick-next {
    right: 10px;
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/slick_R.png);
}
.slick-disabled{
	opacity: 0;
	cursor: auto;
}
.slick-dots {
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 3;
    width: 100%;
    text-align: center;
	display: flex;
	justify-content: center;
}
.slick-dots li {
    position: relative;
    padding: 10px;
    margin: 0 7px;
    cursor: pointer;
}
.slick-dots li button {
    overflow: hidden;
	margin: 0;
	padding: 0;
    text-indent: -999px;
    display: block;
    max-width: 9px;
	width: 9px;
    height: 9px;
    border-radius: 5px;
    outline: none;
    border: 0;
    background: #939393;
    color: transparent;
    cursor: pointer;
}
.slick-dots li.slick-active{
	cursor: auto;
}
.slick-dots li.slick-active button {
    display: none;
}
.slick-dots li.slick-active::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 56px;
	background: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_a.png) no-repeat;
	background-size: 100% 100%;
	transform: translateX(-50%) translateY(-50%);
}
.slick-dots li:nth-child(2).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_b.png);
}
.slick-dots li:nth-child(3).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_c.png);
}
.slick-dots li:nth-child(4).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_d.png);
}
.slick-dots li:nth-child(5).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_e.png);
}
.slick-dots li:nth-child(6).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_f.png);
}
.slick-dots li:nth-child(7).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_g.png);
}
.slick-dots li:nth-child(8).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_h.png);
}
.slick-dots li:nth-child(9).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_i.png);
}
.slick-dots li:nth-child(10).slick-active::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/sli_btn_j.png);
}

.lp_pc_box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/main_pc.png) no-repeat center bottom -100px;
	background-size: auto auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 100px;
}
.lp_pc_event,.lp_pc_menu{
	width: calc((100% - 560px)/2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp_pc_event_in{
	max-width: 575px;
	width: 90%;
	margin: 0 auto;
	padding: 15px 20px 30px;
	border-radius: 25px;
	background: #4abed0;
	color: #fff;
}
.lp_pc_event h3{
	margin-bottom: 1vh;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.lp_pc_menu_in{
	max-width: 460px;
	width: 90%;
	min-height: 380px;
	margin: 0 auto;
}
.lp_pc_menu h3{
	margin-bottom: 2.5vh;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #003da6;
}
.lp_pc_menu h3::before,.lp_pc_menu h3::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: calc((100% - 96px)/2);
	height: 1px;
	background: currentcolor;
}
.lp_pc_menu h3::after{
	left: auto;
	right: 0;
}
.lp_pc_menu_list{
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.lp_pc_menu_item{
	width: 31%;
	max-width: 134px;
}
.lp_pc_menu_item p{
	padding-top: 1vh;
	line-height: 1.3;
	font-weight: 700;
	color: #003da6;
}
.lp_links_cart{
	padding: 2px 32px 3px 25px;
	max-width: 250px;
	max-height: 65px;
	height: 7vh;
	margin: 3vh auto 0;
	background: #003da6;
	color: #fff !important;
	font-size: 18px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp_links_cart div{
	font-weight: 700 !important;
}
.lp_links_cart::before{
	content: '';
	width: 25px;
	height: 25px;
	background: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/links_cart.png) no-repeat;
	background-size: 100% 100%;
}
.lp_anchor{
	position: relative;
	top: -160px;
}
.lp_kv{
	position: relative;
	background: #4abed0;
	height: 1350px;
	padding-top: 170px;
}
.lp_kv_main{
	position: relative;
	z-index: 3;
	margin-right: 2%;
}
.lp_kv_pop01{
	position: absolute;
	z-index: 1;
	width: 400px;
	left: -19px;
	top: -40px;
	opacity: 0;
	transform: translate(0px, 30px);
	animation:fadein 0.5s forwards linear;
}
.lp_kv_pop02{
	position: absolute;
	width: 210px;
	left: -70px;
	top: 360px;
	opacity: 0;
	transform: translate(0px, 30px);
	animation:fadein 0.5s 0.5s forwards linear;
}
.lp_kv_pop03{
	position: absolute;
	z-index: 3;
	width: 410px;
	right: -16px;
	bottom: 325px;
	opacity: 0;
	transform: translate(0px, 30px);
	animation:fadein 0.5s 1s forwards linear;
}
@keyframes fadein {
	0% { opacity: 0; transform: translate(0px, 30px);}
	100% { opacity: 1; transform: translate(0px, 0px);}
}
.lp_kv_pop02.lp_fadein{
	transition-delay:0.3s
}
.lp_kv_pop03.lp_fadein{
	transition-delay:0.3s
}
.lp_movie{
	position: relative;
	z-index: 2;
	margin-top: -202px;
	height: 975px;
}
.lp_movie_cir{
	position: absolute;
	z-index: 1;
	width: 976px;
	height: 976px;
	left: -208px;
	top: 0;
	animation:rotate 80s infinite linear;
}
@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
.lp_movie_box{
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp_movie_tit{
	margin-top: -25px;
	margin-bottom: 15px;
	color: #003da6;
	text-align: center;
	font-size: 82px;
	font-weight: 700;
	line-height: 1.3;
}
.lp_movie_lead{
	color: #003da6;
	text-align: center;
	font-size: 34px;
	font-weight: 700 !important;
	line-height: 1.3;
}
.lp_movie_note{
	margin-top: 10px;
	font-size: 17px;
	font-weight: 700 !important;
	color: #003da6;
	text-align: center;
}
.lp_movie_text{
	margin-top: 5px;
	font-size: 21px;
	text-align: center;
}
.lp_movie_pic{
	margin: 35px auto 20px;
}
.lp_cs{
	position: relative;
	z-index: 2;
	padding: 250px 0 100px;
}
.lp_cs_mark{
	position: absolute;
	top: -56px;
	right: -127px;
	width: 358px;
}
.lp_cs_lead{
	position: relative;
	margin: 0 50px;
	padding-bottom: 32px;
	background: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/cs_lead.png) no-repeat right  bottom;
	background-size: 87px auto;
	font-size: 34px;
	font-weight: 700 !important;
	line-height: 1.3;
	text-align: center;
}
.lp_cs_lead small{
	font-size: 24px;
	font-weight: 700 !important;
}
.lp_cs_title{
	position: relative;
	left: -10px;
	padding-top: 2px;
	padding-left: 8px;
	width: 417px;
	height: 316px;
	margin: 0 auto;
	background: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/cs_title.png) no-repeat center center;
	background-size: 100% 100%;
	color: #003da6;
	display: flex;
	justify-content: center;
}
.lp_cs_title h2{
	font-size: 55px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.06em;
}
.lp_cs_box{
	position: relative;
	overflow: hidden;
	padding: 35px 0 100px;
}
.lp_cs_item{
	position: relative;
	width: 472px;
	height: 698px;
	margin: 0 auto 30px;
	border-radius: 13px;
	background: #4abed0;
	box-shadow: 10px 10px 0 rgba(198,198,198,0.75);
}
.lp_slick_center .slick-slide{
	transform:scale(0.84);
}
.lp_slick_center .slick-center{
	transform:scale(1.026) !important;
}
.lp_cs_text{
	position: absolute;
	z-index: 2;
	top: 6.2%;
	left: 6.7%;
	width: 86.6%;
}
.lp_cs_pop{
	position: absolute;
	z-index: 3;
	left: 4.6%;
	bottom: 2.2%;
	width: 51.4%;
	transition: all 0.5s;
	transition-delay: 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 30px) scale(0.6);
}
.slick-center .lp_cs_pop.lp_fadein,
.slick-active .lp_cs_pop.lp_fadein{
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px) scale(1);
}
.lp_cs_pic{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
}
.lp_cs_item_b{
	background: #ffd900;
}
.lp_cs_item_b .lp_cs_text{
	top: 7.6%;
}
.lp_cs_item_b .lp_cs_pop{
	left: auto;
	right: -4.4%;
	bottom: 3%;
	width: 49.6%;
}
.lp_cs_item_c{
	background: #f18d00;
}
.lp_cs_item_c .lp_cs_text{
	top: 7.2%;
}
.lp_cs_item_c .lp_cs_pop{
	z-index: 3;
	left: auto;
	right: -2.4%;
	bottom: 1.5%;
	width: 62.4%;
}
.lp_cs_item_d{
	background: #c1d600;
}
.lp_cs_item_d .lp_cs_text{
	top: 7.2%;
}
.lp_cs_item_d .lp_cs_pop{
	left: 3.8%;
	bottom: 13%;
	width: 56.2%;
}
.lp_cs_item_e{
	background: #e95b9c;
}
.lp_cs_item_e .lp_cs_text{
	top: 7.2%;
}
.lp_cs_item_e .lp_cs_pop{
	left: 9%;
	bottom: 13.8%;
	width: 51.4%;
}
.lp_cs_item_f{
	background: #6fc9f3;
}
.lp_cs_item_f .lp_cs_text{
	top: 7.2%;
}
.lp_cs_item_f .lp_cs_pop{
	z-index: 3;
	left: auto;
	right: 7%;
	bottom: 27%;
	width: 54.6%;
}
.lp_cs_item_g{
	background: #f7f8f8;
}
.lp_cs_item_g .lp_cs_text{
	top: 7%;
	left: 6.1%;
	width: 87.8%;
}
.lp_cs_item_g .lp_cs_pop{
	z-index: 3;
	left: 12%;
	bottom: 22%;
	width: 54.9%;
}
.lp_cs_item_h{
	background: #7e5de8;
}
.lp_cs_item_h .lp_cs_text{
	top: 7%;
	left: 6.1%;
	width: 87.8%;
}
.lp_cs_item_h .lp_cs_pop{
	z-index: 3;
	left: 10%;
	bottom: 22.5%;
	width: 51.3%;
}
.lp_cs_item_h .lp_cs_pic{
	z-index: 2;
}
.lp_cs_item_i{
	background: #e95b9c;
}
.lp_cs_item_i .lp_cs_text{
	top: 7%;
	left: 6.1%;
	width: 87.8%;
}
.lp_cs_item_i .lp_cs_pop{
	z-index: 3;
	left: 9%;
	bottom: 3.3%;
	width: 57.8%;
}
.lp_cs_item_i .lp_cs_pic{
	z-index: 1;
	height: 100%;
	overflow: hidden;
}
.lp_cs_item_j{
	background: #f7f8f8;
}
.lp_cs_item_j .lp_cs_text{
	top: 7.2%;
	left: 6.1%;
	width: 87.8%;
}
.lp_cs_item_j .lp_cs_pop{
	z-index: 3;
	left: 11.4%;
	bottom: 22%;
	width: 54.3%;
}
.lp_cs_item_j .lp_cs_pic{
	z-index: 1;
}










.lp_event{
	position: relative;
	padding-top: 80px;
	background: #4abed0;
	border-radius: 55px 55px 0 0;
	color: #fff;
}
.lp_event_pic{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
}
.lp_event_title{
	text-align: center;
	font-size: 82px;
	font-weight: 700;
	line-height: 1.3;
}
.lp_feat{
	position: relative;
	z-index: 2;
	margin-top: -60px;
	padding-top: 90px;
	background: #fff;
	border-radius: 55px 55px 0 0;
}
.lp_feat_title{
	color: #003da6;
	font-size: 66px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.lp_feat_lead{
	width: 340px;
	padding: 10px;
	margin: 20px auto 40px;
	border-radius: 25px;
	background: #003da6;
	color: #fff;
	font-size: 21px;
	font-weight: 700 !important;
	line-height: 1.3;
	text-align: center;
}
.lp_feat_box{
	position: relative;
	padding: 98px 0 50px;
}
.lp_feat_main{
	width: 14.34%;
	margin: 0 auto;
}
.lp_feat_a{
	position: absolute;
	left: 50%;
	top: 0;
	width: 29.3%;
}
.lp_feat_b{
	position: absolute;
	left: 16%;
	top: 4.2%;
	width: 28.4%;
	transition-delay:0.2s;
}
.lp_feat_c{
	position: absolute;
	left: 56.4%;
	top: 16.2%;
	width: 24.93%;
	transition-delay:0.3s;
}
.lp_feat_d{
	position: absolute;
	left: 12%;
	top: 46.5%;
	width: 30%;
	transition-delay:0.2s;
}
.lp_feat_e{
	position: absolute;
	left: 54.8%;
	top: 65%;
	width: 27.2%;
	transition-delay:0.2s;
}
.lp_feat_f{
	position: absolute;
	left: 16%;
	top: 85.5%;
	width: 34%;
	transition-delay:0.2s;
}
.lp_feat_item{
	max-width: 375px;
	margin: 0 auto;
}
.lp_feat_item h3{
	font-size: 34px;
	font-weight: 700;
	color: #003da6;
}
.lp_feat_item p{
	font-size: 21px;
	font-weight: 500 !important;
	line-height: 1.7;
	letter-spacing: 0.04em;
}
.lp_feat_pic{
	margin: 20px 0;
}
.lp_feat_point{
	margin-top: 50px;
}
.lp_feat_point>div:first-child{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	color: #003da6;
}
.lp_feat_point>div:first-child p{
	margin-right: 10px;
	border-top: 2px solid currentcolor;
	border-bottom: 2px solid currentcolor;
	font-size: 14px;
	font-weight: 700;
}
.lp_feat_point>div:first-child span{
	margin-top: -8px;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.1;
}
[class *= "lp_mod_cr"] .lp_modal_body{
	margin: 0 10px;
}
[class *= "lp_mod_cr"] .lp_modal_container{
	max-width: 465px;
	padding: 40px 0;
	border-radius: 20px;
	border: 2px solid #22ac38;
}
[class *= "lp_mod_cr"] .lp_modal_close{
	right: -28px;
	top: -28px;
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #22ac38;
}
[class *= "lp_mod_cr"] .lp_modal_close::before,
[class *= "lp_mod_cr"] .lp_modal_close::after{
	background: #22ac38;
	top: 29px;
	left: 18px;
	width: 26px;
	height: 2px;
}
.lp_mod_cr2 .lp_modal_container,
.lp_mod_cr2 .lp_modal_close{
	border-color: #e6328c;
}
.lp_mod_cr2 .lp_modal_close::before,
.lp_mod_cr2 .lp_modal_close::after{
	background: #e6328c;
}
.lp_mod_cr3 .lp_modal_container,
.lp_mod_cr3 .lp_modal_close{
	border-color: #c1d600;
}
.lp_mod_cr3 .lp_modal_close::before,
.lp_mod_cr3 .lp_modal_close::after{
	background: #c1d600;
}
.lp_mod_cr4 .lp_modal_container,
.lp_mod_cr4 .lp_modal_close{
	border-color: #f18d00;
}
.lp_mod_cr4 .lp_modal_close::before,
.lp_mod_cr4 .lp_modal_close::after{
	background: #f18d00;
}
.lp_mod_cr5 .lp_modal_container,
.lp_mod_cr5 .lp_modal_close{
	border-color: #174299;
}
.lp_mod_cr5 .lp_modal_close::before,
.lp_mod_cr5 .lp_modal_close::after{
	background: #174299;
}
.lp_mod_cr5 .lp_feat_item{
	transform: translateX(4px);
}
.lp_mod_cr6 .lp_modal_container,
.lp_mod_cr6 .lp_modal_close{
	border-color: #00b1ed;
}
.lp_mod_cr6 .lp_modal_close::before,
.lp_mod_cr6 .lp_modal_close::after{
	background: #00b1ed;
}
.lp_cur{
	padding-top: 170px;
	border-top: 3px solid #003da6;
}
.lp_cur_lead{
	margin-bottom: 25px;
	font-weight: 700 !important;
	color: #003da6;
}
.lp_cur_title{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	color: #003da6;
}
.lp_cur_title + p{
	margin-right: -10px;
	margin-bottom: 90px;
	line-height: 2;
}
.lp_links{
	position: relative;
	margin-bottom: 30px;
	height: 105px;
	border-radius: 53px;
	border: 2px solid currentcolor;
	font-weight: 700!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp_links::after{
	content: '';
	position: absolute;
	right: 45px;
	top: 50%;
	width: 21px;
	height: 21px;
	background: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/links_in.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}
.lp_links_out::after{
	background-image: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/links_out.png);
}
.lp_cur_flex{
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp_cur_pic{
	width: 13%;
	margin-left: 2%;
}
.lp_cur_text{
	margin-bottom: 10px;
	width: 77%;
	font-size: 16px;
	line-height: 1.55;
}
.lp_sp_foll{
	display: none;
}
.lp_cs_num{
	position: absolute;
	z-index: 9;
	top: 10px;
	right: 10px;
	width: 68px;
	height: 26px;
	padding-bottom: 2px;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #28a3af;
	color: #73d3d8;
	font-size: 17px;
	font-weight: bold;
}
.lp_cs_item_b .lp_cs_num{
	background: #e2bc00;
	color: #ffe45f;
}
.lp_cs_item_c .lp_cs_num{
	background: #ce7000;
	color: #f49625;
}
.lp_cs_item_d .lp_cs_num{
	background: #aeb700;
	color: #d3dd0e;
}
.lp_cs_item_e .lp_cs_num{
	background: #d8418d;
	color: #f489be;
}
.lp_cs_item_f .lp_cs_num{
	background: #4bb3db;
	color: #93ddf9;
}
.lp_cs_item_g .lp_cs_num{
	background: #e0e0e0;
	color: #fff;
}
.lp_cs_item_h .lp_cs_num{
	background: #5334d1;
	color: #927def;
}
.lp_cs_item_i .lp_cs_num{
	background: #d8418d;
	color: #f489be;
}
.lp_cs_item_j .lp_cs_num{
	background: #e0e0e0;
	color: #fff;
}
.lp_hsup{
	position: relative;
	top: -3px;
	display: inline-block;
	margin: 0 -5px 0 3px;
	font-size: 20px;
	color: #003da6;
}
.lp_sup{
	position: relative;
	display: inline-block;
	margin: 0 -2px 0 3px;
	font-size: 14px;
}
.lp_feat_point .lp_feat_point_lead{
	margin-bottom: 5px;
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #003da6;
}
.lp_feat_point_pic{
	padding: 25px 0 15px;
}
.lp_event_pop{
	margin: 20px 30px 40px 20px;
}
.lp_event_info{
	padding: 0 40px 200px;
	position: relative;
	z-index: 3;
}
.lp_event_dl{
	margin-bottom: 30px;
	display: flex;
	line-height: 1.4;
	letter-spacing: 0.15em;
}
.lp_event_dl dt{
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 700 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp_event_dl dd{
	margin-top: -10px;
	margin-left: 20px;
	font-size: 34px;
	font-weight: 700 !important;
}
.lp_event_dl dd small{
	display: block;
	padding: 5px 0 5px;
	font-size: 21px;
	font-weight: 700 !important;
	line-height: 1.1;
}
.lp_pc_event_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.lp_pc_event .lp_event_pop{
	margin: 0 0 0 1%;
	width: 46.8%;
}
.lp_pc_event .lp_event_info{
	padding: 0;
	width: 46%;
}
.lp_pc_event .lp_event_dl{
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.lp_pc_event .lp_event_dl dt{
	width: 52px;
	height: 52px;
	border-width: 1px;
	font-size: 14px;
}
.lp_pc_event .lp_event_dl dd{
	margin-top: -1px;
	font-size: 20px;
	margin-left: 4%;
}
.lp_pc_event .lp_event_dl dd small{
	padding: 2px 0;
	font-size: 14px
}
.lp_cs_note{
	position: absolute;
	right: 25px;
	bottom: 90px;
	font-size: 14px;
}

@media screen and (max-width:1800px) {
	.lp_pc_event_flex{
		align-items: center;
	}
	.lp_pc_event .lp_event_pop{
		width: 40%;
	}
	.lp_pc_event .lp_event_info{
		padding: 0;
		width: 54%;
	}
	.lp_pc_event .lp_event_dl dt{
		width: 40px;
		height: 40px;
		border-width: 1px;
		font-size: 10px;
	}
	.lp_pc_event .lp_event_dl dd{
		font-size: 16px;
		margin-left: 2%;
	}
	.lp_pc_event .lp_event_dl dd small{
		font-size: 10px
	}
}
@media screen and (max-width:1330px) {
	body{
		overflow-x: hidden;
	}
	.lp_pc_event,.lp_pc_menu{
		display: none;
	}
	.lp_sp_foll{
		display: block;
		position: fixed;
		z-index: 9;
		right: 15px;
		bottom: 15px;
		transition: 0.3s;
	}
	.lp_sp_foll a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 68px;
		height: 68px;
		border-radius: 6px;
		background: #174299;
		color: #fff;
	}
	.lp_sp_foll a::before{
		content: '';
		width: 25px;
		height: 25px;
		background: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/links_cart.png) no-repeat;
		background-size: 100% 100%;
	}
	.lp_sp_foll a>div{
		margin-bottom: -2px;
		margin-top: 2px;
		font-size: 12px;
		line-height: 1.2;
	}
	.lp_sp_foll.is_on{
	    opacity: 1;
		pointer-events: auto;
	}
}
@media screen and (min-width:3600px) {
	.lp_pc_box{
		background-size: 100% auto;
	}
}

@media only screen and (min-width: 0) and (max-width: 896px) { /*SP*/
	.lp_pc_box{
		display: none;
	}
	.lp_wp{
		margin: 45px auto -80px;
		font-size: 3.73vw;
	}
	.lp_wide{
		padding: 0 8vw;
	}
	.lp_kv{
		padding-top: 35vw;
		height: 244vw;
	}
	.lp_kv_pop01{
		width: 80vw;
		left: -7vw;
		top: -10vw;
	}
	.lp_kv_pop02 {
		width: 38vw;
		left: -13vw;
		top: 70vw;
	}
	.lp_kv_pop03 {
	    width: 77vw;
		right: -4vw;
		bottom: 53vw;
	}
	.lp_movie {
		margin-top: -36vw;
		height: 174vw;
	}
	.lp_movie_cir {
	    width: 174vw;
	    height: 174vw;
	    left: -37vw;
	}
	.lp_movie_tit {
	    margin-top: -4.45vw;
	    margin-bottom: 2.6vw;
	    font-size: 14.6vw;
	}
	.lp_movie_lead {
	    font-size: 6vw;
	}
	.lp_movie_note{
		margin-top: 1.8vw;
		font-size: 3vw;
	}
	.lp_movie_pic {
	    margin: 6vw auto 3.6vw;
	}
	.lp_movie_text {
	    margin-top: 1vw;
	    font-size: 3.75vw;
	}
	.lp_cs {
	    padding: 44.6vw 0 19.6vw;
	}
	.lp_cs_mark {
	    position: absolute;
	    top: -10vw;
	    right: -22.7vw;
	    width: 64vw;
	}
	.lp_cs_lead {
	    margin: 0 9vw;
	    padding-bottom: 5.7vw;
	    background-size: 15.5vw auto;
	    font-size: 6vw;
	}
	.lp_cs_lead small {
	    font-size: 4.2vw;
	}
	.lp_cs_title {
	    left: -1.8vw;
	    padding-top: 0.4vw;
	    padding-left: 1.4vw;
	    width: 74vw;
	    height: 56vw;
	}
	.lp_cs_title h2 {
	    font-size: 10vw;
	}
	.lp_cs_box {
	    padding: 6.2vw 0 17vw;
	}
	.lp_cs_item {
	    width: 84.3vw;
	    height: 121.5vw;
	    margin: 0 auto 5.4vw;
	    border-radius: 2.6vw;
	    box-shadow: 1.8vw 1.8vw 0 rgba(198,198,198,0.75);
	}
	.slick-prev, .slick-next{
		width: 10vw;
		height: 10vw;
	}
	.slick-dots{
		bottom: -14vw;
	}
	.slick-dots li{
		padding: 6px;
		margin: 0 6px;
	}
	.slick-dots li button{
		width: 6px;
		height: 6px;
		border-radius: 3px;
	}
	.slick-dots li.slick-active::after{
		width: 24px;
		height: 36px;
	}
	.lp_event {
	    padding-top: 14vw;
	    border-radius: 10vw 10vw 0 0;
	}
	.lp_event_title {
	    font-size: 14.6vw;
	}
	.lp_event_pic{
		bottom: 10.7vw;
	}
	.lp_feat {
	    margin-top: -10.7vw;
	    padding-top: 16vw;
	    border-radius: 10vw 10vw 0 0;
	}
	.lp_feat_title {
	    font-size: 11.8vw;
	}
	.lp_feat_lead {
	    width: 60vw;
	    padding: 1.8vw;
	    margin: 3.6vw auto 7.2vw;
	    border-radius: 4.5vw;
	    font-size: 3.75vw;
	}
	.lp_feat_box {
	    padding: 17.5vw 0 9vw;
	}
	.lp_scr_box {
	    margin: 16vw 0 32vw;
	}
	.lp_scr_content img {
	    height: 50vw;
	}
	.lp_cur {
	    padding-top: 30vw;
	    border-top: 2px solid #003da6;
	}
	.lp_cur_lead {
	    margin-bottom: 4.5vw;
	}
	.lp_cur_title {
	    margin-bottom: 3.6vw;
	    font-size: 5.4vw;
	}
	.lp_cur_title + p {
	    margin-right: -1.8vw;
	    margin-bottom: 16vw;
	}
	.lp_links {
	    margin-bottom: 5.4vw;
	    height: 18.8vw;
	    border-radius: 9.4vw;
	    border: 1px solid currentcolor;
	}
	.lp_links::after {
	    right: 8vw;
	    width: 3.8vw;
	    height: 3.8vw;
	}
	.lp_cur_flex {
	    padding-top: 14.2vw;
	}
	.lp_cur_text {
	    margin-bottom: 1.8vw;
	    font-size: 2.86vw;
	}
	.lp_sp_foll{
		display: block;
		position: fixed;
		z-index: 9;
		right: 4vw;
		bottom: 4vw;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	.lp_sp_foll a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 18vw;
		height: 18vw;
		border-radius: 6px;
		background: #174299;
		color: #fff;
	}
	.lp_sp_foll a::before{
		content: '';
		width: 6.6vw;
		height: 6.6vw;
		background: url(https://www.curaprox.shop/wp-content/themes/curaprox/img/cs5460plp/links_cart.png) no-repeat;
		background-size: 100% 100%;
	}
	.lp_sp_foll a>div{
		margin-bottom: -1vw;
		margin-top: 1vw;
		font-size: 3vw;
		line-height: 1.2;
	}
	.lp_sp_foll.is_on{
	    opacity: 1;
		pointer-events: auto;
	}
	[class *= "lp_mod_cr"] .lp_modal_container {
		max-width: 83vw;
	    padding: 7vw 0;
	    border-radius: 3.6vw;
		border-width: 1px;
	}
	[class *= "lp_mod_cr"] .lp_modal_body{
		margin: 0 1.8vw;
	}
	[class *= "lp_mod_cr"] .lp_modal_close {
	    right: -10px;
	    top: -4.5vw;
	    width: 11.4vw;
	    height: 11.4vw;
		border-width: 1px;
	}
	[class *= "lp_mod_cr"] .lp_modal_close::before, [class *= "lp_mod_cr"] .lp_modal_close::after {
	    top: 5.2vw;
	    left: 3.2vw;
	    width: 4.6vw;
	    height: 1px;
	}
	.lp_feat_item{
		max-width: 67vw;
	}
	.lp_feat_item h3 {
	    font-size: 6vw;
	}
	.lp_feat_pic {
	    margin: 3.6vw 0;
	}
	.lp_feat_item p {
	    font-size: 3.75vw;
	}
	.lp_mod_cr5 .lp_feat_item{
		transform: translateX(0);
	}
	.lp_cs_num{
		top: 1.8vw;
		right: 1.8vw;
		width: 12vw;
		height: 4.6vw;
		padding-bottom: 0;
		border-radius: 2.3vw;
		font-size: 3vw;
	}
	.lp_feat_point{
		margin-top: 9vw;
	}
	.lp_feat_point_pic{
		padding: 1.8vw 0;
	}
	.lp_feat_point .lp_feat_point_lead{
		margin-bottom: 1vw;
		font-size: 4.28vw !important;
	}
	.lp_event_pop{
		margin: 3.6vw 5.4vw 7vw 3.6vw;
	}
	.lp_event_info {
	    padding: 0 7vw 36vw;
	}
	.lp_event_dl {
	    margin-bottom: 5.4vw;
	}
	.lp_event_dl dt {
	    width: 12vw;
	    height: 12vw;
	    border: 1px solid #fff;
	    font-size: 2.8vw;
	}
	.lp_event_dl dd {
	    margin-top: -1.8vw;
	    margin-left: 3.6vw;
	    font-size: 6vw;
	}
	.lp_event_dl dd small{
		font-size: 3.73vw;
	}
	.lp_cs_note{
		bottom: 14vw;
		font-size: 2.5vw;
	}
	
	
	
}
















