@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Ms+Madi&display=swap");
@media only screen and (max-width: 768px) {
	.ytp-large-play-button {
		transform: scale(0.5) !important;
	}
}

@media screen and (max-width: 979px) {
	.evoplus {
		overflow: hidden;
	}
}

@media screen and (max-width: 979px) {
	.evoplus .b-inner {
		padding-top: 60px;
	}
}

.evoplus .b-content {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75;
}
@media screen and (max-width: 979px) {
	.evoplus .b-content {
		font-size: 16px;
		line-height: 1.625;
	}
}
.evoplus .b-content .inner {
	max-width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 979px) {
	.evoplus .b-content .inner {
		padding: 0 2.5vw;
	}
}
.evoplus .b-content ._highlight {
	color: #915e02;
}
.evoplus .b-content ._red {
	color: #b72832;
}

.evoplus .head-ttl {
	margin-bottom: 55px;
}
@media screen and (max-width: 979px) {
	.evoplus .head-ttl {
		margin-bottom: 5vw;
	}
}
.evoplus .head-ttl__dot {
	position: relative;
	padding-bottom: 90px;
}
@media screen and (max-width: 979px) {
	.evoplus .head-ttl__dot {
		padding-bottom: 8vw;
	}
}
.evoplus .head-ttl__dot:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 4px;
	height: 49px;
	background: url("/assets/laser/liftup/evoplus/images/dotted_img.png") no-repeat;
	background-size: cover;
	transform: translateX(-50%);
}
@media screen and (max-width: 979px) {
	.evoplus .head-ttl__dot:after {
		width: 3px;
		height: 37px;
	}
}
.evoplus .head-ttl__dot--bg:after {
	background: url("/assets/laser/liftup/evoplus/images/dotted_img01.png") no-repeat;
	background-size: cover;
}

.evoplus .page-ttl {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #231815;
}
@media screen and (max-width: 979px) {
	.evoplus .page-ttl {
		margin-bottom: 4vw;
		font-size: 3.5vw;
	}
}
.evoplus .page-ttl .en {
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 979px) {
	.evoplus .page-ttl .en {
		padding-bottom: 1.5vw;
		margin-bottom: 1.5vw;
		font-size: 8vw;
	}
}
.evoplus .page-ttl .en:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 4px;
	background-color: #000;
	transform: translateX(-50%);
}
@media screen and (max-width: 979px) {
	.evoplus .page-ttl .en:after {
		width: 12vw;
		height: 0.5vw;
	}
}
.evoplus .page-ttl--clr01 {
	color: #fff;
}
.evoplus .page-ttl--clr01 .en:after {
	background-color: #fff;
}

.evoplus .main-visual {
	background: url(/assets/laser/liftup/evoplus/images/mv2_bg.jpg) center top no-repeat;
	text-align: center;
}
@media screen and (max-width: 979px) {
	.evoplus .main-visual {
		background: none;
	}
}

.evoplus .head-menu {
	background-color: #3d3c3c;
}
@media screen and (max-width: 979px) {
	.evoplus .head-menu .ac_ly_001 {
		padding: 0;
	}
}
.evoplus .head-menu .menu-list {
	display: flex;
	justify-content: center;
	max-width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 979px) {
	.evoplus .head-menu .menu-list {
		flex-wrap: wrap;
	}
}
.evoplus .head-menu .menu-list li {
	border-right: 1px solid #fff;
}
@media screen and (min-width: 980px) {
	.evoplus .head-menu .menu-list li:first-of-type {
		border-left: 1px solid #fff;
	}
}
@media screen and (max-width: 979px) {
	.evoplus .head-menu .menu-list li {
		flex: auto;
		width: 33.33%;
	}
	.evoplus .head-menu .menu-list li:nth-child(n + 4) {
		border-top: 1px solid #fff;
	}
	.evoplus .head-menu .menu-list li:nth-child(3n),
	.evoplus .head-menu .menu-list li:last-child {
		border-right: none;
	}
}
.evoplus .head-menu .menu-list li.new {
	position: relative;
}
.evoplus .head-menu .menu-list li.new::before {
	content: "NEW!";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 51px;
	height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #fdf638;
	background: #c73532;
	border-radius: 3px;
	padding: 1px 0 0;
	position: absolute;
	left: 50%;
	top: -14px;
	transform: translate(-50%, 0);
}
.evoplus .head-menu .menu-list li.new::after {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background: #c73532;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translate(-50%, 0);
}
.evoplus .head-menu .menu-list li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 80px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	color: #fffefe;
	padding: 0 12px;
	min-width: 124px;
}
.evoplus .head-menu .menu-list li a.new {
	position: relative;
}
.evoplus .head-menu .menu-list li a.new::before {
	content: "NEW";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 61px;
	height: 36px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 6px;
	color: #b9272d;
	background: #fcf6b2;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 8px),
		calc(50% + 4px) calc(100% - 8px),
		50% 100%,
		calc(50% - 4px) calc(100% - 8px),
		0 calc(100% - 8px)
	);
	position: absolute;
	left: 50%;
	top: -23px;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 979px) {
	.evoplus .head-menu .menu-list li a {
		font-size: 3.5vw;
		height: 16vw;
		padding: 0 1.63265vw;
		min-width: 0;
	}
	.evoplus .head-menu .menu-list li a span:last-child {
		font-size: 2.6vw;
	}
	.evoplus .head-menu .menu-list li a.new::before {
		width: 10vw;
		height: 6vw;
		font-size: 3vw;
		padding: 0 0 0.5vw;
		clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - 1vw),
			calc(50% + 0.5vw) calc(100% - 1vw),
			50% 100%,
			calc(50% - 0.5vw) calc(100% - 1vw),
			0 calc(100% - 1vw)
		);
		top: -3vw;
	}
}

.evoplus .b-about {
	padding-top: 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about {
		padding-top: 0;
	}
}
.evoplus .b-about .head-ttl {
	margin-bottom: 30px;
	padding-bottom: 95px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about .head-ttl {
		padding-bottom: 70px;
	}
}
.evoplus .b-about .page-ttl__sub {
	display: flex;
	justify-content: center;
	max-width: 742px;
	margin: 43px auto 0;
	padding: 0 20px;
	position: relative;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about .page-ttl__sub {
		margin-top: 20px;
	}
}
.evoplus .b-about .page-ttl__sub:before,
.evoplus .b-about .page-ttl__sub:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 71px;
	border: 2px solid #231815;
	top: 50%;
	transform: translateY(-50%);
}
.evoplus .b-about .page-ttl__sub:before {
	left: 0;
	border-right: none;
}
.evoplus .b-about .page-ttl__sub:after {
	right: 0;
	border-left: none;
}
.evoplus .b-about .page-ttl__sub .txt {
	border-bottom: 3px solid #825d1c;
	color: #231815;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.67;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about .page-ttl__sub .txt {
		font-size: 22px;
	}
}
.evoplus .b-about .page-ttl__sub .txt ._large {
	font-size: 45px;
	line-height: 1.11;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about .page-ttl__sub .txt ._large {
		font-size: 30px;
	}
}
.evoplus .b-about__wrap {
	background: url(/assets/laser/liftup/evoplus/images/about_bg001.jpg) no-repeat center center/cover;
	padding: 60px 0 320px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__wrap {
		padding: 0 0 15vw;
	}
}
.evoplus .b-about__content p:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__content p:not(:last-child) {
		margin-bottom: 15px;
	}
}
.evoplus .b-about__caution {
	padding: 50px 0 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__caution {
		padding: 40px 0;
	}
}
.evoplus .b-about__caution__ttl {
	display: flex;
	justify-content: center;
	font-size: 55px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 45px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__caution__ttl {
		font-size: 5.10204vw;
		margin-bottom: 4.08163vw;
	}
}
.evoplus .b-about__caution__ttl span {
	display: inline-flex;
	padding: 0 106px;
	position: relative;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__caution__ttl span {
		padding: 0 10.81633vw;
	}
}
.evoplus .b-about__caution__ttl span:after,
.evoplus .b-about__caution__ttl span:before {
	background: url(/assets/laser/liftup/evoplus/images/icon_error.png) no-repeat top center/cover;
	content: "";
	height: 75px;
	position: absolute;
	width: 85px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__caution__ttl span:after,
	.evoplus .b-about__caution__ttl span:before {
		height: 7.65306vw;
		width: 8.67347vw;
	}
}
.evoplus .b-about__caution__ttl span:before {
	left: 0;
}
.evoplus .b-about__caution__ttl span:after {
	right: 0;
}
.evoplus .b-about__caution .bg_bk {
	background-color: #000;
	color: #fff;
	padding: 20px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__caution .bg_bk {
		padding: 15px;
	}
}
.evoplus .b-about__caution__txt span {
	color: #c23634;
	font-weight: bold;
}
.evoplus .b-about__note .elm__note {
	color: #383636;
	display: inline-block;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__note .elm__note {
		padding: 0 0 5vw 0;
	}
}
.evoplus .b-about__note .elm__note__image {
	width: 15%;
	float: right;
	padding-top: 30px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__note .elm__note__image {
		width: 25%;
		padding-top: 0;
	}
}
.evoplus .b-about__note .elm__note > p {
	width: 80%;
	margin-top: 30px;
	float: left;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__note .elm__note > p {
		margin-top: 0;
		width: 70%;
	}
	.evoplus .b-about__note .elm__note > p.wide {
		width: 100%;
		float: none;
	}
}

.evoplus .b-renewal {
	padding: 0 0 125px;
	position: relative;
	background:
		url(/assets/laser/liftup/evoplus/images/renewal_bg01.png) center 210px no-repeat,
		linear-gradient(to top, #eeebe5, transparent);
}
.evoplus .b-renewal::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1300px;
	top: 210px;
	left: 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal {
		padding: 1px 0 15vw;
		background-position:
			center 10vw,
			100% 100%;
		background-size:
			auto 170vw,
			cover;
	}
	.evoplus .b-renewal::before {
		height: 100%;
		top: 10vw;
	}
}
.evoplus .b-renewal > * {
	position: relative;
}
.evoplus .b-renewal-title {
	margin-top: -210px !important;
	width: 920px;
	margin-left: 60px;
	position: relative;
	border: 6px solid;
	-o-border-image: linear-gradient(90deg, #915e02, #fcf6b2, #915e02) 1;
	border-image: linear-gradient(90deg, #915e02, #fcf6b2, #915e02) 1;
	padding: 14px;
}
.evoplus .b-renewal-title::before {
	position: absolute;
	content: "";
	background: url(/assets/laser/liftup/evoplus/images/renewal_ribbon01.png) center top/100% auto no-repeat;
	width: 638px;
	height: 416px;
	top: -50px;
	left: -70px;
}
.evoplus .b-renewal-title header {
	background: linear-gradient(90deg, #920006, #b9272d 50%, #920006);
	padding: 30px 0;
	position: relative;
}
.evoplus .b-renewal-title header::before {
	content: "";
	position: absolute;
	background: url(/assets/laser/liftup/evoplus/images/renewal_ribbon02.png) center top/100% auto no-repeat;
	width: 357px;
	height: 233px;
	top: -12px;
	left: -10px;
}
.evoplus .b-renewal-title header span {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	content: "";
	top: 47px;
	left: 47px;
	transform: rotate(-29deg);
	display: block;
}
.evoplus .b-renewal-title header .header-title {
	font-size: 50px;
	color: #fcf6b2;
	text-align: center;
}
.evoplus .b-renewal-title .text {
	background: #fff;
	padding: 14px 20px 40px;
}
.evoplus .b-renewal-title .text span {
	text-align: right;
	display: block;
	font-size: 14px;
}
.evoplus .b-renewal-title .text > p {
	text-align: center;
}
.evoplus .b-renewal-title .text > p em {
	font-weight: bold;
	color: #915e02;
	font-size: 22px;
	font-style: normal;
}
.evoplus .b-renewal-title .text > p em sup {
	font-weight: normal;
}
.evoplus .b-renewal-title .text > p + p {
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal-title {
		margin-top: -10vw !important;
		width: 90vw;
		margin: 0 auto;
		border: 1vw solid;
		-o-border-image: linear-gradient(90deg, #915e02, #fcf6b2, #915e02) 1;
		border-image: linear-gradient(90deg, #915e02, #fcf6b2, #915e02) 1;
		padding: 2vw;
	}
	.evoplus .b-renewal-title::before {
		width: 55vw;
		height: 50vw;
		top: -3vw;
		left: -6vw;
	}
	.evoplus .b-renewal-title header {
		padding: 4vw 0;
	}
	.evoplus .b-renewal-title header::before {
		width: 32vw;
		height: 16vw;
		top: -1vw;
		left: -1vw;
	}
	.evoplus .b-renewal-title header span {
		font-size: 3vw;
		top: 2.7vw;
		left: 3.5vw;
	}
	.evoplus .b-renewal-title header .header-title {
		font-size: 5vw;
		line-height: 1.4;
	}
	.evoplus .b-renewal-title .text {
		font-size: 4vw;
		padding: 2vw 2.5vw 4vw;
	}
	.evoplus .b-renewal-title .text span {
		font-size: 3vw;
	}
	.evoplus .b-renewal-title .text > p em {
		font-size: 4vw;
	}
	.evoplus .b-renewal-title .text > p + p {
		margin-top: 1.5vw;
		font-size: 3.5vw;
	}
}
.evoplus .b-renewal-text {
	margin: 50px 0 60px;
}
.evoplus .b-renewal-text em {
	color: #915e02;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal-text {
		font-size: 3.5vw;
		margin: 6vw 0 7vw;
	}
}
.evoplus .b-renewal-point .point-grid {
	display: grid;
	grid-template-columns: 600px 300px 80px;
	grid-template-rows: 60px 120px auto;
}
.evoplus .b-renewal-point .point-grid + .point-grid {
	margin-top: 50px;
}
.evoplus .b-renewal-point .point-grid .grid-bg {
	grid-column: 1 / 3;
	grid-row: 1 / 4;
	background: #fff;
	width: 900px;
	height: 370px;
	margin-top: 33px;
}
.evoplus .b-renewal-point .point-grid .grid-title {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	background: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 45px;
}
.evoplus .b-renewal-point .point-grid .grid-title .num {
	color: #fff;
	background: url(/assets/laser/liftup/evoplus/images/renewal_emblem.png) center top/100% auto no-repeat;
	position: absolute;
	width: 118px;
	height: 141px;
	top: -38px;
	left: 30px;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.evoplus .b-renewal-point .point-grid .grid-title .num > span {
	font-size: 54px;
}
.evoplus .b-renewal-point .point-grid .grid-title p {
	color: #fcf6b2;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.3;
}
.evoplus .b-renewal-point .point-grid .grid-text {
	grid-column: 1 / 3;
	grid-row: 3 / 4;
	padding: 50px;
}
.evoplus .b-renewal-point .point-grid .grid-text em {
	font-style: normal;
	color: #915e02;
	font-weight: bold;
}
.evoplus .b-renewal-point .point-grid .grid-img {
	grid-column: 2 / 4;
	grid-row: 1 / 2;
}
.evoplus .b-renewal-point .point-grid.reverse {
	grid-template-columns: 80px 300px 600px;
}
.evoplus .b-renewal-point .point-grid.reverse .grid-bg {
	grid-column: 2 / 4;
}
.evoplus .b-renewal-point .point-grid.reverse .grid-title {
	grid-column: 3 / 4;
}
.evoplus .b-renewal-point .point-grid.reverse .grid-text {
	grid-column: 2 / 4;
}
.evoplus .b-renewal-point .point-grid.reverse .grid-img {
	grid-column: 1 / 3;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal-point .point-grid {
		display: grid;
		grid-template-columns: 70% 25% 5%;
		grid-template-rows: 4vw 13vw auto;
	}
	.evoplus .b-renewal-point .point-grid + .point-grid {
		margin-top: 7vw;
	}
	.evoplus .b-renewal-point .point-grid .grid-bg {
		width: 100%;
		height: auto;
		margin-top: 5vw;
	}
	.evoplus .b-renewal-point .point-grid .grid-title {
		padding: 0 4vw 0 18vw;
	}
	.evoplus .b-renewal-point .point-grid .grid-title .num {
		width: 16vw;
		height: 19vw;
		top: -3.3vw;
		left: 1vw;
	}
	.evoplus .b-renewal-point .point-grid .grid-title .num > span {
		font-size: 5vw;
	}
	.evoplus .b-renewal-point .point-grid .grid-title p {
		font-size: 3.5vw;
	}
	.evoplus .b-renewal-point .point-grid .grid-text {
		font-size: 3.5vw;
		padding: 7vw 4vw 4vw;
	}
	.evoplus .b-renewal-point .point-grid .grid-img {
		position: relative;
	}
	.evoplus .b-renewal-point .point-grid .grid-img img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: inherit;
		width: 40vw;
		height: auto;
	}
	.evoplus .b-renewal-point .point-grid.reverse {
		grid-template-columns: 5% 25% 70%;
	}
	.evoplus .b-renewal-point .point-grid.reverse .grid-bg {
		grid-column: 2 / 4;
	}
	.evoplus .b-renewal-point .point-grid.reverse .grid-title {
		grid-column: 3 / 4;
	}
	.evoplus .b-renewal-point .point-grid.reverse .grid-text {
		grid-column: 2 / 4;
	}
	.evoplus .b-renewal-point .point-grid.reverse .grid-img {
		grid-column: 1 / 3;
	}
	.evoplus .b-renewal-point .point-grid.reverse .grid-img img {
		left: inherit;
		right: 0;
	}
}
.evoplus .b-renewal-machine {
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal-machine {
		margin-top: 7.5vw;
	}
}
.evoplus .b-renewal-machine::before {
	content: "";
	background: url(/assets/laser/liftup/evoplus/images/renewal_bg02.png) center top no-repeat;
	position: absolute;
	bottom: 0;
	left: -390px;
	width: 466px;
	height: 972px;
	z-index: -1;
}
.evoplus .b-renewal-machine .content {
	width: 100%;
}
.evoplus .b-renewal-machine .content + .content {
	margin-top: 50px;
}
.evoplus .b-renewal-machine .content .title {
	font-size: 25px;
	line-height: 1.4;
	color: #915e02;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal-machine .content .title {
		font-size: 5vw;
		margin-bottom: 4vw;
	}
}
.evoplus .b-renewal-machine .content .table-box table {
	width: 100%;
}
.evoplus .b-renewal-machine .content .table-box table thead tr th {
	background: #fff9e3;
	color: #000;
	border: 1px solid #915e02;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal-machine .content .table-box table thead tr th {
		font-size: 3.2vw;
	}
}
.evoplus .b-renewal-machine .content .table-box table tbody tr th,
.evoplus .b-renewal-machine .content .table-box table tbody tr td {
	border: 1px solid #915e02;
	padding: 15px 20px;
}
.evoplus .b-renewal-machine .content .table-box table tbody tr th {
	font-weight: bold;
	width: 17%;
	background-color: #fff;
}
.evoplus .b-renewal-machine .content .table-box table tbody tr td {
	width: 400px;
}
.evoplus .b-renewal-machine .content .table-box table tbody tr td .img {
	margin: 10px 0 0;
}
.evoplus .b-renewal-machine .content .table-box table tbody tr td .img img {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal-machine .content .table-box table tbody tr th,
	.evoplus .b-renewal-machine .content .table-box table tbody tr td {
		padding: 2.8vw;
	}
	.evoplus .b-renewal-machine .content .table-box table tbody tr th {
		width: auto;
		font-size: 3.4vw;
	}
	.evoplus .b-renewal-machine .content .table-box table tbody tr td {
		width: 37vw;
		font-size: 3vw;
	}
	.evoplus .b-renewal-machine .content .table-box table tbody tr td .img {
		margin: 10px 0 0;
	}
}
.evoplus .b-renewal-machine .content figure img {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 979px) {
	.evoplus .b-renewal-point .point-item .num {
		font-size: 5vw;
	}
	.evoplus .b-renewal-point .point-item p {
		padding: 4vw;
	}
	.evoplus .b-renewal-point .point-item + .point-item {
		margin-top: 5vw;
	}
	.evoplus .b-renewal-machine {
		margin-top: 7.5vw;
	}
	.evoplus .b-renewal-machine .content + .content {
		margin-top: 5vw;
	}
	.evoplus .b-renewal-machine .content .title {
		font-size: 5vw;
		margin-bottom: 4vw;
	}
	.evoplus .b-renewal-machine .content .table-box table thead tr th {
		font-size: 3.2vw;
	}
	.evoplus .b-renewal-machine .content .table-box table tbody tr th,
	.evoplus .b-renewal-machine .content .table-box table tbody tr td {
		padding: 2.8vw;
	}
	.evoplus .b-renewal-machine .content .table-box table tbody tr th {
		width: auto;
		font-size: 3.4vw;
	}
	.evoplus .b-renewal-machine .content .table-box table tbody tr td {
		width: 37vw;
		font-size: 3vw;
	}
	.evoplus .b-renewal-machine .content .table-box table tbody tr td .img {
		margin: 10px 0 0;
	}
}

.evoplus .b-recommend {
	background: url(/assets/laser/liftup/evoplus/images/recommend_bg002.jpg) no-repeat center center/cover;
	color: #fff;
	font-weight: 500;
	padding: 84px 0 140px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend {
		background-image: url(/assets/laser/liftup/evoplus/images/recommend_bg002_sp.jpg);
		padding: 11.22449vw 0;
	}
}
.evoplus .b-recommend__title {
	font-size: 35px;
	background: url(/assets/laser/liftup/evoplus/images/bg_title002.png) no-repeat bottom center;
	margin-bottom: 69px;
	padding-bottom: 98px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend__title {
		background-size: 300px;
		font-size: 22px;
		margin-bottom: 50px;
		padding-bottom: 45px;
	}
}
.evoplus .b-recommend__content {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding-left: 25px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend__content {
		display: table;
		margin: 0 auto;
		padding-left: 0;
	}
}
.evoplus .b-recommend__list {
	font-size: 22px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend__list {
		font-size: 18px;
	}
}
.evoplus .b-recommend__list:not(:nth-child(2n)) {
	margin-right: 32px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend__list:not(:nth-child(2n)) {
		margin-right: 0;
	}
}
.evoplus .b-recommend__list:nth-child(n + 3) {
	margin-top: 38px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend__list:nth-child(n + 3) {
		margin-top: 22px;
	}
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend__list:not(:last-child) {
		margin-bottom: 15px;
	}
}
.evoplus .b-recommend__list li {
	background: url(/assets/laser/liftup/evoplus/images/icon-check.png) no-repeat left top 4px;
	padding-left: 52px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend__list li {
		background-position: left top 2px;
		background-size: 25px;
		padding-left: 33px;
	}
}
.evoplus .b-recommend__list li:not(:last-child) {
	margin-bottom: 17px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-recommend__list li:not(:last-child) {
		margin-bottom: 0;
		margin-bottom: 15px;
	}
}

.evoplus .b-effect {
	padding: 165px 0 100px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-effect {
		padding: 60px 0;
	}
}
@media screen and (min-width: 980px) {
	.evoplus .b-effect .head-ttl {
		margin-bottom: 83px;
	}
}
.evoplus .b-effect .step_text {
	font-size: 38px;
	font-weight: bold;
	color: #915e02;
	text-align: center;
}
@media screen and (max-width: 979px) {
	.evoplus .b-effect .step_text {
		font-size: 6vw;
		line-height: 1.4;
	}
}
.evoplus .b-effect .step_cont {
	margin-bottom: 60px;
}
.evoplus .b-effect .step_cont .step {
	color: #b9272c;
	font-size: 28px;
	font-weight: bold;
}
.evoplus .b-effect .step_cont .step + .step {
	margin-top: 10px;
}
.evoplus .b-effect .step_cont .step span {
	background-color: #b9272c;
	color: #fff;
	font-size: 90%;
	padding: 5px 10px;
	margin-right: 0.5em;
}
@media screen and (max-width: 979px) {
	.evoplus .b-effect .step_cont {
		margin-bottom: 30px;
	}
	.evoplus .b-effect .step_cont .step {
		font-size: 21px;
	}
}

.evoplus .b-what .head-ttl {
	background-color: #ad8736;
	padding: 82px 0 140px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what .head-ttl {
		padding: 60px 0 100px;
	}
}
.evoplus .b-what .head-ttl:after {
	bottom: 54px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what .head-ttl:after {
		bottom: 35px;
	}
}

.evoplus .b-what .page-ttl__sub {
	display: flex;
	justify-content: center;
	max-width: 742px;
	margin: 47px auto 0;
	position: relative;
	padding: 0 20px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what .page-ttl__sub {
		margin-top: 20px;
	}
}
.evoplus .b-what .page-ttl__sub:before,
.evoplus .b-what .page-ttl__sub:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 71px;
	border: 2px solid #ffffff;
	top: 67%;
	transform: translateY(-50%);
}
@media screen and (max-width: 979px) {
	.evoplus .b-what .page-ttl__sub:before,
	.evoplus .b-what .page-ttl__sub:after {
		top: 50%;
	}
}
.evoplus .b-what .page-ttl__sub:before {
	left: 0;
	border-right: none;
}
.evoplus .b-what .page-ttl__sub:after {
	right: 0;
	border-left: none;
}
.evoplus .b-what .page-ttl__sub .txt {
	border-bottom: 3px solid #ffffff;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.67;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what .page-ttl__sub .txt {
		font-size: 16px;
	}
}
.evoplus .b-what .page-ttl__sub .txt ._large {
	color: #fcf6b2;
	font-size: 45px;
	line-height: 1.11;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what .page-ttl__sub .txt ._large {
		font-size: 20px;
	}
}

.evoplus .b-what__text01 {
	font-size: 30px;
	line-height: 1.5;
	color: #efcc78;
	text-align: center;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__text01 {
		font-size: 5vw;
	}
}

.evoplus .b-what__text02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 512px;
	height: 70px;
	font-size: 52px;
	font-weight: bold;
	line-height: 1;
	color: #010000;
	background: #a56f11;
	background: linear-gradient(90deg, #a56f11 0%, #dfb958 18%, #fbf0b6 46%, #e1bc5a 75%, #966512 95%);
	margin: 12px auto 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__text02 {
		width: 75vw;
		height: 10vw;
		font-size: 7.5vw;
		margin: 2vw auto 0;
	}
}

.evoplus .b-what__content {
	background-color: #f4f4f3;
	padding: 75px 0 129px;
	position: relative;
	perspective: 1px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__content {
		padding: 9vw 0 10vw;
	}
}
.evoplus .b-what__content:before {
	background: url(/assets/laser/liftup/evoplus/images/what_bg001.jpg) no-repeat top center/auto 100%;
	content: "";
	position: absolute;
	width: 100%;
	height: 559px;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__content:before {
		height: 89.79592vw;
	}
}
.evoplus .b-what__content ._list {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	font-weight: 500;
	margin: 20px 0 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__content ._list {
		font-size: 4.08163vw;
	}
}
.evoplus .b-what__content ._list .item__bg {
	background: url(/assets/laser/liftup/evoplus/images/what_item_bg001.png) no-repeat top center/cover;
	display: flex;
	align-items: center;
	justify-self: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.28;
	height: 163px;
	width: 163px;
	padding-top: 20px;
	margin-right: 20px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__content ._list .item__bg {
		font-size: 3.06122vw;
		width: 28.57143vw;
		height: 28.57143vw;
		padding-top: 3.06122vw;
		margin-right: 2.04082vw;
	}
}
.evoplus .b-what__content ._list .item__bg p {
	width: 100%;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__content ._list .item__bg p {
		font-size: 4.08163vw;
	}
}
.evoplus .b-what__content ._list .item__bg span {
	font-size: 20px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__content ._list .item__bg span {
		font-size: 3.06122vw;
	}
}

.evoplus .b-what__point {
	font-weight: 500;
	margin-top: 50px;
	padding-left: 10px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point {
		margin-top: 5.10204vw;
		padding-left: 1.02041vw;
	}
}
.evoplus .b-what__point ._small {
	font-size: 18px;
	line-height: 1.5;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point ._small {
		font-size: 14px;
	}
}
.evoplus .b-what__point .point-ttl {
	background-color: #000000;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 11px 20px 15px 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point-ttl {
		padding: 1.12245vw 2.04082vw 1.53061vw 0;
	}
}
.evoplus .b-what__point .point-ttl figure {
	margin-left: -10px;
	margin-right: 38px;
	width: 231px;
	flex-shrink: 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point-ttl figure {
		margin-left: -1.02041vw;
		margin-right: 2.04082vw;
		width: 23.57143vw;
	}
}
.evoplus .b-what__point .point-ttl__text {
	font-size: 32px;
	line-height: 1.56;
	padding-top: 6px;
	width: 100%;
}
.evoplus .b-what__point .point-ttl__text span {
	color: #fff591;
	font-size: 37px;
	font-weight: bold;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point-ttl__text {
		font-size: 3.26531vw;
		padding-top: 0.61224vw;
	}
	.evoplus .b-what__point .point-ttl__text span {
		font-size: 4.08163vw;
	}
}
.evoplus .b-what__point .point__item {
	background-color: #fff;
}
.evoplus .b-what__point .point__item:not(:last-child) {
	margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 980px) {
	.evoplus .b-what__point .point__item--2col {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
}
.evoplus .b-what__point .point__item--2col:not(._equal) .elm__image {
	width: 35.65%;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--2col:not(._equal) .elm__image {
		margin: 30px auto 0;
	}
}
.evoplus .b-what__point .point__item--2col:not(._equal) .elm__image figure:not(:last-child) {
	margin-bottom: 22px;
}
.evoplus .b-what__point .point__item--2col:not(._equal) .elm__content {
	width: 57%;
}
.evoplus .b-what__point .point__item--2col:not(._equal) .elm__content em {
	font-weight: 600;
	font-style: normal;
	color: #b9272d;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--2col:not(._equal) .elm__content {
		width: 100%;
	}
}
.evoplus .b-what__point .point__item--2col._equal .elm__image {
	width: 50%;
	padding-left: 10px;
	flex-shrink: 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--2col._equal .elm__image {
		padding-left: 1.02041vw;
		width: 100%;
		text-align: center;
	}
}
.evoplus .b-what__point .point__item--2col._equal .elm__content {
	width: 50%;
	padding-right: 26px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--2col._equal .elm__content {
		padding-right: 2.65306vw;
		width: 100%;
	}
}
.evoplus .b-what__point .point__item__content {
	border: 5px solid #915e02;
	border-top: none;
	padding: 44px 45px 45px 53px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item__content {
		border-width: 3px;
		padding: 3.06122vw 2.5vw 4.59184vw;
	}
}
.evoplus .b-what__point .point__item__content:not(.point__item--2col) .elm__image {
	margin-top: 55px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item__content:not(.point__item--2col) .elm__image {
		margin-top: 30px;
	}
}
.evoplus .b-what__point .point__item__content p:not(:last-child) {
	margin-bottom: 33px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item__content p:not(:last-child) {
		margin-bottom: 15px;
	}
}
.evoplus .b-what__point .point__item__content ._large {
	font-size: 25px;
	line-height: 1.4;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item__content ._large {
		font-size: 5vw;
	}
}
.evoplus .b-what__point .point__item__content .elm__image--2col {
	display: flex;
	justify-content: center;
}
.evoplus .b-what__point .point__item__content .elm__image--2col .elm__image__item:not(:nth-child(2n)) {
	margin-right: 19px;
}
.evoplus .b-what__point .point__item__content .elm__image--2col .elm__image__item:nth-child(n + 3) {
	margin-top: 19px;
}
.evoplus .b-what__point .point__item__content .elm__content__ttl {
	color: #915e02;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 31px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item__content .elm__content__ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
.evoplus .b-what__point .point__item--record .point-ttl {
	padding: 14px 30%;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--record .point-ttl {
		padding: 1.42857vw 25%;
	}
}
.evoplus .b-what__point .point__item--record .point-ttl__text {
	padding-top: 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--record .point-ttl__text {
		font-size: 4.59184vw;
	}
}
.evoplus .b-what__point .point__item--record .point__item__content {
	padding: 52px 26px 60px 37px;
	position: relative;
	margin: 0 0 125px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--record .point__item__content {
		padding: 30px 2.5vw 30px;
	}
}
.evoplus .b-what__point .point__item--record .point__item__content::before {
	position: absolute;
	content: "";
	background: url("/assets/laser/liftup/evoplus/images/evoplus-arrow01.png") no-repeat;
	background-position: center;
	background-size: auto;
	width: 300px;
	height: 100px;
	bottom: -101px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.evoplus .b-what__point .point__item--record .point__item__content .elm__image {
	padding-top: 102px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--record .point__item__content .elm__image {
		padding-top: 30px;
	}
}
.evoplus .b-what__point .point__item--record .point__item__content .elm__image__arm {
	position: absolute;
	width: 17.3%;
	top: -18%;
	right: 5.7%;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .point__item--record .point__item__content .elm__image__arm {
		width: 17.34694vw;
		top: -13.26531vw;
		right: 2.04082vw;
	}
}
@media screen and (min-width: 980px) {
	.evoplus .b-what__point .point__item--record .point__item__content .elm__content__desc {
		max-width: 419px;
	}
}
.evoplus .b-what__point .tabacc.-pc-accordion > .contents > .title {
	padding: 0;
	background: #000;
	border-radius: 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .tabacc.-pc-accordion > .contents > .title::after {
		right: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}
@media screen and (max-width: 979px) {
	.evoplus .b-what__point .tabacc.-pc-accordion > .contents > .title .point-ttl__text {
		font-size: 3.9vw;
		padding-right: 35px;
	}
}

.evoplus .b-movie {
	background: url(/assets/laser/liftup/evoplus/images/movie_bg001.jpg) no-repeat center center/cover;
	padding: 103px 0 209px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-movie {
		padding: 60px 0;
	}
}
.evoplus .b-movie .ac_ly_001 {
	overflow: hidden;
	perspective: 1px;
}
.evoplus .b-movie .ac_ly_001 .head-ttl {
	margin-bottom: 72px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-movie .ac_ly_001 .head-ttl {
		margin-bottom: 50px;
	}
}
.evoplus .b-movie .ac_ly_001 .movie-wrap .iframe-box {
	aspect-ratio: 16 / 9;
}
.evoplus .b-movie .ac_ly_001 .movie-wrap .iframe-box iframe {
	width: 100%;
	height: 100%;
}

.evoplus .b-case-photo {
	padding: 100px 0;
	background: #dbe5ed;
}
.evoplus .b-case-photo p {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	color: #915e02;
}
.evoplus .b-case-photo p + p {
	margin-top: 10px;
}
.evoplus .b-case-photo p.text {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.evoplus .b-case-photo h3 {
	text-align: center;
	background-color: #687bae;
	color: #fff;
	margin: 30px 0 20px;
	font-size: 26px;
	line-height: 1.3;
	padding: 10px 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-case-photo {
		padding: 10vw 0;
	}
	.evoplus .b-case-photo p {
		font-size: 5vw;
	}
	.evoplus .b-case-photo p + p {
		margin-top: 3vw;
	}
	.evoplus .b-case-photo p.text {
		font-size: 3.8vw;
	}
	.evoplus .b-case-photo h3 {
		margin-bottom: 5vw;
		font-size: 4.5vw;
		padding: 2vw 0;
	}
}

.evoplus .b-photo {
	padding: 165px 0 100px;
}
.evoplus .b-photo__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 50px;
	text-align: center;
	color: #010000;
	background: linear-gradient(90deg, #a56f11 0%, #dfb958 18%, #fbf0b6 46%, #e1bc5a 75%, #966512 95%);
}
.evoplus .b-photo__slider {
	width: 980px;
	margin-bottom: 70px;
}
.evoplus .b-photo__slider .slick-prev,
.evoplus .b-photo__slider .slick-next {
	top: 48%;
	background-color: transparent;
	width: 26px;
	height: 40px;
}
.evoplus .b-photo__slider .slick-prev {
	left: -40px;
}
.evoplus .b-photo__slider .slick-next {
	right: -40px;
}
.evoplus .b-photo__slider .slick-prev:before,
.evoplus .b-photo__slider .slick-next:before {
	background-size: 26px auto;
	width: 26px;
	height: 40px;
}
.evoplus .b-photo__slider .slick-next:before {
	background-image: url("/assets/images/common/ico_chevron-right-gray.png");
}
.evoplus .b-photo__slider .slick-prev:before {
	background-image: url("/assets/images/common/ico_chevron-left.png");
}
.evoplus .b-photo__slider .slick-track {
	display: flex;
	align-items: center;
}
.evoplus .b-photo__slider .slick-dots li button::before {
	background-color: #000;
}
.evoplus .b-photo h3 {
	text-align: center;
	background-color: #915e02;
	color: #fff;
	margin-bottom: 20px;
	font-size: 26px;
}
.evoplus .b-photo__item {
	background-color: #efefef;
	border-radius: 30px 30px 0 0;
	padding-bottom: 25px;
}
@media screen and (min-width: 980px) {
	.evoplus .b-photo__item:not(._full) {
		width: calc((100% - 20px) / 2);
	}
	 .evoplus .b-photo__item:not(._full):not(:nth-child(2n)) {
        margin-right: 0;
    }
}
.evoplus .b-photo__item figure:not(:last-child) {
	margin-bottom: 7px;
}
.evoplus .b-photo__item p {
	padding-right: 14px;
	font-size: 18px;
	font-weight: 500;
}
.evoplus .b-photo__wrap {
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
	gap: 40px 20px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-photo__wrap {
		gap: 7vw 0;
	}
}
@media screen and (max-width: 979px) {
	.evoplus .b-photo {
		padding: 0;
	}
	.evoplus .b-photo__title {
		margin: 6vw auto 0;
		font-size: 4.5vw;
		width: 77vw;
		height: 6vw;
	}
	.evoplus .b-photo__slider {
		width: 100%;
		margin-bottom: 15vw;
	}
	.evoplus .b-photo__item {
		max-width: 960px;
		margin: 0 auto;
		padding-bottom: 3vw;
	}
	.evoplus .b-photo__item p {
		font-size: 3.5vw;
	}
	.evoplus .b-photo h3 {
		margin-bottom: 5vw;
		font-size: 4.5vw;
		padding: 1vw 0;
	}
	.evoplus .b-photo__wrap {
		gap: 5vw 0;
	}
}

.evoplus .b-price {
	padding: 80px 0 140px;
	background-color: #dddcdc;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price {
		padding: 0 0 60px;
	}
	.evoplus .b-price:before {
		background-color: #fff;
	}
}
.evoplus .b-price .box-price {
	background: #fff;
	padding: 55px 40px 45px;
	border: 5px solid #915e02;
	position: relative;
	margin-bottom: 110px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price {
		padding: 3vw;
		border: 0.6vw solid #915e02;
	}
}
.evoplus .b-price .box-price > p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price > p {
		font-size: 16px;
		line-height: 1.625;
	}
}
.evoplus .b-price .box-price .price-content {
	background: #eeeeee;
	padding: 30px 20px;
	margin: 35px auto 0;
	position: relative;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content {
		padding: 2.5vw;
		margin: 3.5vw 0 0;
	}
}
.evoplus .b-price .box-price .price-content h3 {
	font-size: 36px;
	text-align: center;
	margin: 0 0 10px;
	line-height: 1.1;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content h3 {
		font-size: 5vw;
		margin: 0 0 2vw;
	}
}
.evoplus .b-price .box-price .price-content .low-price {
	border-top: 1px dashed #000;
	padding: 15px 0 0;
	margin: 5px 0 0;
	text-align: right;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content .low-price {
		text-align: center;
	}
}
.evoplus .b-price .box-price .price-content .low-price img {
	margin-left: auto;
	margin-right: -15px;
	max-width: 280px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content .low-price img {
		max-width: 100%;
	}
}
.evoplus .b-price .box-price .price-content__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	line-height: 1.2;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content__item {
		flex-wrap: wrap;
		font-size: 4.5vw;
		font-weight: bold;
		text-align: right;
		line-height: 1.2;
	}
}
.evoplus .b-price .box-price .price-content__item .price-left {
	flex-grow: 100;
	text-align: left;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content__item .price-left {
		flex-grow: 0;
		width: 100%;
		text-align: left;
	}
}
.evoplus .b-price .box-price .price-content__item .price-center {
	width: 180px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content__item .price-center {
		font-size: 3.7vw;
		width: 35%;
		text-align: left;
	}
}
.evoplus .b-price .box-price .price-content__item .price-right {
	width: 280px;
	font-size: 48px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.evoplus .b-price .box-price .price-content__item .price-right.red {
	color: #b9272d;
}
.evoplus .b-price .box-price .price-content__item .price-right > span {
	font-size: 34px;
	margin: 0 0 0 3px;
	position: relative;
}
.evoplus .b-price .box-price .price-content__item .price-right > span > span {
	font-size: 13px;
	position: absolute;
	right: 0;
	top: -8px;
	white-space: nowrap;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content__item .price-right {
		width: 65%;
		font-size: 8vw;
		padding: 0 2vw 0 0;
	}
	.evoplus .b-price .box-price .price-content__item .price-right > div {
		margin: 2vw 0 0;
		width: 60%;
		margin: 2vw 5vw 0 auto;
	}
	.evoplus .b-price .box-price .price-content__item .price-right > span {
		font-size: 6vw;
		margin: 0 0 0 1vw;
		position: relative;
	}
	.evoplus .b-price .box-price .price-content__item .price-right > span > span {
		font-size: 3vw;
		right: -1vw;
		top: -2.5vw;
	}
}
.evoplus .b-price .box-price .price-content__item + .price-content__item {
	border-top: 1px dashed #000;
	padding: 15px 0 0;
	margin: 5px 0 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content__item + .price-content__item {
		border-top: 0.3vw dashed #000;
		padding: 2vw 0 0;
		margin: 2vw 0 0;
	}
}
.evoplus .b-price .box-price .price-content__caution {
	font-size: 15px;
	font-weight: bold;
	color: #c23634;
	margin: 10px 0 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content__caution {
		font-size: 2.5vw;
		margin: 1vw 0 0;
	}
}
.evoplus .b-price .box-price .price-content .newRibbon {
	position: absolute;
	left: -18px;
	top: 20px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .price-content .newRibbon {
		left: -2.5vw;
		top: 2vw;
		width: 24vw;
	}
}
.evoplus .b-price .box-price .priceBtn {
	margin: 30px 0 0;
}
.evoplus .b-price .box-price .priceBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 610px;
	height: 95px;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	background: #82531c;
	background: linear-gradient(0deg, #82531c 50%, #9a621f 50%);
	border-radius: 100px;
	margin: 0 auto;
	position: relative;
}
.evoplus .b-price .box-price .priceBtn a::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	right: 35px;
	top: 50%;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .box-price .priceBtn {
		margin: 3.5vw 0 0;
	}
	.evoplus .b-price .box-price .priceBtn a {
		width: 100%;
		height: 12vw;
		font-size: 4vw;
	}
	.evoplus .b-price .box-price .priceBtn a::before {
		width: 2vw;
		height: 2vw;
		border-top: 0.5vw solid #fff;
		border-right: 0.5vw solid #fff;
		right: 4vw;
	}
}
.evoplus .b-price p.catch {
	text-align: center;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.evoplus .b-price p.catch::before,
.evoplus .b-price p.catch::after {
	content: "";
	background-color: #000;
	height: 1px;
	width: 35px;
}
.evoplus .b-price p.catch::before {
	margin-right: -5px;
	transform: rotate(60deg);
}
.evoplus .b-price p.catch::after {
	margin-left: -5px;
	transform: rotate(-60deg);
}
@media screen and (max-width: 979px) {
	.evoplus .b-price p.catch {
		font-size: 3.6vw;
		line-height: 1.2;
		margin-bottom: 1vw;
	}
	.evoplus .b-price p.catch::before,
	.evoplus .b-price p.catch::after {
		content: "";
		width: 10vw;
	}
	.evoplus .b-price p.catch::before {
		margin-right: -1.5vw;
	}
	.evoplus .b-price p.catch::after {
		margin-left: -1.5vw;
	}
}
.evoplus .b-price #price_shower #evo-set,
.evoplus .b-price #price_shower #evo-set02,
.evoplus .b-price #price_density #evo-set,
.evoplus .b-price #price_density #evo-set02,
.evoplus .b-price #price_lipohifu #evo-set,
.evoplus .b-price #price_lipohifu #evo-set02 {
	margin: 30px auto 0;
}
.evoplus .b-price #price_shower #evo-set .catch,
.evoplus .b-price #price_shower #evo-set02 .catch,
.evoplus .b-price #price_density #evo-set .catch,
.evoplus .b-price #price_density #evo-set02 .catch,
.evoplus .b-price #price_lipohifu #evo-set .catch,
.evoplus .b-price #price_lipohifu #evo-set02 .catch {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.evoplus .b-price #price_shower #evo-set .catch::before,
.evoplus .b-price #price_shower #evo-set .catch::after,
.evoplus .b-price #price_shower #evo-set02 .catch::before,
.evoplus .b-price #price_shower #evo-set02 .catch::after,
.evoplus .b-price #price_density #evo-set .catch::before,
.evoplus .b-price #price_density #evo-set .catch::after,
.evoplus .b-price #price_density #evo-set02 .catch::before,
.evoplus .b-price #price_density #evo-set02 .catch::after,
.evoplus .b-price #price_lipohifu #evo-set .catch::before,
.evoplus .b-price #price_lipohifu #evo-set .catch::after,
.evoplus .b-price #price_lipohifu #evo-set02 .catch::before,
.evoplus .b-price #price_lipohifu #evo-set02 .catch::after {
	content: "";
	width: 70px;
	height: 2px;
	background-color: #000;
	position: absolute;
}
.evoplus .b-price #price_shower #evo-set .catch::before,
.evoplus .b-price #price_shower #evo-set02 .catch::before,
.evoplus .b-price #price_density #evo-set .catch::before,
.evoplus .b-price #price_density #evo-set02 .catch::before,
.evoplus .b-price #price_lipohifu #evo-set .catch::before,
.evoplus .b-price #price_lipohifu #evo-set02 .catch::before {
	transform: rotate(60deg);
	left: 10%;
	top: 50%;
}
.evoplus .b-price #price_shower #evo-set .catch::after,
.evoplus .b-price #price_shower #evo-set02 .catch::after,
.evoplus .b-price #price_density #evo-set .catch::after,
.evoplus .b-price #price_density #evo-set02 .catch::after,
.evoplus .b-price #price_lipohifu #evo-set .catch::after,
.evoplus .b-price #price_lipohifu #evo-set02 .catch::after {
	transform: rotate(-60deg);
	right: 10%;
	top: 50%;
}
.evoplus .b-price #price_shower #evo-set .catch p > span,
.evoplus .b-price #price_shower #evo-set02 .catch p > span,
.evoplus .b-price #price_density #evo-set .catch p > span,
.evoplus .b-price #price_density #evo-set02 .catch p > span,
.evoplus .b-price #price_lipohifu #evo-set .catch p > span,
.evoplus .b-price #price_lipohifu #evo-set02 .catch p > span {
	background-color: #fff;
	padding: 2px 5px;
	color: #915e02;
}
.evoplus .b-price #price_shower #evo-set .catch p > span a,
.evoplus .b-price #price_shower #evo-set02 .catch p > span a,
.evoplus .b-price #price_density #evo-set .catch p > span a,
.evoplus .b-price #price_density #evo-set02 .catch p > span a,
.evoplus .b-price #price_lipohifu #evo-set .catch p > span a,
.evoplus .b-price #price_lipohifu #evo-set02 .catch p > span a {
	color: #279396;
}
.evoplus .b-price #price_shower #evo-set .catch em,
.evoplus .b-price #price_shower #evo-set02 .catch em,
.evoplus .b-price #price_density #evo-set .catch em,
.evoplus .b-price #price_density #evo-set02 .catch em,
.evoplus .b-price #price_lipohifu #evo-set .catch em,
.evoplus .b-price #price_lipohifu #evo-set02 .catch em {
	background: linear-gradient(transparent 60%, #fef616 30%);
	font-style: normal;
	font-size: 30px;
	line-height: 1.2;
}
.evoplus .b-price #price_shower #evo-set .catch em span,
.evoplus .b-price #price_shower #evo-set02 .catch em span,
.evoplus .b-price #price_density #evo-set .catch em span,
.evoplus .b-price #price_density #evo-set02 .catch em span,
.evoplus .b-price #price_lipohifu #evo-set .catch em span,
.evoplus .b-price #price_lipohifu #evo-set02 .catch em span {
	color: #b9272d;
	font-size: 40px;
}
.evoplus .b-price #price_shower #evo-set .sub_catch,
.evoplus .b-price #price_shower #evo-set02 .sub_catch,
.evoplus .b-price #price_density #evo-set .sub_catch,
.evoplus .b-price #price_density #evo-set02 .sub_catch,
.evoplus .b-price #price_lipohifu #evo-set .sub_catch,
.evoplus .b-price #price_lipohifu #evo-set02 .sub_catch {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #b9272d;
	margin-bottom: 0px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price #price_shower #evo-set .sub_catch,
	.evoplus .b-price #price_shower #evo-set02 .sub_catch,
	.evoplus .b-price #price_density #evo-set .sub_catch,
	.evoplus .b-price #price_density #evo-set02 .sub_catch,
	.evoplus .b-price #price_lipohifu #evo-set .sub_catch,
	.evoplus .b-price #price_lipohifu #evo-set02 .sub_catch {
		font-size: 3.6vw;
		line-height: 1.2;
		margin-bottom: 1vw;
		margin-top: 2vw;
	}
}
.evoplus .b-price #price_shower #evo-set #density-setPrice,
.evoplus .b-price #price_shower #evo-set #lipohifu-setPrice,
.evoplus .b-price #price_shower #evo-set02 #density-setPrice,
.evoplus .b-price #price_shower #evo-set02 #lipohifu-setPrice,
.evoplus .b-price #price_density #evo-set #density-setPrice,
.evoplus .b-price #price_density #evo-set #lipohifu-setPrice,
.evoplus .b-price #price_density #evo-set02 #density-setPrice,
.evoplus .b-price #price_density #evo-set02 #lipohifu-setPrice,
.evoplus .b-price #price_lipohifu #evo-set #density-setPrice,
.evoplus .b-price #price_lipohifu #evo-set #lipohifu-setPrice,
.evoplus .b-price #price_lipohifu #evo-set02 #density-setPrice,
.evoplus .b-price #price_lipohifu #evo-set02 #lipohifu-setPrice {
	border: none;
}
.evoplus .b-price #price_shower #evo-set #density-setPrice .ac_ly_001,
.evoplus .b-price #price_shower #evo-set #lipohifu-setPrice .ac_ly_001,
.evoplus .b-price #price_shower #evo-set02 #density-setPrice .ac_ly_001,
.evoplus .b-price #price_shower #evo-set02 #lipohifu-setPrice .ac_ly_001,
.evoplus .b-price #price_density #evo-set #density-setPrice .ac_ly_001,
.evoplus .b-price #price_density #evo-set #lipohifu-setPrice .ac_ly_001,
.evoplus .b-price #price_density #evo-set02 #density-setPrice .ac_ly_001,
.evoplus .b-price #price_density #evo-set02 #lipohifu-setPrice .ac_ly_001,
.evoplus .b-price #price_lipohifu #evo-set #density-setPrice .ac_ly_001,
.evoplus .b-price #price_lipohifu #evo-set #lipohifu-setPrice .ac_ly_001,
.evoplus .b-price #price_lipohifu #evo-set02 #density-setPrice .ac_ly_001,
.evoplus .b-price #price_lipohifu #evo-set02 #lipohifu-setPrice .ac_ly_001 {
	padding: 0;
}
.evoplus .b-price #price_shower #evo-set #density-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_shower #evo-set #lipohifu-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_shower #evo-set02 #density-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_shower #evo-set02 #lipohifu-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_density #evo-set #density-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_density #evo-set #lipohifu-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_density #evo-set02 #density-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_density #evo-set02 #lipohifu-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_lipohifu #evo-set #density-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_lipohifu #evo-set #lipohifu-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_lipohifu #evo-set02 #density-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_lipohifu #evo-set02 #lipohifu-setPrice .ac_ly_001 h3 {
	background-color: #196162;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding: 5px 0;
	margin-top: 20px;
}
.evoplus .b-price #price_shower #evo-set .priceBtn.density a,
.evoplus .b-price #price_shower #evo-set02 .priceBtn.density a,
.evoplus .b-price #price_density #evo-set .priceBtn.density a,
.evoplus .b-price #price_density #evo-set02 .priceBtn.density a,
.evoplus .b-price #price_lipohifu #evo-set .priceBtn.density a,
.evoplus .b-price #price_lipohifu #evo-set02 .priceBtn.density a {
	background: linear-gradient(0deg, #196162 50%, #279496 50%);
}
.evoplus .b-price #price_shower #evo-set .priceBtn.density a::before,
.evoplus .b-price #price_shower #evo-set02 .priceBtn.density a::before,
.evoplus .b-price #price_density #evo-set .priceBtn.density a::before,
.evoplus .b-price #price_density #evo-set02 .priceBtn.density a::before,
.evoplus .b-price #price_lipohifu #evo-set .priceBtn.density a::before,
.evoplus .b-price #price_lipohifu #evo-set02 .priceBtn.density a::before {
	transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 979px) {
	.evoplus .b-price #price_shower #evo-set,
	.evoplus .b-price #price_shower #evo-set02,
	.evoplus .b-price #price_density #evo-set,
	.evoplus .b-price #price_density #evo-set02,
	.evoplus .b-price #price_lipohifu #evo-set,
	.evoplus .b-price #price_lipohifu #evo-set02 {
		margin: 3vw auto 0;
	}
	.evoplus .b-price #price_shower #evo-set .catch::before,
	.evoplus .b-price #price_shower #evo-set .catch::after,
	.evoplus .b-price #price_shower #evo-set02 .catch::before,
	.evoplus .b-price #price_shower #evo-set02 .catch::after,
	.evoplus .b-price #price_density #evo-set .catch::before,
	.evoplus .b-price #price_density #evo-set .catch::after,
	.evoplus .b-price #price_density #evo-set02 .catch::before,
	.evoplus .b-price #price_density #evo-set02 .catch::after,
	.evoplus .b-price #price_lipohifu #evo-set .catch::before,
	.evoplus .b-price #price_lipohifu #evo-set .catch::after,
	.evoplus .b-price #price_lipohifu #evo-set02 .catch::before,
	.evoplus .b-price #price_lipohifu #evo-set02 .catch::after {
		width: 15vw;
	}
	.evoplus .b-price #price_shower #evo-set .catch::before,
	.evoplus .b-price #price_shower #evo-set02 .catch::before,
	.evoplus .b-price #price_density #evo-set .catch::before,
	.evoplus .b-price #price_density #evo-set02 .catch::before,
	.evoplus .b-price #price_lipohifu #evo-set .catch::before,
	.evoplus .b-price #price_lipohifu #evo-set02 .catch::before {
		left: -3vw;
		transform: rotate(70deg);
	}
	.evoplus .b-price #price_shower #evo-set .catch::after,
	.evoplus .b-price #price_shower #evo-set02 .catch::after,
	.evoplus .b-price #price_density #evo-set .catch::after,
	.evoplus .b-price #price_density #evo-set02 .catch::after,
	.evoplus .b-price #price_lipohifu #evo-set .catch::after,
	.evoplus .b-price #price_lipohifu #evo-set02 .catch::after {
		right: -3vw;
		transform: rotate(-70deg);
	}
	.evoplus .b-price #price_shower #evo-set .catch > p,
	.evoplus .b-price #price_shower #evo-set02 .catch > p,
	.evoplus .b-price #price_density #evo-set .catch > p,
	.evoplus .b-price #price_density #evo-set02 .catch > p,
	.evoplus .b-price #price_lipohifu #evo-set .catch > p,
	.evoplus .b-price #price_lipohifu #evo-set02 .catch > p {
		line-height: 2;
	}
	.evoplus .b-price #price_shower #evo-set .catch em,
	.evoplus .b-price #price_shower #evo-set02 .catch em,
	.evoplus .b-price #price_density #evo-set .catch em,
	.evoplus .b-price #price_density #evo-set02 .catch em,
	.evoplus .b-price #price_lipohifu #evo-set .catch em,
	.evoplus .b-price #price_lipohifu #evo-set02 .catch em {
		font-size: 5.5vw;
	}
	.evoplus .b-price #price_shower #evo-set .catch em span,
	.evoplus .b-price #price_shower #evo-set02 .catch em span,
	.evoplus .b-price #price_density #evo-set .catch em span,
	.evoplus .b-price #price_density #evo-set02 .catch em span,
	.evoplus .b-price #price_lipohifu #evo-set .catch em span,
	.evoplus .b-price #price_lipohifu #evo-set02 .catch em span {
		font-size: 6vw;
	}
	.evoplus .b-price #price_shower #evo-set .catch ul li .inner > div.right,
	.evoplus .b-price #price_shower #evo-set02 .catch ul li .inner > div.right,
	.evoplus .b-price #price_density #evo-set .catch ul li .inner > div.right,
	.evoplus .b-price #price_density #evo-set02 .catch ul li .inner > div.right,
	.evoplus .b-price #price_lipohifu #evo-set .catch ul li .inner > div.right,
	.evoplus .b-price #price_lipohifu #evo-set02 .catch ul li .inner > div.right {
		font-size: 8.5vw;
	}
	.evoplus .b-price #price_shower #evo-set #density-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_shower #evo-set #lipohifu-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_shower #evo-set02 #density-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_shower #evo-set02 #lipohifu-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_density #evo-set #density-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_density #evo-set #lipohifu-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_density #evo-set02 #density-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_density #evo-set02 #lipohifu-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_lipohifu #evo-set #density-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_lipohifu #evo-set #lipohifu-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_lipohifu #evo-set02 #density-setPrice .ac_ly_001 h3,
	.evoplus .b-price #price_lipohifu #evo-set02 #lipohifu-setPrice .ac_ly_001 h3 {
		font-size: 4vw;
		padding: 1vw 0;
	}
}
.evoplus .b-price #price_shower #evo-set02 .catch p > span a,
.evoplus .b-price #price_density #evo-set02 .catch p > span a,
.evoplus .b-price #price_lipohifu #evo-set02 .catch p > span a {
	color: #687bae;
}
.evoplus .b-price #price_shower #evo-set02 #lipohifu-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_density #evo-set02 #lipohifu-setPrice .ac_ly_001 h3,
.evoplus .b-price #price_lipohifu #evo-set02 #lipohifu-setPrice .ac_ly_001 h3 {
	background-color: #687bae;
}
.evoplus .b-price .price_set .headline_txt {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.evoplus .b-price .price_set .pricetable {
	width: 100%;
}
.evoplus .b-price .price_set .pricetable thead th {
	text-align: center;
	color: #000;
	background-color: #e3ebef;
	padding: 10px 10px;
	line-height: 1.2;
	font-size: 16px;
}
.evoplus .b-price .price_set .pricetable tbody th {
	background-color: #f8f8f8;
	padding: 10px 10px;
	font-size: 18px;
}
.evoplus .b-price .price_set .pricetable tbody td {
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
}
.evoplus .b-price .price_set .pricetable tbody td.bui {
	width: 30%;
}
.evoplus .b-price .price_set .pricetable tbody td.normal,
.evoplus .b-price .price_set .pricetable tbody td.limited {
	font-size: 20px;
	color: #a9735a;
}
.evoplus .b-price .price_set .pricetable tbody td.limited {
	font-size: 22px;
	color: #b9272d;
}
@media screen and (max-width: 979px) {
	.evoplus .b-price .price_set .headline_txt {
		font-size: 4vw;
	}
	.evoplus .b-price .price_set .pricetable {
		width: 100% !important;
	}
	.evoplus .b-price .price_set .pricetable thead th {
		font-size: 3.2vw;
		padding: 5px 5px;
	}
	.evoplus .b-price .price_set .pricetable tbody tr th {
		padding: 5px 5px;
		font-size: 3.6vw;
	}
	.evoplus .b-price .price_set .pricetable tbody tr td {
		padding: 5px 5px;
		font-size: 3.2vw;
	}
	.evoplus .b-price .price_set .pricetable tbody tr td.bui {
		width: 25%;
	}
	.evoplus .b-price .price_set .pricetable tbody tr td.normal {
		font-size: 3.8vw;
	}
	.evoplus .b-price .price_set .pricetable tbody tr td.limited {
		font-size: 4vw;
	}
}
.evoplus .buiImages {
    margin: 55px -7px 0;
    display: flex;
    justify-content: space-around;
}

.evoplus .buiImages .image {
    margin: 0 7px;
}

@media screen and (max-width: 979px) {
    .evoplus .buiImages {
        width:100%;
        margin: 3vw auto 0;
        flex-wrap: wrap;
    }

    .evoplus .buiImages .image {
        width: 45%;
        text-align: center;
        margin-top: 10px;
    }
}

/* .evoplus .b-others {
	padding: 90px 0 190px;
	background-color: #f7f7f6;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others {
		padding: 60px 0;
	}
}
.evoplus .b-others .others-label {
	max-width: 680px;
	height: 81px;
	margin: 0 auto 35px;
	padding-top: 10px;
	font-size: 30px;
	font-weight: 500;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	background: url("/assets/laser/liftup/evoplus/images/label_bg.png") no-repeat;
	background-size: cover;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-label {
		height: 10vw;
		padding-top: 1.2vw;
		margin-bottom: 30px;
		font-size: 4vw;
		background-size: 100% 100%;
	}
}
.evoplus .b-others .others-label:first-of-type {
	margin-top: 65px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-label:first-of-type {
		margin-top: 0;
	}
}
.evoplus .b-others .others-label:not(:first-of-type) {
	margin-top: 60px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-label:not(:first-of-type) {
		margin-top: 30px;
	}
}
.evoplus .b-others .others-bnr {
	margin-bottom: 115px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-bnr {
		margin-bottom: 40px;
	}
}
.evoplus .b-others .others-tabs {
	margin: 55px 0 60px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs {
		margin: 40px 0;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs {
	padding: 0 25px;
	align-items: flex-end;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title {
	position: relative;
	padding: 20px 10px 15px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.36;
	text-align: center;
	color: rgba(171, 139, 68, 0.6);
	background-color: #cdcbcb;
	border: none;
	border-radius: 20px 20px 0 0;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title.tab02 {
	color: rgba(97, 83, 50, 0.6);
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title.tab02.-active {
	background-color: #615332;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title.tab03 {
	color: rgba(64, 64, 63, 0.6);
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title.tab03.-active {
	background-color: #40403f;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title:not(:first-child) {
	margin-left: 15px;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title .lb {
	position: absolute;
	top: -68px;
	left: 50%;
	padding-top: 13px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.35;
	width: 236px;
	height: 89px;
	color: #b41c26;
	background: url("/assets/laser/liftup/evoplus/images/label_bg01.png") no-repeat;
	transform: translateX(-50%);
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title.-active {
	padding: 26px 10px 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	background-color: #ab8b44;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .tabs > .title.-active .lb {
	top: -60px;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents {
	margin: 0;
	border: none;
	padding: 0;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab02 .tab__head {
	background-color: #615332;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab02 .tab__head__btn a {
	color: #615332;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab02 .tab__head__btn a:after {
	background: url("/assets/laser/liftup/evoplus/images/arrow02.png") no-repeat;
	background-size: cover;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab03 .tab__head {
	background-color: #40403f;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab03 .tab__head__btn a {
	color: #40403f;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab03 .tab__head__btn a:after {
	background: url("/assets/laser/liftup/evoplus/images/arrow03.png") no-repeat;
	background-size: cover;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head {
	padding: 32px 20px 25px;
	text-align: center;
	background-color: #ab8b44;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head {
		padding: 10px 20px 20px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__catch {
	margin-bottom: 14px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__catch {
		margin-bottom: 10px;
		font-size: 18px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__catch span {
	display: inline-block;
	border-bottom: 3px solid #fff;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__catch span {
		border-width: 1px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__ttl {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	color: #fcec38;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__ttl {
		font-size: 20px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__ttl span {
	display: inline-block;
	border-bottom: 3px solid #fff;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__ttl span {
		border-width: 1px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__btn {
	max-width: 440px;
	margin: 25px auto 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__btn {
		max-width: 320px;
		margin-top: 20px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__btn a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 6px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #ab8b44;
	background-color: #fff;
	border-radius: 50px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__btn a {
		font-size: 16px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 6px;
	height: 12px;
	background: url("/assets/laser/liftup/evoplus/images/arrow01.png") no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__icon {
	position: relative;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__icon {
		padding-left: 5vw;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__icon::before {
	position: absolute;
	content: "";
	background: url("/assets/laser/liftup/evoplus/images/icon_lipohifu.png") no-repeat center;
	background-size: cover;
	width: 160px;
	height: 200px;
	top: -10px;
	left: 70px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__icon::before {
		width: 14vw;
		height: 18vw;
		top: 0;
		left: -5vw;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__new {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #fcec38;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__head__new {
		font-size: 18px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__body {
	margin-top: 0;
	padding: 30px 30px 35px;
	text-align: center;
	border: 3px solid #686868;
	border-top: none;
	background-color: #fff;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__body {
		padding: 15px;
		border-width: 1px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__body__change {
	margin-top: 55px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__body__change {
		margin-top: 30px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__body__change .cap-img {
	margin-top: 12px;
	font-size: 20px;
	font-weight: 500;
	text-align: right;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__body__change .cap-img {
		margin-top: 10px;
		font-size: 16px;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__body__change .notes {
	margin: 8px 0;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab > .contents .tab__body__change .notes {
		font-size: 16px;
	}
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .title {
		position: relative;
		margin: 0;
		font-weight: 600;
		letter-spacing: 0.02em;
		line-height: 1.36;
		color: rgba(171, 139, 68, 0.6);
		background-color: #cdcbcb;
		border: none;
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .title:not(:first-child) {
		margin-top: 20px;
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .title.tab02 {
		margin-top: 70px;
		color: rgba(97, 83, 50, 0.6);
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .title.tab02.-open {
		background-color: #615332;
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .title.tab03 {
		color: rgba(64, 64, 63, 0.6);
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .title.tab03.-open {
		background-color: #40403f;
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .title .lb {
		position: absolute;
		top: -52px;
		left: 50%;
		padding-top: 8px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.35;
		text-align: center;
		width: 180px;
		height: 68px;
		color: #b41c26;
		background: url("/assets/laser/liftup/evoplus/images/label_bg01.png") no-repeat;
		background-size: cover;
		transform: translateX(-50%);
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .title.-open {
		font-weight: bold;
		color: #fff;
		background-color: #ab8b44;
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .content {
		border: none;
	}
	.evoplus .b-others .others-tabs .tabacc.-sp-accordion > .contents > .content.-open > .ac_ly_001 {
		padding: 0;
	}
} */
.evoplus .b-others .box-gray {
	margin-top: 20px;
    padding: 20px 35px;
    font-size: 25px;
    font-weight: bold;
	background-color: #eeeeee;
}
.evoplus .b-price .box-gray .price-content__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	line-height: 1.2; 
}
.evoplus .b-price .box-gray .price-content__item .price-left {
	flex-grow: 100;
	text-align: left; 
}
.evoplus .b-price .box-gray .price-content__item .price-center {
	width: 180px;
}
.evoplus .b-price .box-gray .price-content__item .price-right {
	width: 280px;
	font-size: 48px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.evoplus .b-price .box-gray .price-content__item .price-right.red {
	color: #b9272d;
}
.evoplus .b-price .box-gray .price-content__item .price-right > span {
	font-size: 34px;
	margin: 0 0 0 3px;
	position: relative;
}
.evoplus .b-price .box-gray .price-content__item .price-right > span > span {
	font-size: 13px;
	position: absolute;
	right: 0;
	top: -8px;
	white-space: nowrap;
}
.evoplus .b-price .box-gray .price-content__item + .price-content__item {
	border-top: 1px dashed #000;
	padding: 15px 0 0;
	margin: 5px 0 0; 
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .box-gray {
		padding: 3vw;
        margin-top: 3vw;
	}
	.evoplus .b-price .box-gray .price-content__item {
		flex-wrap: wrap;
		font-size: 4.5vw;
		font-weight: bold;
		text-align: right;
		line-height: 1.2; 
	}
	.evoplus .b-price .box-gray .price-content__item .price-left {
		flex-grow: 0;
		width: 100%;
		text-align: left;
	} 
	.evoplus .b-price .box-gray .price-content__item .price-center {
		font-size: 3.7vw;
		width: 35%;
		text-align: left;
	}
	.evoplus .b-price .box-gray .price-content__item .price-right {
		width: 65%;
		font-size: 8vw;
		padding: 0 2vw 0 0;
	}
	.evoplus .b-price .box-gray .price-content__item .price-right > div {
		margin: 2vw 0 0;
		width: 60%;
		margin: 2vw 5vw 0 auto;
	}
	.evoplus .b-price .box-gray .price-content__item .price-right > span {
		font-size: 6vw;
		margin: 0 0 0 1vw;
		position: relative;
	}
	.evoplus .b-price .box-gray .price-content__item .price-right > span > span {
		font-size: 3vw;
		right: -1vw;
		top: -2.5vw;
	} 
	.evoplus .b-price .box-gray .price-content__item + .price-content__item {
		border-top: 0.3vw dashed #000;
		padding: 2vw 0 0;
		margin: 2vw 0 0;
	}
}

.evoplus .b-comment {
	padding: 80px 0 140px;
	background: url("/assets/laser/liftup/evoplus/images/comment_bg.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
	.evoplus .b-comment {
		padding: 60px 0 0;
	}
}
.evoplus .b-comment__wrap {
	position: relative;
	z-index: 2;
}
.evoplus .b-comment .comment__content {
	margin-top: 80px;
	width: 670px;
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	color: #fff;
}
@media screen and (max-width: 979px) {
	.evoplus .b-comment .comment__content {
		margin-top: 0;
		font-size: 16px;
		line-height: 1.625;
		width: 100%;
	}
}
.evoplus .b-comment .comment__content .image {
	position: absolute;
	bottom: -140px;
	right: -205px;
	z-index: -1;
}
@media screen and (max-width: 979px) {
	.evoplus .b-comment .comment__content .image {
		position: static;
	}
}
.evoplus .b-comment .comment__content .box-doctor {
	margin-top: 70px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-comment .comment__content .box-doctor {
		display: flex;
		margin-top: 40px;
	}
	.evoplus .b-comment .comment__content .box-doctor .image {
		flex: 0 1 40vw;
	}
}
@media screen and (max-width: 979px) {
	.evoplus .b-comment .comment__content .box-doctor .info {
		flex: 1;
		margin-top: 10vw;
	}
}
.evoplus .b-comment .comment__content .box-doctor .info p {
	font-size: 18px;
	line-height: 1.5;
}
@media screen and (max-width: 979px) {
	.evoplus .b-comment .comment__content .box-doctor .info p {
		font-size: 3.2vw;
	}
}
.evoplus .b-comment .comment__content .box-doctor .info .name {
	font-size: 30px;
	line-height: 1.6;
}
.evoplus .b-comment .comment__content .box-doctor .info .name span {
	font-size: 25px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-comment .comment__content .box-doctor .info .name {
		font-size: 4.5vw;
	}
	.evoplus .b-comment .comment__content .box-doctor .info .name span {
		font-size: 4vw;
	}
}

.evoplus .b-detail {
	padding: 140px 0 180px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-detail {
		padding: 60px 0;
	}
}
.evoplus .b-detail .b-table {
	padding: 0 55px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-detail .b-table {
		padding: 0;
	}
}
.evoplus .b-detail .b-table .tbl {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
.evoplus .b-detail .b-table .tbl th,
.evoplus .b-detail .b-table .tbl td {
	padding: 11px;
	font-size: 22px;
	color: #231815;
	border: 1px solid #000;
}
@media screen and (max-width: 979px) {
	.evoplus .b-detail .b-table .tbl th,
	.evoplus .b-detail .b-table .tbl td {
		padding: 10px;
		font-size: 16px;
		line-height: 1.625;
	}
}
.evoplus .b-detail .b-table .tbl th {
	width: 200px;
	font-weight: 600;
}
@media screen and (max-width: 979px) {
	.evoplus .b-detail .b-table .tbl th {
		width: 25vw;
	}
}
.evoplus .b-detail .b-table .tbl td {
	padding: 11px 20px;
	font-weight: 500;
}
@media screen and (max-width: 979px) {
	.evoplus .b-detail .b-table .tbl td {
		padding: 10px;
	}
}

.evoplus .b-faq {
	background: #fff9e3;
	padding: 100px 0 100px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-faq {
		padding: 60px 0;
	}
}
.evoplus .b-faq .faq_cont .faq-box:not(:first-child) {
	margin-top: 40px;
}
.evoplus .b-faq .faq_cont .faq-box .question::before,
.evoplus .b-faq .faq_cont .faq-box .answer::before {
	background-color: #915e02;
}
.evoplus .b-faq .faq_cont .faq-box .question {
	color: #915e02;
	font-weight: bold;
}
.evoplus .b-faq .faq_cont .faq-box .question p {
	font-size: 24px;
}
@media only screen and (max-width: 979px) {
	.evoplus .b-faq .faq_cont .faq-box .question p {
		font-size: 21px;
	}
}

.evoplus .b-flow {
	padding: 130px 0 150px;
	background-color: #f4f4f3;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow {
		padding: 60px 0;
	}
}
.evoplus .b-flow .b-step .step {
	position: relative;
	display: flex;
	padding: 32px 30px 30px;
	background-color: #fff;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step {
		flex-direction: column;
		padding: 15px;
	}
}
@media screen and (min-width: 980px) {
	.evoplus .b-flow .b-step .step:nth-child(6) .text {
		padding-top: 0;
	}
	.evoplus .b-flow .b-step .step:nth-child(6) .text .ttl {
		margin-bottom: 30px;
	}
}
.evoplus .b-flow .b-step .step:not(:last-of-type) {
	margin-bottom: 65px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step:not(:last-of-type) {
		margin-bottom: 35px;
	}
}
.evoplus .b-flow .b-step .step:not(:last-of-type):after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	border-top: 36px solid #fff;
	transform: translateX(-50%);
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step:not(:last-of-type):after {
		bottom: -20px;
		border-left-width: 30px;
		border-right-width: 30px;
		border-top-width: 22px;
	}
}
.evoplus .b-flow .b-step .step .image {
	flex: 0 1 334px;
	margin-right: 55px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step .image {
		flex: auto;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
}
.evoplus .b-flow .b-step .step .text {
	flex: 1;
	padding-top: 8px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step .text {
		padding-top: 0;
	}
}
.evoplus .b-flow .b-step .step .text .ttl {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	font-weight: 600;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step .text .ttl {
		margin-bottom: 25px;
	}
}
.evoplus .b-flow .b-step .step .text .ttl .en {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 184px;
	padding-bottom: 20px;
	margin-right: 25px;
	font-size: 22px;
	text-align: center;
	color: #231815;
	background: url("/assets/laser/liftup/evoplus/images/step_bg.png") no-repeat bottom left;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step .text .ttl .en {
		width: 28vw;
		margin-right: 4vw;
		padding-bottom: 3vw;
		font-size: 4vw;
		background-size: contain;
	}
}
.evoplus .b-flow .b-step .step .text .ttl .en span {
	margin-left: 8px;
	margin-bottom: 3px;
	font-size: 40px;
	line-height: 1;
	color: #915e02;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step .text .ttl .en span {
		font-size: 7vw;
		margin-left: 1.5vw;
		margin-bottom: 0.4vw;
	}
}
.evoplus .b-flow .b-step .step .text .ttl .jp {
	font-size: 28px;
	line-height: 1.5;
	color: #181817;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step .text .ttl .jp {
		font-size: 5vw;
	}
}
.evoplus .b-flow .b-step .step .text .txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75;
	color: #231815;
}
@media screen and (max-width: 979px) {
	.evoplus .b-flow .b-step .step .text .txt {
		font-size: 16px;
		line-height: 1.625;
	}
}

.evoplus .b-clinic {
	padding: 80px 0 0;
}
@media screen and (max-width: 979px) {
	.evoplus .b-clinic {
		padding: 0;
	}
}
.evoplus .b-clinic .head-ttl {
	margin-bottom: 75px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-clinic .head-ttl {
		margin-bottom: 40px;
	}
}

#clinic-map {
	min-height: 2200px !important;
	position: relative;
	/*
  .sendai,
  .shinjuku,
  .shinjuku_east_skin,
  .gotanda-skin,
  .kinshichou,
  .machidaskin,
  .yokohama,
  .omiya,
  .chiba-skin,
  .nagoya,
  .sakaeskin,
  .umeda,
  .shinsaibashi,
  .higashiumeda,
  .namba,
  .hiroshima,
  .fukuoka,
  .hakata,
  .kokura {
    .clinicbtn {
      > a {
        background-color: #feee81;
      }
    }
  }
  */
}
#clinic-map .map-text-first {
	font-weight: bold;
	border: 1px solid #d6d6d6;
	padding: 10px 25px 10px 45px;
	position: absolute;
	left: 0;
	top: 75px;
	display: none;
}
#clinic-map .map-text-first::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #feee81;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
}
@media only screen and (max-width: 979px) {
	#clinic-map {
		/*
    .sendai,
    .shinjuku,
    .shinjuku_east_skin,
    .gotanda-skin,
    .kinshichou,
    .machidaskin,
    .yokohama,
    .omiya,
    .chiba-skin,
    .nagoya,
    .sakaeskin,
    .umeda,
    .shinsaibashi,
    .higashiumeda,
    .namba,
    .hiroshima,
    .fukuoka,
    .hakata,
    .kokura {
      .clinicbtn {
        > a {
          color: #feee81 !important;
        }
      }
    }
    */
	}
	#clinic-map .map-text-first {
		display: inline-flex;
		font-size: 3vw;
		padding: 1vw 3vw 1vw 7vw;
		position: relative;
		left: inherit;
		top: inherit;
		margin: 0 0 4vw;
		display: none;
	}
	#clinic-map .map-text-first::before {
		left: 2vw;
		width: 3.5vw;
		height: 3.5vw;
	}
}
#clinic-map #tohoku {
	top: 360px;
}
#clinic-map #tokai {
	top: 134px;
	left: 182px;
}
#clinic-map #tokai #fukidashi-tokai {
	bottom: -62px;
	left: 250px;
}
#clinic-map #chugoku {
	top: 328px;
	left: -7px;
}
#clinic-map #fukidashi-chugoku {
	top: 204px;
	border-top: 182px solid #e5981f;
}
#clinic-map #fukidashi-kyusyu {
	top: -9px;
}
#clinic-map #kanto {
	top: 688px;
}

/*----------------------------------
newsboard
----------------------------------*/
#newsboard {
	padding: 50px 0 0;
}
#newsboard .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 640px;
	height: 170px;
	background: url("/assets/laser/liftup/evoplus/images/news_img002.png") center top/100% auto no-repeat;
	position: relative;
	margin: 0 auto;
}
#newsboard .container::before {
	content: "";
	display: block;
	width: 128px;
	height: 55px;
	background: url("/assets/laser/liftup/evoplus/images/news_img003.png") center top/100% auto no-repeat;
	position: absolute;
	right: 25px;
	top: 65px;
}
#newsboard .container p {
	line-height: 1;
	position: relative;
	margin: 0;
}
#newsboard .container p.text01 {
	font-size: 15px;
}
#newsboard .container p.text01 span {
	border-bottom: 1px solid #000;
	padding: 0 20px 3px;
}
#newsboard .container p.text02 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}
#newsboard .container p.text02 em {
	font-style: normal;
	color: #915e02;
}
#newsboard .container p.btn {
	margin-top: 15px;
}
#newsboard .container p.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 37px;
	background: #322c26;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 100px;
	padding: 0 0 1px;
	position: relative;
}
#newsboard .container p.btn a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 979px) {
	#newsboard {
		padding: 6vw 0 0;
	}
	#newsboard .container {
		width: 95vw;
		height: 25.5vw;
	}
	#newsboard .container::before {
		width: 20vw;
		height: 10vw;
		right: 2vw;
		top: 6vw;
	}
	#newsboard .container p.text01 {
		font-size: 3vw;
	}
	#newsboard .container p.text01 span {
		padding: 0 2vw 0.5vw;
	}
	#newsboard .container p.text02 {
		font-size: 4.5vw;
		margin-top: 3vw;
	}
	#newsboard .container p.btn {
		margin-top: 2vw;
	}
	#newsboard .container p.btn a {
		width: 50vw;
		height: 7vw;
		font-size: 3.5vw;
	}
	#newsboard .container p.btn a::before {
		width: 2vw;
		height: 2vw;
		border-top: 0.5vw solid #fff;
		border-right: 0.5vw solid #fff;
		right: 3vw;
	}
}

/*----------------------------------
autumn
----------------------------------*/
#autumn {
	position: relative;
	overflow: hidden;
	width: 980px;
	margin: 50px auto 0;
}
@media (max-width: 979px) {
	#autumn {
		margin: 5vw 0;
		width: 100%;
	}
}
#autumn header {
	padding: 70px 0 0;
	position: relative;
	margin: 0 0 30px;
}
#autumn header h2 {
	width: 300px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background: url("/assets/about/campaign/aki-point2/images/ribbon01.svg") center top/100% auto no-repeat;
	margin: 0 auto;
}
#autumn header::before {
	content: "";
	display: block;
	width: 41px;
	height: 43px;
	background: url("/assets/about/campaign/aki-point2/images/header01.png") center top no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
#autumn header.icon02 h2 {
	background: url("/assets/about/campaign/aki-point2/images/ribbon02.svg") center top/100% auto no-repeat;
}
#autumn header.icon02::before {
	background: url("/assets/about/campaign/aki-point2/images/header02.png") center top no-repeat;
}
@media (max-width: 979px) {
	#autumn header {
		padding: 10vw 0 0;
		margin: 0 0 4vw;
	}
	#autumn header h2 {
		width: 50vw;
		height: 10vw;
		font-size: 4.5vw;
	}
	#autumn header::before {
		width: 7vw;
		height: 7vw;
		background-size: 100% auto;
	}
}
#autumn > .container {
	background: #da8686;
	color: #fff;
	padding: 40px 20px;
	position: relative;
}
#autumn > .container .text01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 70px;
}
#autumn > .container .text01 p {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
#autumn > .container .text01 p + p {
	padding-left: 100px;
	background: url("/assets/about/campaign/aki-point2/images/arrow01.svg") 42px center/31px auto no-repeat;
}
#autumn > .container .text01 p strong {
	font-size: 50px;
}
#autumn > .container .text01 p span {
	font-size: 30px;
}
#autumn > .container .text02 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	display: table;
	margin: 0 auto 10px;
	padding: 0 30px;
}
#autumn > .container .text02::before,
#autumn > .container .text02::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 90%;
	background: #fff;
	bottom: 0;
}
#autumn > .container .text02::before {
	left: 0;
	transform: rotate(-20deg);
}
#autumn > .container .text02::after {
	right: 0;
	transform: rotate(20deg);
}
#autumn > .container ul.links {
	width: 940px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
#autumn > .container ul.links li {
	width: 450px;
}
#autumn > .container ul.links li:nth-child(n + 3) {
	margin-top: 20px;
}
#autumn > .container ul.links li a {
	display: flex;
	width: 100%;
	height: 65px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #903030;
	background: url("/assets/about/campaign/aki-point2/images/arrow02.png") 96% center no-repeat #fff;
	justify-content: center;
	align-items: center;
	border-radius: 65px;
	box-shadow: 0 0 8px rgba(202, 84, 84, 0.8);
}
#autumn > .container ul.links + p {
	font-size: 20px;
	text-align: center;
	margin: 15px 0 70px;
}
#autumn > .container .tabacc.-pc-accordion,
#autumn > .container .tabacc.-sp-accordion {
	width: 100%;
	margin: 0 auto;
	counter-reset: number 0;
}
#autumn > .container .tabacc.-pc-accordion > .contents + .contents,
#autumn > .container .tabacc.-sp-accordion > .contents + .contents {
	margin-top: 30px;
}
#autumn > .container .tabacc.-pc-accordion > .contents .title,
#autumn > .container .tabacc.-sp-accordion > .contents .title {
	height: 80px;
	margin: 0;
	padding: 0;
	min-height: inherit;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background: #903030;
}
#autumn > .container .tabacc.-pc-accordion > .contents .title span,
#autumn > .container .tabacc.-sp-accordion > .contents .title span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px 0 20px;
	position: relative;
}
#autumn > .container .tabacc.-pc-accordion > .contents .title span strong,
#autumn > .container .tabacc.-sp-accordion > .contents .title span strong {
	display: contents;
	color: #ffd697;
}
#autumn > .container .tabacc.-pc-accordion > .contents > .content,
#autumn > .container .tabacc.-sp-accordion > .contents > .content {
	border: 1px solid #903030;
	border-top: none;
	background: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 20px;
	position: relative;
	padding: 40px 30px;
	text-align: center;
}
#autumn > .container .tabacc.-pc-accordion + p,
#autumn > .container .tabacc.-sp-accordion + p {
	font-size: 20px;
	text-align: center;
	margin: 15px 0 0;
}
#autumn > .container .btn {
	width: 980px;
	margin: 10px auto 0;
	text-align: center;
}
#autumn > .container .btn a {
	background: #903031;
	min-height: inherit;
	padding: 7px;
	min-width: 300px;
	margin: 7px 0 0;
}
#autumn > .container .autumnText01 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#autumn > .container .autumnText02 {
	font-size: 26px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	margin: 0 0 30px;
}
#autumn > .container .autumnText02 strong {
	font-weight: bold;
}
#autumn > .container .autumnText03 {
	font-size: 26px;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	margin: 0 0 50px;
}
#autumn > .container .autumnText03 strong {
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
}
@media (max-width: 979px) {
	#autumn > .container {
		padding: 7vw 2vw;
	}
	#autumn > .container > * {
		position: relative;
		z-index: 1;
	}
	#autumn > .container .text01 {
		flex-direction: column;
		margin: 0 0 7vw;
	}
	#autumn > .container .text01 p {
		font-size: 7.5vw;
	}
	#autumn > .container .text01 p + p {
		padding: 14vw 0 0;
		background: none;
		position: relative;
	}
	#autumn > .container .text01 p + p::before {
		content: "";
		display: block;
		width: 8vw;
		height: 8vw;
		background: url("/assets/about/campaign/aki-point2/images/arrow01.svg") center center/100% auto no-repeat;
		position: absolute;
		left: 50%;
		top: 3vw;
		transform: translate(-50%, 0) rotate(90deg);
	}
	#autumn > .container .text01 p strong {
		font-size: 9vw;
	}
	#autumn > .container .text01 p span {
		font-size: 5vw;
	}
	#autumn > .container .text02 {
		font-size: 3.8vw;
		padding: 0 3vw;
	}
	#autumn > .container .text02::before,
	#autumn > .container .text02::after {
		width: 0.5vw;
		height: 90%;
	}
	#autumn > .container ul.links {
		width: 100%;
		margin: 0 auto;
	}
	#autumn > .container ul.links li {
		width: 49%;
	}
	#autumn > .container ul.links li:nth-child(n + 3) {
		margin-top: 2vw;
	}
	#autumn > .container ul.links li a {
		height: 12vw;
		font-size: 3.5vw;
		text-align: center;
		line-height: 1.2;
		background-size: 4vw auto;
		border-radius: 10vw;
		box-shadow: 0 0 1.5vw rgba(202, 84, 84, 0.8);
	}
	#autumn > .container ul.links + p {
		font-size: 3.5vw;
		margin: 2vw 0 7vw;
	}
	#autumn > .container .tabacc.-pc-accordion > .contents + .contents,
	#autumn > .container .tabacc.-sp-accordion > .contents + .contents {
		margin-top: 3vw;
	}
	#autumn > .container .tabacc.-pc-accordion > .contents .title,
	#autumn > .container .tabacc.-sp-accordion > .contents .title {
		height: inherit;
		font-size: 3.5vw;
	}
	#autumn > .container .tabacc.-pc-accordion > .contents .title::after,
	#autumn > .container .tabacc.-sp-accordion > .contents .title::after {
		width: 7vw;
		height: 7vw;
		margin: 0;
		right: 2vw;
		transform: translate(0, -50%);
		background-size: 3vw auto;
	}
	#autumn > .container .tabacc.-pc-accordion > .contents .title span,
	#autumn > .container .tabacc.-sp-accordion > .contents .title span {
		padding: 4vw 10vw 3vw 3vw;
	}
	#autumn > .container .tabacc.-pc-accordion > .contents .title span br,
	#autumn > .container .tabacc.-sp-accordion > .contents .title span br {
		display: none;
	}
	#autumn > .container .tabacc.-pc-accordion > .contents > .content,
	#autumn > .container .tabacc.-sp-accordion > .contents > .content {
		border: 0.3vw solid #903030;
		font-size: 3.5vw;
		padding: 3vw;
	}
	#autumn > .container .tabacc.-pc-accordion + p,
	#autumn > .container .tabacc.-sp-accordion + p {
		font-size: 3.5vw;
		margin: 2vw 0 0;
	}
	#autumn > .container .btn {
		width: 96%;
		margin: 2vw auto 0;
	}
	#autumn > .container .btn a {
		font-size: 3.7vw;
	}
	#autumn > .container .autumnText01 {
		font-size: 6vw;
	}
	#autumn > .container .autumnText02 {
		font-size: 4vw;
		line-height: 1.6;
		margin: 0 0 3vw;
	}
	#autumn > .container .autumnText03 {
		font-size: 4vw;
		margin: 0 0 5vw;
	}
	#autumn > .container .autumnText03 strong {
		font-size: 5vw;
	}
}

.evoplus .btn a {
	background: none;
}
