.hero {
	padding: 0;
	/*margin-top: 85px;*/
	position: relative;
	overflow: hidden;
}

.hero__inner {
	padding: 85px 0 160px;
	position: relative;
	z-index: 3;
}

.hero__balloon {
	text-align: center;
}

.hero__balloon-block {
	display: inline-block;
	text-align: center;
	width: 410px;
	height: 68px;
	padding-top: .4em;
	padding-left: .3em;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: .07em;
	white-space: nowrap;
	background: url(../images/hero_balloon.png) no-repeat center / contain;
	box-sizing: border-box;
}

.hero__balloon-block .small {
	font-size: 24px;
}

.hero__sub {
	margin-top: .2em;
	color: #fff;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: .05em;
	text-align: center;
}

.hero__sub .small {
	font-size: 54px;
}

.hero__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 11px;
	margin-top: 40px;
}

.hero__ttl-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 106px;
	height: 106px;
	color: #242e49;
	font-size: 78px;
	font-weight: 900;
	line-height: 1.1;
	background: #fff;
	border-radius: 5px;
}

.hero__ttl-text-marker {
	display: block;
	background: linear-gradient(transparent 81%, #fde302 81%);
}

.hero__ttl-times {
	display: block;
	width: 71px;
	height: 70px;
	margin: 0 8px;
	background: url(../images/hero_ttl_times_pc.png) no-repeat center / contain;
}

.hero__award {
	display: flex;
	justify-content: center;
	gap: 0 30px;
	margin-top: 45px;
}

.hero__award-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 258px;
	padding-bottom: 70px;
	box-sizing: border-box;
	background: url(../images/hero_award_bg01.png) no-repeat center / contain;
}

.hero__award-head {
	color: #242e49;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .07em;
}

.hero__award-body {
	margin-top: .1em;
	color: #d2bb7d;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
	.hero__award-body {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d3bd7f+0,b18d41+50,c09b47+100 */
		background: linear-gradient(to bottom,  rgba(211,189,127,1) 0%,rgba(177,141,65,1) 50%,rgba(192,155,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
	}
}

.hero__award-body .large {
	font-size: 42px;
}

.hero__btn {
	margin-top: 65px;
}

.hero__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 620px;
	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 rgba(41,21,23,.7);
	position: relative;
	z-index: 1;
}

.hero__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%);
}

.hero__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/hero_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%);
}

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

.hero__btn-note {
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .05em;
}

.hero .hero__slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}

.hero .hero__slider .slick-list {
	height: 100%;
}

.hero .hero__slider .slick-track {
	height: 100%;
}

.hero__slider-item {
	height: 100%;
	position: relative;
	z-index: 1;
}

.hero__slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__slider-item.is-active img {
	animation: grow 40s linear 10ms infinite;
}

@keyframes grow {
	0% {
		transform:scale(1) rotate(0.1deg);
	}
	50% {
		transform:scale(1.25) rotate(0.1deg);
	}
}

@media (max-width: 1199px) {

	.hero__inner {
		padding: 85px 0 13.33333333vw;
	}

	.hero__balloon-block {
		width: 34.167vw;
		height: 5.667vw;
		font-size: 2.333vw;
	}

	.hero__balloon-block .small {
		font-size: 2vw;
	}

	.hero__sub {
		font-size: 5vw;
	}

	.hero__sub .small {
		font-size: 4.5vw;
	}

	.hero__ttl {
		gap: 0.917vw;
		margin-top: 3.333vw;
	}

	.hero__ttl-text {
		width: 8.833vw;
		height: 8.833vw;
		font-size: 6.5vw;
		border-radius: 0.417vw;
	}

	.hero__ttl-times {
		width: 5.917vw;
		height: 5.833vw;
		margin: 0 0.667vw;
	}

	.hero__award {
		gap: 0 2.5vw;
		margin-top: 3.75vw;
	}

	.hero__award-item {
		width: 15.833vw;
		height: 21.5vw;
		padding-bottom: 5.833vw;
	}

	.hero__award-head {
		font-size: 1.667vw;
	}

	.hero__award-body {
		font-size: 2.333vw;
	}

	.hero__award-body .large {
		font-size: 3.5vw;
	}

	.hero__btn {
		margin-top: 5.417vw;
	}

	.hero__btn a {
		width: 51.667vw;
		height: 6.667vw;
		box-shadow: 0 .5vw 0 rgba(41,21,23,.7);
	}

	.hero__btn a:before {
		width: 2vw;
		height: 2vw;
		right: 2.5vw;
	}

	.hero__btn-balloon {
		width: 14.25vw;
		height: 4.833vw;
		font-size: 1.5vw;
		top: -2.917vw;
	}

	.hero__btn-txt01 {
		font-size: 2.333vw;
	}
}

@media (min-width: 769px) {

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

	.hero__btn a:hover {
		transform: translateY(6px);
		box-shadow: 0 0 0 0 rgba(41,21,23,.7);
		filter: brightness(1.1);
	}
}

@media (max-width: 768px) {

	.hero {
		padding-top: 75px;
	}

	.hero__inner {
		padding: 0 0 5.33333333vw;
		/*padding: 0 0 11.733vw;*/
	}

	.hero__balloon-block {
		width: 70.4vw;
		height: 11.6vw;
		padding-top: .4em;
		padding-left: .3em;
		font-size: 4.8vw;
	}

	.hero__balloon-block .small {
		font-size: 4.8vw;
	}

	.hero__sub {
		margin-top: .2em;
		font-size: 8vw;
		line-height: 1.6;
	}

	.hero__sub .small {
		font-size: 7.2vw;
	}

	.hero__sub .adjustment {
		margin-right: -.5em;
	}

	.hero__ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 4vw 1.467vw;
		margin-top: 5.333vw;
	}

	.hero__ttl-text {
		width: 14.133vw;
		height: 14.133vw;
		font-size: 10.4vw;
		border-radius: 1.333vw;
	}

	.hero__ttl-times {
		display: block;
		width: 100%;
		height: 9.733vw;
		margin: 0;
		background: url(../images/hero_ttl_times_sp.png) no-repeat center / 9.86666667vw 9.73333333vw;
	}

	.hero__award {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0 5.333vw;
		margin-top: 6.667vw;
	}

	.hero__award-item {
		width: 38vw;
		height: 51.6vw;
		padding-bottom: 13.333vw;
	}

	.hero__award-item:nth-child(3) {
		margin-top: -13.333vw;
	}

	.hero__award-head {
		font-size: 4.267vw;
	}

	.hero__award-body {
		margin-top: .1em;
		font-size: 5.6vw;
	}

	.hero__award-body .large {
		font-size: 8.533vw;
	}

	.hero__btn {
		margin-top: 11.333vw;
	}

	.hero__btn a {
		width: 85.333vw;
		height: 16vw;
		border-radius: 53.333vw;
		box-shadow: 0 1.06666667vw 0 rgba(41,21,23,.7);
	}

	.hero__btn a:before {
		width: 5.867vw;
		height: 5.867vw;
		background: url(../images/icon_arr01_sp.png) no-repeat center / contain;
		right: 4vw;
	}

	.hero__btn-balloon {
		width: 34.133vw;
		height: 10.533vw;
		padding-top: .6em;
		font-size: 3.6vw;
		top: -6vw;
	}

	.hero__btn-txt01 {
		font-size: 5.6vw;
	}

	.hero__btn-note {
		margin-top: 4vw;
		font-size: 2.4vw;
	}
}