.cta02 {
	padding: 0;
	background: url(../images/cta02_bg01_pc.jpg) no-repeat center / cover;
	overflow: hidden;
}

.cta02__inner {
	padding: 97px 0 95px;
}

.cta02__present {
	display: flex;
	justify-content: space-between;
	width: 760px;
	padding: 35px 30px 25px;
	margin: 0 auto 0;
	background: #242e49;
	/*border: 7px solid #222940;*/
	box-shadow:
			inset 1px 1px 2px rgba(255, 255, 255, 0.35),  /* ハイライト */
			inset -1px -1px 2px rgba(0, 0, 0, 0.35);     /* シャドウ */
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.cta02__present:before {
	content: "";
	display: block;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.cta02__present-ttl {
	display: flex;
	position: absolute;
	top: -27px;
	left: 30px;
	z-index: 1;
}

.cta02__present-ttl-txt01 {
	display: block;
	padding: 9px 12px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .05em;
	background: #cca549;
	white-space: nowrap;
}

.cta02__present-ttl-txt02 {
	display: block;
	padding: 9px 12px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .05em;
	background: #242e49;
	white-space: nowrap;
}

.cta02__present-content {
	flex: 1;
	display: flex;
	align-items: center;
}

.cta02__present-content-txt01 {
	margin-right: .3em;
	color: #242e49;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.cta02__present-content-txt02 {
	padding-bottom: .1em;
	margin-right: .05em;
	color: #cca549;
	font-size: 72px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1;
	white-space: nowrap;
}

.cta02__present-content-txt03 {
	color: #242e49;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
	white-space: nowrap;
}

.cta02__present-content-txt03 .gold {
	color: #cca549;
}

.cta02__present-content-txt03 .le-s {
	margin-left: -.2em;
	margin-right: -.5em;
}

.cta02__present-logo {
	width: 227px;
	margin-top: -70px;
}

.cta02__present-logo img {
	width: 100%;
	max-width: none;
}

.cta02__btn {
	margin-top: 95px;
}

.cta02__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 640px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4404d+0,ab3440+100 */
	background: linear-gradient(to bottom,  rgba(196,64,77,1) 0%,rgba(171,52,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 200px;
	box-shadow: 0 6px 0 #6f222a;
	position: relative;
	z-index: 1;
}

.cta02__btn a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.cta02__btn-balloon {
	width: 171px;
	height: 58px;
	padding-top: .8em;
	color: #242d48;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .07em;
	background: url(../images/cta02_btn_balloon.png) no-repeat center / contain;
	box-sizing: border-box;
	position: absolute;
	top: -35px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.cta02__btn-txt01 {
	display: block;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .05em;
}

@media (max-width: 1199px) {

	.cta02__present {
		width: 63.333vw;
		padding: 2.917vw 2.5vw 2.083vw;
		box-shadow:
				inset 1px 1px 2px rgba(255, 255, 255, 0.35),  /* ハイライト */
				inset -1px -1px 2px rgba(0, 0, 0, 0.35);     /* シャドウ */
		border-radius: 1.25vw;
	}

	.cta02__present:before {
		width: calc(100% - 1.167vw);
		height: calc(100% - 1.167vw);
		border-radius: 0.833vw;
	}

	.cta02__present-ttl {
		top: -2.25vw;
		left: 2.5vw;
	}

	.cta02__present-ttl-txt01 {
		padding: 0.75vw 1vw;
		font-size: 2vw;
	}

	.cta02__present-ttl-txt02 {
		padding: 0.75vw 1vw;
		font-size: 2vw;
	}

	.cta02__present-content-txt01 {
		font-size: 2.667vw;
	}

	.cta02__present-content-txt02 {
		font-size: 6vw;
	}

	.cta02__present-content-txt03 {
		font-size: 2.667vw;
	}

	.cta02__present-logo {
		width: 18.917vw;
		margin-top: -5.833vw;
	}
}

@media (min-width: 769px) {

	.cta02__btn a {
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.cta02__btn a:hover {
		transform: translateY(6px);
		box-shadow: 0 0 0 0 #6f222a;
		filter: brightness(1.1);
	}
}

@media (max-width: 768px) {
	.cta02 {
		padding: 0 4.66666667%;
		background: url(../images/cta02_bg01_sp.jpg) no-repeat center / cover;
		overflow: hidden;
	}

	.cta02__inner {
		padding: 95px 0 35px;
	}

	.cta02__present {
		display: block;
		width: auto;
		max-width: 340px;
		padding: 35px 12px 15px;
		box-shadow:
				inset 1px 1px 2px rgba(255, 255, 255, 0.35),  /* ハイライト */
				inset -1px -1px 2px rgba(0, 0, 0, 0.35);     /* シャドウ */
		border-radius: 12.5px;
	}

	.cta02__present:before {
		width: calc(100% - 7px);
		height: calc(100% - 7px);
		border-radius: 10px;
	}

	.cta02__present-ttl {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		top: -50px;
		left: 10px;
	}

	.cta02__present-ttl-txt01 {
		display: block;
		padding: 7px 8px;
		font-size: 18px;
		letter-spacing: .05em;
		background: #cca549;
		white-space: nowrap;
	}

	.cta02__present-ttl-txt02 {
		display: block;
		padding: 7px 8px;
		font-size: 18px;
		letter-spacing: .05em;
		background: #242e49;
		white-space: nowrap;
	}

	.cta02__present-content {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cta02__present-content-txt01 {
		margin-right: .3em;
		font-size: 24px;
	}

	.cta02__present-content-txt02 {
		padding-bottom: .1em;
		margin-right: .05em;
		font-size: 50px;
	}

	.cta02__present-content-txt03 {
		font-size: 21px;
	}

	.cta02__present-content-txt03 .le-s {
		margin-left: -.2em;
		margin-right: -.3em;
	}

	.cta02__present-logo {
		width: 154.5px;
		margin-top: 0;
		position: absolute;
		top: -75px;
		right: 8px;
		z-index: 1;
	}

	.cta02__btn {
		margin-top: 47.5px;
	}

	.cta02__btn a {
		max-width: 85.33333333vw;
		width: auto;
		height: 60px;
		box-shadow: 0 4px 0 #6f222a;
	}

	.cta02__btn a:before {
		width: 22px;
		height: 22px;
		background: url(../images/icon_arr01_sp.png) no-repeat center / contain;
		right: 15px;
	}

	.cta02__btn-balloon {
		width: 128px;
		height: 39.5px;
		padding-top: .6em;
		font-size: 13.5px;
		top: -22.5px;
	}

	.cta02__btn-txt01 {
		font-size: 21px;
	}

}