@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Reggae+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@100..900&family=Reggae+One&display=swap');
#header {
	display: none;
}

#global_menu {
	display: none;
}

#header_logo2 {
	display: block;
}

#header_logo {
	display: none;
}

body {
	padding-top: 0!important;
}

.single_title {
	display: none;
}

img {
	display: block;
	max-width: 100%;
}

.container {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

/* newlp_mv */

.newlp_mv {
	position: relative;
	z-index: 0;
}

.newlp_mv_link {
	display: block;
	width: 45vw;
	position: absolute;
	top: 48.9vw;
	left: calc(50% - 22.6vw);
	animation: anime1 0.5s ease 0s infinite alternate;
	transform-origin: center;
}

@media screen and (max-width: 767px) {
	.newlp_mv_link {
		display: block;
		width: 84vw;
		position: absolute;
		top: 144.9vw;
		left: calc(50% - 40.9vw);
		animation: anime1 0.5s ease 0s infinite alternate;
		transform-origin: center;
	}
}

.top_cta_main_btn.pururun {
	animation: anime1 0.5s ease 0s infinite alternate;
	transform-origin: center;
}

@keyframes anime1 {
	from {
		transform: scale(0.9, 0.9);
	}
	to {
		transform: scale(1, 1);
	}
}

/*-------------------- mf4 */

#mf4 {
	background: linear-gradient(to bottom, #ffb2d5 10%, #c7e4ff 65%, transparent 80%), url("../img/newlp/mf4bg-min.jpg") center bottom / contain no-repeat;
	padding-top: 5vw;
	padding-bottom: 5vw;
}

.mf4_container {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

#mf4 h2 {
	text-shadow: 0 0 20px rgba(249, 36, 150, 73), 0 0 20px rgba(249, 36, 150, 73), 0 0 20px rgba(249, 36, 150, 73);
	padding: .3em 0;
	margin: 0 auto .8em;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	position: relative;
}

#mf4 .ubox {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 30px;
	margin: 3vw auto;
	padding: 2em 140px;
	position: relative;
	z-index: 0;
}

#mf4 .ubox .ubox_img03 {
	position: absolute;
	left: -81px;
	top: -42px;
	width: 278px;
}

#mf4 .ubox .ubox_img04 {
	position: absolute;
	right: -41px;
	bottom: 0;
	width: 188px;
}

.ubox_img_box {
	position: relative;
	z-index: 0;
	display: block;
	transition: .3s;
}

.ubox_img_box:hover {
	opacity: 0.7;
}

.ubox_img_box .ubox_img_box_text {
	display: table;
	padding: 4px 7px;
	background-color: rgba(255, 255, 255, .7);
	font-size: 20px;
	text-align: center;
	position: absolute;
	z-index: 0;
	bottom: 110px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	font-weight: 500;
}

/* #mf4 .ubox_img01 {
	position: absolute;
	left: -61px;
	bottom: 0;
	width: 238px;
}

#mf4 .ubox_img01 .ubox_img_box .ubox_img_box_text {
	bottom: 40px;
} */

#mf4 .ubox_img01 {
	position: absolute;
	left: -61px;
	width: 238px;
	top: -50px;
}

#mf4 .ubox_img01 .ubox_img_box .ubox_img_box_text {
	bottom: 40px;
}

#mf4 .ubox_img02 {
	position: absolute;
	right: -41px;
	top: -62px;
	width: 178px;
}

#mf4 .ubox_img02 .ubox_img_box .ubox_img_box_text {
	width: 210px;
}

@media screen and (max-width: 1140px) {
	#mf4 .ubox .ubox_img03 {
		position: absolute;
		left: -21px;
		top: -42px;
		width: 158px;
	}
	#mf4 .ubox .ubox_img04 {
		position: absolute;
		right: -1px;
		bottom: 0;
		width: 128px;
	}
	.ubox_img_box {
		position: relative;
		z-index: 0;
		display: block;
		transition: .3s;
	}
	.ubox_img_box:hover {
		opacity: 0.7;
	}
	.ubox_img_box .ubox_img_box_text {
		display: table;
		padding: 4px 7px;
		background-color: rgba(255, 255, 255, .7);
		font-size: 14px;
		text-align: center;
		position: absolute;
		z-index: 0;
		bottom: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 180px;
		font-weight: 500;
	}
	#mf4 .ubox_img01 {
		position: absolute;
		left: -15px;
		bottom: 0;
		width: 168px;
	}
	#mf4 .ubox_img01 .ubox_img_box .ubox_img_box_text {
		bottom: 20px;
	}
	#mf4 .ubox_img02 {
		position: absolute;
		right: -1px;
		top: -62px;
		width: 128px;
	}
	#mf4 .ubox_img02 .ubox_img_box .ubox_img_box_text {
		width: 150px;
	}
}

#mf4 li {
	margin: 0 0 .5em;
	text-indent: -1.7em;
	padding-left: 1.7em;
	line-height: 2;
	font-size: 24px;
}

#mf4 li:before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background: url("../img/newlp/mf4i1-min.png") center center / contain no-repeat;
	margin-right: .5em;
	vertical-align: middle;
}

.ul_red {
	border-bottom: 4px solid #e62c8a;
}

.t_red {
	color: #1e94ff;
	font-size: 30px;
	font-weight: 900;
}

.t_600 {
	font-weight: 600;
}

#mf4 .arr {
	width: 300px;
	margin: 0 auto 3vw;
}

#mf4 .tbox {
	width: 70%;
	margin: auto;
}

.t_white {
	color: #fff;
}

.mf4_result {
	display: table;
	margin: 0 auto;
	background-color: rgba(155, 37, 43, 1);
	padding: 50px 100px;
	border-radius: 20px;
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .16));
}

.mf4_result_text {
	font-weight: bold;
	font-size: 60px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	/* font-family: "Reggae One", system-ui; */
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.mf4_result_text .gold {
	font-size: 57px;
	background: linear-gradient(180deg, #FFC600 0%, #FEEE9F 40%, #FCF8CA 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gold {
	font-size: 70px;
	background: linear-gradient(180deg, #FFC600 0%, #FEEE9F 40%, #FCF8CA 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* .mf4_result_text .normal {
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.16);
} */

.mf4_result_text .big {
	font-size: 100px;
}

@media screen and (max-width: 767px) {
	#mf4 {
		background: linear-gradient(to bottom, #ffb2d5 10%, #c7e4ff 65%, transparent 100%), url("../img/newlp/mf4bg-min.jpg") center bottom / cover no-repeat;
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.mf4_container {
		max-width: 1040px;
		padding: 0 20px;
		margin: 0 auto;
	}
	#mf4 h2 {
		padding: .3em 0;
		margin: 0 auto 20px;
		font-size: 40px;
	}
	#mf4 .ubox {
		padding: 110px 10px;
		margin: 50px auto 20px;
	}
	.ubox_img_box .ubox_img_box_text {
		display: table;
		padding: 4px 7px;
		font-size: 12px;
		bottom: 50px;
		width: 160px;
	}
	#mf4 .ubox .ubox_img03 {
		position: absolute;
		left: 9px;
		width: 118px;
	}
	#mf4 .ubox .ubox_img04 {
		right: -5px;
		bottom: 0;
		width: 118px;
	}
	#mf4 .ubox_img01 {
		position: absolute;
		left: -1px;
		bottom: 0;
		width: 138px;
	}
	#mf4 .ubox_img01 .ubox_img_box .ubox_img_box_text {
		bottom: 13px;
	}
	#mf4 .ubox_img02 {
		position: absolute;
		right: 18px;
		top: -47px;
		width: 86px;
	}
	#mf4 .ubox_img02 .ubox_img_box .ubox_img_box_text {
		width: 130px;
	}
	#mf4 li {
		margin: 0 0 .5em;
		text-indent: -1.7em;
		padding-left: 1.7em;
		line-height: 2;
		font-size: 20px;
	}
	#mf4 li:before {
		width: 1.2em;
		height: 1.2em;
		margin-right: .5em;
	}
	.ul_red {
		border-bottom: 4px solid #e62c8a;
	}
	.t_red {
		color: #1e94ff;
		font-size: 26px;
		font-weight: 900;
	}
	.t_600 {
		font-weight: 600;
	}
	#mf4 .arr {
		width: 300px;
		margin: 0 auto 3vw;
	}
	#mf4 .tbox {
		width: 70%;
		margin: auto;
	}
	.t_white {
		color: #fff;
	}
	.mf4_result {
		padding: 20px 20px;
	}
	.mf4_result_text {
		font-size: 30px;
	}
	.mf4_result_text .gold {
		font-size: 36px;
	}
	.gold {
		font-size: 70px;
		background: linear-gradient(180deg, #FFC600 0%, #FEEE9F 40%, #FCF8CA 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	/* .mf4_result_text .normal {
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.16);
} */
	.mf4_result_text .big {
		font-size: 60px;
	}
}

/* newlp_top */

.newlp_top {
	overflow: hidden;
	padding-bottom: 100px;
}

.newlp_common_title {
	display: flex;
	justify-content: center;
	padding-top: 310px;
	background-color: #7E9039;
	width: 600px;
	height: 600px;
	border-radius: 100%;
	margin: -330px auto 0;
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .16));
}

.newlp_common_title_main {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	position: relative;
	color: #7E9039;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newlp_top_main_lists {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
}

.newlp_top_main_lists_item {
	width: calc(50% - 20px);
	margin-left: 40px;
	border: 2px #7E9039 solid;
	background-color: #fff;
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .16));
}

.newlp_top_main_lists_item:nth-child(2n+1) {
	margin-left: 0;
}

.newlp_top_main_lists_item:nth-child(n+3) {
	margin-top: 40px;
}

.newlp_top_main_lists_item_img {
	padding: 15px 20px;
}

.newlp_top_main_lists_item_title {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	background-color: #7E9039;
	padding: 7px 0;
}

.newlp_top.buki {
	background-color: #eaf8b6;
}

.newlp_top_main_lists_item_title2 {
	font-size: 30px;
	text-align: center;
	color: #7E9039;
	font-weight: 700;
	padding: 0 20px 0;
}

.newlp_top_main_lists_item_desc {
	font-size: 24px;
	line-height: 2;
	padding: 0 20px 10px;
	font-weight: 700;
	text-align: center;
}

.newlp_top_main_text {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	font-weight: 700;
	display: table;
	margin: 40px auto 0;
	position: relative;
	z-index: 0;
}

.newlp_top_douga {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.newlp_top_douga_item {
	width: calc(50% - 20px);
	margin-left: 40px;
}

.newlp_top_douga_item:nth-child(2n+1) {
	margin-left: 0;
}

.blog_section_main_video {
	margin-top: 40px;
	padding: calc(315 / 560* 100%) 0 0;
	position: relative;
	width: 100%;
}

.blog_section_main_video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.newlp_top {
		padding-bottom: 60px;
	}
	.newlp_common_title {
		padding-top: 150px;
		width: 300px;
		height: 300px;
		margin: -160px auto 0;
	}
	.newlp_common_title_main {
		font-size: 30px;
	}
	.newlp_top_main_lists {
		margin-top: 80px;
	}
	.newlp_top_main_lists_item {
		width: 100%;
		margin-left: 0;
	}
	.newlp_top_main_lists_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.newlp_top_main_lists_item:nth-child(n+3) {
		margin-top: 20px;
	}
	.newlp_top_main_lists_item:nth-child(n+2) {
		margin-top: 20px;
	}
	.newlp_top_main_lists_item_img {
		padding: 10px;
	}
	.newlp_top_main_lists_item_title {
		font-size: 20px;
		padding: 5px 0;
	}
	.newlp_top.buki {
		background-color: #eaf8b6;
	}
	.newlp_top_main_lists_item_title2 {
		font-size: 24px;
		padding: 0 20px 0;
	}
	.newlp_top_main_lists_item_desc {
		font-size: 16px;
		padding: 0 20px 10px;
		font-weight: 700;
		text-align: center;
		margin-top: 4px;
	}
	.newlp_top_main_text {
		font-size: 16px;
		margin: 20px auto 0;
	}
	.newlp_top_douga {
		display: block;
	}
	.newlp_top_douga_item {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.newlp_top_douga_item:nth-child(2n+1) {
		margin-left: 0;
		margin-top: 0;
	}
	.blog_section_main_video {
		margin-top: 20px;
		padding: calc(315 / 560* 100%) 0 0;
		position: relative;
		width: 100%;
	}
	.blog_section_main_video iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

/* newlp_benefit */

.newlp_benefit {
	padding: 100px 0;
	background-color: #ebf9fd;
}

.newlp_benefit_main_title {
	text-shadow: 0 0 20px rgba(249, 36, 150, 73), 0 0 20px rgba(249, 36, 150, 73), 0 0 20px rgba(249, 36, 150, 73);
	padding: .3em 0;
	margin: 0;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	position: relative;
	color: #fff;
}

.newlp_benefit_main_desc {
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
	line-height: 1.7;
}

.newlp_benefit_main_content_img {
	max-width: 600px;
	margin: 40px auto 0;
}

.newlp_benefit_main_content {
	margin-top: 40px;
}

.newlp_benefit_main_content_title {
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	border-top: 5px #666 solid;
	border-bottom: 5px #666 solid;
	padding: 7px;
	position: relative;
}

.newlp_benefit_main_content_title::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid #666;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
}

.newlp_benefit_main_content_lists {
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.newlp_benefit_main_content_lists_item {
	width: calc(50% - 40px);
	margin-left: 80px;
	background: #fff;
	border-radius: 30px;
	border: 2px #676767 solid;
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .16));
	padding: 0 40px 20px;
}

.newlp_benefit_main_content_lists_item:nth-child(2n+1) {
	margin-left: 0;
	position: relative;
}

.newlp_benefit_main_content_lists_item:nth-child(2n+1)::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #aaa;
	border-width: 32px 0px 32px 30px;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -60px;
}

.newlp_benefit_main_content_lists_item_title {
	background-color: #7E9139;
	font-size: 24px;
	line-height: 1.4;
	padding: 4px 20px;
	text-align: center;
	border-radius: 0 0 10px 10px;
	color: #fff;
	display: table;
	margin: 0 auto;
}

.newlp_benefit_main_content_lists_item_title.mae {
	background-color: #aaa;
}

.newlp_benefit_main_content_lists_item_suji {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

.newlp_benefit_main_content_lists_item_suji span {
	font-size: 1.2em;
	font-weight: 700;
	background-color: inherit;
	display: inline;
}

.newlp_benefit_main_content_lists_item_uri {
	font-size: 90px;
	color: #F92496;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	background: linear-gradient(transparent 60%, #FFEDAF 60%);
}

.newlp_benefit_main_content_lists_item_uri.mae {
	color: #aaa;
	background: none;
	font-size: 60px;
}

.newlp_benefit_main_content_lists_item_uri span {
	font-size: 40px;
	margin: 0 10px;
}

.newlp_benefit_main_content_attention {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.newlp_benefit {
		padding: 60px 0;
	}
	.newlp_benefit_main_title {
		padding: .3em 0;
		margin: 0;
		font-size: 40px;
	}
	.newlp_benefit_main_title.item2 {
		font-size: 29px;
	}
	.newlp_benefit_main_desc {
		font-size: 16px;
		margin-top: 10px;
	}
	.newlp_benefit_main_content_img {
		max-width: 600px;
		margin: 20px auto 0;
	}
	.newlp_benefit_main_content {
		margin-top: 20px;
	}
	.newlp_benefit_main_content_title {
		font-size: 24px;
		padding: 5px;
		border-top: 3px #666 solid;
		border-bottom: 3px #666 solid;
	}
	.newlp_benefit_main_content_title::before {
		border-top: 20px solid #666;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.newlp_benefit_main_content_lists {
		margin-top: 20px;
		display: block;
	}
	.newlp_benefit_main_content_lists_item {
		width: 100%;
		margin-left: 0;
		border-radius: 20px;
		padding: 0 20px 10px;
		margin-top: 40px;
	}
	.newlp_benefit_main_content_lists_item:nth-child(2n+1) {
		margin-left: 0;
		position: relative;
		margin-top: 0;
	}
	.newlp_benefit_main_content_lists_item:nth-child(2n+1)::before {
		border-top: 20px solid #aaa;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		top: auto;
		bottom: -65px;
		right: auto;
		left: 50%;
		transform: translateX(-50%)
	}
	.newlp_benefit_main_content_lists_item_title {
		background-color: #7E9139;
		font-size: 24px;
		line-height: 1.4;
		padding: 4px 20px;
		text-align: center;
		border-radius: 0 0 10px 10px;
		color: #fff;
		display: table;
		margin: 0 auto;
	}
	.newlp_benefit_main_content_lists_item_title.mae {
		background-color: #aaa;
	}
	.newlp_benefit_main_content_lists_item_suji {
		font-size: 18px;
		margin-top: 14px;
	}
	.newlp_benefit_main_content_lists_item_suji span {
		font-size: 1.2em;
		font-weight: 700;
		background-color: inherit;
		display: inline;
	}
	.newlp_benefit_main_content_lists_item_uri {
		font-size: 60px;
	}
	.newlp_benefit_main_content_lists_item_uri.mae {
		color: #aaa;
		background: none;
		font-size: 40px;
	}
	.newlp_benefit_main_content_lists_item_uri span {
		font-size: 30px;
		margin: 0 10px;
	}
	.newlp_benefit_main_content_attention {
		font-size: 14px;
		text-align: right;
		margin-top: 10px;
	}
}

/* newlp_top_main_area */

.newlp_top {
	background-color: #f4f1ef;
}

.newlp_top_main_area {
	padding: 40px;
	background-color: #fff;
	margin-top: 40px;
}

.newlp_top_main_area_title {
	background-color: #ff7f00;
	border-radius: 100px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 140%;
	padding: 3px 0;
	text-align: center;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newlp_top_main_area_img {
	width: 100%;
	margin: 40px auto 0;
}

.newlp_top_main_area_text {
	margin-top: 40px;
}

.newlp_top_main_area_text_item {
	text-align: center;
	font-size: 20px;
	line-height: 2;
}

.newlp_top_main_area_text_item span.under_line {
	font-size: 2em;
}

@media screen and (max-width: 767px) {
	.newlp_top_main_area {
		padding: 20px;
		margin-top: 20px;
	}
	.newlp_top_main_area_title {
		border-radius: 100px;
		font-size: 20px;
		line-height: 140%;
		padding: 3px 0;
	}
	.newlp_top_main_area_img {
		width: 100%;
		max-width: 500px;
		margin: 20px auto 0;
	}
	.newlp_top_main_area_text {
		margin-top: 20px;
	}
	.newlp_top_main_area_text_item {
		font-size: 16px;
	}
	.newlp_top_main_area_text_item.only_sp {
		line-height: 1.3;
	}
	.newlp_top_main_area_text_item span.under_line {
		font-size: 1.6em;
	}
}

/* .newlp_last */

.newlp_last {
	position: relative;
	z-index: 0;
}

.newlp_last_img img {
	width: 100%;
	opacity: 0.8;
}

.newlp_last_title {
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	transform: translateX(-50%);
	width: 1170px;
}

.newlp_last_title_main {
	font-size: 70px;
	color: #7E9039;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.newlp_last {
		position: relative;
		z-index: 0;
	}
	.newlp_last_img img {
		width: 100%;
		opacity: 0.8;
	}
	.newlp_last_title {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: auto;
		background-color: rgba(126, 144, 57, .5);
		display: table;
		margin: -70px auto 0;
		z-index: 1;
		padding: 10px 20px;
	}
	.newlp_last_title_main {
		font-size: 32px;
		line-height: 1.4;
	}
}

.newlp_top_main {
	position: relative;
	z-index: 0;
}

.newlp_top_main .ubox_img02 {
	position: absolute;
	right: -51px;
	top: 358px;
	width: 208px;
}

.newlp_top_main .ubox_img02 .ubox_img_box .ubox_img_box_text {
	width: 210px;
}

.newlp_top_main .ubox_img03 {
	position: absolute;
	left: -101px;
	top: 368px;
	width: 278px;
}

@media screen and (max-width: 1140px) {
	.newlp_top_main .ubox_img02 {
		position: absolute;
		right: -1px;
		top: 488px;
		width: 128px;
	}
	.newlp_top_main .ubox_img02 .ubox_img_box .ubox_img_box_text {
		width: 150px;
	}
	.newlp_top_main .ubox_img03 {
		position: absolute;
		left: -21px;
		top: 508px;
		width: 168px;
	}
}

@media screen and (max-width: 767px) {
	.newlp_top_main .ubox_img02 {
		position: absolute;
		right: 18px;
		top: 275px;
		width: 76px;
	}
	.newlp_top_main .ubox_img02 .ubox_img_box .ubox_img_box_text {
		width: 130px;
	}
	.newlp_top_main .ubox_img03 {
		position: absolute;
		left: 9px;
		width: 98px;
		top: 280px;
	}
}

.newlp_top.video {
	padding-top: 60px;
	background-color: #ebf9fd;
}

.newlp_top_main_video {
	max-width: 1000px;
	width: 100%;
	margin: 40px auto 0;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newlp_top_main_video iframe {
	width: 440px;
	height: 685px;
}

@media screen and (max-width: 767px) {
	.newlp_top_main_video iframe {
		max-width: 80vw;
		height: 130vw;
	}
}