section.award_top {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.2;
}
section.award_top img.layer2 {
	width: 108.4%;
	top: -15%;
	right: -20%;
}
section.award_top img.layer3 {
	top: -16%;
	left: 0;
}
section.award_top .spin {
	animation: spinAnime 1s ease forwards;
	transform-origin: right 90%;
}
@keyframes spinAnime {
  from {
    transform: rotate(80deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.info-data {
	bottom: 17%;
	right: 16%;
}
.info-data span {
	font-size: min(23vw,11rem);
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	text-align: right;
}
section.award_bottom {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.093;
	background-color: #dcd1be;
}
section.award_bottom .layer1 {
	top: -6.3%;
	left: 0;
}
section.award_bottom .layer2 {
	top: -0.7%;
	left: 0;
}
.delayScroll {
	display: flex;
}
.delayScroll .box {
	width: 34.3%;
	height: auto;
	top: 12%;
	opacity: 0;
}
section.award_bottom .box:nth-of-type(1) {
	left: 2%;
}
section.award_bottom .box:nth-of-type(2) {
	left: 17.5%;
}
section.award_bottom .box:nth-of-type(3) {
	left: 0;
	right: 0;
	margin: 0 auto;
}
section.award_bottom .box:nth-of-type(4) {
	right: 17.5%;
}
section.award_bottom .box:nth-of-type(5) {
	right: 2%;
}