@charset "UTF-8";



/* -------------------------------------------

top-wrap-1

------------------------------------------- */
.top-wrap-1 {
	position: relative;
}
.top-wrap-1::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background: url(../img/deco-1.png) no-repeat left -10rem top -15rem;
	background-size: 60rem auto;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.top-wrap-1::before {
		background: url(../img/deco-1.png) no-repeat left -5rem top -5rem;
		background-size: 30rem auto;
	}	
}



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	background: 
		url(../img/top-kv.jpg) no-repeat right center;
	background-size: 
		auto 100%;
	background-color: #000;
	padding: 10rem 0 15rem 10rem;
}
@media screen and (max-width: 768px) {
	.top-kv {
		padding: 3rem 0 3rem 2rem;
	}
}
/* ---- wrap ---- */
.top-kv .wrap {
	display: flex;
	flex-direction: column;
	color: #fff;
	position: relative;
	z-index: 99;
}
.top-kv-catch {
	width: 46rem;
}
.top-kv-catch + div {
	line-height: 1;
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: 0.5em;
	margin: 2rem 0 2.5rem 0;
	padding-left: 1rem;
}
.top-kv p {
	margin-left: 1rem;
	border-left: solid 0.1rem #fff;
	padding-left: 2rem;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.top-kv-catch {
		width: 24rem;
	}
	.top-kv-catch + div {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		margin: 2rem 0 2.5rem 0;
		padding-left: 0.5rem;
		text-shadow: 0 0 0.4rem #000,0 0 0.8rem #000,0 0 1.2rem #000;	
	}
	.top-kv p {
		margin-left: 0.5rem;
		padding-left: 1.5rem;
		font-size: 1.2rem;
		text-shadow: 0 0 0.4rem #000,0 0 0.8rem #000,0 0 1.2rem #000;	
	}	
}





/* -------------------------------------------

message

------------------------------------------- */
.top-message {
	background: 
		url(../img/bg-mark-2.png) no-repeat left -5rem bottom 14rem,
		url(../img/bg-deco.png) no-repeat center bottom -0.1rem,
		url(../img/top-bg-1.jpg) no-repeat center bottom;
	background-color: #000;
	background-size:
		48rem auto,
		100% auto,
		100% auto;
	color: #fff;
	padding: 4rem 0 15rem 0;
}
.top-message .ttl-wrap {
	margin-left: 10rem;
}
@media screen and (max-width: 768px) {
	.top-message {
		background: 
			url(../img/bg-mark-2.png) no-repeat left -5rem bottom 16rem,
			url(../img/bg-deco.png) no-repeat center bottom -0.1rem,
			url(../img/top-bg-1.jpg) no-repeat center bottom;
		background-color: #000;
		background-size:
			32rem auto,
			100% auto,
			200% auto;
		color: #fff;
		padding: 4rem 3rem 15rem 3rem;
	}
	.top-message .ttl-wrap {
		margin-left: 0;
	}
}
/* ---- ul ---- */
.top-message ul {
	margin-bottom: 10rem;
}
.top-message ul li {
	width: 54rem;
}
.top-message ul li:not(:last-child) {
	margin-bottom: 6rem;
}
.top-message ul li:nth-child(2) {
	margin-left: auto;
	margin-right: auto;
}
.top-message ul li:nth-child(3) {
	margin-left: auto;
}
.top-message dt {
	margin-bottom: 1.7rem;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.1em;
}
.top-message dt .jp {
	font-size: 3.2rem;
	margin-left: -1.8rem
}
.top-message dt strong {
	font-weight: 900;
	color: #b68713;
}
.top-message dt .en {
	color: #b68713;
	font-size: 1.1rem;
	margin-bottom: 0.7rem;
	margin-left: 2rem;
}
.top-message dd {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.top-message ul {
		margin-bottom: 5rem;
	}
	.top-message ul li {
		width: auto;
	}
	.top-message ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.top-message dt {
		margin-bottom: 1.2rem;
	}
	.top-message dd {
		font-size: 1.4rem;
	}
}
/* ---- p ---- */
.top-message p {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.top-message p {
		text-align: left;
	}	
}



/* -------------------------------------------

service

------------------------------------------- */
.top-service {
	padding: 10rem 0;
	position: relative;
}
.top-service::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/deco-2.png) no-repeat right -9rem top;
	background-size: 56rem auto;	
	position: absolute;
	left: 0;
	top: -5rem;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.top-service {
		padding: 8rem 3rem;
	}
	.top-service::before {
		background-size: 36rem auto;	
	}
}
/* ---- ttl-wrap ---- */
.top-service .ttl-wrap {
	display: flex;
	align-items: flex-end;
	margin-left: 10rem;
	margin-bottom: 4rem;
}
.top-service h2 {
	margin-bottom: 0;
	margin-right: 4rem;
}
@media screen and (max-width: 768px) {
	.top-service .ttl-wrap {
		justify-content: space-between;
		margin-left: 0;
		margin-bottom: 4rem;
	}
	.top-service h2 {
		margin-right: 0;
	}
}
/* ---- p ---- */
.top-service p {
	margin-bottom: 6rem;
	font-weight: 500;
	padding-right: 26rem;
}
@media screen and (max-width: 768px) {
	.top-service p {
		margin-bottom: 3rem;
		padding-right: 0;
	}
}
/* ---- wrap ---- */
.top-service .wrap {
	position: relative;
}
/* figure */
.top-service .wrap figure {
	position: absolute;
	left: -2rem;
	width: 34rem;
	transition: all .4s;
	opacity: 0;
	pointer-events: none;
}
.top-service ul > li > a > span {
	position: absolute;
	left: -2rem;
	width: 34rem;
	top: -2rem;
	transition: all .4s;
	pointer-events: none;
}
.top-service .wrap li:nth-child(1) figure {
	top: -2rem;
}
.top-service .wrap li:nth-child(2) figure {
	top: calc(50% - 12.5rem);
}
.top-service .wrap li:nth-child(3) figure {
	bottom: -2rem;
}
@media screen and (max-width: 768px) {
	.top-service .wrap figure {
		position: relative;
		left: auto;
		width: auto;
		margin-bottom: 1.5rem;
		opacity: 1;
	}
	.top-service ul > li > a > span {
		position: relative;
		left: auto;
		width: auto;
		top: auto;
		margin-bottom: 1.5rem;		
		display: block;
	}
	.top-service .wrap li:nth-child(1) figure {
		top: auto;
	}
	.top-service .wrap li:nth-child(2) figure {
		top: auto;
	}
	.top-service .wrap li:nth-child(3) figure {
		bottom: auto;
	}
}
/* ul */
.top-service .wrap li {
	padding-left: 34rem;
}
.top-service .wrap li:hover dl {
	opacity: 1;
}
.top-service .wrap li:not(:last-child) a {
	padding-bottom: 5rem;
}
.top-service .wrap li:nth-child(1) dl {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.top-service .wrap li {
		padding-left: 0;
	}
	.top-service .wrap li:hover dl {
		opacity: 1;
	}
	.top-service .wrap li:not(:last-child) a {
		padding-bottom: 3.5rem;
	}
	.top-service .wrap li:nth-child(1) dl {
		opacity: 1;
	}
}
/* dl */
.top-service dl {
	opacity: 0.4;
	transition: all .4s;
}
.top-service dt {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 1.2rem;
	font-weight: 900;
	line-height: 1;
}
.top-service dt .num {
	color: var(--gold);
	font-size: 2.8rem;
	letter-spacing: 0.25em;
}
.top-service dt .num + span {
	padding-left: 1rem;
	font-size: 3.2rem;
	letter-spacing: 0.14em;
}
.top-service dt img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 2.2rem;
}
.top-service dd {
	font-size: 1.2rem;
	font-weight: 500;
	padding-left: 6rem;
}
@media screen and (max-width: 768px) {
	.top-service dt {
		margin-bottom: 1.5rem;
	}
	.top-service dt .num {
		font-size: 1.8rem;
		left: 0;
	}
	.top-service dt .num + span {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.top-service dt img {
		width: 1.6rem;
	}
	.top-service dd {
		font-size: 1.4rem;
		padding-left: 0;
	}	
}
/* hover */
.top-service ul.active-1 > li:nth-child(1) a > span {
	opacity: 0;
}
.top-service ul.active-1 > li:nth-child(1) dl {
	opacity: 0.4;
}
.top-service ul.active-1 > li:nth-child(2) a > figure {
	opacity: 1;
}
.top-service ul.active-2 > li:nth-child(1) a > span {
	opacity: 0;
}
.top-service ul.active-2 > li:nth-child(1) dl {
	opacity: 0.4;
}
.top-service ul.active-2 > li:nth-child(3) a > figure {
	opacity: 1;
}
.top-service ul a {
	opacity: 1;
	display: block;
}
@media screen and (max-width: 768px) {
	.top-service dl {
		opacity: 1;
	}
	.top-service ul.active-1 > li:nth-child(1) a > span {
		opacity: 1;
	}
	.top-service ul.active-1 > li:nth-child(1) dl {
		opacity: 1;
	}
	.top-service ul.active-1 > li:nth-child(2) a > figure {
		opacity: 1;
	}
	.top-service ul.active-2 > li:nth-child(1) a > span {
		opacity: 1;
	}
	.top-service ul.active-2 > li:nth-child(1) dl {
		opacity: 1;
	}
	.top-service ul.active-2 > li:nth-child(3) a > figure {
		opacity: 1;
	}
	.top-service ul a {
		opacity: 1;
	}	
}



/* -------------------------------------------

aside

------------------------------------------- */
/* ---- ul ---- */
aside ul {
	display: flex;
}
aside ul > * {
	width: 50%;
}
aside a {
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20rem;
}
aside ul li:nth-child(1) a {
	background: #000;
}
aside ul li:nth-child(2) a {
	background: var(--gold);
}
@media screen and (max-width: 768px) {
	aside ul {
		display: block;
	}
	aside ul > * {
		width: 100%;
	}
	aside a {
		height: 18rem;
	}	
}
/* ---- h2 ---- */
aside h2 {
	line-height: 1;
	font-weight: bold;
	background: url(../img/bg-mark-3.png) no-repeat left top;
	background-size: 5.6rem auto;
	font-size: 3.8rem;
	padding-left: 2.5rem;
	padding-top: 2.3rem;
	padding-bottom: 2.8rem;
	letter-spacing: 0.15em;	
}
@media screen and (max-width: 768px) {
	aside h2 {
		left: -1rem;
	}
}
/* ---- div ---- */
aside a > div {
	display: flex;
	align-items: center;
	position: absolute;
	right: 3rem;
	bottom: 3rem;
}
aside a img {
	width: 2.2rem;
	margin-left: 0.8rem;
}
@media screen and (max-width: 768px) {
	aside a > div {
		right: 1.5rem;
		bottom: 1.5rem;
	}	
}



/* -------------------------------------------

parallax

------------------------------------------- */
.bg-parallax {
    width: 100%;
    height: 36rem;
    background: 
		url(../img/bg-pa.jpg) no-repeat center top;
    background-size: 
		cover;
    text-align: center;
    background-attachment: fixed;
	position: relative;
}
.bg-parallax::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/bg-deco.png) no-repeat left bottom;
	background-size: 100% auto;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
}
@media screen and (max-width: 768px) {
    .bg-parallax {
        background-attachment: scroll;
		height: 28rem;
    }
}



/* -------------------------------------------

top-wrap-2

------------------------------------------- */
.top-wrap-2 {
	padding: 5rem 0;
	background: url(../img/deco-3.png) no-repeat left bottom;
	background-size: 30rem auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-wrap-2 {
		padding: 5rem 3rem 6rem 3rem;
		background-size: 24rem auto;		
	}
}
.top-wrap-2::before {
	content: "";
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: -4rem;
	background: url(../img/deco-4.png) no-repeat right top;
	background-size: 30rem auto;
}
@media screen and (max-width: 768px) {
	.top-wrap-2::before {
		background-size: 24rem auto;
	}
}
/* ---- wrap ---- */
.top-wrap-2 .wrap {
	display: flex;
	justify-content: space-between;	
	position: relative;
}
.top-wrap-2 .wrap > * {
	width: 46%;
}
@media screen and (max-width: 768px) {
	.top-wrap-2 .wrap {
		display: block;
	}
	.top-wrap-2 .wrap > * {
		width: 100%;
	}	
}
/* ---- recruit ---- */
.top-recruit p {
	padding-left: 2.5rem;
	margin-bottom: 4rem;
}
.top-recruit .more-wrap {
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		margin-bottom: 6rem;
	}
	.top-recruit p {
		padding-left: 0;
		margin-bottom: 2rem;
	}	
}
/* ---- contact ---- */
.top-contact ul {
	padding-right: 4rem;
}
@media screen and (max-width: 768px) {
	.top-contact ul {
		padding-right: 0;
	}
}
.top-contact ul li {
	border-bottom: solid 0.1rem #000;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-weight: 500;
}
.top-contact ul li:last-child {
	margin-bottom: 0;
}
/* mail */
.top-contact .mail a {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 1rem;
}
.top-contact .mail .ico {
	width: 4rem;
	margin-right: 2.5rem;
}
.top-contact .mail .arrow {
	width: 2.5rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translate(0,-50%);
}
/* tel */
.top-contact .tel a {
	display: flex;
	align-items: center;
	padding-left: 2rem;
	line-height: 1;
}
.top-contact .tel .ico {
	width: 3rem;
	margin-right: 2.6rem;
}
.top-contact .tel dd {
	display: flex;
	flex-direction: column;
	margin-top: 0.5rem;
}
.top-contact .tel dd span {
	font-weight: 900;
	font-size: 2.8rem;
	color: var(--gold);
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.top-contact .tel a {
		text-decoration: none;
	}
}



/* -------------------------------------------

top-wrap-3

------------------------------------------- */
.top-wrap-3 {
	background-color: #000;
	position: relative;
}
.top-wrap-3 > * {
	position: relative;
	z-index: 10;
}
.top-wrap-3::before {
	content: "";
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
	width: 100%;
	height: 95%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1.5s;
}
.top-wrap-3.active::before {
	opacity: 1;
}
/* ---- company ---- */
.top-company {
	color: #fff;
	padding: 10rem 0;
}
.top-company a {
	color: #fff;
}
.top-company h2 {
	margin-left: 10rem;
}
@media screen and (max-width: 768px) {
	.top-company {
		color: #fff;
		padding: 8rem 3rem;
	}
	.top-company h2 {
		margin-left: 0;
	}	
}
/* wrap */
.top-company .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-company .wrap > * {
	width: 47%;
}
.top-company .gmap {
	padding-left: 13rem;
}
.top-company .gmap iframe {
	height: 28rem;
}
.top-company .more-wrap {
	padding-right: 10rem;
	display: flex;
	justify-content: flex-end;
	margin-top: 5rem;
}
.top-company .logo {
	width: 18rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.top-company .wrap {
		display: block;
	}
	.top-company .wrap > * {
		width: 100%;
	}
	.top-company .gmap {
		padding-left: 0;
		margin-bottom: 3rem;
	}
	.top-company .gmap iframe {
		height: 28rem;
	}
	.top-company .more-wrap {
		padding-right: 0;
		margin-top: 4rem;
	}
	.top-company .logo {
		width: 20rem;
		margin-bottom: 1.5rem;
	}	
}



/* -------------------------------------------

company

------------------------------------------- */
.company-tel {
	background: #fff;
	padding: 2rem 0;
	line-height: 1;
	text-align: center;
	position: relative;
	margin-bottom: 4rem;
}
.company-tel::before,
.company-tel::after {
	content: "";
	width: 2rem;
	height: 2rem;
	position: absolute;
	box-sizing: border-box;
}
.company-tel::before {
	left: 0;
	top: 0;
	border-top: solid 0.12rem var(--gold);
	border-left: solid 0.12rem var(--gold);	
}
.company-tel::after {
	right: 0;
	bottom: 0;
	border-right: solid 0.12rem var(--gold);
	border-bottom: solid 0.12rem var(--gold);	
}
.company-tel dt {
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
	.company-tel dt {
		font-size: 1.3rem;
	}
}
.company-tel a {
	color: var(--gold);
	font-weight: 900;
	font-size: 3.2rem;
	text-decoration: none;
}
.company-tel span {
	font-size: 1.2rem;
	display: block;
	margin-top: 0.8rem;
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}


/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--gold);
    color: #fff;
    display: block;
	font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
	font-weight: bold;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--gold);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



/* -------------------------------------------

price

------------------------------------------- */
ul.price li:not(:last-child) {
	margin-bottom: 3rem;
}
ul.price li img{
	mix-blend-mode: multiply;
}