#contents {
	font-size: 16px;
	font-weight: normal;
	background-color: #f7e8ea;
	margin-bottom: 10vh;
}
.cp-main-visual-block {
	margin-bottom: 1em;
}
.cp-main-visual {
	width: 100%;
}
.cp-desktop {
	display: block;	
}
.cp-mobile {
	display: none;
}
.cp-btn {
    display: block;
    position: relative;
    padding: 1em;
    background-color: #1ea98c;
    border-radius: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    width: 100%;
    max-width: 370px;
    margin: auto;
    cursor:pointer;
    font-size: 1.4em;
}
.cp-btn-product {
    padding: 0.8em;
    max-width: calc(100% - 1.6em);
    background-color: #da007a;
    margin-top: 1em;
}
.cp-btn:hover {
	opacity: 0.8;
}

.cp-content {
	padding: 1em 2em 2em;
}
.cp-title-s {
	font-size: 1.6em;
	width: 96%;
	position: absolute;
	top: -30px;
	left: calc(50% - 48%);
	display: flex;
	justify-content: center !important;
	align-items: center;
	padding: 0 !important;
}
.cp-title-round {
	border-radius: 0.6vw;
}
.cp-title {
	background-color: #1ea98c;
	color: white;
	text-align: center;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 1em;
}
.cp-content-block {
	background-color: white;
	color: black;
}
.cp-content-s-block {
	position: relative;
	margin-top: 2em;
	padding: 4em 2em 1em;
}
.cp-content-s-block img {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.text-exlarge > span {
	font-size: 0.9em;
}
.text-primary {
	color: #ee3887;
}
.text-bold {
	font-weight: 900;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center;
}
.text-exlarge {
	font-size: 2em;
}
.text-large {
	font-size: 1.3em;
}
.text-medium {
	font-size: 1.2em;
}
.text-msmall {
	font-size: 0.9em !important;
}
.text-small {
	font-size: 0.4em !important;
}
.m-2 {
	margin: 0.5em;
}
.m-4 {
	margin: 1em;
}
.mt-2 {
	margin-top: 0.5em;
}
.ml-2 {
	margin-left: 0.5em;
}
.mt-8 {
	margin-top: 2em;
}
.mt-12 {
	margin-top: 3em;
}
.mb-4 {
	margin-bottom: 1em;
}
.mv-4 {
	margin: 1em 0;
}
.mb-8 {
	margin-bottom: 2em;
}
.mb-12 {
	margin-bottom: 4em;
}
.p-4 {
	padding: 1em;
}
.marker-yellow {
	position: relative;
	background-size: 50%;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.marker-yellow > div {
	position: relative;
	z-index: 2;
}
.marker-yellow > div > span {
	font-size: 0.9em;
}
.marker-yellow:after {
	content: '';
	background: repeating-linear-gradient(-45deg, yellow, yellow 2px, transparent 2px, transparent 4px);
	height: 0.6em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.step {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #da007a;
	color: white;
	padding: 0.3em 0.8em;
	border-radius: 3px;
	font-size: 1.3em;
	font-weight: bold;
	height: 36px;
	letter-spacing: 0.03em;
}
.step > img {
	margin-right: 0.5em;
	height: 100%;
}
.cp-block {
	padding: 1.4em 0.5em;
}
.row {
	padding: 1.4em 0.5em;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.col-2 > div:first-child {
	width: 50%;
}
.col-2 > div:last-child {
	margin-left: 1em;
	width: 50%;
}
.col-2 > div:last-child > img {
	width: 100%;
}
.cp-scroll {
	background-color: white;
	padding: 1.4em;
	overflow: auto;
	height: 300px;
}
.cp-scroll ul {
	font-size: 0.8em !important;
	margin: 0.5em 0;
}
.cp-scroll > ul.text-small > li {
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 1em;
}
.cp-scroll ul.sub-ul {
    margin-left: 1em;
}
.cp-scroll ul.sub-ul > li:before {
	content: '＊';
	margin-left: -1em;
}

.cp-invitation .text-exlarge span {
	font-size: 0.9em;
}
.cp-invitation .cp-content-s-block {
	padding: 3em 2em 2em;
}
.cp-invitation .cp-content-s-block .row {
	padding: 0;
	align-items: flex-end;
}
.cp-invitation .cp-content-s-block .row > img {
	width: 60%;
	margin-left: 0.5em;
	margin-right: 0.5em;
	flex-shrink: 0;
}
.cp-invitation .row > div:last-child {
	margin-left: 0;
	text-align: left;
	width: 100%;
	margin-bottom: 1em;
}
.cp-invitation .col-2 > div,
.cp-invitation .col-2 > div:last-child {
	width: 50%;
}
.cp-invitation .col-2 > div:first-child {
	margin-right: 1em;
}
.cp-invitation-product-list {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 1em;
}
.cp-invitation-product-list > div {
	width: 50%;
	text-align: center;
}
.cp-invitation-product-list > div > div {
	background-color: white;
	margin-bottom: 1em;
	padding: 1em;
	text-align: left;
	position: relative;
}
.cp-invitation-product-list .product-comp span.text-small {
	font-size: 0.8em;
}
.cp-invitation-product-list .product-comp {
	font-size: 0.9em;
	line-height: 160%;
	margin: 1em 0 2em;
	text-align: center;
}
.cp-invitation-product-list > div:nth-child(odd) > div {
	margin-right: 0.5em;
}
.cp-invitation-product-list > div:nth-child(even) > div {
	margin-left: 0.5em;
}
.cp-invitation-product-list .label {
	position: absolute;
	right: 1.6em;
	top: 6em;
	width: 25%;
	z-index: 100;
}
.cp-invitation-product-list .cp-product-photo {
	width: 100%;
	margin-top: 1em;
	text-align: center;
	position: relative;
}
.cp-invitation-product-list .cp-product-photo .tag {
	position: absolute;
	left: 0.5em;
	top: 0;
}
.cp-invitation-product-list .cp-product-photo .tag > div {
	background-color: #da007a;
	color: white;
	padding: 0.2em 0.4em;
	border-radius: 2px;
	font-size: 1em;
	margin-bottom: 0.4em;
	min-width: 80px;
}
.cp-invitation-product-list .cp-product-photo .tag-horizontal > div {
	float: left;
	margin-right: 0.4em;
}
.cp-invitation-product-list .cp-product-price {
	font-size: 1.8em;
	color: #da007a;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.cp-invitation-product-list .cp-product-name {
	color: black;
}
.cp-invitation-product-list .cp-badge {
	background-color: #1ea98c;
	color: white;
	height: 20px;
	font-size: 12px;
	padding: 0 1em;
	display: inline-block;
	border-radius:10px;
	margin-right: 0.8em;
}
.cp-invitation-product-list .yen {
	font-size: 0.5em;
	font-weight: normal;
	color: #333;
	margin-left: 0.5em;
}
.cp-invitation-product-list .product-comp div {
	font-weight: bold;
}
.cp-invitation-product-list .product-comp .text-small {
	font-size: 0.4em;
	margin: 0 0.2em;
}
.cp-w-block {
	padding: 1em 1.6em;
	border: 1px solid #da007a;
}
.cp-product-ex {
	text-align: left;
	position: absolute;
	top: 40%;
	right: 1em;
	color: #1ea98c;
	font-size: 0.8em;
}

@media screen and (max-width: 750px) {
	.cp-desktop {
		display: none !important;
	}
	.cp-mobile {
		display: block;
	}
	#contents {
		font-size: 14px;
		margin-bottom: 0;
	}
	.cp-content {
	    padding: 1em;
	}
	.mSection_pagetop {
		margin-top: 0;
	}
	.cp-title {
		text-align: center;
	}
	.cp-title-s {
		font-size: 1.2em;
	}
	.cp-content-s-block {
		padding: 3em 2em 1em;
	}
	.cp-title-round {
		border-radius: 6px;
	}
	.cp-content-s-block img {
		width: 100%;
	}
	.row {
		padding: 1em 0;
		flex-direction: column;
	}
	.row > div {
		width: 100% !important;
		margin: 0 !important;
		text-align: center;
	}
	.row > div > img {
		margin-top: 1em;
	}
	.p-4 {
		padding: 0.8em;
	}
	.step {
		border-radius: 2px;
	}
	.cp-product-list {
		width: 100%;
	}
	.cp-product-list > div {
	}
	.cp-product-list  img {
		height: 85px;
	}
	.cp-invitation-product-list .label {
	width: 30%;
	}
	.cp-scroll {
		height: 200px;
		margin-bottom: 2em;
	}

	.cp-invitation .cp-content-s-block {
    	padding-bottom: 1em;
	}
	.cp-invitation .cp-content-s-block .row > img {
		width: 100%;
		margin: auto;
		margin-bottom: 0.2em;
	}
	.cp-invitation .row > div:last-child {
		text-align: center;
	}
	.cp-invitation-product-list {
		display: block;
	}
	.cp-invitation-product-list > div {
		width: 100%;
	}
	.cp-invitation-product-list > div > div {
		margin-left: 0 !important;
		margin-right: 0  !important;
	}
	.cp-price {
		font-size: 1.2em;
	}
	.cp-btn {
		padding: 1em 0;
	}
	.cp-product-ex {
		top: 15%;
		right: 0;
		font-size: 0.65em;
	}
	.cp-product-detail .text-msmall {
		font-size: 0.75em !important;
	}
	.cp-invitation .text-exlarge span {
		font-size: 5.5vw;
	}
	.cp-mobile-w50 {
		width: 42%;
	}
	.tag {
		left: 0;
	}
	.tag > div {
		padding: 0.2em !important;
		min-width: 70px !important;
		font-size: 3.5vw !important;
	}
}